ChangeLog 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345
  1. 2007-02-13 Gert Driesen <[email protected]>
  2. * TypeDescriptor.cs: Do not assume that an ISite always has an
  3. ITypeDescriptorFilterService. Fixes bug #80836.
  4. 2007-01-29 Marek Habersack <[email protected]>
  5. * PasswordPropertyTextAttribute.cs: Implement.
  6. 2007-01-21 Zoltan Varga <[email protected]>
  7. * RecommendedAsConfigurableAttribute.cs: Make this non-obsolete to fix
  8. the 2.0 build, since System.ServiceProcess.ServiceController uses it.
  9. 2007-01-20 Chris Toshok <[email protected]>
  10. * InheritanceLevel.cs: 2.0 class-status work.
  11. * ListSortDirection.cs: same.
  12. * BindableSupport.cs: same.
  13. * SyntaxCheck.cs: same.
  14. * CancelEventHandler.cs: same.
  15. * ListChangedEventHandler.cs: same.
  16. * SettingsBindableAttribute.cs: same.
  17. * ToolboxItemFilterType.cs: same.
  18. * PropertyChangedEventHandler.cs: same.
  19. * MarshalByValueComponent.cs: same.
  20. * LicenseUsageMode.cs: same.
  21. * RefreshProperties.cs: same.
  22. * RecommendedAsConfigurableAttribute.cs: same.
  23. 2007-01-20 Chris Toshok <[email protected]>
  24. * BindingList.cs: new class.
  25. 2007-01-13 Miguel de Icaza <[email protected]>
  26. * DataObjectFieldAttribute.cs: Removed some code I left from the
  27. copy/paste activity from the xxxMethodxx.
  28. 2007-01-12 Miguel de Icaza <[email protected]>
  29. * DataObjectFieldAttribute.cs: Add new file.
  30. 2007-01-11 Dick Porter <[email protected]>
  31. * Win32Exception.cs: Add error 50 (ERROR_NOT_SUPPORTED)
  32. 2007-01-08 Raja R Harinath <[email protected]>
  33. * ISupportInitializeNotification.cs: Add implemented interface.
  34. * ICancelAddNew.cs, IIntellisenseBuilder.cs: New.
  35. * INestedContainer.cs, INestedSite.cs: New.
  36. 2007-01-02 Konstantin Triger <[email protected]>
  37. * DataObjectAttribute.cs: Implemented.
  38. 2007-01-02 Konstantin Triger <[email protected]>
  39. * EventHandlerList.cs: Do not reject null key.
  40. 2006-12-25 Raja R Harinath <[email protected]>
  41. * InitializationEventAttribute.cs: New.
  42. 2006-12-24 Konstantin Triger <[email protected]>
  43. * Implemented DataObjectMethodAttribute and DataObjectMethodType.
  44. 2006-12-22 Rolf Bjarne Kvinge <[email protected]>
  45. * DefaultBindingPropertyAttribute.cs: new attribute.
  46. 2006-12-21 Gert Driesen <[email protected]>
  47. * MemberDescriptor.cs: On 2.0 profile, take the DisplayNameAttribute
  48. into account for DisplayName. Fixes bug #80292.
  49. 2006-12-20 Chris Toshok <[email protected]>
  50. * AttributeProviderAttribute.cs: new class.
  51. 2006-12-20 Chris Toshok <[email protected]>
  52. * ComplexBindingPropertiesAttribute.cs: add Default field.
  53. 2006-12-20 Chris Toshok <[email protected]>
  54. * ComplexBindingPropertiesAttribute.cs: new 2.0 attribute.
  55. 2006-12-19 Chris Toshok <[email protected]>
  56. * PropertyDescriptor.cs: stop crashing on a missing type
  57. converter.
  58. 2006-12-06 Chris Toshok <[email protected]>
  59. * ReflectionPropertyDescriptor.cs: turns out if "ShouldSerialize*"
  60. is present and returns false, "CanReset*" also returns false.
  61. 2006-12-06 Chris Toshok <[email protected]>
  62. * ReflectionPropertyDescriptor.cs: ShouldSerializeValue should
  63. return false if there's no ShouldSerialize method.
  64. 2006-12-06 Chris Toshok <[email protected]>
  65. * ReflectionPropertyDescriptor.cs: fixes for CanResetValue and
  66. ShouldSerializeValue - we need to find both public and nonpublic
  67. methods.
  68. 2006-12-01 Duncan Mak <[email protected]>
  69. * AddingNewEventArgs.cs:
  70. * AddingNewEventHandler.cs: Added.
  71. * ListChangedEventArgs.cs (.ctor): Uncomment the bit about
  72. property descriptor now that there's an implementation of it.
  73. (PropertyDescriptor): New 2.0 property.
  74. 2006-11-29 Ivan N. Zlatev <[email protected]>
  75. * MemberDescriptor.cs, ReflectionPropertyDescriptor.cs: 1) The
  76. ReflectionPropretyDescriptor must be able to operate with non
  77. public properties.
  78. 2) The current implementation ignores the fact that the component
  79. can be in design mode. In design mode some of the properties (the
  80. design-time ones) are supposed to be redirected to the
  81. designer. The component which should be used to access the
  82. property is retrieved by using MemberDescriptor.GetInvokee
  83. (implemented in the patch). Updated the
  84. ReflectorPropertyDescriptor to use GetInvokee to decide which
  85. component should it use.
  86. Reviewed by: Miguel de Icaza
  87. 2006-11-28 Miguel de Icaza <[email protected]>
  88. * TypeDescriptor.cs: This implementation is really from Gonzalo,
  89. he dictated to me :-)
  90. 2006-11-20 Nagappan A <[email protected]>
  91. * ISupportInitializeNotification.cs: New Interface file to support
  92. NET 2.0 features.
  93. 2006-11-09 Chris Toshok <[email protected]>
  94. * ReflectionPropertyDescriptor.cs: IsReadOnly needs to take into
  95. account the ReadOnlyAttribute.
  96. 2006-11-08 Gert Driesen <[email protected]>
  97. * ArrayConverter.cs: Modifed ConvertTo for Array => String to match
  98. MS. In GetProperties, throw NRE to match MS.
  99. 2006-11-08 Chris Toshok <[email protected]>
  100. * ArrayConverter.cs: implement GetProperties correctly, by
  101. creating ArrayPropertyDescriptor objects for each array element.
  102. 2006-10-05 Andrew Skiba <[email protected]>
  103. * EventHandlerList.cs: Implement event handler list according to MS
  104. definition. No hash table, just a simple list with good performance
  105. for a small number of events (<20) and worse performance when number
  106. of events is bigger (patch by [email protected]).
  107. 2006-10-29 Alexander Olk <[email protected]>
  108. * ComponentResourceManager.cs: Make ApplyResources work.
  109. Instead of iterating through the resource set table we now
  110. read the property infos of an object and check if there is
  111. an item in the resource set for each property info. This makes
  112. it finally possible to create language dependent resources
  113. that do not have to include everything from a parent culture
  114. resource (mostly invariant culture).
  115. Throw an ArgumentNullException if value or objectName is null.
  116. 2006-10-29 Alexander Olk <[email protected]>
  117. * ComponentResourceManager.cs: Don't close the resource set in
  118. ApplyResources, it is possible to call ApplyResources multiple
  119. times. Closing the resource set means that it gets disposed.
  120. Fixes bug #79182.
  121. 2006-09-28 Andrew Skiba <[email protected]>
  122. * Component.cs,PropertyDescriptorCollection.cs,MarshalByValueComponent.cs:
  123. TARGET_JVM
  124. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  125. * Container.cs: 'unsite' the component when removing it. Fixes
  126. bug #79255. Patch by Ivan N. Zlatev.
  127. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  128. * TypeDescriptor.cs: don't ignore toplevel attributes when they are
  129. overriden.
  130. Patch by Ivan N. Zlatev that fixes bug #79256.
  131. 2006-08-20 Gert Driesen <[email protected]>
  132. * InvalidEnumArgumentException.cs: Beautify error message.
  133. 2006-08-14 Raja R Harinath <[email protected]>
  134. * IRaiseItemChangedEvents.cs: Add. Mentioned in #79012.
  135. 2006-07-31 Sebastien Pouliot <[email protected]>
  136. * InvalidEnumArgumentException.cs: Updated to 2.0.
  137. * LicenseException.cs: Updated to 2.0. Add a demand for
  138. SerializationFormatter on GetObjectData method.
  139. * TypeDescriptor.cs: Add linkdemand for ReflectionPermission on
  140. CreateEvent and CreateProperties methods. Add linkdemand for
  141. unrestricted on ComNativeDescriptorHandler get/set.
  142. * WarningException.cs: Updated to 2.0. Add a demand for
  143. SerializationFormatter on GetObjectData method.
  144. * Win32Exception.cs: Add a demand for SerializationFormatter on
  145. GetObjectData method.
  146. 2006-07-14 Peter Dennis Bartok <[email protected]>
  147. * MaskedTextResultHint.cs: Added
  148. 2006-05-31 Gert Driesen <[email protected]>
  149. * TypeConverter.cs: Added explicit interface implementation for
  150. ICollection.CopyTo and IEnumerable.GetEnumerator. Fixes corcompare
  151. warnings.
  152. * Component.cs: Remove TypeConverter attribute. Fixes corcompare
  153. warning.
  154. * AttributeCollection.cs: Added explicit interface implemenation for
  155. IEnumerable.GetEnumerator, IList.RemoveAt and ICollection.Count.
  156. Fixes corcompare warnings.
  157. * PropertyDescriptorCollection.cs: Added explicit interface
  158. implemenation for ICollection.Count. Fixes corcompare warning.
  159. 2006-05-22 Atsushi Enomoto <[email protected]>
  160. * TypeDescriptor.cs : GetProperties() does not return indexers.
  161. 2006-05-11 Atsushi Enomoto <[email protected]>
  162. * ReflectionPropertyDescriptor.cs,
  163. DerivedPropertyDescriptor.cs : invoke OnValueChanged() when
  164. the value was successfully changed. It is needed to have
  165. MWF PropertyGrid change properties successfully.
  166. 2006-05-08 Atsushi Enomoto <[email protected]>
  167. * AsyncOperation.cs : SynchronizationContext.OperationStarted()
  168. should not be called more than once. So move it from Post() to
  169. .ctor(). Thanks again to cl.
  170. 2006-05-08 Atsushi Enomoto <[email protected]>
  171. * AsyncOperation.cs : call OperationStared() at Post(). Call
  172. OperationCompleted() at the finalizer. Thanks to cl.
  173. 2006-05-08 Atsushi Enomoto <[email protected]>
  174. * SettingsBindableAttribute.cs : new file. Bug #78333 is fixed.
  175. 2006-04-27 Miguel de Icaza <[email protected]>
  176. * Component.cs: The converter for the Component is
  177. ComponentConverter, which makes the GetPropertiesSupported return
  178. true. So JChamber's patch should work now.
  179. 2006-04-26 Miguel de Icaza <[email protected]>
  180. * TypeDescriptor.cs (Info.GetProperties, TypeInfo.GetProperties):
  181. Use the more specific GetProperties call so we do not return
  182. static properties, should fix that part of the PropertyGrid bug
  183. #78192.
  184. Code formatting police hit again.
  185. * ReflectionPropertyDescriptor.cs (CanResetvalue): Do not
  186. dereference a null value, avoids crash in property grid.
  187. Code formatting police.
  188. 2006-04-25 Miguel de Icaza <[email protected]>
  189. * TypeConverter.cs (ConvertFrom): Do not crash if we are passed a
  190. null value.
  191. 2006-04-25 Atsushi Enomoto <[email protected]>
  192. * BaseNumberConverter.cs : (ConvertTo) regardless of InnerType,
  193. it converts the argument value to InnerType using supplied format.
  194. (It might be not limited to NET_2_0 but it's too cosmetic to dig
  195. into the problem. At least this is for run-test-ondotnet fixes.)
  196. 2006-04-17 Atsushi Enomoto <[email protected]>
  197. * BackgroundWorker.cs, RunWorkerCompletedEventArgs.cs :
  198. cosmetic attribute fixes.
  199. 2006-04-17 Atsushi Enomoto <[email protected]>
  200. * AsyncOperation.cs,
  201. AsyncOperationManager.cs
  202. BackgroundWorker.cs
  203. DoWorkEventArgs.cs
  204. DoWorkEventHandler.cs
  205. RunWorkerCompletedEventArgs.cs
  206. RunWorkerCompletedEventHandler.cs :
  207. Initial implementation of AsyncOperation and BackgroundWorker.
  208. (However I think it does not work as expected - it depends on
  209. SynchronizationContext.Post() and I doubt it works fine - the
  210. callback should run synchronously while it does not look so.)
  211. 2006-03-30 Atsushi Enomoto <[email protected]>
  212. * AsyncCompletedEventArgs.cs : constructor did not initialize fields.
  213. 2006-03-28 Atsushi Enomoto <[email protected]>
  214. * ProgressChangedEventHandler.cs ProgressChangedEventArgs.cs :
  215. added 2.0 types.
  216. 2006-02-26 Pedro Martinez Julia <[email protected]>
  217. * HandledEventHandler.cs: Resolving a "Replaced" SVN flag.
  218. 2006-02-23 Andrew Skiba <[email protected]>
  219. * TypeDescriptor.cs: performance improvement for GetAttributes,
  220. GetProperties and GetEvents. See the standalone test for the use case.
  221. 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
  222. * Container.cs: patch by Brian Crowell that fixes GetService().
  223. 2006-01-22 Chris Toshok <[email protected]>
  224. * DesignerSerializationVisibilityAttribute.cs: in the 2.0 case,
  225. this attribute is valid on fields and events as well.
  226. 2005-11-19 Zoltan Varga <[email protected]>
  227. * TypeDescriptor.cs: Small changes to make this more compliant with
  228. MSDN docs and actual MS behaviour.
  229. 2005-11-07 Pedro Martinez Julia <[email protected]>
  230. * IBindingListView.cs Initial implementation
  231. * HandledEventArgs.cs Initial implementation
  232. * HandledEventHandler.cs Initial implementation
  233. * ListSortDescription.cs: Initial implementation
  234. * ListSortDescriptionCollection.cs: Initial implementation
  235. 2005-10-31 Dick Porter <[email protected]>
  236. * Win32Exception.cs: Add another error code.
  237. 2005-09-20 Chris Toshok <[email protected]>
  238. * INotifyPropertyChanged.cs: new interface.
  239. 2005-09-19 Gert Driesen <[email protected]>
  240. * TypeDescriptor.cs: Remove usage of removed internal
  241. PropertyDescriptorCollection ctor. Return read-only collection.
  242. * PropertyDescriptorCollection.cs: Removed internal ctor taking
  243. ArrayList. Add ctor for making read-only collection. Added
  244. read-only checks. Implemented IsReadOnly and IsFixedSize. Empty now
  245. returns read-only collection to match MS.NET.
  246. 2005-09-12 Gert Driesen <[email protected]>
  247. * TypeConverter.cs: Only return browsable properties in GetProperties.
  248. 2005-08-28 Gert Driesen <[email protected]>
  249. * DateTimeConverter.cs: ConvertTo must return zero-length string
  250. for DateTime.MinValue. Use CultureInfo.GetFormat to obtain
  251. DateTimeFormatInfo to match MS.NET.
  252. 2005-08-27 Gonzalo Paniagua Javier <[email protected]>
  253. * TypeDescriptor.cs: remove double lock in DefaultConverter.
  254. 2005-08-26 Gert Driesen <[email protected]>
  255. * BaseNumberConverter.cs: Use CultureInfo.GetFormat to obtain
  256. NumberFormatInfo to match MS.NET. Added ConvertToString abstract
  257. method for conversion to string.
  258. * ByteConverter.cs: Implemented ConvertToString.
  259. * DecimalConverter.cs: Implemented ConvertToString.
  260. * DoubleConverter.cs: Implemented ConvertToString.
  261. * Int16Converter.cs: Implemented ConvertToString.
  262. * Int32Converter.cs: Implemented ConvertToString.
  263. * Int64Converter.cs: Implemented ConvertToString.
  264. * SByteConverter.cs: Implemented ConvertToString.
  265. * SingleConverter.cs: Implemented ConvertToString.
  266. * UInt16Converter.cs: Implemented ConvertToString.
  267. * UInt32Converter.cs: Implemented ConvertToString.
  268. * UInt64Converter.cs: Implemented ConvertToString.
  269. 2005-08-19 Gert Driesen <[email protected]>
  270. * SingleConverter.cs: Implement conversion from string to match MS.NET.
  271. Set eol-style to native.
  272. * TypeConverter.cs: Always support conversion from InstanceDescriptor.
  273. Set eol-style to native.
  274. * UInt16Converter.cs: Implement conversion from string to match MS.NET.
  275. Added support for converting string containing hex prefix. Set
  276. eol-style to native.
  277. * SByteConverter.cs: Implement conversion from string to match MS.NET.
  278. Added support for converting string containing hex prefix. Set
  279. eol-style to native.
  280. * Int16Converter.cs: Implement conversion from string to match MS.NET.
  281. Added support for converting string containing hex prefix. Set
  282. eol-style to native.
  283. * UInt64Converter.cs: Implement conversion from string to match MS.NET.
  284. Added support for converting string containing hex prefix. Set
  285. eol-style to native.
  286. * DecimalConverter.cs: Implement conversion from string to match MS.NET.
  287. Set eol-style to native.
  288. * Int64Converter.cs: Implement conversion from string to match MS.NET.
  289. Added support for converting string containing hex prefix. Set
  290. eol-style to native.
  291. * UInt32Converter.cs: Implement conversion from string to match MS.NET.
  292. Added support for converting string containing hex prefix. Set
  293. eol-style to native.
  294. * Int32Converter.cs: Implement conversion from string to match MS.NET.
  295. Added support for converting string containing hex prefix. Set
  296. eol-style to native.
  297. * DoubleConverter.cs: Implement conversion from string to match MS.NET.
  298. Set eol-style to native.
  299. * BaseNumberConverter.cs: Support conversion from string containing
  300. hex prefixes. Set eol-style to native.
  301. * ByteConverter.cs: Implement conversion from string to match MS.NET.
  302. Added support for converting string containing hex prefix. Set
  303. eol-style to native.
  304. 2005-08-18 Gert Driesen <[email protected]>
  305. * EditorBrowsableState.cs: Changed line ending from CRLF to LF to
  306. match other sources. Set eol-style to native.
  307. * ExtenderProvidedPropertyAttribute.cs: Changed line ending from CRLF
  308. to LF to match other sources. Set eol-style to native.
  309. * RefreshEventHandler.cs: Changed line ending from CRLF to LF to match
  310. other sources. Set eol-style to native.
  311. * TypeDescriptor.cs: Changed line ending from CRLF to LF to match
  312. other sources. Set eol-style to native.
  313. 2005-08-16 Gert Driesen <[email protected]>
  314. * BaseNumberConverter.cs: In ConvertFrom, wrap all exceptions that
  315. are thrown while converting from string in an Exception.
  316. 2005-08-16 Gert Driesen <[email protected]>
  317. * ToolboxItemAttribute.cs: Fixed GetHashCode to correspond with MS.NET.
  318. Fixed initialization order. Throw ArgumentException if item type
  319. cannot be loaded.
  320. 2005-08-09 Michael Hutchinson <[email protected]>
  321. * ToolboxItemAttribute.cs: Fixed typo
  322. 2005-08-09 Gert Driesen <[email protected]>
  323. * IComponent.cs: Fixed Designer attribute to match MS.NET.
  324. * DesignerAttribute.cs: DesignerBaseTypeName defaults to fullname of
  325. IDesigner to match MS.NET.
  326. 2005-08-07 Michael Hutchinson <[email protected]>
  327. Patch from Michael Hutchinson to make the aspnet editor work.
  328. * ReflectionPropertyDescriptor.cs: Create transactions and raise
  329. component change events for all IComponents, not just base
  330. implementation 'Component' derivatives.
  331. * MemberDescriptor.cs: Make members 'Browsable' by default, as per
  332. MS spec.
  333. * PropertyDescriptor.cs: Changed default
  334. DesignerSerializationVisibility value to Visible rather than
  335. Hidden, as per MS spec.
  336. 2005-07-21 Gonzalo Paniagua Javier <[email protected]>
  337. * TypeDescriptor.cs: (GetProperties) throw exception if 'component' is
  338. null.
  339. 2005-06-30 Sebastien Pouliot <[email protected]>
  340. * Win32Exception.cs: Added some declarative security (permission from
  341. corlib) as an initial test (outside corlib). Added new constructors
  342. for NET_2_0.
  343. 2005-06-27 LLuis Sanchez Gual <[email protected]>
  344. * CultureInfoConverter.cs: Correctly look for verbose name of
  345. the culture being converted.
  346. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  347. * ToolboxItemAttribute.cs: fix the fix that was fixed before.
  348. 2005-06-08 Zoltan Varga <[email protected]>
  349. * ToolboxItemAttribute.cs: Revert last change as it breaks the build.
  350. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  351. * ToolboxItemAttribute.cs: fix default type name.
  352. 2005-06-04 Gert Driesen <[email protected]>
  353. * Win32Exception.cs: improve error message for error 10047.
  354. 2005-06-04 Gert Driesen <[email protected]>
  355. * TypeDescriptor.cs: in .NET 2.0, GetComponentName returns null if
  356. object is not an IComponent or has no Site.
  357. In .NET 2.0, GetDefaultEvent does not fallback to first defined event
  358. if the default event is filtered out. GetDefaultProperty did not
  359. take filtering into account. Fixes bug #75152.
  360. 2005-05-31 Gonzalo Paniagua Javier <[email protected]>
  361. * Win32Exception.cs: add 10049 WSAEADDRNOTAVAIL. Fixes bug #75106.
  362. 2005-05-15 Andreas Nahr <[email protected]>
  363. * IComponent.cs: Fix attributes
  364. 2005-04-28 Gonzalo Paniagua Javier <[email protected]>
  365. * TypeDescriptor.cs: implemented GetEditor. Patch by Jonathan Chambers.
  366. 2005-04-25 Gonzalo Paniagua Javier <[email protected]>
  367. * DefaultValueAttribute.cs: fixed the .ctor that takes a type and a
  368. string. Previous implementation caused *lots* of exceptions being thrown
  369. when processing WebControl types.
  370. 2005-04-22 LLuis Sanchez Gual <[email protected]>
  371. * AttributeCollection.cs: When checking if the list contains an
  372. attribute, always return true if that attribute is the default
  373. attribute for that kind of attributes.
  374. 2005-04-13 LLuis Sanchez Gual <[email protected]>
  375. * TypeDescriptor.cs: When creating a converter, use a constructor that
  376. takes a Type parameter if exists.
  377. * PropertyDescriptor.cs: In the Converter property, check for a
  378. TypeConverterAttribute in the property.
  379. 2005-03-02 Jackson Harper <[email protected]>
  380. * ReflectionEventDescriptor.cs: Bind handlers to the actual event so that
  381. the delegates get invoked when the methods are.
  382. 2005-03-02 Jackson Harper <[email protected]>
  383. * EventDescriptorCollection.cs: Handle null in the constructor properly.
  384. 2005-02-12 Geoff Norton <[email protected]>
  385. * CharConverter.cs: Implement the ability to convert from "".
  386. 2005-02-10 Geoff Norton <[email protected]>
  387. * CultureInfoConverter.cs: Implement converting from the
  388. string "(default)" that MS will put in .resx files.
  389. 2005-02-10 Lluis Sanchez Gual <[email protected]>
  390. * BindableAttribute.cs: Implemented 2.0 api.
  391. 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
  392. * TypeDescriptor.cs: fixed bug #71601. GetConverter should handle
  393. TypeConverter derived classes that take a Type argument.
  394. 2005-01-27 LLuis Sanchez Gual <[email protected]>
  395. * DateTimeConverter.cs, CultureInfoConverter.cs, DecimalConverter.cs,
  396. TimeSpanConverter.cs, GuidConverter.cs, EnumConverter.cs:
  397. Implemented support for InstanceDescriptor.
  398. 2005-01-25 LLuis Sanchez Gual <[email protected]>
  399. * Win32Exception.cs: Set the correct name for the serialized
  400. NativeErrorCode. This fixes bug #71572. Fix by Aleksandar Dezelin.
  401. 2005-01-24 Joerg Rosenkranz <[email protected]>
  402. * TypeDescriptor.cs: Changed handling of interfaces and objects in
  403. GetConverter to reflect the behaviour of .NET. This fixes bug #71444.
  404. 2005-01-19 Jonathan Pryor <[email protected]>
  405. * TypeDescriptor.cs: Fix Info.GetDefaultEvent() so that it filters events
  406. properly. This matches .NET 1.1 and fixes a test case.
  407. 2005-01-19 Jonathan Pryor <[email protected]>
  408. * TypeDescriptor.cs: Fix GetComponentName() so that it returns the type
  409. name if no Site is present. This matches .NET 1.1 and fixes a test case.
  410. 2005-01-12 Gonzalo Paniagua Javier <[email protected]>
  411. * BaseNumberConverter.cs: when the culture we get is null, set it to the
  412. default. Fixes bug #67033. Thanks to Sander Rijken.
  413. 2005-01-10 LLuis Sanchez Gual <[email protected]>
  414. * BindingDirection.cs: New enum.
  415. 2004-12-09 Dick Porter <[email protected]>
  416. * Win32Exception.cs: Add another socket error, fix the message of
  417. some old ones.
  418. 2004-10-01 Gonzalo Paniagua Javier <[email protected]>
  419. * AttributeCollection.cs: support attributes inherited from the one
  420. we want. Fixes bug #67088. Thanks to Sander Rijken.
  421. 2004-08-14 Jackson Harper <[email protected]>
  422. * Container.cs: Release all when we are supposed to release all.
  423. 2004-07-14 Atsushi Enomoto <[email protected]>
  424. * Added IChangeTracking.cs and IRevertibleChangeTracking.cs.
  425. 2004-07-09 LLuis Sanchez Gual <[email protected]>
  426. * AsyncCompletedEventArgs.cs: Implemented.
  427. * AsyncCompletedEventHandler.cs: Implemented.
  428. 2004-06-12 Gonzalo Paniagua Javier <[email protected]>
  429. * TypeDescriptor.cs: when a component in componentTable is Disposed,
  430. remove it from the table.
  431. Fri Jun 11 11:58:22 CEST 2004 Paolo Molaro <[email protected]>
  432. * LocalizableAttribute.cs, DesignerSerializationVisibilityAttribute.cs,
  433. DesignOnlyAttribute.cs: fix targets for attributes.
  434. 2004-05-05 Lluis Sanchez Gual <[email protected]>
  435. * BooleanConverter.cs: Improved ConverFrom method.
  436. 2004-04-28 Lluis Sanchez Gual <[email protected]>
  437. * TypeDescriptor.cs: Do not return attributes that have the same TypeID.
  438. This fixes bug #57655.
  439. 2004-04-24 Gonzalo Paniagua Javier <[email protected]>
  440. * TypeDescriptor.cs: fixed ComponentInfo.GetAttributes(). Now it returns
  441. all the attributes, not just DesignerAttribute instances. nGallery
  442. complained.
  443. 2004-04-21 Lluis Sanchez Gual <[email protected]>
  444. * BooleanConverter.cs: GetStandardValues must return an array of
  445. booleans, not an array of strings.
  446. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  447. * ReflectionPropertyDescriptor.cs: Access internal PropertyInfo
  448. through GetPropertyInfo(). Take into account that a component may not
  449. be sited or not have some services.
  450. * TypeDescriptor.cs: GetTypeFromName(): Added null check for Site
  451. property. Other minor fixes.
  452. 2004-04-16 Joerg Rosenkranz <[email protected]>
  453. * TypeDescriptor.cs: Fixed implementation of GetConverter.
  454. This fixes #57137.
  455. 2004-04-14 Lluis Sanchez Gual <[email protected]>
  456. * AttributeCollection.cs: Added new internal constructor.
  457. * DesignerAttribute.cs: Fixed property TypeId.
  458. * EventDescriptorCollection.cs: Added internal constructor. Added new
  459. method Filter that removes events that do not have the specified
  460. attributes.
  461. * MemberDescriptor.cs: Minor fixes.
  462. * PropertyDescriptor.cs: Implemented some missing methods.
  463. * PropertyDescriptorCollection.cs: Added internal constructor. Implemented
  464. Sort methods.
  465. * ReferenceConverter.cs: Removed some TODOs.
  466. * SyntaxCheck.cs: Implemented CheckMachineName and CheckPath.
  467. * TypeDescriptor.cs: Implemented most of missing methods.
  468. 2004-04-08 Lluis Sanchez Gual <[email protected]>
  469. * AmbientValueAttribute.cs, EnumConverter.cs, ListChangedEventArgs.cs:
  470. Removed unneded TODOs.
  471. * ComponentResourceManager.cs: Implemented ApplyResources.
  472. * EventDescriptorCollection.cs: Implemented several missing methods.
  473. * LicFileLicenseProvider.cs: Implemented.
  474. * MemberDescriptor.cs: Implemented some missing methods. Handle correctly
  475. the creation of the Attribute list.
  476. * TypeConverter.cs: Use null as default value for attribute array parameter.
  477. 2004-04-08 Gonzalo Paniagua Javier <[email protected]>
  478. * Win32Exception.cs: added 10024 (WSAEMFILE).
  479. 2004-04-05 Lluis Sanchez Gual <[email protected]>
  480. * AttributeCollection.cs: Don't try to create a default attribute if the
  481. attribute type does not have a default constructor. Fix by Jon Wagner.
  482. This fixes #53898.
  483. 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
  484. * Win32Exception.cs: added ERROR_PATH_NOT_FOUND that reports the same
  485. message as ERROR_FILE_NOT_FOUND.
  486. 2004-03-17 Ivan Hamilton <[email protected]>
  487. * LicenseManager.cs: Completed TODO.
  488. 2003-12-10 Gonzalo Paniagua Javier <[email protected]>
  489. * Win32Exception.cs: use a switch instead of creating a hashtable when
  490. mapping from an error code to a message.
  491. 2003-11-22 Miguel de Icaza <[email protected]>
  492. * PropertyDescriptorCollection.cs (Insert): Another one.
  493. * PropertyTabAttribute.cs (Equals): Avoid recurssion
  494. 2003-11-13 Andreas Nahr <[email protected]>
  495. * IComponent.cs: Added missing attribute
  496. 2003-11-12 Andreas Nahr <[email protected]>
  497. * ComponentResourceManager.cs: Added and partially implemented
  498. 2003-09-13 Duncan Mak <[email protected]>
  499. Patch from Jrg Rosenkranz <[email protected]>, this fixes the
  500. bugs described in bug #48351.
  501. * EnumConverter.cs (ConvertFrom): Removed the special handling for
  502. multiple values. This is done in Enum.Parse already.
  503. * TypeDescriptor.cs (GetConverter): Does not work for enumeration
  504. types because EnumConverter does not have a default
  505. constructor. Fixed by changing the special handling for
  506. enumeration types.
  507. 2003-08-31 Jerome Laban <[email protected]>
  508. * Container.cs: A site without name cannot be duplicate.
  509. 2003-07-22 Gonzalo Paniagua Javier <[email protected]>
  510. * Win32Exception.cs: added message for 10054.
  511. 2003-07-17 Andreas Nahr <[email protected]>
  512. * CategoryAttribute.cs: Added localization support
  513. 2003-07-17 Andreas Nahr <[email protected]>
  514. * IComponent.cs:
  515. * MarshalByValueComponent.cs: Reworked attributes based on the new Consts scheme
  516. 2003-07-16 Gonzalo Paniagua Javier <[email protected]>
  517. * TypeDescriptor.cs: fixed GetConverter (type) for enumerations that
  518. have a TypeConverter. Fixes bug #46397.
  519. 2003-07-14 Jerome Laban <[email protected]>
  520. * IComponent.cs: Removed duplicate Designer attribute.
  521. 2003-07-13 Andreas Nahr <[email protected]>
  522. * Component.cs: Implementation added
  523. * Container.cs: Implementation added
  524. * MarshalByValueComponent.cs: Implementation added
  525. * ReferenceConverter.cs: Small addition for future implementation
  526. 2003-07-10 Andreas Nahr <[email protected]>
  527. * TypeConverter.cs: Implemented missing methods
  528. * TypeDescriptor.cs: Redirections added
  529. 2003-07-05 Andreas Nahr <[email protected]>
  530. * EnumConverter.cs: Fixed signature
  531. * EventDescriptorCollection.cs: Fixed signature
  532. * InheritanceLevel.cs: Fixed enum values; little restyling
  533. * License.cs: Removed undefined member
  534. * LicenseManager.cs: Fixed signature, little implementation added
  535. * PropertyDescriptorCollection.cs: Removed unused field (fixes last remaining compiler warning in this namespace)
  536. * WarningException.cs: Removed wrong attribute
  537. * Win32Exception.cs: Added missing attribute
  538. 2003-07-02 Andreas Nahr <[email protected]>
  539. * AttributeCollection.cs: Fixed public members
  540. * BaseNumberConverter.cs: Changed InnerType to internal to match public assembly signature
  541. * BrowsableAttribute.cs: Removed wrong constructor, Restyle according to guidelines
  542. * CategoryAttribute.cs: Changed public fields to properties
  543. * EnumConverter.cs: Added and implemented missing properties, improved implementation
  544. * EventDescriptorCollection.cs: Fixed wrong signatures, added implementation, fixed potential bug
  545. * PropertyDescriptorCollection.cs: Fixed public members
  546. * ReferenceConverter.cs: Implementation added
  547. * SyntaxCheck.cs: Improved string checks, added MonoTODO descriptions
  548. * TypeDescriptor.cs: Implementations added
  549. 2003-07-02 Andreas Nahr <[email protected]>
  550. * ISite.cs: Fixed attributes, fixed header
  551. * ITypeDescriptorContext.cs: Fixed attributes, formatting corrections
  552. * WarningException.cs: Fixed attributes, formatting corrections
  553. * AttributeCollection.cs: Fixed attributes
  554. * DesignerSerializationVisibility.cs: Fixed attributes
  555. * TypeConverter.cs: Fixed attributes
  556. * MarshalByValueComponent.cs:
  557. * IComponent.cs: Fixed attributes, supports .Net 1.0 and 1.1
  558. * DescriptionAttribute.cs:
  559. * DesignerCategoryAttribute.cs:
  560. * DoubleConverter.cs:
  561. * EditorBrowsableAttribute.cs:
  562. * EventDescriptorCollection.cs:
  563. * PropertyChangedEventHandler.cs:
  564. * RefreshEventArgs.cs:
  565. * StringConverter.cs:
  566. * DefaultValueAttribute.cs: Reformatted following style guidelines
  567. * License.cs: Removed unused MonoTODOs
  568. * LicenseContext.cs: Implemented
  569. * LicenseException.cs: Implemented
  570. * LicenseProvider.cs: Removed unused MonoTODOs and unneccesary Finalizer
  571. * LicenseUsageMode.cs: Fixed enum
  572. * RefreshProperties.cs: Fixed enum
  573. * LicFileLicenseProvider.cs: Implementation added
  574. * ExtenderProvidedPropertyAttribute.cs: Implementation added, formatting corrections
  575. * ExpandableObjectConverter.cs: Implemented
  576. * ComponentConverter.cs: Implemented
  577. 2003-06-23 Andreas Nahr <[email protected]>
  578. * DesignerAttribute.cs: Fixed AttributeUsage, implementation errors,
  579. better Hashcode generation
  580. * EditorAttribute.cs: Fixed AttributeUsage, implementation errors,
  581. better Hashcode generation
  582. * LicenseContext.cs: Added and implemented missing property
  583. * ListBindableAttribute.cs: Simplified implementation, removed
  584. unneccessary data.
  585. * ReadOnlyAttribute.cs: Better Hashcode generation
  586. * RunInstallerAttribute.cs: Better Hashcode generation, more robust
  587. Equals check.
  588. * LicenseProviderAttribute.cs: Fixed AttributeUsage, indentation
  589. * ProvidePropertyAttribute.cs: Fixed AttributeUsage
  590. * ToolboxItemFilterAttribute.cs: Fixed AttributeUsage
  591. * MarshalByValueComponent.cs:
  592. * IContainer.cs:
  593. * IComponent.cs: Added missing attribute(s)
  594. 2003-06-24 Gonzalo Paniagua Javier <[email protected]>
  595. * AmbientValueAttribute.cs:
  596. * ArrayConverter.cs:
  597. * BaseNumberConverter.cs:
  598. * BindableAttribute.cs:
  599. * BooleanConverter.cs:
  600. * BrowsableAttribute.cs:
  601. * ByteConverter.cs:
  602. * CategoryAttribute.cs:
  603. * CharConverter.cs:
  604. * CollectionConverter.cs:
  605. * Component.cs:
  606. * ComponentCollection.cs:
  607. * ComponentEditor.cs:
  608. * Container.cs:
  609. * CultureInfoConverter.cs:
  610. * DateTimeConverter.cs:
  611. * DecimalConverter.cs:
  612. * DefaultEventAttribute.cs:
  613. * DefaultPropertyAttribute.cs:
  614. * DefaultValueAttribute.cs:
  615. * DescriptionAttribute.cs:
  616. * DesignOnlyAttribute.cs:
  617. * DesignTimeVisibleAttribute.cs:
  618. * DesignerCategoryAttribute.cs:
  619. * DesignerSerializationVisibilityAttribute.cs:
  620. * DoubleConverter.cs:
  621. * EditorBrowsableAttribute.cs:
  622. * EventDescriptor.cs:
  623. * EventDescriptorCollection.cs:
  624. * ExpandableObjectConverter.cs:
  625. * ExtenderProvidedPropertyAttribute.cs: New file.
  626. * GuidConverter.cs:
  627. * IComNativeDescriptorHandler.cs:
  628. * IComponent.cs:
  629. * ImmutableObjectAttribute.cs:
  630. * InheritanceAttribute.cs:
  631. * InheritanceLevel.cs:
  632. * InstallerTypeAttribute.cs:
  633. * Int16Converter.cs:
  634. * Int32Converter.cs:
  635. * Int64Converter.cs:
  636. * InvalidEnumArgumentException.cs:
  637. * LicenseProviderAttribute.cs:
  638. * LocalizableAttribute.cs:
  639. * MarshalByValueComponent.cs:
  640. * MemberDescriptor.cs:
  641. * MergablePropertyAttribute.cs:
  642. * NotifyParentPropertyAttribute.cs:
  643. * ParenthesizePropertyNameAttribute.cs:
  644. * PropertyDescriptor.cs:
  645. * PropertyDescriptorCollection.cs:
  646. * PropertyTabAttribute.cs:
  647. * ProvidePropertyAttribute.cs:
  648. * RecommendedAsConfigurableAttribute.cs:
  649. * RefreshPropertiesAttribute.cs:
  650. * SByteConverter.cs:
  651. * SingleConverter.cs:
  652. * TimeSpanConverter.cs:
  653. * ToolboxItemFilterAttribute.cs:
  654. * TypeConverter.cs:
  655. * TypeConverterAttribute.cs:
  656. * TypeDescriptor.cs:
  657. * TypeListConverter.cs:
  658. * UInt16Converter.cs:
  659. * UInt32Converter.cs:
  660. * UInt64Converter.cs: implementation and fixes by Andreas Nahr
  661. ([email protected]).
  662. 2003-06-23 Gonzalo Paniagua Javier <[email protected]>
  663. * IExtenderProvider.cs: mono-stylized.
  664. * IComNativeDescriptorHandler.cs:
  665. * SyntaxCheck.cs: new files from Andreas Nahr.
  666. 2003-03-20 Dick Porter <[email protected]>
  667. * Win32Exception.cs: Made the fallback error more useful by
  668. reporting the error number
  669. 2003-03-14 Gonzalo Paniagua Javier <[email protected]>
  670. * MarshalByValueComponent.cs: removed a monotodo.
  671. 2003-03-13 Gonzalo Paniagua Javier <[email protected]>
  672. * Win32Exception.cs: added error code 2.
  673. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  674. * Win32Exception.cs: implemented GetObjectData ().
  675. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  676. * RunInstallerAttribute.cs: New file.
  677. 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
  678. * Win32Exception.cs: added 10065 (WSA_EHOSTUNREACH).
  679. 2003-02-05 Alan Tam <[email protected]>
  680. * DesignedCategoryAttribute.cs: Implemented DesignerCategoryAttribute
  681. 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
  682. * BrowsableAttribute.cs: this attribute applies to All. Since the fix
  683. to bug #37380, mcs complained about this when compiling System.Data.
  684. 2003-01-08 Dick Porter <[email protected]>
  685. * Win32Exception.cs (ComponentModel): Added EWOULDBLOCK
  686. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  687. * TypeDescriptor.cs: use ICustomTypeDescriptor if the component
  688. implements it. It's done for GetProperties and should be done for the
  689. rest of methods present in ICustomTypeDescriptor.
  690. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  691. * TypeDescriptor.cs: moved code from GetProperties (object) to (Type).
  692. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  693. * DefaultValueAttribute.cs: the attribute applies to All.
  694. 2002-11-19 Duncan Mak <[email protected]>
  695. * DesignerAttribute.cs:
  696. * EditorAttribute: Style changes. Gonzalo committed the build
  697. fixes before I did.
  698. 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
  699. * DesignerAttribute.cs:
  700. * EditorAttribute.cs: fixed the build.
  701. 2002-11-19 Alejandro Snchez Acosta <[email protected]>
  702. * EditorAttribute: implemented.
  703. * DesignerAttribute: implemented.
  704. 2002-11-11 Gonzalo Paniagua Javier <[email protected]>
  705. * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
  706. 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
  707. * ListBindableAttribute.cs: implemented.
  708. 2002-11-02 Duncan Mak <[email protected]>
  709. * InvalidEnumArgumentException.cs: Added.
  710. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  711. * EventHandlerList.cs: fixed bug #29535.
  712. 2002-10-03 Dick Porter <[email protected]>
  713. * Win32Exception.cs: Added ETIMEDOUT
  714. 2002-09-30 Dick Porter <[email protected]>
  715. * Win32Exception.cs: Sorted the errors, added EINPROGRESS
  716. 2002-09-17 Asier Llano Palacios <[email protected]>
  717. * CancelEventArgs.cs
  718. * WarningException.cs
  719. * CancelEventHandler.cs
  720. * PropertyChangedEventHandler.cs
  721. * IExtenderProvider.cs: Implemented
  722. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  723. * Component.cs:
  724. * ComponentCollection.cs:
  725. * Container.cs:
  726. * MarshalByValueComponent.cs: IDisposable fixes.
  727. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  728. * BindableSupport.cs:
  729. * Component.cs:
  730. * EventDescriptorCollection.cs:
  731. * ITypeDescriptorContext.cs:
  732. * TypeConverter.cs:
  733. * TypeDescriptor.cs: class status based fixes.
  734. * StringConverter.cs: implemented a couple of methods.
  735. 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
  736. * EnumConverter.cs: new file.
  737. * TypeConverter.cs: implemented a few simple methods.
  738. * TypeDescriptor.cs:
  739. (GetConverter): initial support for converters of well-known types.
  740. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  741. * DerivedPropertyDescriptor.cs: New file. Internal class.
  742. * PropertyDescriptorCollection.cs: almost fully implemented.
  743. * TypeDescriptor.cs: implemented a couple of GetProperties ().
  744. Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <[email protected]>
  745. * Component.cs: don't die if Disposed is null.
  746. 2002-07-22 Tim Coleman <[email protected]>
  747. * RecommendedAsConfigurableAttribute.cs: new file added
  748. for System.Web.Services build
  749. 2002-07-22 Tim Coleman <[email protected]>
  750. * ExpandableObjectConverter.cs: Fix error with constructor
  751. 2002-07-22 Tim Coleman <[email protected]>
  752. * TypeConverter.cs: Fixed bad stubb function
  753. GetConvertToException ()
  754. 2002-07-22 Tim Coleman <[email protected]>
  755. * ComponentCollection.cs: Added reference to
  756. ReadOnlyCollectionBase to make sure
  757. that we inherit the appropriate methods.
  758. Not sure why the Dispose() method is
  759. required, but left for now.
  760. 2002-07-22 Tim Coleman <[email protected]>
  761. * TypeConverter.cs: Added new stubbs
  762. * BindableAttribute.cs: Added
  763. * BindableSupport.cs: Added
  764. * NotifyParentPropertyAttribute.cs: Added
  765. * ExpandableObjectConverter.cs: Added
  766. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  767. * MemberDescriptor.cs: implemented Attributes and Category.
  768. * PropertyDescriptor.cs: implemented Converter. Declared GetValue ().
  769. * PropertyDescriptorCollection.cs: fixed indexers declaration.
  770. * ReadOnlyAttribute.cs: GetHashCoder (), Equals (), IsDefault () and
  771. fixed value for Yes.
  772. * ToolboxItemAttribute.cs: fixed declaration of IsDefaultAttribute.
  773. * TypeConverter.cs: added SimplePropertyDescriptor class.
  774. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  775. * ToolboxItemAttribute.cs: New file.
  776. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  777. * DefaultEventAttribute.cs: new file.
  778. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  779. * AttributeCollection.cs: fixlet.
  780. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  781. * AttributeCollection.cs: finished implementation.
  782. * TypeDescriptor.cs: implemented GetAttributes (object).
  783. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  784. * AttributeCollection.cs: initialize member variables.
  785. * RefreshEventArgs.cs: implemented.
  786. * RefreshEventHandler.cs: New file.
  787. * TypeDescriptor.cs: fully stubbed out the remaining method.
  788. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  789. * DefaultPropertyAttribute.cs: New file.
  790. 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
  791. * TypeConverter.cs: flushed local changes.
  792. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  793. * StringConverter.cs: stubbed out.
  794. * TypeConverter.cs: stubbed the rest out and added some implementation.
  795. Five errors left when compiling System.Web in linux.
  796. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  797. * TypeConverterAttribute.cs: attribute used by
  798. TypeDescriptor.Getconverter ().
  799. * TypeDescriptor.cs: implemented GetConverter in the right way.
  800. 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
  801. * TypeConverter.cs:
  802. * ITypeDescriptorContext.cs:
  803. * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
  804. which uses ColorConverter.
  805. 2002-05-12 Daniel Morgan <[email protected]>
  806. * IComponent.cs
  807. * ISite.cs: added using System
  808. * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException
  809. to // TODOs and added using System. The throwing of the exceptions prevented
  810. System.Data from running.
  811. 2002-05-10 Rodrigo Moya <[email protected]>
  812. * EventDescriptorCollection.cs (this[index]): call eventList[index],
  813. not this[index], which issues an 'ambigous call' error on Linux.
  814. 2002-05-07 Rodrigo Moya <[email protected]>
  815. * EventDescriptor.cs: added missing constructors.
  816. * EventDescriptorCollection.cs: fixed interface methods implementation
  817. * IDataErrorInfo.cs:
  818. * IEditableObject.cs: new interfaces.
  819. 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
  820. * System.ComponentModel/AttributeCollection.cs: added a cast to make
  821. it compile.
  822. 2002-05-03 Rodrigo Moya <[email protected]>
  823. * AttributeCollection.cs:
  824. * EventDescriptor.cs:
  825. * EventDescriptorCollection.cs:
  826. * ICustomTypeDescriptor.cs: new files.
  827. 2002-05-01 Duncan Mak <[email protected]>
  828. * ListChangedType.cs:
  829. * ListChangedEventHandler.cs:
  830. * ListChangedEventArgs.cs: Added to fix build.
  831. 2002-05-01 Miguel de Icaza <[email protected]>
  832. * PropertyDescriptorCollection.cs: Added the IList explicit
  833. implementation methods.
  834. lots of bug fixes to get the build to compile again.
  835. 2002-05-01 Duncan Mak <[email protected]>
  836. * ListSortDirection.cs: EnumChecked.
  837. 2002-05-01 Rodrigo Moya <[email protected]>
  838. * ListSortDirection.cs: new enumeration. Please, somebody run
  839. EnumCheck on it, as I don't have a windows machine.
  840. * PropertyDescriptorCollection.cs: new class.
  841. * ITypedList.cs:
  842. * IBindingList.cs: new interfaces.
  843. 2002-04-28 Duncan Mak <[email protected]>
  844. * CollectionChangeAction.cs: Changed enum layout to fit the MS
  845. implementation. Please use EnumCheck!
  846. 2002-04-28 Rodrigo Moya <[email protected]>
  847. * CollectionChangeAction.cs: new enumeration.
  848. * CategoryAttribute.cs: moved the 'return' keyword to the
  849. end of the method, to avoid compilation errors on Linux for
  850. all CategoryAttribute properties.
  851. 2002-04-28 Rodrigo Moya <[email protected]>
  852. * IListSource.cs:
  853. * ISupportInitialize.cs:
  854. * MarshalByValueComponent.cs: new stubs, needed for System.Data
  855. compilation.
  856. * PropertyChangedEventArgs.cs:
  857. * CollectionChangeEventHandler.cs:
  858. * CollectionChangeEventArgs.cs: implemented.
  859. 2002-04-28 Lawrence Pit <[email protected]>
  860. * Added error code 11001 to Win32Exception, used by Dns.c
  861. 2002-04-04 Dick Porter <[email protected]>
  862. * ISynchronizeInvoke.cs: Needed by Process
  863. 2002-01-23 Dick Porter <[email protected]>
  864. * Win32Exception.cs: implement, with support for looking up
  865. runtime errors.
  866. 2002-01-17 Miguel de Icaza <[email protected]>
  867. * Win32Exception.cs: Add.
  868. 2002-01-05 Ravi Pratap <[email protected]>
  869. * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
  870. * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
  871. 2001-10-27 Miguel de Icaza <[email protected]>
  872. * DesignerSerializationVisibilityAttribute.cs: Implemented.
  873. * DesignerSerializationVisibility.cs: New enumeration.
  874. * LocalizableAttribute.cs: Implemented.
  875. * BrowsableAttribute.cs: Implemented.
  876. * DesignOnlyAttribute.cs: Implemented.
  877. * DescriptionAttribute.cs: Implement.
  878. * MemberDescriptor.cs: Implemented.
  879. * CategoryAttribute.cs: implemented.
  880. 2001-08-21 Nick Drochak <[email protected]>
  881. * Component.cs: Eliminated compile errors by removing redundant fields and
  882. using the ISite member instead. Also raised the Disposed event, but not
  883. sure if it's correct now. Look for FIXME in the comments.
  884. 2001-08-02 Miguel de Icaza <[email protected]>
  885. * EventHandlerList.cs: New file.
  886. * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
  887. ComponentCollection.cs, ISite.cs: New classes