ChangeLog 28 KB

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