diff options
author | JP Rosevear <jpr@ximian.com> | 2004-04-28 09:31:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-28 09:31:42 +0800 |
commit | 8bfc8af79905e6d934a553ff6812005c8b60bfc5 (patch) | |
tree | 27f9e33298c6e89ec2430a519bdd112bd29d0719 /calendar/ChangeLog | |
parent | a5ef985c81456fb44eb6e48be4b473caa9b8bc87 (diff) | |
download | gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.tar gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.tar.gz gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.tar.bz2 gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.tar.lz gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.tar.xz gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.tar.zst gsoc2013-evolution-8bfc8af79905e6d934a553ff6812005c8b60bfc5.zip |
Fixes #52270 and #57593
2004-04-27 JP Rosevear <jpr@ximian.com>
Fixes #52270 and #57593
* gui/e-cal-model-tasks.c (ecmt_set_value_at): remove checks for
start after due
(ecmt_duplicate_value): copy the completed and due dates properly
(ecmt_fill_component_from_model): only set the percent and status
if the completion isn't set
(ensure_task_partially_complete): ensure the task is not complete,
in progress and make the percentage sensible if its 0 or 100
(set_status): make sure the status and related vars are set
properly
(ecmt_set_value_at): handle status
(ecmt_fill_component_from_model): make sure the click to add
fields don't clobber each other
(ecmt_is_cell_editable): status is editable
* gui/e-cal-model-calendar.c (ecmc_duplicate_value): copy the
dtend correctly
svn path=/trunk/; revision=25647
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ccd2f9ebbd..ebfa4655fa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2004-04-27 JP Rosevear <jpr@ximian.com> + + Fixes #52270 and #57593 + + * gui/e-cal-model-tasks.c (ecmt_set_value_at): remove checks for + start after due + (ecmt_duplicate_value): copy the completed and due dates properly + (ecmt_fill_component_from_model): only set the percent and status + if the completion isn't set + (ensure_task_partially_complete): ensure the task is not complete, + in progress and make the percentage sensible if its 0 or 100 + (set_status): make sure the status and related vars are set + properly + (ecmt_set_value_at): handle status + (ecmt_fill_component_from_model): make sure the click to add + fields don't clobber each other + (ecmt_is_cell_editable): status is editable + + * gui/e-cal-model-calendar.c (ecmc_duplicate_value): copy the + dtend correctly + 2004-04-27 Larry Ewing <lewing@ximian.com> * gui/dialogs/calendar-setup.c: hook up the color picker and test @@ -16,7 +37,6 @@ one. (dialog_to_source): set the source color. - 2004-04-27 Jeffrey Stedfast <fejj@ximian.com> * gui/migration.c (migrate_tasks): Fixed the version checks for |