From ec532d28e42f4c0fb912bf7442b092e65d273178 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 5 Jan 2001 18:23:51 +0000 Subject: get categories button (init_widgets): listen for button click 2001-01-05 JP Rosevear * gui/dialogs/task-editor.c (get_widgets): get categories button (init_widgets): listen for button click (fill_widgets): fill in the categories area (dialog_to_comp_object): set the cal component categories (categories_clicked): throw up the categories dialog and update when ok is clicked * gui/dialogs/task-editor-dialog.glade: Tweak to name the categories button and make it active * gui/calendar-model.c (get_categories): We can get the string list of categories directly now * cal-util/cal-component.c (cal_component_get_categories): new function to get the categories list as a string (cal_component_set_categories): same but for setting (free_icalcomponent): init the categories var (scan_categories): kill (scan_property): assign the prop to the categories var (cal_component_get_categories_list): deal with renaming var to categories (cal_component_set_categories_list): fix brokeness svn path=/trunk/; revision=7268 --- calendar/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a967f32527..4e5aa6c068 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,27 @@ +2001-01-05 JP Rosevear + + * gui/dialogs/task-editor.c (get_widgets): get categories button + (init_widgets): listen for button click + (fill_widgets): fill in the categories area + (dialog_to_comp_object): set the cal component categories + (categories_clicked): throw up the categories dialog and update + when ok is clicked + + * gui/dialogs/task-editor-dialog.glade: Tweak to name the categories + button and make it active + + * gui/calendar-model.c (get_categories): We can get the string list of + categories directly now + + * cal-util/cal-component.c (cal_component_get_categories): new function + to get the categories list as a string + (cal_component_set_categories): same but for setting + (free_icalcomponent): init the categories var + (scan_categories): kill + (scan_property): assign the prop to the categories var + (cal_component_get_categories_list): deal with renaming var to categories + (cal_component_set_categories_list): fix brokeness + 2001-01-03 Federico Mena Quintero * gui/calendar-commands.c (new_calendar): Handle the case where -- cgit v1.2.3