| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448 |
- 2007-07-10 Rolf Bjarne Kvinge <[email protected]>
- * TypeDescriptor.cs: Implemented AddEditorTable, and check the editor
- table in GetEditor if no editor can be found using attributes.
- 2007-06-30 Gert Driesen <[email protected]>
- * PropertyDescriptorCollection.cs: Added missing explicit interface
- implementation of IEnumerable.GetEnumerator.
- * TypeDescriptor.cs: Params modifier applies to 1.0 profile as well.
- Spaces to tabs.
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * LookupBindingPropertiesAttribute.cs:
- Should be sealed. Implemented GetHashCode().
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * ContainerFilterService.cs CustomTypeDescriptor.cs
- InstanceCreationEditor.cs InvalidAsynchronousStateException.cs
- MultilineStringConverter.cs NestedContainer.cs
- NullableConverter.cs TypeDescriptionProvider.cs
- TypeDescriptionProviderAttribute.cs :
- 2.0 stubs except for [Obsolete].
- * TypeDescriptor.cs : added missing 2.0 members.
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * PropertyDescriptor.cs : oops, wrong fix.
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * PropertyDescriptor.cs : call base. fix winforms tests.
- 2007-05-31 Rolf Bjarne Kvinge <[email protected]>
- * LookupBindingPropertiesAttribute.cs: Implemented.
- 2007-05-31 Atsushi Enomoto <[email protected]>
- * AsyncOperationManager.cs AttributeCollection.cs
- BackgroundWorker.cs BindingList.cs CategoryAttribute.cs
- Component.cs DataObjectFieldAttribute.cs DefaultValueAttribute.cs
- DescriptionAttribute.cs EventDescriptorCollection.cs
- IComNativeDescriptorHandler.cs IListSource.cs
- ListSortDescriptionCollection.cs MemberDescriptor.cs
- PropertyDescriptor.cs SyntaxCheck.cs ToolboxItemFilterAttribute.cs:
- 2.0 profile updates.
- 2007-05-15 Adar Wesley <[email protected]>
- * AttributeCollection.cs: added missing method FromExisting.
- * Container.cs: added missing method ValidateName
- * DefaultValueAttribute.cs: added missing method SetValue.
- * EventHandlerList.cs: added missing method AddHandlers.
- * MemberDescriptor.cs: added missing method GetInvocationTarget.
- * PropertyDescriptor.cs: added missing method GetValueChangedHandler.
- * TypeDescriptor.cs: added missing methods CreateInstance, GetFullComponentName,
- GetClassName, GetReflectionType, CreateAssociation, GetAssociation,
- RemoveAssociation, RemoveAssociations.
- 2007-05-14 Vladimir Krasnov <[email protected]>
- * PropertyDescriptorCollection.cs: fixed Find method, compare using
- invariant culture
- 2007-05-10 Rolf Bjarne Kvinge <[email protected]>
- * MaskedTextProvider.cs: Small fix for ToString for passwords.
- 2007-05-09 Igor Zelmanovich <[email protected]>
- * Win32Exception.cs:
- added MonoNotSupported attribute for TARGATE_JVM.
-
- 2007-05-08 Igor Zelmanovich <[email protected]>
- * RunWorkerCompletedEventArgs.cs: added 'new' keyword, cause
- UserState hides inherit property.
- 2007-04-07 Gert Driesen <[email protected]>
- * RecommendedAsConfigurableAttribute.cs: Mark obsolete on 2.0 profile.
- 2007-03-05 Rolf Bjarne Kvinge <[email protected]>
- * MaskedTextProvider.cs: Make internal methods private.
- 2007-02-27 Rolf Bjarne Kvinge <[email protected]>
- * MaskedTextProvider.cs: Added.
- 2007-02-17 Gert Driesen <[email protected]>
- * DateTimeConverter.cs: Fixed typo in exception message.
- 2007-02-13 Gert Driesen <[email protected]>
- * TypeDescriptor.cs: Do not assume that an ISite always has an
- ITypeDescriptorFilterService. Fixes bug #80836.
- 2007-01-29 Marek Habersack <[email protected]>
- * PasswordPropertyTextAttribute.cs: Implement.
- 2007-01-21 Zoltan Varga <[email protected]>
- * RecommendedAsConfigurableAttribute.cs: Make this non-obsolete to fix
- the 2.0 build, since System.ServiceProcess.ServiceController uses it.
- 2007-01-20 Chris Toshok <[email protected]>
- * InheritanceLevel.cs: 2.0 class-status work.
- * ListSortDirection.cs: same.
- * BindableSupport.cs: same.
- * SyntaxCheck.cs: same.
- * CancelEventHandler.cs: same.
- * ListChangedEventHandler.cs: same.
- * SettingsBindableAttribute.cs: same.
- * ToolboxItemFilterType.cs: same.
- * PropertyChangedEventHandler.cs: same.
- * MarshalByValueComponent.cs: same.
- * LicenseUsageMode.cs: same.
- * RefreshProperties.cs: same.
- * RecommendedAsConfigurableAttribute.cs: same.
- 2007-01-20 Chris Toshok <[email protected]>
- * BindingList.cs: new class.
- 2007-01-13 Miguel de Icaza <[email protected]>
- * DataObjectFieldAttribute.cs: Removed some code I left from the
- copy/paste activity from the xxxMethodxx.
- 2007-01-12 Miguel de Icaza <[email protected]>
- * DataObjectFieldAttribute.cs: Add new file.
- 2007-01-11 Dick Porter <[email protected]>
- * Win32Exception.cs: Add error 50 (ERROR_NOT_SUPPORTED)
- 2007-01-08 Raja R Harinath <[email protected]>
- * ISupportInitializeNotification.cs: Add implemented interface.
- * ICancelAddNew.cs, IIntellisenseBuilder.cs: New.
- * INestedContainer.cs, INestedSite.cs: New.
- 2007-01-02 Konstantin Triger <[email protected]>
- * DataObjectAttribute.cs: Implemented.
- 2007-01-02 Konstantin Triger <[email protected]>
- * EventHandlerList.cs: Do not reject null key.
- 2006-12-25 Raja R Harinath <[email protected]>
- * InitializationEventAttribute.cs: New.
- 2006-12-24 Konstantin Triger <[email protected]>
- * Implemented DataObjectMethodAttribute and DataObjectMethodType.
- 2006-12-22 Rolf Bjarne Kvinge <[email protected]>
- * DefaultBindingPropertyAttribute.cs: new attribute.
- 2006-12-21 Gert Driesen <[email protected]>
- * MemberDescriptor.cs: On 2.0 profile, take the DisplayNameAttribute
- into account for DisplayName. Fixes bug #80292.
- 2006-12-20 Chris Toshok <[email protected]>
- * AttributeProviderAttribute.cs: new class.
- 2006-12-20 Chris Toshok <[email protected]>
- * ComplexBindingPropertiesAttribute.cs: add Default field.
- 2006-12-20 Chris Toshok <[email protected]>
- * ComplexBindingPropertiesAttribute.cs: new 2.0 attribute.
- 2006-12-19 Chris Toshok <[email protected]>
- * PropertyDescriptor.cs: stop crashing on a missing type
- converter.
- 2006-12-06 Chris Toshok <[email protected]>
- * ReflectionPropertyDescriptor.cs: turns out if "ShouldSerialize*"
- is present and returns false, "CanReset*" also returns false.
- 2006-12-06 Chris Toshok <[email protected]>
- * ReflectionPropertyDescriptor.cs: ShouldSerializeValue should
- return false if there's no ShouldSerialize method.
- 2006-12-06 Chris Toshok <[email protected]>
- * ReflectionPropertyDescriptor.cs: fixes for CanResetValue and
- ShouldSerializeValue - we need to find both public and nonpublic
- methods.
- 2006-12-01 Duncan Mak <[email protected]>
- * AddingNewEventArgs.cs:
- * AddingNewEventHandler.cs: Added.
- * ListChangedEventArgs.cs (.ctor): Uncomment the bit about
- property descriptor now that there's an implementation of it.
- (PropertyDescriptor): New 2.0 property.
- 2006-11-29 Ivan N. Zlatev <[email protected]>
- * MemberDescriptor.cs, ReflectionPropertyDescriptor.cs: 1) The
- ReflectionPropretyDescriptor must be able to operate with non
- public properties.
- 2) The current implementation ignores the fact that the component
- can be in design mode. In design mode some of the properties (the
- design-time ones) are supposed to be redirected to the
- designer. The component which should be used to access the
- property is retrieved by using MemberDescriptor.GetInvokee
- (implemented in the patch). Updated the
- ReflectorPropertyDescriptor to use GetInvokee to decide which
- component should it use.
- Reviewed by: Miguel de Icaza
- 2006-11-28 Miguel de Icaza <[email protected]>
- * TypeDescriptor.cs: This implementation is really from Gonzalo,
- he dictated to me :-)
- 2006-11-20 Nagappan A <[email protected]>
- * ISupportInitializeNotification.cs: New Interface file to support
- NET 2.0 features.
- 2006-11-09 Chris Toshok <[email protected]>
- * ReflectionPropertyDescriptor.cs: IsReadOnly needs to take into
- account the ReadOnlyAttribute.
- 2006-11-08 Gert Driesen <[email protected]>
- * ArrayConverter.cs: Modifed ConvertTo for Array => String to match
- MS. In GetProperties, throw NRE to match MS.
- 2006-11-08 Chris Toshok <[email protected]>
- * ArrayConverter.cs: implement GetProperties correctly, by
- creating ArrayPropertyDescriptor objects for each array element.
- 2006-10-05 Andrew Skiba <[email protected]>
- * EventHandlerList.cs: Implement event handler list according to MS
- definition. No hash table, just a simple list with good performance
- for a small number of events (<20) and worse performance when number
- of events is bigger (patch by [email protected]).
- 2006-10-29 Alexander Olk <[email protected]>
- * ComponentResourceManager.cs: Make ApplyResources work.
- Instead of iterating through the resource set table we now
- read the property infos of an object and check if there is
- an item in the resource set for each property info. This makes
- it finally possible to create language dependent resources
- that do not have to include everything from a parent culture
- resource (mostly invariant culture).
- Throw an ArgumentNullException if value or objectName is null.
- 2006-10-29 Alexander Olk <[email protected]>
- * ComponentResourceManager.cs: Don't close the resource set in
- ApplyResources, it is possible to call ApplyResources multiple
- times. Closing the resource set means that it gets disposed.
- Fixes bug #79182.
- 2006-09-28 Andrew Skiba <[email protected]>
- * Component.cs,PropertyDescriptorCollection.cs,MarshalByValueComponent.cs:
- TARGET_JVM
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * Container.cs: 'unsite' the component when removing it. Fixes
- bug #79255. Patch by Ivan N. Zlatev.
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: don't ignore toplevel attributes when they are
- overriden.
- Patch by Ivan N. Zlatev that fixes bug #79256.
- 2006-08-20 Gert Driesen <[email protected]>
- * InvalidEnumArgumentException.cs: Beautify error message.
- 2006-08-14 Raja R Harinath <[email protected]>
- * IRaiseItemChangedEvents.cs: Add. Mentioned in #79012.
- 2006-07-31 Sebastien Pouliot <[email protected]>
- * InvalidEnumArgumentException.cs: Updated to 2.0.
- * LicenseException.cs: Updated to 2.0. Add a demand for
- SerializationFormatter on GetObjectData method.
- * TypeDescriptor.cs: Add linkdemand for ReflectionPermission on
- CreateEvent and CreateProperties methods. Add linkdemand for
- unrestricted on ComNativeDescriptorHandler get/set.
- * WarningException.cs: Updated to 2.0. Add a demand for
- SerializationFormatter on GetObjectData method.
- * Win32Exception.cs: Add a demand for SerializationFormatter on
- GetObjectData method.
- 2006-07-14 Peter Dennis Bartok <[email protected]>
- * MaskedTextResultHint.cs: Added
- 2006-05-31 Gert Driesen <[email protected]>
- * TypeConverter.cs: Added explicit interface implementation for
- ICollection.CopyTo and IEnumerable.GetEnumerator. Fixes corcompare
- warnings.
- * Component.cs: Remove TypeConverter attribute. Fixes corcompare
- warning.
- * AttributeCollection.cs: Added explicit interface implemenation for
- IEnumerable.GetEnumerator, IList.RemoveAt and ICollection.Count.
- Fixes corcompare warnings.
- * PropertyDescriptorCollection.cs: Added explicit interface
- implemenation for ICollection.Count. Fixes corcompare warning.
- 2006-05-22 Atsushi Enomoto <[email protected]>
- * TypeDescriptor.cs : GetProperties() does not return indexers.
- 2006-05-11 Atsushi Enomoto <[email protected]>
- * ReflectionPropertyDescriptor.cs,
- DerivedPropertyDescriptor.cs : invoke OnValueChanged() when
- the value was successfully changed. It is needed to have
- MWF PropertyGrid change properties successfully.
- 2006-05-08 Atsushi Enomoto <[email protected]>
- * AsyncOperation.cs : SynchronizationContext.OperationStarted()
- should not be called more than once. So move it from Post() to
- .ctor(). Thanks again to cl.
- 2006-05-08 Atsushi Enomoto <[email protected]>
- * AsyncOperation.cs : call OperationStared() at Post(). Call
- OperationCompleted() at the finalizer. Thanks to cl.
- 2006-05-08 Atsushi Enomoto <[email protected]>
- * SettingsBindableAttribute.cs : new file. Bug #78333 is fixed.
- 2006-04-27 Miguel de Icaza <[email protected]>
- * Component.cs: The converter for the Component is
- ComponentConverter, which makes the GetPropertiesSupported return
- true. So JChamber's patch should work now.
- 2006-04-26 Miguel de Icaza <[email protected]>
- * TypeDescriptor.cs (Info.GetProperties, TypeInfo.GetProperties):
- Use the more specific GetProperties call so we do not return
- static properties, should fix that part of the PropertyGrid bug
- #78192.
- Code formatting police hit again.
- * ReflectionPropertyDescriptor.cs (CanResetvalue): Do not
- dereference a null value, avoids crash in property grid.
- Code formatting police.
- 2006-04-25 Miguel de Icaza <[email protected]>
- * TypeConverter.cs (ConvertFrom): Do not crash if we are passed a
- null value.
- 2006-04-25 Atsushi Enomoto <[email protected]>
- * BaseNumberConverter.cs : (ConvertTo) regardless of InnerType,
- it converts the argument value to InnerType using supplied format.
- (It might be not limited to NET_2_0 but it's too cosmetic to dig
- into the problem. At least this is for run-test-ondotnet fixes.)
- 2006-04-17 Atsushi Enomoto <[email protected]>
- * BackgroundWorker.cs, RunWorkerCompletedEventArgs.cs :
- cosmetic attribute fixes.
- 2006-04-17 Atsushi Enomoto <[email protected]>
- * AsyncOperation.cs,
- AsyncOperationManager.cs
- BackgroundWorker.cs
- DoWorkEventArgs.cs
- DoWorkEventHandler.cs
- RunWorkerCompletedEventArgs.cs
- RunWorkerCompletedEventHandler.cs :
- Initial implementation of AsyncOperation and BackgroundWorker.
- (However I think it does not work as expected - it depends on
- SynchronizationContext.Post() and I doubt it works fine - the
- callback should run synchronously while it does not look so.)
- 2006-03-30 Atsushi Enomoto <[email protected]>
- * AsyncCompletedEventArgs.cs : constructor did not initialize fields.
- 2006-03-28 Atsushi Enomoto <[email protected]>
- * ProgressChangedEventHandler.cs ProgressChangedEventArgs.cs :
- added 2.0 types.
- 2006-02-26 Pedro Martinez Julia <[email protected]>
- * HandledEventHandler.cs: Resolving a "Replaced" SVN flag.
- 2006-02-23 Andrew Skiba <[email protected]>
- * TypeDescriptor.cs: performance improvement for GetAttributes,
- GetProperties and GetEvents. See the standalone test for the use case.
- 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
- * Container.cs: patch by Brian Crowell that fixes GetService().
- 2006-01-22 Chris Toshok <[email protected]>
- * DesignerSerializationVisibilityAttribute.cs: in the 2.0 case,
- this attribute is valid on fields and events as well.
- 2005-11-19 Zoltan Varga <[email protected]>
- * TypeDescriptor.cs: Small changes to make this more compliant with
- MSDN docs and actual MS behaviour.
- 2005-11-07 Pedro Martinez Julia <[email protected]>
- * IBindingListView.cs Initial implementation
- * HandledEventArgs.cs Initial implementation
- * HandledEventHandler.cs Initial implementation
- * ListSortDescription.cs: Initial implementation
- * ListSortDescriptionCollection.cs: Initial implementation
- 2005-10-31 Dick Porter <[email protected]>
- * Win32Exception.cs: Add another error code.
- 2005-09-20 Chris Toshok <[email protected]>
- * INotifyPropertyChanged.cs: new interface.
- 2005-09-19 Gert Driesen <[email protected]>
- * TypeDescriptor.cs: Remove usage of removed internal
- PropertyDescriptorCollection ctor. Return read-only collection.
- * PropertyDescriptorCollection.cs: Removed internal ctor taking
- ArrayList. Add ctor for making read-only collection. Added
- read-only checks. Implemented IsReadOnly and IsFixedSize. Empty now
- returns read-only collection to match MS.NET.
- 2005-09-12 Gert Driesen <[email protected]>
- * TypeConverter.cs: Only return browsable properties in GetProperties.
- 2005-08-28 Gert Driesen <[email protected]>
- * DateTimeConverter.cs: ConvertTo must return zero-length string
- for DateTime.MinValue. Use CultureInfo.GetFormat to obtain
- DateTimeFormatInfo to match MS.NET.
- 2005-08-27 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: remove double lock in DefaultConverter.
- 2005-08-26 Gert Driesen <[email protected]>
- * BaseNumberConverter.cs: Use CultureInfo.GetFormat to obtain
- NumberFormatInfo to match MS.NET. Added ConvertToString abstract
- method for conversion to string.
- * ByteConverter.cs: Implemented ConvertToString.
- * DecimalConverter.cs: Implemented ConvertToString.
- * DoubleConverter.cs: Implemented ConvertToString.
- * Int16Converter.cs: Implemented ConvertToString.
- * Int32Converter.cs: Implemented ConvertToString.
- * Int64Converter.cs: Implemented ConvertToString.
- * SByteConverter.cs: Implemented ConvertToString.
- * SingleConverter.cs: Implemented ConvertToString.
- * UInt16Converter.cs: Implemented ConvertToString.
- * UInt32Converter.cs: Implemented ConvertToString.
- * UInt64Converter.cs: Implemented ConvertToString.
- 2005-08-19 Gert Driesen <[email protected]>
- * SingleConverter.cs: Implement conversion from string to match MS.NET.
- Set eol-style to native.
- * TypeConverter.cs: Always support conversion from InstanceDescriptor.
- Set eol-style to native.
- * UInt16Converter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * SByteConverter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * Int16Converter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * UInt64Converter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * DecimalConverter.cs: Implement conversion from string to match MS.NET.
- Set eol-style to native.
- * Int64Converter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * UInt32Converter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * Int32Converter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- * DoubleConverter.cs: Implement conversion from string to match MS.NET.
- Set eol-style to native.
- * BaseNumberConverter.cs: Support conversion from string containing
- hex prefixes. Set eol-style to native.
- * ByteConverter.cs: Implement conversion from string to match MS.NET.
- Added support for converting string containing hex prefix. Set
- eol-style to native.
- 2005-08-18 Gert Driesen <[email protected]>
- * EditorBrowsableState.cs: Changed line ending from CRLF to LF to
- match other sources. Set eol-style to native.
- * ExtenderProvidedPropertyAttribute.cs: Changed line ending from CRLF
- to LF to match other sources. Set eol-style to native.
- * RefreshEventHandler.cs: Changed line ending from CRLF to LF to match
- other sources. Set eol-style to native.
- * TypeDescriptor.cs: Changed line ending from CRLF to LF to match
- other sources. Set eol-style to native.
- 2005-08-16 Gert Driesen <[email protected]>
- * BaseNumberConverter.cs: In ConvertFrom, wrap all exceptions that
- are thrown while converting from string in an Exception.
- 2005-08-16 Gert Driesen <[email protected]>
- * ToolboxItemAttribute.cs: Fixed GetHashCode to correspond with MS.NET.
- Fixed initialization order. Throw ArgumentException if item type
- cannot be loaded.
- 2005-08-09 Michael Hutchinson <[email protected]>
- * ToolboxItemAttribute.cs: Fixed typo
- 2005-08-09 Gert Driesen <[email protected]>
- * IComponent.cs: Fixed Designer attribute to match MS.NET.
- * DesignerAttribute.cs: DesignerBaseTypeName defaults to fullname of
- IDesigner to match MS.NET.
- 2005-08-07 Michael Hutchinson <[email protected]>
- Patch from Michael Hutchinson to make the aspnet editor work.
-
- * ReflectionPropertyDescriptor.cs: Create transactions and raise
- component change events for all IComponents, not just base
- implementation 'Component' derivatives.
- * MemberDescriptor.cs: Make members 'Browsable' by default, as per
- MS spec.
- * PropertyDescriptor.cs: Changed default
- DesignerSerializationVisibility value to Visible rather than
- Hidden, as per MS spec.
- 2005-07-21 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: (GetProperties) throw exception if 'component' is
- null.
- 2005-06-30 Sebastien Pouliot <[email protected]>
- * Win32Exception.cs: Added some declarative security (permission from
- corlib) as an initial test (outside corlib). Added new constructors
- for NET_2_0.
- 2005-06-27 LLuis Sanchez Gual <[email protected]>
- * CultureInfoConverter.cs: Correctly look for verbose name of
- the culture being converted.
- 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
- * ToolboxItemAttribute.cs: fix the fix that was fixed before.
- 2005-06-08 Zoltan Varga <[email protected]>
- * ToolboxItemAttribute.cs: Revert last change as it breaks the build.
- 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
- * ToolboxItemAttribute.cs: fix default type name.
- 2005-06-04 Gert Driesen <[email protected]>
- * Win32Exception.cs: improve error message for error 10047.
- 2005-06-04 Gert Driesen <[email protected]>
- * TypeDescriptor.cs: in .NET 2.0, GetComponentName returns null if
- object is not an IComponent or has no Site.
- In .NET 2.0, GetDefaultEvent does not fallback to first defined event
- if the default event is filtered out. GetDefaultProperty did not
- take filtering into account. Fixes bug #75152.
- 2005-05-31 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: add 10049 WSAEADDRNOTAVAIL. Fixes bug #75106.
- 2005-05-15 Andreas Nahr <[email protected]>
- * IComponent.cs: Fix attributes
- 2005-04-28 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: implemented GetEditor. Patch by Jonathan Chambers.
- 2005-04-25 Gonzalo Paniagua Javier <[email protected]>
- * DefaultValueAttribute.cs: fixed the .ctor that takes a type and a
- string. Previous implementation caused *lots* of exceptions being thrown
- when processing WebControl types.
- 2005-04-22 LLuis Sanchez Gual <[email protected]>
- * AttributeCollection.cs: When checking if the list contains an
- attribute, always return true if that attribute is the default
- attribute for that kind of attributes.
- 2005-04-13 LLuis Sanchez Gual <[email protected]>
- * TypeDescriptor.cs: When creating a converter, use a constructor that
- takes a Type parameter if exists.
- * PropertyDescriptor.cs: In the Converter property, check for a
- TypeConverterAttribute in the property.
- 2005-03-02 Jackson Harper <[email protected]>
- * ReflectionEventDescriptor.cs: Bind handlers to the actual event so that
- the delegates get invoked when the methods are.
- 2005-03-02 Jackson Harper <[email protected]>
- * EventDescriptorCollection.cs: Handle null in the constructor properly.
- 2005-02-12 Geoff Norton <[email protected]>
- * CharConverter.cs: Implement the ability to convert from "".
-
- 2005-02-10 Geoff Norton <[email protected]>
- * CultureInfoConverter.cs: Implement converting from the
- string "(default)" that MS will put in .resx files.
- 2005-02-10 Lluis Sanchez Gual <[email protected]>
- * BindableAttribute.cs: Implemented 2.0 api.
- 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: fixed bug #71601. GetConverter should handle
- TypeConverter derived classes that take a Type argument.
- 2005-01-27 LLuis Sanchez Gual <[email protected]>
- * DateTimeConverter.cs, CultureInfoConverter.cs, DecimalConverter.cs,
- TimeSpanConverter.cs, GuidConverter.cs, EnumConverter.cs:
- Implemented support for InstanceDescriptor.
- 2005-01-25 LLuis Sanchez Gual <[email protected]>
- * Win32Exception.cs: Set the correct name for the serialized
- NativeErrorCode. This fixes bug #71572. Fix by Aleksandar Dezelin.
- 2005-01-24 Joerg Rosenkranz <[email protected]>
- * TypeDescriptor.cs: Changed handling of interfaces and objects in
- GetConverter to reflect the behaviour of .NET. This fixes bug #71444.
-
- 2005-01-19 Jonathan Pryor <[email protected]>
- * TypeDescriptor.cs: Fix Info.GetDefaultEvent() so that it filters events
- properly. This matches .NET 1.1 and fixes a test case.
- 2005-01-19 Jonathan Pryor <[email protected]>
- * TypeDescriptor.cs: Fix GetComponentName() so that it returns the type
- name if no Site is present. This matches .NET 1.1 and fixes a test case.
- 2005-01-12 Gonzalo Paniagua Javier <[email protected]>
- * BaseNumberConverter.cs: when the culture we get is null, set it to the
- default. Fixes bug #67033. Thanks to Sander Rijken.
- 2005-01-10 LLuis Sanchez Gual <[email protected]>
- * BindingDirection.cs: New enum.
- 2004-12-09 Dick Porter <[email protected]>
- * Win32Exception.cs: Add another socket error, fix the message of
- some old ones.
- 2004-10-01 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: support attributes inherited from the one
- we want. Fixes bug #67088. Thanks to Sander Rijken.
- 2004-08-14 Jackson Harper <[email protected]>
- * Container.cs: Release all when we are supposed to release all.
- 2004-07-14 Atsushi Enomoto <[email protected]>
- * Added IChangeTracking.cs and IRevertibleChangeTracking.cs.
- 2004-07-09 LLuis Sanchez Gual <[email protected]>
- * AsyncCompletedEventArgs.cs: Implemented.
- * AsyncCompletedEventHandler.cs: Implemented.
- 2004-06-12 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: when a component in componentTable is Disposed,
- remove it from the table.
- Fri Jun 11 11:58:22 CEST 2004 Paolo Molaro <[email protected]>
- * LocalizableAttribute.cs, DesignerSerializationVisibilityAttribute.cs,
- DesignOnlyAttribute.cs: fix targets for attributes.
- 2004-05-05 Lluis Sanchez Gual <[email protected]>
- * BooleanConverter.cs: Improved ConverFrom method.
- 2004-04-28 Lluis Sanchez Gual <[email protected]>
- * TypeDescriptor.cs: Do not return attributes that have the same TypeID.
- This fixes bug #57655.
- 2004-04-24 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: fixed ComponentInfo.GetAttributes(). Now it returns
- all the attributes, not just DesignerAttribute instances. nGallery
- complained.
- 2004-04-21 Lluis Sanchez Gual <[email protected]>
- * BooleanConverter.cs: GetStandardValues must return an array of
- booleans, not an array of strings.
- 2004-04-16 Lluis Sanchez Gual <[email protected]>
- * ReflectionPropertyDescriptor.cs: Access internal PropertyInfo
- through GetPropertyInfo(). Take into account that a component may not
- be sited or not have some services.
- * TypeDescriptor.cs: GetTypeFromName(): Added null check for Site
- property. Other minor fixes.
- 2004-04-16 Joerg Rosenkranz <[email protected]>
- * TypeDescriptor.cs: Fixed implementation of GetConverter.
- This fixes #57137.
- 2004-04-14 Lluis Sanchez Gual <[email protected]>
- * AttributeCollection.cs: Added new internal constructor.
- * DesignerAttribute.cs: Fixed property TypeId.
- * EventDescriptorCollection.cs: Added internal constructor. Added new
- method Filter that removes events that do not have the specified
- attributes.
- * MemberDescriptor.cs: Minor fixes.
- * PropertyDescriptor.cs: Implemented some missing methods.
- * PropertyDescriptorCollection.cs: Added internal constructor. Implemented
- Sort methods.
- * ReferenceConverter.cs: Removed some TODOs.
- * SyntaxCheck.cs: Implemented CheckMachineName and CheckPath.
- * TypeDescriptor.cs: Implemented most of missing methods.
-
- 2004-04-08 Lluis Sanchez Gual <[email protected]>
- * AmbientValueAttribute.cs, EnumConverter.cs, ListChangedEventArgs.cs:
- Removed unneded TODOs.
- * ComponentResourceManager.cs: Implemented ApplyResources.
- * EventDescriptorCollection.cs: Implemented several missing methods.
- * LicFileLicenseProvider.cs: Implemented.
- * MemberDescriptor.cs: Implemented some missing methods. Handle correctly
- the creation of the Attribute list.
- * TypeConverter.cs: Use null as default value for attribute array parameter.
- 2004-04-08 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added 10024 (WSAEMFILE).
- 2004-04-05 Lluis Sanchez Gual <[email protected]>
- * AttributeCollection.cs: Don't try to create a default attribute if the
- attribute type does not have a default constructor. Fix by Jon Wagner.
- This fixes #53898.
- 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added ERROR_PATH_NOT_FOUND that reports the same
- message as ERROR_FILE_NOT_FOUND.
- 2004-03-17 Ivan Hamilton <[email protected]>
- * LicenseManager.cs: Completed TODO.
- 2003-12-10 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: use a switch instead of creating a hashtable when
- mapping from an error code to a message.
- 2003-11-22 Miguel de Icaza <[email protected]>
- * PropertyDescriptorCollection.cs (Insert): Another one.
- * PropertyTabAttribute.cs (Equals): Avoid recurssion
- 2003-11-13 Andreas Nahr <[email protected]>
- * IComponent.cs: Added missing attribute
- 2003-11-12 Andreas Nahr <[email protected]>
- * ComponentResourceManager.cs: Added and partially implemented
- 2003-09-13 Duncan Mak <[email protected]>
- Patch from Jrg Rosenkranz <[email protected]>, this fixes the
- bugs described in bug #48351.
- * EnumConverter.cs (ConvertFrom): Removed the special handling for
- multiple values. This is done in Enum.Parse already.
- * TypeDescriptor.cs (GetConverter): Does not work for enumeration
- types because EnumConverter does not have a default
- constructor. Fixed by changing the special handling for
- enumeration types.
- 2003-08-31 Jerome Laban <[email protected]>
- * Container.cs: A site without name cannot be duplicate.
- 2003-07-22 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added message for 10054.
- 2003-07-17 Andreas Nahr <[email protected]>
- * CategoryAttribute.cs: Added localization support
- 2003-07-17 Andreas Nahr <[email protected]>
- * IComponent.cs:
- * MarshalByValueComponent.cs: Reworked attributes based on the new Consts scheme
- 2003-07-16 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: fixed GetConverter (type) for enumerations that
- have a TypeConverter. Fixes bug #46397.
- 2003-07-14 Jerome Laban <[email protected]>
- * IComponent.cs: Removed duplicate Designer attribute.
- 2003-07-13 Andreas Nahr <[email protected]>
- * Component.cs: Implementation added
- * Container.cs: Implementation added
- * MarshalByValueComponent.cs: Implementation added
- * ReferenceConverter.cs: Small addition for future implementation
- 2003-07-10 Andreas Nahr <[email protected]>
- * TypeConverter.cs: Implemented missing methods
- * TypeDescriptor.cs: Redirections added
- 2003-07-05 Andreas Nahr <[email protected]>
- * EnumConverter.cs: Fixed signature
- * EventDescriptorCollection.cs: Fixed signature
- * InheritanceLevel.cs: Fixed enum values; little restyling
- * License.cs: Removed undefined member
- * LicenseManager.cs: Fixed signature, little implementation added
- * PropertyDescriptorCollection.cs: Removed unused field (fixes last remaining compiler warning in this namespace)
- * WarningException.cs: Removed wrong attribute
- * Win32Exception.cs: Added missing attribute
- 2003-07-02 Andreas Nahr <[email protected]>
- * AttributeCollection.cs: Fixed public members
- * BaseNumberConverter.cs: Changed InnerType to internal to match public assembly signature
- * BrowsableAttribute.cs: Removed wrong constructor, Restyle according to guidelines
- * CategoryAttribute.cs: Changed public fields to properties
- * EnumConverter.cs: Added and implemented missing properties, improved implementation
- * EventDescriptorCollection.cs: Fixed wrong signatures, added implementation, fixed potential bug
- * PropertyDescriptorCollection.cs: Fixed public members
- * ReferenceConverter.cs: Implementation added
- * SyntaxCheck.cs: Improved string checks, added MonoTODO descriptions
- * TypeDescriptor.cs: Implementations added
-
- 2003-07-02 Andreas Nahr <[email protected]>
- * ISite.cs: Fixed attributes, fixed header
- * ITypeDescriptorContext.cs: Fixed attributes, formatting corrections
- * WarningException.cs: Fixed attributes, formatting corrections
- * AttributeCollection.cs: Fixed attributes
- * DesignerSerializationVisibility.cs: Fixed attributes
- * TypeConverter.cs: Fixed attributes
-
- * MarshalByValueComponent.cs:
- * IComponent.cs: Fixed attributes, supports .Net 1.0 and 1.1
-
- * DescriptionAttribute.cs:
- * DesignerCategoryAttribute.cs:
- * DoubleConverter.cs:
- * EditorBrowsableAttribute.cs:
- * EventDescriptorCollection.cs:
- * PropertyChangedEventHandler.cs:
- * RefreshEventArgs.cs:
- * StringConverter.cs:
- * DefaultValueAttribute.cs: Reformatted following style guidelines
-
- * License.cs: Removed unused MonoTODOs
- * LicenseContext.cs: Implemented
- * LicenseException.cs: Implemented
- * LicenseProvider.cs: Removed unused MonoTODOs and unneccesary Finalizer
- * LicenseUsageMode.cs: Fixed enum
- * RefreshProperties.cs: Fixed enum
- * LicFileLicenseProvider.cs: Implementation added
- * ExtenderProvidedPropertyAttribute.cs: Implementation added, formatting corrections
- * ExpandableObjectConverter.cs: Implemented
- * ComponentConverter.cs: Implemented
-
- 2003-06-23 Andreas Nahr <[email protected]>
- * DesignerAttribute.cs: Fixed AttributeUsage, implementation errors,
- better Hashcode generation
- * EditorAttribute.cs: Fixed AttributeUsage, implementation errors,
- better Hashcode generation
- * LicenseContext.cs: Added and implemented missing property
- * ListBindableAttribute.cs: Simplified implementation, removed
- unneccessary data.
- * ReadOnlyAttribute.cs: Better Hashcode generation
- * RunInstallerAttribute.cs: Better Hashcode generation, more robust
- Equals check.
- * LicenseProviderAttribute.cs: Fixed AttributeUsage, indentation
- * ProvidePropertyAttribute.cs: Fixed AttributeUsage
- * ToolboxItemFilterAttribute.cs: Fixed AttributeUsage
- * MarshalByValueComponent.cs:
- * IContainer.cs:
- * IComponent.cs: Added missing attribute(s)
- 2003-06-24 Gonzalo Paniagua Javier <[email protected]>
- * AmbientValueAttribute.cs:
- * ArrayConverter.cs:
- * BaseNumberConverter.cs:
- * BindableAttribute.cs:
- * BooleanConverter.cs:
- * BrowsableAttribute.cs:
- * ByteConverter.cs:
- * CategoryAttribute.cs:
- * CharConverter.cs:
- * CollectionConverter.cs:
- * Component.cs:
- * ComponentCollection.cs:
- * ComponentEditor.cs:
- * Container.cs:
- * CultureInfoConverter.cs:
- * DateTimeConverter.cs:
- * DecimalConverter.cs:
- * DefaultEventAttribute.cs:
- * DefaultPropertyAttribute.cs:
- * DefaultValueAttribute.cs:
- * DescriptionAttribute.cs:
- * DesignOnlyAttribute.cs:
- * DesignTimeVisibleAttribute.cs:
- * DesignerCategoryAttribute.cs:
- * DesignerSerializationVisibilityAttribute.cs:
- * DoubleConverter.cs:
- * EditorBrowsableAttribute.cs:
- * EventDescriptor.cs:
- * EventDescriptorCollection.cs:
- * ExpandableObjectConverter.cs:
- * ExtenderProvidedPropertyAttribute.cs: New file.
- * GuidConverter.cs:
- * IComNativeDescriptorHandler.cs:
- * IComponent.cs:
- * ImmutableObjectAttribute.cs:
- * InheritanceAttribute.cs:
- * InheritanceLevel.cs:
- * InstallerTypeAttribute.cs:
- * Int16Converter.cs:
- * Int32Converter.cs:
- * Int64Converter.cs:
- * InvalidEnumArgumentException.cs:
- * LicenseProviderAttribute.cs:
- * LocalizableAttribute.cs:
- * MarshalByValueComponent.cs:
- * MemberDescriptor.cs:
- * MergablePropertyAttribute.cs:
- * NotifyParentPropertyAttribute.cs:
- * ParenthesizePropertyNameAttribute.cs:
- * PropertyDescriptor.cs:
- * PropertyDescriptorCollection.cs:
- * PropertyTabAttribute.cs:
- * ProvidePropertyAttribute.cs:
- * RecommendedAsConfigurableAttribute.cs:
- * RefreshPropertiesAttribute.cs:
- * SByteConverter.cs:
- * SingleConverter.cs:
- * TimeSpanConverter.cs:
- * ToolboxItemFilterAttribute.cs:
- * TypeConverter.cs:
- * TypeConverterAttribute.cs:
- * TypeDescriptor.cs:
- * TypeListConverter.cs:
- * UInt16Converter.cs:
- * UInt32Converter.cs:
- * UInt64Converter.cs: implementation and fixes by Andreas Nahr
- ([email protected]).
- 2003-06-23 Gonzalo Paniagua Javier <[email protected]>
- * IExtenderProvider.cs: mono-stylized.
- * IComNativeDescriptorHandler.cs:
- * SyntaxCheck.cs: new files from Andreas Nahr.
- 2003-03-20 Dick Porter <[email protected]>
- * Win32Exception.cs: Made the fallback error more useful by
- reporting the error number
- 2003-03-14 Gonzalo Paniagua Javier <[email protected]>
- * MarshalByValueComponent.cs: removed a monotodo.
- 2003-03-13 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added error code 2.
- 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: implemented GetObjectData ().
- 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
- * RunInstallerAttribute.cs: New file.
- 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added 10065 (WSA_EHOSTUNREACH).
- 2003-02-05 Alan Tam <[email protected]>
- * DesignedCategoryAttribute.cs: Implemented DesignerCategoryAttribute
- 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
- * BrowsableAttribute.cs: this attribute applies to All. Since the fix
- to bug #37380, mcs complained about this when compiling System.Data.
- 2003-01-08 Dick Porter <[email protected]>
- * Win32Exception.cs (ComponentModel): Added EWOULDBLOCK
- 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: use ICustomTypeDescriptor if the component
- implements it. It's done for GetProperties and should be done for the
- rest of methods present in ICustomTypeDescriptor.
- 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptor.cs: moved code from GetProperties (object) to (Type).
- 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
- * DefaultValueAttribute.cs: the attribute applies to All.
- 2002-11-19 Duncan Mak <[email protected]>
- * DesignerAttribute.cs:
- * EditorAttribute: Style changes. Gonzalo committed the build
- fixes before I did.
- 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
- * DesignerAttribute.cs:
- * EditorAttribute.cs: fixed the build.
- 2002-11-19 Alejandro Snchez Acosta <[email protected]>
- * EditorAttribute: implemented.
- * DesignerAttribute: implemented.
- 2002-11-11 Gonzalo Paniagua Javier <[email protected]>
- * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
- 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
- * ListBindableAttribute.cs: implemented.
- 2002-11-02 Duncan Mak <[email protected]>
- * InvalidEnumArgumentException.cs: Added.
- 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
- * EventHandlerList.cs: fixed bug #29535.
- 2002-10-03 Dick Porter <[email protected]>
- * Win32Exception.cs: Added ETIMEDOUT
- 2002-09-30 Dick Porter <[email protected]>
- * Win32Exception.cs: Sorted the errors, added EINPROGRESS
- 2002-09-17 Asier Llano Palacios <[email protected]>
- * CancelEventArgs.cs
- * WarningException.cs
- * CancelEventHandler.cs
- * PropertyChangedEventHandler.cs
- * IExtenderProvider.cs: Implemented
- 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
- * Component.cs:
- * ComponentCollection.cs:
- * Container.cs:
- * MarshalByValueComponent.cs: IDisposable fixes.
- 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
- * BindableSupport.cs:
- * Component.cs:
- * EventDescriptorCollection.cs:
- * ITypeDescriptorContext.cs:
- * TypeConverter.cs:
- * TypeDescriptor.cs: class status based fixes.
-
- * StringConverter.cs: implemented a couple of methods.
- 2002-07-29 Gonzalo Paniagua Javier <[email protected]>
- * EnumConverter.cs: new file.
-
- * TypeConverter.cs: implemented a few simple methods.
- * TypeDescriptor.cs:
- (GetConverter): initial support for converters of well-known types.
- 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
- * DerivedPropertyDescriptor.cs: New file. Internal class.
- * PropertyDescriptorCollection.cs: almost fully implemented.
- * TypeDescriptor.cs: implemented a couple of GetProperties ().
- Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <[email protected]>
- * Component.cs: don't die if Disposed is null.
- 2002-07-22 Tim Coleman <[email protected]>
- * RecommendedAsConfigurableAttribute.cs: new file added
- for System.Web.Services build
- 2002-07-22 Tim Coleman <[email protected]>
- * ExpandableObjectConverter.cs: Fix error with constructor
- 2002-07-22 Tim Coleman <[email protected]>
- * TypeConverter.cs: Fixed bad stubb function
- GetConvertToException ()
- 2002-07-22 Tim Coleman <[email protected]>
- * ComponentCollection.cs: Added reference to
- ReadOnlyCollectionBase to make sure
- that we inherit the appropriate methods.
- Not sure why the Dispose() method is
- required, but left for now.
- 2002-07-22 Tim Coleman <[email protected]>
- * TypeConverter.cs: Added new stubbs
- * BindableAttribute.cs: Added
- * BindableSupport.cs: Added
- * NotifyParentPropertyAttribute.cs: Added
- * ExpandableObjectConverter.cs: Added
- 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
- * MemberDescriptor.cs: implemented Attributes and Category.
- * PropertyDescriptor.cs: implemented Converter. Declared GetValue ().
- * PropertyDescriptorCollection.cs: fixed indexers declaration.
- * ReadOnlyAttribute.cs: GetHashCoder (), Equals (), IsDefault () and
- fixed value for Yes.
- * ToolboxItemAttribute.cs: fixed declaration of IsDefaultAttribute.
- * TypeConverter.cs: added SimplePropertyDescriptor class.
- 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
- * ToolboxItemAttribute.cs: New file.
- 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
- * DefaultEventAttribute.cs: new file.
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: fixlet.
- 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: finished implementation.
- * TypeDescriptor.cs: implemented GetAttributes (object).
- 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
- * AttributeCollection.cs: initialize member variables.
- * RefreshEventArgs.cs: implemented.
- * RefreshEventHandler.cs: New file.
- * TypeDescriptor.cs: fully stubbed out the remaining method.
- 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
- * DefaultPropertyAttribute.cs: New file.
- 2002-06-23 Gonzalo Paniagua Javier <[email protected]>
- * TypeConverter.cs: flushed local changes.
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * StringConverter.cs: stubbed out.
- * TypeConverter.cs: stubbed the rest out and added some implementation.
- Five errors left when compiling System.Web in linux.
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * TypeConverterAttribute.cs: attribute used by
- TypeDescriptor.Getconverter ().
- * TypeDescriptor.cs: implemented GetConverter in the right way.
- 2002-06-15 Gonzalo Paniagua Javier <[email protected]>
- * TypeConverter.cs:
- * ITypeDescriptorContext.cs:
- * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
- which uses ColorConverter.
- 2002-05-12 Daniel Morgan <[email protected]>
- * IComponent.cs
- * ISite.cs: added using System
-
- * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException
- to // TODOs and added using System. The throwing of the exceptions prevented
- System.Data from running.
- 2002-05-10 Rodrigo Moya <[email protected]>
- * EventDescriptorCollection.cs (this[index]): call eventList[index],
- not this[index], which issues an 'ambigous call' error on Linux.
- 2002-05-07 Rodrigo Moya <[email protected]>
- * EventDescriptor.cs: added missing constructors.
- * EventDescriptorCollection.cs: fixed interface methods implementation
- * IDataErrorInfo.cs:
- * IEditableObject.cs: new interfaces.
- 2002-05-05 Gonzalo Paniagua Javier <[email protected]>
- * System.ComponentModel/AttributeCollection.cs: added a cast to make
- it compile.
- 2002-05-03 Rodrigo Moya <[email protected]>
- * AttributeCollection.cs:
- * EventDescriptor.cs:
- * EventDescriptorCollection.cs:
- * ICustomTypeDescriptor.cs: new files.
- 2002-05-01 Duncan Mak <[email protected]>
- * ListChangedType.cs:
- * ListChangedEventHandler.cs:
- * ListChangedEventArgs.cs: Added to fix build.
- 2002-05-01 Miguel de Icaza <[email protected]>
- * PropertyDescriptorCollection.cs: Added the IList explicit
- implementation methods.
- lots of bug fixes to get the build to compile again.
- 2002-05-01 Duncan Mak <[email protected]>
- * ListSortDirection.cs: EnumChecked.
- 2002-05-01 Rodrigo Moya <[email protected]>
- * ListSortDirection.cs: new enumeration. Please, somebody run
- EnumCheck on it, as I don't have a windows machine.
- * PropertyDescriptorCollection.cs: new class.
- * ITypedList.cs:
- * IBindingList.cs: new interfaces.
- 2002-04-28 Duncan Mak <[email protected]>
- * CollectionChangeAction.cs: Changed enum layout to fit the MS
- implementation. Please use EnumCheck!
- 2002-04-28 Rodrigo Moya <[email protected]>
- * CollectionChangeAction.cs: new enumeration.
- * CategoryAttribute.cs: moved the 'return' keyword to the
- end of the method, to avoid compilation errors on Linux for
- all CategoryAttribute properties.
- 2002-04-28 Rodrigo Moya <[email protected]>
- * IListSource.cs:
- * ISupportInitialize.cs:
- * MarshalByValueComponent.cs: new stubs, needed for System.Data
- compilation.
- * PropertyChangedEventArgs.cs:
- * CollectionChangeEventHandler.cs:
- * CollectionChangeEventArgs.cs: implemented.
- 2002-04-28 Lawrence Pit <[email protected]>
- * Added error code 11001 to Win32Exception, used by Dns.c
- 2002-04-04 Dick Porter <[email protected]>
- * ISynchronizeInvoke.cs: Needed by Process
- 2002-01-23 Dick Porter <[email protected]>
- * Win32Exception.cs: implement, with support for looking up
- runtime errors.
- 2002-01-17 Miguel de Icaza <[email protected]>
- * Win32Exception.cs: Add.
- 2002-01-05 Ravi Pratap <[email protected]>
- * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
- * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
- 2001-10-27 Miguel de Icaza <[email protected]>
- * DesignerSerializationVisibilityAttribute.cs: Implemented.
- * DesignerSerializationVisibility.cs: New enumeration.
- * LocalizableAttribute.cs: Implemented.
- * BrowsableAttribute.cs: Implemented.
- * DesignOnlyAttribute.cs: Implemented.
- * DescriptionAttribute.cs: Implement.
- * MemberDescriptor.cs: Implemented.
- * CategoryAttribute.cs: implemented.
- 2001-08-21 Nick Drochak <[email protected]>
- * Component.cs: Eliminated compile errors by removing redundant fields and
- using the ISite member instead. Also raised the Disposed event, but not
- sure if it's correct now. Look for FIXME in the comments.
- 2001-08-02 Miguel de Icaza <[email protected]>
- * EventHandlerList.cs: New file.
- * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
- ComponentCollection.cs, ISite.cs: New classes
|