diff options
author | JP Rosevear <jpr@ximian.com> | 2001-12-09 07:18:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-12-09 07:18:37 +0800 |
commit | d1ddbc231d6e816af4e582b79da400fda8e8bd01 (patch) | |
tree | 3b96dd341632540f62015d4fd327c83b2246b77d /calendar/ChangeLog | |
parent | 9cb9cf06c9063ddf76a87b07cb6e94c2008dd605 (diff) | |
download | gsoc2013-evolution-d1ddbc231d6e816af4e582b79da400fda8e8bd01.tar.gz gsoc2013-evolution-d1ddbc231d6e816af4e582b79da400fda8e8bd01.tar.zst gsoc2013-evolution-d1ddbc231d6e816af4e582b79da400fda8e8bd01.zip |
if we have an alarm that can be represented on the pilot, set the
2001-12-08 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c (local_record_from_comp):
if we have an alarm that can be represented on the pilot, set the
appointment fields appropriately, if the duration has values for
minutes and/or hours and/or days, use the lowest common
denominator
(comp_from_remote_record): if the appointment on the pilot has an
alarm, find the first alarm an item currently had that is relative
to the start and with a negative duration and update it (or create
a new one if no valid ones exist)
* cal-util/cal-component.c (cal_component_get_alarm_uids): build
list in the order they appear in the component so we get
consisting order for the gui and for the pilot
svn path=/trunk/; revision=14943
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 42806972dc..e67de963cf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-12-08 JP Rosevear <jpr@ximian.com> + + * conduits/calendar/calendar-conduit.c (local_record_from_comp): + if we have an alarm that can be represented on the pilot, set the + appointment fields appropriately, if the duration has values for + minutes and/or hours and/or days, use the lowest common + denominator + (comp_from_remote_record): if the appointment on the pilot has an + alarm, find the first alarm an item currently had that is relative + to the start and with a negative duration and update it (or create + a new one if no valid ones exist) + + * cal-util/cal-component.c (cal_component_get_alarm_uids): build + list in the order they appear in the component so we get + consisting order for the gui and for the pilot + 2001-12-08 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-config.c (calendar_config_get_default_uri): |