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

ChangeLog « System.Web.UI.MobileControls « System.Web.Mobile « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3f86c23fdd77427a118e2548c42ba53bca09a3b (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
166
167
168

2003-02-18	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItem.cs      : SetIndex(int)       - Stubbed.
	* MobileListItemCollection.cs
	                         : Completed stub-ing.

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItemCollection.cs
	                         : Stubbed Add(...) methods.

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItemCollection.cs
	                         : Stubbed IStateManager methods.

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ListDataHelperInternal.cs
	                         : Moved to Util namespace,
	                           as ListDataHelper.cs

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ListDataHelperInternal.cs
	                         : Added class.

2003-01-27	Gaurav Vaish <gvaish_mono AT lycos.com>

	* IListControl.cs        : A private class hacked.
	* PagedControl.cs        : Fixed typo error (OnPageChange)
	* List.cs                : Stubbed almost all methods. Will
	                           implement tommorrow. Time to sleep.
	* MobileListItemCollection.cs
	                         : Finally, a collection class will bite
	                           me all. ;-)

2003-01-27	Gaurav Vaish <gvaish_mono AT lycos.com>

	* List.cs, PagedControl.cs
	                         : Was I drunk? or Sleeping when I wrote
	                           the classes? I mixed up the methods.
	                           Reorganizing.
	* PagedControl.cs        : Completed.

2003-01-26	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Form.cs                : HasActiveHandler()       - Stubbed.
	* List.cs                : Initial implementation.
	* ItemPager.cs,
	* Image.cs,
	* Link.cs,
	* ListDataBindEventArgs.cs,
	* ListDataBindEventHandler.cs,
	* ListCommandEventArgs.cs,
	* ListCommandEventHandler.cs,
	* LoadItemsEventArgs.cs,
	* LoadItemsEventHandler.cs
	                         : Completed.
	* MobilePage.cs          : ActivePage { get; set; } - Stubbed.
	                         : GetForm(string)          - Stubbed.
	* PagedControl.cs        : Initial implementation.

2003-01-25	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ControlPager.cs        : Completed.
	* ItemPager.cs           : Initial implementation.

2003-01-24	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ControlPager.cs        : PageCount { get; set; }   - Stubbed.
	* MobileControl.cs       : EnablePagination { get; set; }
	                                                     - Completed
	                         : SetControlPageRecursive   - Stubbed.
	* Panel.cs               : Completed.

2003-01-23	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Command.cs             : Completed.
	* Form.cs                : CurrentPage { get; set; } - Stubbed.

2003-01-19	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Command.cs             : Initial implementation.
	* IObjectListFieldCollection.cs
	                         : F*** the docs. Use only reflection
	                           to get the correct methods / properties.
	* TextControl.cs         : Implemented.
	* ObjectListCommandEventArgs/Handler.cs
	                         : Implemented.
	* MobileListItem.cs      : Initial Implementation.
	* ObjectListItem.cs      : Initial Implementation.
	* ObjectList.cs          : Initial Implementation.
	* TemplateContainer.cs   : Initial Implementation.

2003-01-18	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Constants.cs           : Undocumented class. Reflection revealed.	
	                           Implemented.

2003-01-18	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ArrayListCollectionBase.cs
	                         : Implemented.

2003-01-14	Gaurav Vaish <gvaish_mono AT lycos.com>

	* *.cs                   : Update the year in copyright notice.

2003-01-13	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Label.cs               : The smallest class on this earth.

2003-01-12	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileControl.cs       : Stub-ing completed. ;-)
	* ControlPager.cs        : Dummy implementation.

2003-01-12	Gaurav Vaish <gvaish_mono AT lycos.com>

	* FontInfo.cs            : Implemented.
	* Form.cs                : Initial implementation.
	* Panel.cs               : Initial implementation.
	* MobileControl.cs       : Stubbed all properties.

2003-01-10	Gaurav Vaish <gvaish_mono AT lycos.com>

	* DeviceSpecific.cs      : Dummy implementation.
	* MobilePage.cs          : GetControlAdapter(MobileControl) - Stubbed.
	* MobileControl.cs       : Adapter        { get; }      - Implemented
	                         : BreakAfter     { get; set; } - Stubbed.
	                         : DeviceSpecific { get; set; } - Stubbed.
	                         : MobilePage     { get; }      - Stubbed.

2003-01-10	Gaurav Vaish <gvaish_mono AT lycos.com>

	* IObjectListFieldCollection.cs,
	* IPageAdapter.cs,
	* ITemplateable.cs                    : Added interface.
	* ObjectListField.cs                  : Dummy implementation.

2003-01-10	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItemType.cs,
	* ObjectListViewMode.cs,
	* WmlListFieldType.cs,    // Failed to locate enumeration!
	* Wrapping.cs
	                         : Added enumerations.

2003-01-09	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileControl.cs       : Added some more properties (dummies).
	* Alignment.cs,
	* BooleanOption.cs,
	* CommandFormat.cs,
	* FontSize.cs,
	* FormMethod.cs,
	* ListDecoration.cs,
	* ListSelectType.cs,
	                         : Added enumerations.

2003-01-08	Gaurav Vaish <gvaish_mono AT lycos.com>

	* IControlAdapter.cs     : Completed interface.
	* MobileControl.cs       : Initial implementation.
	* MobilePage.cs          : Dummy implementation.