ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. 2003-01-25 Gaurav Vaish <gvaish_mono AT lycos.com>
  2. * ControlPager.cs : Completed.
  3. * ItemPager.cs : Initial implementation.
  4. 2003-01-24 Gaurav Vaish <gvaish_mono AT lycos.com>
  5. * ControlPager.cs : PageCount { get; set; } - Stubbed.
  6. * MobileControl.cs : EnablePagination { get; set; }
  7. - Completed
  8. : SetControlPageRecursive - Stubbed.
  9. * Panel.cs : Completed.
  10. 2003-01-23 Gaurav Vaish <gvaish_mono AT lycos.com>
  11. * Command.cs : Completed.
  12. * Form.cs : CurrentPage { get; set; } - Stubbed.
  13. 2003-01-19 Gaurav Vaish <gvaish_mono AT lycos.com>
  14. * Command.cs : Initial implementation.
  15. * IObjectListFieldCollection.cs
  16. : F*** the docs. Use only reflection
  17. to get the correct methods / properties.
  18. * TextControl.cs : Implemented.
  19. * ObjectListCommandEventArgs/Handler.cs
  20. : Implemented.
  21. * MobileListItem.cs : Initial Implementation.
  22. * ObjectListItem.cs : Initial Implementation.
  23. * ObjectList.cs : Initial Implementation.
  24. * TemplateContainer.cs : Initial Implementation.
  25. 2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
  26. * Constants.cs : Undocumented class. Reflection revealed.
  27. Implemented.
  28. 2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
  29. * ArrayListCollectionBase.cs
  30. : Implemented.
  31. 2003-01-14 Gaurav Vaish <gvaish_mono AT lycos.com>
  32. * *.cs : Update the year in copyright notice.
  33. 2003-01-13 Gaurav Vaish <gvaish_mono AT lycos.com>
  34. * Label.cs : The smallest class on this earth.
  35. 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
  36. * MobileControl.cs : Stub-ing completed. ;-)
  37. * ControlPager.cs : Dummy implementation.
  38. 2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
  39. * FontInfo.cs : Implemented.
  40. * Form.cs : Initial implementation.
  41. * Panel.cs : Initial implementation.
  42. * MobileControl.cs : Stubbed all properties.
  43. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  44. * DeviceSpecific.cs : Dummy implementation.
  45. * MobilePage.cs : GetControlAdapter(MobileControl) - Stubbed.
  46. * MobileControl.cs : Adapter { get; } - Implemented
  47. : BreakAfter { get; set; } - Stubbed.
  48. : DeviceSpecific { get; set; } - Stubbed.
  49. : MobilePage { get; } - Stubbed.
  50. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  51. * IObjectListFieldCollection.cs,
  52. * IPageAdapter.cs,
  53. * ITemplateable.cs : Added interface.
  54. * ObjectListField.cs : Dummy implementation.
  55. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  56. * MobileListItemType.cs,
  57. * ObjectListViewMode.cs,
  58. * WmlListFieldType.cs, // Failed to locate enumeration!
  59. * Wrapping.cs
  60. : Added enumerations.
  61. 2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
  62. * MobileControl.cs : Added some more properties (dummies).
  63. * Alignment.cs,
  64. * BooleanOption.cs,
  65. * CommandFormat.cs,
  66. * FontSize.cs,
  67. * FormMethod.cs,
  68. * ListDecoration.cs,
  69. * ListSelectType.cs,
  70. : Added enumerations.
  71. 2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  72. * IControlAdapter.cs : Completed interface.
  73. * MobileControl.cs : Initial implementation.
  74. * MobilePage.cs : Dummy implementation.