ChangeLog 6.5 KB

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