2
0

ChangeLog 7.4 KB

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