ChangeLog 43 KB

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