aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
author7 <jpr@ximian.com>2002-07-18 01:23:49 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-07-18 01:23:49 +0800
commit1ea6884e825cb2e30787f6f6d0c7911647473945 (patch)
tree7b31a4699adb7dae215d1eb03bef4e89f6d235c3 /calendar/ChangeLog
parent6dee50394a99a1d1e2e95309764bfedbcd95275d (diff)
downloadgsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.tar
gsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.tar.gz
gsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.tar.bz2
gsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.tar.lz
gsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.tar.xz
gsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.tar.zst
gsoc2013-evolution-1ea6884e825cb2e30787f6f6d0c7911647473945.zip
use util function to see if the user is the organizer
2002-07-17 <jpr@ximian.com> * gui/calendar-model.c (calendar_model_value_at): use util function to see if the user is the organizer * gui/dialogs/cancel-comp.c (cancel_component_dialog): add deleting proto to indicate whether cancelling or deleting is the primary operation * gui/dialogs/cancel-comp.h: update proto * gui/dialogs/comp-editor.c (delete_cmd): offer to cancel * gui/dialogs/task-editor.c (cancel_task_cmd): call cancel_component_dialog with new param * gui/dialogs/event-editor.c (cancel_meeting_cmd): ditto * gui/e-week-view.c (e_week_view_on_editing_stopped): only update request if user is organizer (e_week_view_show_popup_menu): disable the meeting and meeting organizer mask if appropriate (e_week_view_delete_event_internal): offer to cancel the meeting (e_week_view_on_cut): ditto (selection_received): send request if its a meeting * gui/e-day-view.h: add meeting icon/mask * gui/e-day-view.c (e_day_view_on_event_right_click): disable the meeting and meeting organizer mask if appropriate (e_day_view_delete_event_internal): offer to cancel meeting (e_day_view_on_cut): ditto (e_day_view_finish_long_event_resize): only update request if user is organizer (e_day_view_reshape_long_event): add meeting icon to count (e_day_view_reshape_day_event): ditto (e_day_view_on_top_canvas_drag_data_received): only update request if user is organizer (e_day_view_on_main_canvas_drag_data_received): ditto (selection_received): offer to send meeting info * gui/e-day-view-main-item.c (e_day_view_main_item_draw_day_event): draw meeting icon if appropriate (using dummy icon atm) svn path=/trunk/; revision=17491
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 795f424eba..034c01f335 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,48 @@
+2002-07-17 <jpr@ximian.com>
+
+ * gui/calendar-model.c (calendar_model_value_at): use util
+ function to see if the user is the organizer
+
+ * gui/dialogs/cancel-comp.c (cancel_component_dialog): add
+ deleting proto to indicate whether cancelling or deleting is the
+ primary operation
+
+ * gui/dialogs/cancel-comp.h: update proto
+
+ * gui/dialogs/comp-editor.c (delete_cmd): offer to cancel
+
+ * gui/dialogs/task-editor.c (cancel_task_cmd): call
+ cancel_component_dialog with new param
+
+ * gui/dialogs/event-editor.c (cancel_meeting_cmd): ditto
+
+ * gui/e-week-view.c (e_week_view_on_editing_stopped): only update
+ request if user is organizer
+ (e_week_view_show_popup_menu): disable the meeting and meeting
+ organizer mask if appropriate
+ (e_week_view_delete_event_internal): offer to cancel the meeting
+ (e_week_view_on_cut): ditto
+ (selection_received): send request if its a meeting
+
+ * gui/e-day-view.h: add meeting icon/mask
+
+ * gui/e-day-view.c (e_day_view_on_event_right_click): disable the
+ meeting and meeting organizer mask if appropriate
+ (e_day_view_delete_event_internal): offer to cancel meeting
+ (e_day_view_on_cut): ditto
+ (e_day_view_finish_long_event_resize): only update request if user
+ is organizer
+ (e_day_view_reshape_long_event): add meeting icon to count
+ (e_day_view_reshape_day_event): ditto
+ (e_day_view_on_top_canvas_drag_data_received): only update request
+ if user is organizer
+ (e_day_view_on_main_canvas_drag_data_received): ditto
+ (selection_received): offer to send meeting info
+
+ * gui/e-day-view-main-item.c
+ (e_day_view_main_item_draw_day_event): draw meeting icon if
+ appropriate (using dummy icon atm)
+
2002-07-14 Rodrigo Moya <rodrigo@ximian.com>
Fixes #8001