diff options
author | JP Rosevear <jpr@ximian.com> | 2001-11-08 02:53:47 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-11-08 02:53:47 +0800 |
commit | 466fda9087b96a24b1a9b8afd70dfa909aa50369 (patch) | |
tree | 2809d1597e5cd20c134dd5e3d1afc5080fce51b2 /calendar/ChangeLog | |
parent | 083b5229b923ab17e662111582c5ac4a15c0cac5 (diff) | |
download | gsoc2013-evolution-466fda9087b96a24b1a9b8afd70dfa909aa50369.tar.gz gsoc2013-evolution-466fda9087b96a24b1a9b8afd70dfa909aa50369.tar.zst gsoc2013-evolution-466fda9087b96a24b1a9b8afd70dfa909aa50369.zip |
emit changed signal (e_meeting_time_selector_on_end_time_changed): emit
2001-11-07 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-time-sel.c
(e_meeting_time_selector_on_start_time_changed): emit changed
signal
(e_meeting_time_selector_on_end_time_changed): emit changed
signal, if end time is now before start time and all day event,
make sure a whole day is still selected
(e_meeting_time_selector_drag_meeting_time): calculate the first
and last_time's in whole days for all day events
(e_meeting_time_selector_timeout_handler): calculate the drag time
to be whole days for all day events and scroll the canvas even if
we don't update the time so the user can see where they're headed
svn path=/trunk/; revision=14617
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 23b9cb2beb..ed11d86095 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2001-11-07 JP Rosevear <jpr@ximian.com> + + * gui/e-meeting-time-sel.c + (e_meeting_time_selector_on_start_time_changed): emit changed + signal + (e_meeting_time_selector_on_end_time_changed): emit changed + signal, if end time is now before start time and all day event, + make sure a whole day is still selected + (e_meeting_time_selector_drag_meeting_time): calculate the first + and last_time's in whole days for all day events + (e_meeting_time_selector_timeout_handler): calculate the drag time + to be whole days for all day events and scroll the canvas even if + we don't update the time so the user can see where they're headed + 2001-11-06 JP Rosevear <jpr@ximian.com> * gui/dialogs/event-editor.c (event_editor_edit_comp): make sure |