ChangeLog 46 KB

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