Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.ComponentModel « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d37e3b5f2dc0ff4ab66e4c6242c066993e991c86 (plain)
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
2002-06-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* TypeConverter.cs: flushed local changes.

2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* 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 <gonzalo@ximian.com>

	* TypeConverterAttribute.cs: attribute used by 
	TypeDescriptor.Getconverter ().

	* TypeDescriptor.cs:  implemented GetConverter in the right way.

2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* TypeConverter.cs:
	* ITypeDescriptorContext.cs:
	* TypeDescriptor.cs: implemented minimal set of features needed by xsp,
	which uses ColorConverter.

2002-05-12  Daniel Morgan <danmorg@sc.rr.com>

	* 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 <rodrigo@ximian.com>

	* EventDescriptorCollection.cs (this[index]): call eventList[index],
	not this[index], which issues an 'ambigous call' error on Linux.

2002-05-07  Rodrigo Moya <rodrigo@ximian.com>

	* EventDescriptor.cs: added missing constructors.

	* EventDescriptorCollection.cs: fixed interface methods implementation

	* IDataErrorInfo.cs:
	* IEditableObject.cs: new interfaces.

2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.ComponentModel/AttributeCollection.cs: added a cast to make
	it compile.

2002-05-03  Rodrigo Moya <rodrigo@ximian.com>

	* AttributeCollection.cs:
	* EventDescriptor.cs:
	* EventDescriptorCollection.cs:
	* ICustomTypeDescriptor.cs: new files.

2002-05-01  Duncan Mak  <duncan@ximian.com>

	* ListChangedType.cs: 
	* ListChangedEventHandler.cs: 
	* ListChangedEventArgs.cs: Added to fix build.

2002-05-01  Miguel de Icaza  <miguel@ximian.com>

	* PropertyDescriptorCollection.cs: Added the IList explicit
	implementation methods. 

	lots of bug fixes to get the build to compile again.

2002-05-01  Duncan Mak  <duncan@ximian.com>

	* ListSortDirection.cs: EnumChecked.

2002-05-01  Rodrigo Moya <rodrigo@ximian.com>

	* 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  <duncan@ximian.com>

	* CollectionChangeAction.cs: Changed enum layout to fit the MS
	implementation. Please use EnumCheck!

2002-04-28  Rodrigo Moya <rodrigo@ximian.com>

	* 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 <rodrigo@ximian.com>

	* 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 <loz@cable.a2000.nl>

	* Added error code 11001 to Win32Exception, used by Dns.c

2002-04-04  Dick Porter  <dick@ximian.com>

	* ISynchronizeInvoke.cs: Needed by Process

2002-01-23  Dick Porter  <dick@ximian.com>

	* Win32Exception.cs: implement, with support for looking up
	runtime errors.

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

	* Win32Exception.cs: Add.

2002-01-05  Ravi Pratap  <ravi@ximian.com>

	* CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.

	* Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.

2001-10-27  Miguel de Icaza  <miguel@ximian.com>

	* 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 <ndrochak@gol.com>

	* 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  <miguel@ximian.com>

	* EventHandlerList.cs: New file.

	* Container.cs, Component.cs, IContainer.cs, IComponent.cs,
	ComponentCollection.cs, ISite.cs: New classes