ChangeLog 44 KB

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