ChangeLog 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. 2002-12-06 Gaurav Vaish <[email protected]>
  2. * ListControlDataBindingHandler.cs
  3. : Initial implementation.
  4. 2002-10-29 Gaurav Vaish <[email protected]>
  5. * RepeaterDesigner.CS : Initial implementation.
  6. * XmlDesigner.cs : Minor bug fixes.
  7. 2002-10-29 Gaurav Vaish <[email protected]>
  8. * XmlDesigner.cs : Initial implementation.
  9. 2002-10-29 Gaurav Vaish <[email protected]>
  10. * TODO : Update for PanelDesigner.
  11. * PanelDesigner.cs : Completed.
  12. 2002-10-29 Gaurav Vaish <[email protected]>
  13. * TODO : Updates of what I am doing / have done.
  14. * BaseValidatorDesigner.cs: Completed.
  15. 2002-10-29 Gaurav Vaish <[email protected]>
  16. * BaseDataListDesigner.cs : GetDesignTimeDataSource(IEnumerable, int, bool)
  17. - Implemented.
  18. 2002-10-07 Gaurav Vaish <[email protected]>
  19. * BaseDataListDesigner.cs : Dipose(bool) - Implemented.
  20. : GetDesignTimeDataSource(IEnumerable, int, bool)
  21. - Stubbed.
  22. : GetDesignTimeDataSource(int, bool)
  23. - Implemented.
  24. 2002-10-07 Gaurav Vaish <[email protected]>
  25. * BaseDataListDesigner.cs : Initial implementation.
  26. 2002-10-07 Gaurav Vaish <[email protected]>
  27. * TableRowsCollectionEditor.cs
  28. : Completed.
  29. * TODO : Updated information.
  30. 2002-10-07 Gaurav Vaish <[email protected]>
  31. * BordersPageInternal.cs : LoadComponent() - Initial implementation.
  32. : OnClickColorPicker(object, EventArgs),
  33. : InitializePage()
  34. - Stubbed.
  35. : OnBordersChanged(object, EventArgs)
  36. - Implemented.
  37. 2002-10-07 Gaurav Vaish <[email protected]>
  38. * BaseDataListPageInternal.cs
  39. : ctor() - Removed call to base.
  40. It's by default.
  41. : HelpKeyword - Added abstract property.
  42. : IsDataGridMode - Implemented.
  43. : ShowHelp(),
  44. : SupportsHelp(),
  45. : SetComponent(IComponent),
  46. : GetBaseControl(),
  47. : GetBaseDesigner()
  48. - Implemented.
  49. * BordersPageInternal.cs : SetComponent(IComponent)
  50. - Implemented.
  51. : HelpKeyword { get; },
  52. : InitializeForm()
  53. - Stubbed.
  54. * FormatPageInternal.cs : HelpKeyword { get; }
  55. - Stubbed.
  56. * GeneralPageDataListInternal.cs
  57. : HelpKeyword { get; }
  58. - Stubbed.
  59. 2002-09-25 Gaurav Vaish <[email protected]>
  60. * RegextEditorDialog.cs : Added a few more methods.
  61. * BaseDataListComponentEditor.cs
  62. : Completed.
  63. * DataListComponentEditor.cs
  64. : Completed
  65. * BaseDataListPageInternal.cs,
  66. * GeneralPageDataListInternal.cs,
  67. * FormatPageInternal.cs,
  68. * BordersPageInternal.cs : Added private classes. Initial implementation.
  69. 2002-09-24 Gaurav Vaish <[email protected]>
  70. * RegexTypeEditor.cs : Completed
  71. * RegexEditorDialog.cs : Initial implementation.
  72. 2002-09-16 Gaurav Vaish <[email protected]>
  73. * AdRotatorDesigner.cs : GetDesignTimeHtml() - Removed "MonoTODO"
  74. * ButtonDesigner.cs : Completed.
  75. * CalendarAutoFormatDialog.cs
  76. : Initial implementation.
  77. * CalendarDesigner.cs : Initial implementation.
  78. * CheckBoxDesigner.cs : Completed.
  79. * HyperLinkDesigner.cs : Almost completed. See "FIXME".
  80. * LabelDesigner.cs : Completed.
  81. * LinkButtonDesigner.cs : Completed.
  82. * TableCellsCollectionEditor.cs
  83. : Completed
  84. * TableDesigner.cs : Initial implementation.
  85. 2002-09-16 Gaurav Vaish <[email protected]>
  86. * TODO : TODO Updates. Found some undocumented
  87. classes.
  88. 2002-09-16 Gaurav Vaish <[email protected]>
  89. * AdRotatorDesigner.cs : Damn those typo errors.
  90. 2002-09-16 Gaurav Vaish <[email protected]>
  91. * AdRotatorDesigner.cs : Completed.
  92. 2002-09-16 Gaurav Vaish <[email protected]>
  93. * AdRotatorDesigner.cs : Initial implementation.
  94. * TODOAttribute.cs : The TODO-Attribute class.
  95. * TODO : Added file
  96. * ChangeLog : Added file