ChangeLog 7.1 KB

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