ChangeLog 52 KB

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