diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-07-01 12:59:24 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-07-01 12:59:24 +0800 |
commit | a0afdf4f53224a55425a8826c0563faa510fa6c5 (patch) | |
tree | 0b73a44325df455ee96053f0b6983a1d5f9a7592 /calendar/ChangeLog | |
parent | 21f1aedda2c1c38589c1f0abb550cabeab8f551f (diff) | |
download | gsoc2013-evolution-a0afdf4f53224a55425a8826c0563faa510fa6c5.tar.gz gsoc2013-evolution-a0afdf4f53224a55425a8826c0563faa510fa6c5.tar.zst gsoc2013-evolution-a0afdf4f53224a55425a8826c0563faa510fa6c5.zip |
Fixes bug #1406.
2001-06-30 Federico Mena Quintero <federico@ximian.com>
Fixes bug #1406.
* gui/calendar-config.c (config_read): Handle the options for the
task list colors.
(calendar_config_write): Ditto.
(calendar_config_get_tasks_due_today_color): New function.
(calendar_config_set_tasks_due_today_color): New function.
(calendar_config_get_tasks_overdue_color): New function.
(calendar_config_set_tasks_overdue_color): New function.
(calendar_config_configure_e_calendar_table): Use
e_table_model_changed() for the colors.
* gui/dialogs/cal-prefs-dialog.glade: Updated the options for the
task list and alarms.
* gui/dialogs/cal-prefs-dialog.c (cal_prefs_dialog_show_config):
Update the task list settings.
(cal_prefs_dialog_update_config): Ditto.
* gui/calendar-model.c (get_color): Deal with tasks for today as
well as overdue tasks. Make it cleaner, even though we have to
duplicate a chunk of is_overdue().
* gui/calendar-commands.c (preferences_cmd): Renamed from
properties_cmd().
svn path=/trunk/; revision=10648
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2e7f1a4551..11d2e6420c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,31 @@ +2001-06-30 Federico Mena Quintero <federico@ximian.com> + + Fixes bug #1406. + + * gui/calendar-config.c (config_read): Handle the options for the + task list colors. + (calendar_config_write): Ditto. + (calendar_config_get_tasks_due_today_color): New function. + (calendar_config_set_tasks_due_today_color): New function. + (calendar_config_get_tasks_overdue_color): New function. + (calendar_config_set_tasks_overdue_color): New function. + (calendar_config_configure_e_calendar_table): Use + e_table_model_changed() for the colors. + + * gui/dialogs/cal-prefs-dialog.glade: Updated the options for the + task list and alarms. + + * gui/dialogs/cal-prefs-dialog.c (cal_prefs_dialog_show_config): + Update the task list settings. + (cal_prefs_dialog_update_config): Ditto. + + * gui/calendar-model.c (get_color): Deal with tasks for today as + well as overdue tasks. Make it cleaner, even though we have to + duplicate a chunk of is_overdue(). + + * gui/calendar-commands.c (preferences_cmd): Renamed from + properties_cmd(). + 2001-07-01 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view-main-item.c |