2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Web.Mobile / System.Web.UI.MobileControls / ChangeLog
1
2 2003-10-08      Gaurav Vaish <gvaish_mono AT lycos.com>
3
4         * SelectionList.cs       : Initial implementation.
5         * ListDataHelper.cs      : Initial implementation.
6         * TextBox.cs             : Dummy implmentation.
7
8 2003-10-08      Gaurav Vaish <gvaish_mono AT lycos.com>
9
10         * Style.cs               : ApplyTo(WebControl)        - Stubbed.
11
12 2003-08-14      Gaurav Vaish <gvaish_mono AT lycos.com>
13
14         * MobileControl.cs       : Style { get; }             - Completed.
15
16 2003-04-29      Gaurav Vaish <gvaish_mono AT lycos.com>
17
18         * MobilePage.cs          : Adapter { get; }           - Stubbed.
19
20 2003-04-08      Gaurav Vaish <gvaish_mono AT lycos.com>
21
22         * Style.cs               : Implements interfaces now.
23
24 2003-04-07      Gaurav Vaish <gvaish_mono AT lycos.com>
25
26         * MobileListItem.cs      : Completed.
27
28 2003-04-04      Gaurav Vaish <gvaish_mono AT lycos.com>
29
30         * DeviceSpecificChoice.cs: FindAndApplyProperty(...) - Bug fix.
31         * Style.cs               : Added several properties.
32
33 2003-04-04      Gaurav Vaish <gvaish_mono AT lycos.com>
34
35         * DeviceSpecificChoice.cs: HasTemplates { get; },
36                                  : FindAndApplyEvent(...)     - Completed
37                                  : FindAndApplyProperty(...),
38                                  : CheckOnPageEvaluator(...)  - Init impl.
39
40 2003-04-03      Gaurav Vaish <gvaish_mono AT lycos.com>
41
42         * DeviceSpecific.cs      : Almost done.
43         * DeviceSpecificChoice.cs: HasTemplates { get; } - Subbed.
44         * Style.cs               : Control      { get; } - Stubbed.
45         * MobileControl.cs       : FindClosestTemplateControl()
46                                                          - Stubbed.
47
48 2003-02-23      Gaurav Vaish <gvaish_mono AT lycos.com>
49
50         * CustomValidator.cs     : Completed.
51         * DeviceSpecific.cs      : Initial implementation.
52         * DeviceSpecificChoiceTemplateContainer.cs
53                                  : Completed.
54         * DeviceSpecificChoiceCollection.cs
55                                  : Completed.
56         * DeviceSpecificChoice.cs: Initial implementation.
57
58 2003-02-23      Gaurav Vaish <gvaish_mono AT lycos.com>
59
60         * Calendar.cs            : Completed.
61         * BaseValidator.cs       : Completed.
62         * CompareValidator.cs    : Completed.
63
64 2003-01-30      Gaurav Vaish <gvaish_mono AT lycos.com>
65
66         * MobileListItemCollection.cs
67                                  : Stubbed Add(...) methods.
68
69 2003-01-30      Gaurav Vaish <gvaish_mono AT lycos.com>
70
71         * MobileListItemCollection.cs
72                                  : Stubbed IStateManager methods.
73
74 2003-01-30      Gaurav Vaish <gvaish_mono AT lycos.com>
75
76         * ListDataHelperInternal.cs
77                                  : Moved to Util namespace,
78                                    as ListDataHelper.cs
79
80 2003-01-30      Gaurav Vaish <gvaish_mono AT lycos.com>
81
82         * ListDataHelperInternal.cs
83                                  : Added class.
84
85 2003-01-27      Gaurav Vaish <gvaish_mono AT lycos.com>
86
87         * IListControl.cs        : A private class hacked.
88         * PagedControl.cs        : Fixed typo error (OnPageChange)
89         * List.cs                : Stubbed almost all methods. Will
90                                    implement tommorrow. Time to sleep.
91         * MobileListItemCollection.cs
92                                  : Finally, a collection class will bite
93                                    me all. ;-)
94
95 2003-01-27      Gaurav Vaish <gvaish_mono AT lycos.com>
96
97         * List.cs, PagedControl.cs
98                                  : Was I drunk? or Sleeping when I wrote
99                                    the classes? I mixed up the methods.
100                                    Reorganizing.
101         * PagedControl.cs        : Completed.
102
103 2003-01-26      Gaurav Vaish <gvaish_mono AT lycos.com>
104
105         * Form.cs                : HasActiveHandler()       - Stubbed.
106         * List.cs                : Initial implementation.
107         * ItemPager.cs,
108         * Image.cs,
109         * Link.cs,
110         * ListDataBindEventArgs.cs,
111         * ListDataBindEventHandler.cs,
112         * ListCommandEventArgs.cs,
113         * ListCommandEventHandler.cs,
114         * LoadItemsEventArgs.cs,
115         * LoadItemsEventHandler.cs
116                                  : Completed.
117         * MobilePage.cs          : ActivePage { get; set; } - Stubbed.
118                                  : GetForm(string)          - Stubbed.
119         * PagedControl.cs        : Initial implementation.
120
121 2003-01-25      Gaurav Vaish <gvaish_mono AT lycos.com>
122
123         * ControlPager.cs        : Completed.
124         * ItemPager.cs           : Initial implementation.
125
126 2003-01-24      Gaurav Vaish <gvaish_mono AT lycos.com>
127
128         * ControlPager.cs        : PageCount { get; set; }   - Stubbed.
129         * MobileControl.cs       : EnablePagination { get; set; }
130                                                              - Completed
131                                  : SetControlPageRecursive   - Stubbed.
132         * Panel.cs               : Completed.
133
134 2003-01-23      Gaurav Vaish <gvaish_mono AT lycos.com>
135
136         * Command.cs             : Completed.
137         * Form.cs                : CurrentPage { get; set; } - Stubbed.
138
139 2003-01-19      Gaurav Vaish <gvaish_mono AT lycos.com>
140
141         * Command.cs             : Initial implementation.
142         * IObjectListFieldCollection.cs
143                                  : F*** the docs. Use only reflection
144                                    to get the correct methods / properties.
145         * TextControl.cs         : Implemented.
146         * ObjectListCommandEventArgs/Handler.cs
147                                  : Implemented.
148         * MobileListItem.cs      : Initial Implementation.
149         * ObjectListItem.cs      : Initial Implementation.
150         * ObjectList.cs          : Initial Implementation.
151         * TemplateContainer.cs   : Initial Implementation.
152
153 2003-01-18      Gaurav Vaish <gvaish_mono AT lycos.com>
154
155         * Constants.cs           : Undocumented class. Reflection revealed.     
156                                    Implemented.
157
158 2003-01-18      Gaurav Vaish <gvaish_mono AT lycos.com>
159
160         * ArrayListCollectionBase.cs
161                                  : Implemented.
162
163 2003-01-14      Gaurav Vaish <gvaish_mono AT lycos.com>
164
165         * *.cs                   : Update the year in copyright notice.
166
167 2003-01-13      Gaurav Vaish <gvaish_mono AT lycos.com>
168
169         * Label.cs               : The smallest class on this earth.
170
171 2003-01-12      Gaurav Vaish <gvaish_mono AT lycos.com>
172
173         * MobileControl.cs       : Stub-ing completed. ;-)
174         * ControlPager.cs        : Dummy implementation.
175
176 2003-01-12      Gaurav Vaish <gvaish_mono AT lycos.com>
177
178         * FontInfo.cs            : Implemented.
179         * Form.cs                : Initial implementation.
180         * Panel.cs               : Initial implementation.
181         * MobileControl.cs       : Stubbed all properties.
182
183 2003-01-10      Gaurav Vaish <gvaish_mono AT lycos.com>
184
185         * DeviceSpecific.cs      : Dummy implementation.
186         * MobilePage.cs          : GetControlAdapter(MobileControl) - Stubbed.
187         * MobileControl.cs       : Adapter        { get; }      - Implemented
188                                  : BreakAfter     { get; set; } - Stubbed.
189                                  : DeviceSpecific { get; set; } - Stubbed.
190                                  : MobilePage     { get; }      - Stubbed.
191
192 2003-01-10      Gaurav Vaish <gvaish_mono AT lycos.com>
193
194         * IObjectListFieldCollection.cs,
195         * IPageAdapter.cs,
196         * ITemplateable.cs                    : Added interface.
197         * ObjectListField.cs                  : Dummy implementation.
198
199 2003-01-10      Gaurav Vaish <gvaish_mono AT lycos.com>
200
201         * MobileListItemType.cs,
202         * ObjectListViewMode.cs,
203         * WmlListFieldType.cs,    // Failed to locate enumeration!
204         * Wrapping.cs
205                                  : Added enumerations.
206
207 2003-01-09      Gaurav Vaish <gvaish_mono AT lycos.com>
208
209         * MobileControl.cs       : Added some more properties (dummies).
210         * Alignment.cs,
211         * BooleanOption.cs,
212         * CommandFormat.cs,
213         * FontSize.cs,
214         * FormMethod.cs,
215         * ListDecoration.cs,
216         * ListSelectType.cs,
217                                  : Added enumerations.
218
219 2003-01-08      Gaurav Vaish <gvaish_mono AT lycos.com>
220
221         * IControlAdapter.cs     : Completed interface.
222         * MobileControl.cs       : Initial implementation.
223         * MobilePage.cs          : Dummy implementation.
224