ChangeLog 2.9 KB

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