aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-21 20:04:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-21 20:04:18 +0800
commitc9090285feaeb5ad9223e256bb8b177093644e04 (patch)
tree74ec1cdb75012f20e64a47e183f754d563c94b4b /shell/ChangeLog
parent3eed7c0e0eeb307d8e351f5e137f23764f493a9d (diff)
downloadgsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.tar
gsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.tar.gz
gsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.tar.bz2
gsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.tar.lz
gsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.tar.xz
gsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.tar.zst
gsoc2013-evolution-c9090285feaeb5ad9223e256bb8b177093644e04.zip
First shot at the "click on the folder title, get the folder tree"
thingie. Needs love, but it's a start. svn path=/trunk/; revision=4257
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 77bf3e66dd..74768dc8a2 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,27 @@
2000-07-21 Ettore Perazzoli <ettore@helixcode.com>
+ * e-shell-folder-title-bar.c (create_icon_pixmap): New. Create a
+ small arrow-shaped GtkPixmap.
+ (title_button_box_realize_cb): New. Callback for the "realize"
+ signal of the button's inner box.
+
+ * e-shell-view.c (title_bar_clicked_cb): New function, callback
+ for the "title_clicked" signal of the title bar.
+ (setup_widgets): Connect it.
+
+ * e-shell-view.c: New member `storage_set_title_bar' in
+ `EShellViewPrivate'.
+ (setup_storage_set_subwindow): Set it.
+
+ * e-shell-folder-title-bar.c: Use a GtkLabel instead of an
+ EClippedLabel for the title.
+ (title_button_clicked_cb): New.
+ (e_shell_folder_title_bar_construct): Put the label into a button.
+ Connect the button's "clicked" signal to
+ `title_button_clicked_cb'.
+
+2000-07-21 Ettore Perazzoli <ettore@helixcode.com>
+
* evolution-shell-component.c
(impl_ShellComponent_populate_folder_context_menu): If the pointer
to the function to populate the folder context menu is NULL, don't