| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- 2002-12-06 Gaurav Vaish <[email protected]>
- * ListControlDataBindingHandler.cs
- : Initial implementation.
- 2002-10-29 Gaurav Vaish <[email protected]>
- * RepeaterDesigner.CS : Initial implementation.
- * XmlDesigner.cs : Minor bug fixes.
- 2002-10-29 Gaurav Vaish <[email protected]>
- * XmlDesigner.cs : Initial implementation.
- 2002-10-29 Gaurav Vaish <[email protected]>
- * TODO : Update for PanelDesigner.
- * PanelDesigner.cs : Completed.
- 2002-10-29 Gaurav Vaish <[email protected]>
- * TODO : Updates of what I am doing / have done.
- * BaseValidatorDesigner.cs: Completed.
- 2002-10-29 Gaurav Vaish <[email protected]>
- * BaseDataListDesigner.cs : GetDesignTimeDataSource(IEnumerable, int, bool)
- - Implemented.
- 2002-10-07 Gaurav Vaish <[email protected]>
- * BaseDataListDesigner.cs : Dipose(bool) - Implemented.
- : GetDesignTimeDataSource(IEnumerable, int, bool)
- - Stubbed.
- : GetDesignTimeDataSource(int, bool)
- - Implemented.
- 2002-10-07 Gaurav Vaish <[email protected]>
- * BaseDataListDesigner.cs : Initial implementation.
- 2002-10-07 Gaurav Vaish <[email protected]>
- * TableRowsCollectionEditor.cs
- : Completed.
- * TODO : Updated information.
- 2002-10-07 Gaurav Vaish <[email protected]>
- * BordersPageInternal.cs : LoadComponent() - Initial implementation.
- : OnClickColorPicker(object, EventArgs),
- : InitializePage()
- - Stubbed.
- : OnBordersChanged(object, EventArgs)
- - Implemented.
- 2002-10-07 Gaurav Vaish <[email protected]>
- * BaseDataListPageInternal.cs
- : ctor() - Removed call to base.
- It's by default.
- : HelpKeyword - Added abstract property.
- : IsDataGridMode - Implemented.
- : ShowHelp(),
- : SupportsHelp(),
- : SetComponent(IComponent),
- : GetBaseControl(),
- : GetBaseDesigner()
- - Implemented.
- * BordersPageInternal.cs : SetComponent(IComponent)
- - Implemented.
- : HelpKeyword { get; },
- : InitializeForm()
- - Stubbed.
- * FormatPageInternal.cs : HelpKeyword { get; }
- - Stubbed.
- * GeneralPageDataListInternal.cs
- : HelpKeyword { get; }
- - Stubbed.
- 2002-09-25 Gaurav Vaish <[email protected]>
- * RegextEditorDialog.cs : Added a few more methods.
- * BaseDataListComponentEditor.cs
- : Completed.
- * DataListComponentEditor.cs
- : Completed
- * BaseDataListPageInternal.cs,
- * GeneralPageDataListInternal.cs,
- * FormatPageInternal.cs,
- * BordersPageInternal.cs : Added private classes. Initial implementation.
- 2002-09-24 Gaurav Vaish <[email protected]>
- * RegexTypeEditor.cs : Completed
- * RegexEditorDialog.cs : Initial implementation.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : GetDesignTimeHtml() - Removed "MonoTODO"
- * ButtonDesigner.cs : Completed.
- * CalendarAutoFormatDialog.cs
- : Initial implementation.
- * CalendarDesigner.cs : Initial implementation.
- * CheckBoxDesigner.cs : Completed.
- * HyperLinkDesigner.cs : Almost completed. See "FIXME".
- * LabelDesigner.cs : Completed.
- * LinkButtonDesigner.cs : Completed.
- * TableCellsCollectionEditor.cs
- : Completed
- * TableDesigner.cs : Initial implementation.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * TODO : TODO Updates. Found some undocumented
- classes.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : Damn those typo errors.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : Completed.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : Initial implementation.
- * TODOAttribute.cs : The TODO-Attribute class.
- * TODO : Added file
- * ChangeLog : Added file
|