ChangeLog 45 KB

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