ChangeLog 44 KB

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