aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-13 05:41:16 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-13 05:41:16 +0800
commit522d79c9073c00e6819e82bc3b5154cb1494cccb (patch)
tree26ea942c54725ad10f3559a901ab806dc26daa5f /calendar/ChangeLog
parentc479d064a2a21768ee7fde5dbceecfac945dca4d (diff)
downloadgsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.tar
gsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.tar.gz
gsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.tar.bz2
gsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.tar.lz
gsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.tar.xz
gsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.tar.zst
gsoc2013-evolution-522d79c9073c00e6819e82bc3b5154cb1494cccb.zip
New function; re-tag the calendar when its date range changes.
2000-11-12 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor.c (recur_preview_date_range_changed_cb): New function; re-tag the calendar when its date range changes. (init_widgets): Connect to "date_range_changed" on the recurrence preview calendar. (make_recur_weekly_special): Connect to "changed" on the weekday picker. (recur_weekday_picker_changed_cb): New function; re-tag the calendar. (month_day_menu_selection_done_cb): Re-tag the calendar. (recur_month_index_value_changed_cb): Likewise. (recur_ending_until_changed_cb): Likewise. (recur_ending_count_value_changed_cb): Likewise. (make_recur_monthly_special): Connect to "value_changed" on the adjustment of the month index. (make_recur_ending_until_special): Connect to "changed" on the ending-until date picker. (make_recur_ending_count_special): Connect to "value_changed" on the ending-count adjustment. (init_widgets): Set to zero the maximum number of selectable days in the recurrence preview calendar. Set the week_start_day from the calendar's configuration. svn path=/trunk/; revision=6552
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index be24b98a37..aacefff4df 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,28 @@
2000-11-12 Federico Mena Quintero <federico@helixcode.com>
+ * gui/event-editor.c (recur_preview_date_range_changed_cb): New
+ function; re-tag the calendar when its date range changes.
+ (init_widgets): Connect to "date_range_changed" on the recurrence
+ preview calendar.
+ (make_recur_weekly_special): Connect to "changed" on the weekday
+ picker.
+ (recur_weekday_picker_changed_cb): New function; re-tag the calendar.
+ (month_day_menu_selection_done_cb): Re-tag the calendar.
+ (recur_month_index_value_changed_cb): Likewise.
+ (recur_ending_until_changed_cb): Likewise.
+ (recur_ending_count_value_changed_cb): Likewise.
+ (make_recur_monthly_special): Connect to "value_changed" on the
+ adjustment of the month index.
+ (make_recur_ending_until_special): Connect to "changed" on the
+ ending-until date picker.
+ (make_recur_ending_count_special): Connect to "value_changed" on
+ the ending-count adjustment.
+ (init_widgets): Set to zero the maximum number of selectable days
+ in the recurrence preview calendar. Set the week_start_day from
+ the calendar's configuration.
+
+2000-11-12 Federico Mena Quintero <federico@helixcode.com>
+
* gui/event-editor.c (clear_widgets): Block the signals as appropriate.
(fill_ending_date): Ditto.
(fill_recurrence_widgets): Ditto.