ChangeLog 34 KB

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