ChangeLog 57 KB

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