aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-01-03 21:39:26 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-01-03 21:39:26 +0800
commite1df9b7e3aa46861efdce6eb251966fedf15e7cc (patch)
tree9266fc1f6190adab806bb662f5055cc4ab52e9c2 /calendar/ChangeLog
parent8cfe52bd9e50155e045442a4ae80bd2e1fe060f0 (diff)
downloadgsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.tar
gsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.tar.gz
gsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.tar.bz2
gsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.tar.lz
gsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.tar.xz
gsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.tar.zst
gsoc2013-evolution-e1df9b7e3aa46861efdce6eb251966fedf15e7cc.zip
redo the queries after emitting the 'time_range_changed' signal, since now
2005-01-03 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (e_cal_model_set_time_range): redo the queries after emitting the 'time_range_changed' signal, since now the views will only update their internal data but not redraw the events on that signal. * gui/e-day-view.c (model_changed_cb): removed, no longer needed. (e_day_view_recalc_day_starts): no need to call e_day_view_update_query. (e_day_view_init): no need to connect to 'model_changed' signal on the model, we already connect to the row/cell_changed ones. * gui/e-week-view.c (time_range_changed_cb): no need to call e_week_view_update_query. (model_changed_cb): removed, no longer needed. (e_week_view_init): no need to connect to 'model_changed' signal on the model, we already connect to the row/cell_changed ones. svn path=/trunk/; revision=28214
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3979c5b771..938297a423 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,21 @@
+2005-01-03 Rodrigo Moya <rodrigo@novell.com>
+
+ * gui/e-cal-model.c (e_cal_model_set_time_range): redo the queries
+ after emitting the 'time_range_changed' signal, since now the
+ views will only update their internal data but not redraw the
+ events on that signal.
+
+ * gui/e-day-view.c (model_changed_cb): removed, no longer needed.
+ (e_day_view_recalc_day_starts): no need to call e_day_view_update_query.
+ (e_day_view_init): no need to connect to 'model_changed' signal
+ on the model, we already connect to the row/cell_changed ones.
+
+ * gui/e-week-view.c (time_range_changed_cb): no need to call
+ e_week_view_update_query.
+ (model_changed_cb): removed, no longer needed.
+ (e_week_view_init): no need to connect to 'model_changed' signal
+ on the model, we already connect to the row/cell_changed ones.
+
2004-12-31 JP Rosevear <jpr@novell.com>
* gui/dialogs/schedule-page.c: add necessary include