ChangeLog 53 KB

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