From 300ec3f74d9f2ea59503ad267c927723ea59fd3e Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 2 Dec 2004 14:05:50 +0000 Subject: Add a boolean variable to denote assigned task and construct the meeting 2004-12-02 Chenthill Palanisamy * gui/dialogs/task-editor.[ch] (task_editor_new), (task_editor_construct), (show_assignment): Add a boolean variable to denote assigned task and construct the meeting page only for the assigned task. Set it as a group item in component editor. (_TaskEditorPrivate): added the boolean variable (is_assigned). (task_editor_init): initialized the variable. * gui/dialogs/comp-editor.[ch]: Added functions to set and get whether comp is a group item or individual item. * gui/comp-editor.c (make_title_from_string), (make_title_from_comp): Set the Title for the appointment editor window as "Meeting" or "Assigned Task" if its a group calendar/task item. (_CompEditorPrivate): added a boolean variable (is_group_item). (comp_editor_init): initialized the same. * gui/dialogs/event-editor.c (event_editor_construct), (show_meeting): Set whether the component is a group item or not in comp editor. * gui/e-calendar-table.c (e_calendar_table_open_task), (e_calendar_table_open_selected), (open_task_by_row): Check whether the component being opened is an assigned task by checking for attendees and call open_task with proper value for boolean variable assign. * gui/comp-editor-factory.c (edit_existing): * gui/e-calendar-table.c (open_task): * gui/e-tasks.c (e_tasks_new_task): * gui/gnome-cal.c (gnome_calendar_new_task): * gui/tasks-component.c (create_new_todo): Called the function task_editor_new with a added argument. svn path=/trunk/; revision=28044 --- calendar/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a5447e710..db7febef5b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,31 @@ +2004-12-02 Chenthill Palanisamy + + * gui/dialogs/task-editor.[ch] (task_editor_new), (task_editor_construct), + (show_assignment): + Add a boolean variable to denote assigned task and construct the + meeting page only for the assigned task. Set it as a group item + in component editor. + (_TaskEditorPrivate): added the boolean variable (is_assigned). + (task_editor_init): initialized the variable. + * gui/dialogs/comp-editor.[ch]: Added functions to set and get whether comp + is a group item or individual item. + * gui/comp-editor.c (make_title_from_string), (make_title_from_comp): + Set the Title for the appointment editor window as "Meeting" or "Assigned + Task" if its a group calendar/task item. + (_CompEditorPrivate): added a boolean variable (is_group_item). + (comp_editor_init): initialized the same. + * gui/dialogs/event-editor.c (event_editor_construct), (show_meeting): Set whether + the component is a group item or not in comp editor. + * gui/e-calendar-table.c (e_calendar_table_open_task), (e_calendar_table_open_selected), + (open_task_by_row): Check whether the component being opened is an assigned task by + checking for attendees and call open_task with proper value for boolean variable assign. + * gui/comp-editor-factory.c (edit_existing): + * gui/e-calendar-table.c (open_task): + * gui/e-tasks.c (e_tasks_new_task): + * gui/gnome-cal.c (gnome_calendar_new_task): + * gui/tasks-component.c (create_new_todo): + Called the function task_editor_new with a added argument. + 2004-12-02 Chenthill Palanisamy * gui/e-day-view.c (e_day_view_finish_resize), (e_day_view_reshape_day_event) -- cgit v1.2.3