2
0

ChangeLog 37 KB

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