1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
2009-10-21 Carlo Kok <ck@remobjects.com>
* RuntimeLicenseContext.cs: Support for the resourceAssembly parameter.
2009-10-12 Carlo Kok <ck@remobjects.com>
* DesigntimeLicenseContextSerializer.cs: Properly serialize licenses.
* RuntimeLicenseContext.cs: Properly deserialize licenses.
2008-06-18 Ivan N. Zlatev <contact@i-nz.net>
* ServiceContainer.cs: Lazy initialize the services hashtable so that
we handle disposed state on 2.0 nicely.
2008-06-07 Gert Driesen <drieseng@users.sourceforge.net>
* ServiceContainer.cs: In AddService, first check parent and end flow
after adding service to parent, throw ArgumentNullException when
serviceInstance or callback is null. In RemoveService, when promote is
false the service must be removed from current container. Fixes bug
#397824. On 1.0 profile, IServiceContainer is a default service offered
by containers. Minor code formatting.
2008-01-06 Ivan N. Zlatev <contact@i-nz.net>
* ServiceContainer.cs: Check DefaultServices in GetService in 2.0.
* MenuCommand.cs: Invoke (args) should call Invoke () and leave
args handling for subclasses.
2007-12-24 Gert Driesen <drieseng@users.sourceforge.net>
* CheckoutException.cs: Provide customized message and error code
(2.0 only) for Canceled. Call base ctor in default ctor.
2007-12-24 Arina Itkes <arinai@mainsoft.com>
* CheckoutException.cs:
CheckoutException should not be initialized with ErrorCode = 0 by default.
2007-12-04 Arina Itkes <arinai@mainsoft.com>
* HelpKeywordAttribute.cs:
Changes for SOAP serialization compatibility with .NET.
2007-09-27 Atsushi Enomoto <atsushi@ximian.com>
* ITypeDiscoveryService.cs : new.
* DesignerTransactionCloseEventArgs.cs : added [Obsolete].
* DesignerVerb.cs : added Description. ToString() contains " : ".
* StandardCommands.cs : added DocumentOutline and ViewCode.
* HelpKeywordAttribute.cs : implemented .ctor(Type).
* ComponentChangedEventHandler.cs, ComponentRenameEventHandler.cs,
ActiveDesignerEventHandler.cs, HelpKeywordType.cs,
DesignerEventHandler.cs, ComponentEventHandler.cs,
DesignerTransactionCloseEventHandler.cs, HelpContextType.cs
ComponentChangingEventHandler.cs : [Serializable] is extra in 2.0.
* ServiceContainer.cs : some members became virtual in 2.0.
Removed finalizer. Added DefaultServices.
* DesignerOptionService.cs : it is abstract. Added attributes.
* CheckoutException.cs : added more 2.0 constructors.
* MenuCommand.cs : added Properties property.
* DesignerTransaction.cs : Fixed .ctor() (public->protected)
2007-08-29 Ivan N. Zlatev <contact@i-nz.net>
* DefaultSerializationProviderAttribute.cs: implemented.
* ComponentSerializationService.cs: implemented.
* MemberRelationship.cs: implemented.
* SerializationStore.cs: implemented.
2007-06-06 Ivan N. Zlatev <contact@i-nz.net>
* IComponentInitialization.cs: New 2.0 interface
2007-05-30 Sebastien Pouliot <sebastien@ximian.com>
* IComponentDiscoveryService.cs: New 2.0 interface (required by SDD)
2007-05-15 Adar Wesley <adarw@mainsoft.com>
* MenuCommand.cs: added missing method overload Invoke
2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ViewTechnology.cs: update for 2.0. Patch by Ivan N. Zlatev.
2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SelectionTypes.cs: updates for 2.0. Patch by Ivan N. Zlatev.
2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ServiceContainer.cs: update for 2.0. Patch by Ivan N. Zlatev.
2006-05-31 Gert Driesen <drieseng@users.sourceforge.net>
* DesignerCollection.cs: Added explicit interface implemenation for
ICollection.Count and IEnumerable.GetEnumerator. Fixes corcompare
warnings.
2005-10-04 Sebastien Pouliot <sebastien@ximian.com>
* DesignerTransaction.cs: Added a call to GC.SuppressFinalize in
Dispose.
2004-03-17 Ivan Hamilton <ivan@chimerical.com.au>
* RuntimeLicenseContext.cs: Implemented.
2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
* ServiceContainer.cs: implemented
2003-07-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* DesignerTransaction.cs: Fixed signature
2003-07-05 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* CheckoutException.cs: Removed unneeded member
* DesignerTransaction.cs: Added destruction code, corrected interface signature
2003-06-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* ActiveDesignerEventArgs.cs: Fixed property access
* CheckoutException.cs
* CommandID.cs
* ComponentChangedEventArgs.cs
* ComponentChangingEventArgs.cs
* ComponentEventArgs.cs
* ComponentRenameEventArgs.cs
* DesignerEventArgs.cs: Implemented
* StandardCommands.cs
* StandardToolWindows.cs: Implemented and removed unneeded MonoTODOs
* DesignerCollection.cs
* DesignerVerbCollection.cs: Collections implemented
* DesignerTransaction.cs
* DesignerVerb.cs: Implemented
* MenuCommand.cs: Most members implemented
* IDesignerHost.cs: Completed interface
* IInheritanceService.cs: Hopefully fixed interface
* ITypeResolutionService.cs: Completed interface
* ISelectionService.cs: Completed interface
* DesigntimeLicenseContext.cs: Added member, implemented
* DesigntimeLicenseContextSerializer.cs: Added private constructor, removed unneeded members
* SelectionTypes.cs
* HelpContextType.cs
* HelpKeywordType.cs: Hopefully fixed enums
* ServiceContainer.cs: implementation added
2002-12-05 Alejandro Sánchez Acosta <raciel@gnome.org>
* ActiveDesignerEventArgs.cs,
ActiveDesignerEventHandler.cs: Added
2002-11-30 Alejandro Sánchez Acosta <raciel@es.gnu.org>
* System.ComponentModel.Design/CommandID.cs
System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs
System.ComponentModel.Design/DesignerTransactionCloseEventHandler.cs
System.ComponentModel.Design/DesignerTransaction.cs
System.ComponentModel.Design/DesignerVerbCollection.cs
System.ComponentModel.Design/DesignerVerb.cs
System.ComponentModel.Design/IDesigner.cs
System.ComponentModel.Design/IDesignerHost.cs
System.ComponentModel.Design/IResourceService.cs
System.ComponentModel.Design/ISelectionService.cs
System.ComponentModel.Design/IServiceContainer.cs
System.ComponentModel.Design/MenuCommand.cs
System.ComponentModel.Design/ServiceCreatorCallback.cs : Added.
|