diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-07-23 05:13:38 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-07-23 05:13:38 +0800 |
commit | 806e63b32a7fdca4899d89ba236a0eb64726707c (patch) | |
tree | b16e3db0eb30e98b7a700d6854310f3a736c1062 /libical/TODO | |
parent | 2c6ab566c91705955a8de51a2937fa97f2a79d91 (diff) | |
download | gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.tar gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.tar.gz gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.tar.bz2 gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.tar.lz gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.tar.xz gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.tar.zst gsoc2013-evolution-806e63b32a7fdca4899d89ba236a0eb64726707c.zip |
added "get_selected_events", and "update_query" virtual methods.
2003-07-22 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-cal-view.[ch]: added "get_selected_events",
and "update_query" virtual methods.
(e_cal_view_class_init): initialize new virtual methods.
(e_cal_view_destroy): destroy new private members.
(e_cal_view_get_selected_events, e_cal_view_set_cal_client,
e_cal_view_get_cal_client): new functions.
(e_cal_view_cut_clipboard, e_cal_view_copy_clipboard,
e_cal_view_paste_clipboard): merged clipboard stuff.
* gui/e-day-view.c (e_day_view_cut_clipboard,
e_day_view_copy_clipboard, e_day_view_paste_clipboard): removed.
(e_day_view_get_selected_events): made these private as the
implementation of the 'get_selected_events' base class virtual method.
* gui/e-week-view.c (e_week_view_get_selected_events): ditto.
(e_week_view_cut_clipboard, e_week_view_copy_clipboard,
e_week_view_paste_clipboard): removed.
* gui/calendar-commands.c (sensitize_calendar_commands): call
e_cal_view_get_selected_events.
* gui/gnome-cal.c: removed a lot of redundant code thanks to the
above changes.
svn path=/trunk/; revision=21893
Diffstat (limited to 'libical/TODO')
0 files changed, 0 insertions, 0 deletions