diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-31 03:55:33 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-31 03:55:33 +0800 |
commit | 0c26a779918ea2188d2944f17e0213862acef21b (patch) | |
tree | 870dff3ca4b61b964afb5285b0b9d1d5d745fa81 /calendar/ChangeLog | |
parent | b7443fb873ade1ac0f4bdd39b1c2d72fc545e52e (diff) | |
download | gsoc2013-evolution-0c26a779918ea2188d2944f17e0213862acef21b.tar.gz gsoc2013-evolution-0c26a779918ea2188d2944f17e0213862acef21b.tar.zst gsoc2013-evolution-0c26a779918ea2188d2944f17e0213862acef21b.zip |
move in whole day increments if we are in all day mode
2001-10-30 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-time-sel-item.c
(e_meeting_time_selector_item_button_press): move in whole day
increments if we are in all day mode
* gui/e-meeting-time-sel.c
(e_meeting_time_selector_on_start_time_changed): get rid of
localtime call
(e_meeting_time_selector_on_end_time_changed): ditto
(e_meeting_time_selector_update_start_date_edit): set the date
editor using the meeting time fields directly
(e_meeting_time_selector_update_end_date_edit): ditto
* gui/dialogs/schedule-page.c (update_time): do the set_show_time
stuff first
* conduits/calendar/calendar-conduit.c (process_multi_day): don't
adjust the time, set the default timezone for date values
svn path=/trunk/; revision=14475
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 75b71b1736..a699e1e758 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,10 +1,30 @@ +2001-10-30 JP Rosevear <jpr@ximian.com> + + * gui/e-meeting-time-sel-item.c + (e_meeting_time_selector_item_button_press): move in whole day + increments if we are in all day mode + + * gui/e-meeting-time-sel.c + (e_meeting_time_selector_on_start_time_changed): get rid of + localtime call + (e_meeting_time_selector_on_end_time_changed): ditto + (e_meeting_time_selector_update_start_date_edit): set the date + editor using the meeting time fields directly + (e_meeting_time_selector_update_end_date_edit): ditto + + * gui/dialogs/schedule-page.c (update_time): do the set_show_time + stuff first + + * conduits/calendar/calendar-conduit.c (process_multi_day): don't + adjust the time, set the default timezone for date values + 2001-10-30 Dan Winship <danw@ximian.com> * gui/alarm-notify/Makefile.am (INCLUDES): s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/ 2001-10-30 JP Rosevear <jpr@ximian.com> - + * gui/e-meeting-model.c (e_meeting_model_count_actual_attendees): count the actual attendees (doesn't include people delegating |