ChangeLog 6.9 KB

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