diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-06-22 16:16:27 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-06-22 16:16:27 +0800 |
commit | a837b9e89989e1ddf2750099f8f06e807dd0f510 (patch) | |
tree | 8a5cae1f4aad278e9875c3d0cebaa4b92f11e4b4 /calendar/ChangeLog | |
parent | 7145e440a5be056332cd1210eb45e746ba25e527 (diff) | |
download | gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.tar gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.tar.gz gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.tar.bz2 gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.tar.lz gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.tar.xz gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.tar.zst gsoc2013-evolution-a837b9e89989e1ddf2750099f8f06e807dd0f510.zip |
Commiting the delegation support for recurrence events
svn path=/trunk/; revision=29564
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a6d6886dac..877663201d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2005-06-22 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/dialogs/comp-editor.c + (save_comp): Commit the sequence all the fields event if + the delegator is delegating a paticular instance. + (prompt_to_save_changes): Send FALSE to recur_comp_dialog + for last argument. + (response_cb): Send the delegate as true if the + event is being delegated. + (delete_event_cb),(set_attendees_for_delegation): removed the warning. + * gui/dialogs/event-page.c: (sensitize_widgets), + (event_page_fill_widgets): Do not sensitize the send options + button if the item is being delegated. + * gui/dialogs/recur-comp.c: (recur_component_dialog): + * gui/dialogs/recur-comp.h: Added a new boolean argument + to recurrence dialog to indicate the item is delegated. + * gui/e-cal-model-calendar.c: (ecmc_set_value_at): + * gui/e-day-view.c: (e_day_view_finish_long_event_resize), + (e_day_view_finish_resize), (e_day_view_change_event_time), + (e_day_view_on_editing_stopped), + (e_day_view_on_top_canvas_drag_data_received), + (e_day_view_on_main_canvas_drag_data_received): + * gui/e-week-view.c: (e_week_view_change_event_time), + (e_week_view_on_editing_stopped): Send FALSE to delegate + if the delegate in the call recur_component_dialog. + 2005-06-20 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/comp-editor.c (save_comp_with_send), |