aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-27 03:01:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-27 03:01:28 +0800
commita03e2e75297c4d1b99890cdc90c3443088eb7ce8 (patch)
treeffbd588e7ebf1708235bc06900b40ebe6b6e1324 /shell/ChangeLog
parentd9f93b90ee08a8576e5ff447b66e0281e49287bf (diff)
downloadgsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.tar
gsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.tar.gz
gsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.tar.bz2
gsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.tar.lz
gsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.tar.xz
gsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.tar.zst
gsoc2013-evolution-a03e2e75297c4d1b99890cdc90c3443088eb7ce8.zip
Fix a bunch of EShortcutView problems. It's still buggy, but at least
it's usable now. Also, implemented a "new group" command (which doesn't quite work right yet for some reason) and a "remove group" one. svn path=/trunk/; revision=5595
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c401a3e5d5..25e998633b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,27 @@
+2000-09-26 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shortcuts.c (e_shortcuts_get_group_title): Cast the data
+ pointer, not the node pointer.
+ (e_shortcuts_add_group): If @group_num is -1, emit the effective
+ group number with the "new_group" signal instead of -1, which is
+ going to confuse the signal handler.
+ (e_shortcuts_add_shortcut): Likewise with the shortcut.
+
+ * e-shortcuts-view-model.c (shortcuts_new_group_cb): We are @data,
+ not @shortcuts.
+ (class_init): Install the `::destroy' handler.
+
+ * e-shortcuts-view.c (e_shortcuts_view_construct): Set
+ `priv->shortcuts'.
+ (remove_shortcut_cb): Don't remove the item both on the data and
+ the model.
+ (toggle_small_icons_cb): Removed some crufty checks.
+ (toggle_large_icons_cb): Likewise.
+ (show_new_group_dialog): New, implementation for the "Create new
+ shortcut group" dialog.
+ (destroy_group_cb): Callback for the "Destroy this group" item.
+ (create_new_group): Callback for the "Create new group" item.
+
2000-09-25 Ettore Perazzoli <ettore@helixcode.com>
* e-shortcuts-view.c (item_selected): Renamed from