ChangeLog 4.1 KB

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