diff options
author | JP Rosevear <jpr@ximian.com> | 2003-05-02 20:37:17 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-05-02 20:37:17 +0800 |
commit | cde584d3484348fd434d22b853292e93b4134a2c (patch) | |
tree | 9dd21dc201436f4e65d24b31797d598a560ca09b /calendar/ChangeLog | |
parent | ce850eda80ba927be45a5c559a38a8b18cbc53aa (diff) | |
download | gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.tar gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.tar.gz gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.tar.bz2 gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.tar.lz gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.tar.xz gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.tar.zst gsoc2013-evolution-cde584d3484348fd434d22b853292e93b4134a2c.zip |
unref the model again (task_editor_edit_comp): don't allow editing if the
2003-05-01 JP Rosevear <jpr@ximian.com>
* gui/dialogs/task-editor.c (task_editor_finalize): unref the
model again
(task_editor_edit_comp): don't allow editing if the assignee has
delegated
* gui/dialogs/meeting-page.c (popup_delete_cb): set the new
non-delegator to be editable
* gui/dialogs/event-editor.c (event_editor_edit_comp): don't allow
editing if the attendee has delegated
(event_editor_finalize): unref the model again
* gui/e-meeting-model.c: remove e-table-without related functions
(finalize): don't create without table
(e_meeting_model_etable_from_model): build the table with this as
model
(e_meeting_model_etable_model_to_view_row): directly use the
model_to_view call
(e_meeting_model_etable_view_to_model_row): as above
(attendee_changed_cb): make sure pre change is alwasy called
* gui/e-meeting-model.h: use DECLS, remove protos for long dead
functions, don't include config.h
svn path=/trunk/; revision=21045
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 514a0fd94a..ef4a06c16f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2003-05-01 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/task-editor.c (task_editor_finalize): unref the + model again + (task_editor_edit_comp): don't allow editing if the assignee has + delegated + + * gui/dialogs/meeting-page.c (popup_delete_cb): set the new + non-delegator to be editable + + * gui/dialogs/event-editor.c (event_editor_edit_comp): don't allow + editing if the attendee has delegated + (event_editor_finalize): unref the model again + + * gui/e-meeting-model.c: remove e-table-without related functions + (finalize): don't create without table + (e_meeting_model_etable_from_model): build the table with this as + model + (e_meeting_model_etable_model_to_view_row): directly use the + model_to_view call + (e_meeting_model_etable_view_to_model_row): as above + (attendee_changed_cb): make sure pre change is alwasy called + + * gui/e-meeting-model.h: use DECLS, remove protos for long dead + functions, don't include config.h + 2003-04-30 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar): removed |