2
0

ChangeLog 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. 2003-01-27 Gaurav Vaish <gvaish_mono AT lycos.com>
  2. * IListControl.cs : A private class hacked.
  3. * PagedControl.cs : Fixed typo error (OnPageChange)
  4. * List.cs : Stubbed almost all methods. Will
  5. implement tommorrow. Time to sleep.
  6. * MobileListItemCollection.cs
  7. : Finally, a collection class will bite
  8. me all. ;-)
  9. 2003-01-27 Gaurav Vaish <gvaish_mono AT lycos.com>
  10. * List.cs, PagedControl.cs
  11. : Was I drunk? or Sleeping when I wrote
  12. the classes? I mixed up the methods.
  13. Reorganizing.
  14. * PagedControl.cs : Completed.
  15. 2003-01-26 Gaurav Vaish <gvaish_mono AT lycos.com>
  16. * Form.cs : HasActiveHandler() - Stubbed.
  17. * List.cs : Initial implementation.
  18. * ItemPager.cs,
  19. * Image.cs,
  20. * Link.cs,
  21. * ListDataBindEventArgs.cs,
  22. * ListDataBindEventHandler.cs,
  23. * ListCommandEventArgs.cs,
  24. * ListCommandEventHandler.cs,
  25. * LoadItemsEventArgs.cs,
  26. * LoadItemsEventHandler.cs
  27. : Completed.
  28. * MobilePage.cs : ActivePage { get; set; } - Stubbed.
  29. : GetForm(string) - Stubbed.
  30. * PagedControl.cs : Initial implementation.
  31. 2003-01-25 Gaurav Vaish <gvaish_mono AT lycos.com>
  32. * ControlPager.cs : Completed.
  33. * ItemPager.cs : Initial implementation.
  34. 2003-01-24 Gaurav Vaish <gvaish_mono AT lycos.com>
  35. * ControlPager.cs : PageCount { get; set; } - Stubbed.
  36. * MobileControl.cs : EnablePagination { get; set; }
  37. - Completed
  38. : SetControlPageRecursive - Stubbed.
  39. * Panel.cs : Completed.
  40. 2003-01-23 Gaurav Vaish <gvaish_mono AT lycos.com>
  41. * Command.cs : Completed.
  42. * Form.cs : CurrentPage { get; set; } - Stubbed.
  43. 2003-01-19 Gaurav Vaish <gvaish_mono AT lycos.com>
  44. * Command.cs : Initial implementation.
  45. * IObjectListFieldCollection.cs
  46. : F*** the docs. Use only reflection
  47. to get the correct methods / properties.
  48. * TextControl.cs : Implemented.
  49. * ObjectListCommandEventArgs/Handler.cs
  50. : Implemented.
  51. * MobileListItem.cs : Initial Implementation.
  52. * ObjectListItem.cs : Initial Implementation.
  53. * ObjectList.cs : Initial Implementation.
  54. * TemplateContainer.cs : Initial Implementation.
  55. 2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
  56. * Constants.cs : Undocumented class. Reflection revealed.
  57. Implemented.
  58. 2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
  59. * ArrayListCollectionBase.cs
  60. : Implemented.
  61. 2003-01-14 Gaurav Vaish <gvaish_mono AT lycos.com>
  62. * *.cs : Update the year in copyright notice.
  63. 2003-01-13 Gaurav Vaish <gvaish_mono AT lycos.com>
  64. * Label.cs : The smallest class on this earth.
  65. 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
  66. * MobileControl.cs : Stub-ing completed. ;-)
  67. * ControlPager.cs : Dummy implementation.
  68. 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
  69. * FontInfo.cs : Implemented.
  70. * Form.cs : Initial implementation.
  71. * Panel.cs : Initial implementation.
  72. * MobileControl.cs : Stubbed all properties.
  73. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  74. * DeviceSpecific.cs : Dummy implementation.
  75. * MobilePage.cs : GetControlAdapter(MobileControl) - Stubbed.
  76. * MobileControl.cs : Adapter { get; } - Implemented
  77. : BreakAfter { get; set; } - Stubbed.
  78. : DeviceSpecific { get; set; } - Stubbed.
  79. : MobilePage { get; } - Stubbed.
  80. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  81. * IObjectListFieldCollection.cs,
  82. * IPageAdapter.cs,
  83. * ITemplateable.cs : Added interface.
  84. * ObjectListField.cs : Dummy implementation.
  85. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  86. * MobileListItemType.cs,
  87. * ObjectListViewMode.cs,
  88. * WmlListFieldType.cs, // Failed to locate enumeration!
  89. * Wrapping.cs
  90. : Added enumerations.
  91. 2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
  92. * MobileControl.cs : Added some more properties (dummies).
  93. * Alignment.cs,
  94. * BooleanOption.cs,
  95. * CommandFormat.cs,
  96. * FontSize.cs,
  97. * FormMethod.cs,
  98. * ListDecoration.cs,
  99. * ListSelectType.cs,
  100. : Added enumerations.
  101. 2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  102. * IControlAdapter.cs : Completed interface.
  103. * MobileControl.cs : Initial implementation.
  104. * MobilePage.cs : Dummy implementation.