ChangeLog 51 KB

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