From 278215b3cf2caa93af681a771e4003288cdaf203 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sun, 10 Sep 2000 23:25:16 +0000 Subject: changed to use EDateEdit. 2000-09-11 Damon Chaplin * gui/dialogs/task-editor.c: changed to use EDateEdit. * gui/dialogs/task-editor-dialog.glade: added "None" option to Classification option menu, and used custom widgets for the date entries so we can use EDateEdit widgets. * gui/event-editor.c: changed to use EDateEdit. Note that this needs to be fixed at some point to handle invalid dates, i.e. when e_date_edit_get_time returns -1. * gui/calendar-model.c (ensure_task_complete): (ensure_task_not_complete): new functions to set the related properties to make sure a task is marked as complete on not, i.e. "Date Completed" "Status" and "Percent" properties. 2000-09-08 Damon Chaplin * gui/calendar-model.c (get_is_complete): use the status field rather than the completed date, as it is more reliable. (get_is_overdue): use get_is_complete(). (calendar_model_mark_task_complete): check if it is already complete, and if so don't update it. * cal-util/cal-component.c (cal_component_get_status): (cal_component_set_status): added functions to support the STATUS property. Also added the property to CalComponentPrivate and set it to NULL in free_icalcomponent(). Someone should check my code as I've mainly done a Cut & Paste job. svn path=/trunk/; revision=5305 --- calendar/ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3a314c0e55..437dc32411 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,34 @@ +2000-09-11 Damon Chaplin + + * gui/dialogs/task-editor.c: changed to use EDateEdit. + + * gui/dialogs/task-editor-dialog.glade: added "None" option to + Classification option menu, and used custom widgets for the date + entries so we can use EDateEdit widgets. + + * gui/event-editor.c: changed to use EDateEdit. Note that this needs + to be fixed at some point to handle invalid dates, i.e. when + e_date_edit_get_time returns -1. + + * gui/calendar-model.c (ensure_task_complete): + (ensure_task_not_complete): new functions to set the related properties + to make sure a task is marked as complete on not, i.e. "Date Completed" + "Status" and "Percent" properties. + +2000-09-08 Damon Chaplin + + * gui/calendar-model.c (get_is_complete): use the status field rather + than the completed date, as it is more reliable. + (get_is_overdue): use get_is_complete(). + (calendar_model_mark_task_complete): check if it is already complete, + and if so don't update it. + + * cal-util/cal-component.c (cal_component_get_status): + (cal_component_set_status): added functions to support the STATUS + property. Also added the property to CalComponentPrivate and set it + to NULL in free_icalcomponent(). Someone should check my code as I've + mainly done a Cut & Paste job. + 2000-09-10 JP Rosevear * conduits/todo/todo-conduit.c: Convert "//" style comments (local_record_from_ical_uid): Remove iCalObject cruft -- cgit v1.2.3