aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-20 03:28:34 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-20 03:28:34 +0800
commit3c4559b613835540b2ff7eb9e4a0008766dae607 (patch)
treed4aeb4e4eb93e10a01040fe1cda8cdc09246ae88 /widgets/misc/ChangeLog
parent88c4c3b893e4e522dfadd75451f3cb4e938b486d (diff)
downloadgsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.tar
gsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.tar.gz
gsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.tar.bz2
gsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.tar.lz
gsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.tar.xz
gsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.tar.zst
gsoc2013-evolution-3c4559b613835540b2ff7eb9e4a0008766dae607.zip
create the data structure for rebuilding the model (free_rebuild_data):
2004-01-19 JP Rosevear <jpr@ximian.com> * e-source-selector.c (create_rebuild_data): create the data structure for rebuilding the model (free_rebuild_data): free it (rebuild_existing_cb): check for the sources that are still existing or deleted (rebuild_model): do incremental updates (selection_func): if the last thing we did was toggle, we don't actually want to highlight and if the source is not checked, check it (cell_toggled_callback): indicate that a toggle just occurred (init): initial toggled last to false (e_source_selector_set_primary_selection): set some preconditions Fixes #51787 svn path=/trunk/; revision=24312
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index bf49e8c238..a98b1975d6 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,31 @@
+2004-01-19 JP Rosevear <jpr@ximian.com>
+
+ * e-source-selector.c (create_rebuild_data): create the data
+ structure for rebuilding the model
+ (free_rebuild_data): free it
+ (rebuild_existing_cb): check for the sources that are still
+ existing or deleted
+ (rebuild_model): do incremental updates
+ (selection_func): if the last thing we did was toggle, we don't
+ actually want to highlight and if the source is not checked, check
+ it
+ (cell_toggled_callback): indicate that a toggle just occurred
+ (init): initial toggled last to false
+ (e_source_selector_set_primary_selection): set some preconditions
+
+ Fixes #51787
+
+2004-01-19 JP Rosevear <jpr@ximian.com>
+
+ * e-source-selector.c (cell_toggled_callback): indicate that a toggle just occurred
+
+2004-01-19 JP Rosevear <jpr@ximian.com>
+
+ * e-source-selector.c
+
+ (selector_button_press_event): when right clicking, make sure the
+ calendar is highlighted and that groups can't be right clicked on
+
2004-01-14 Rodney Dawes <dobey@ximian.com>
* e-expander.[ch]: Fix remaining usages of GTK_*EXPANDER* defines