diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 11:44:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 11:44:27 +0800 |
commit | cce4a6a3e5b8842216afcd3f495d3573ddb2de55 (patch) | |
tree | 284e2205d979da3e41991f8e2f2bce6074d40495 /shell/ChangeLog | |
parent | 40b6141cfe1649f685e49ebd81cfd4baf0baeedf (diff) | |
download | gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.gz gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.bz2 gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.lz gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.xz gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.tar.zst gsoc2013-evolution-cce4a6a3e5b8842216afcd3f495d3573ddb2de55.zip |
Use the new ETitleBar widget in the shell, thus allowing the user to
hide the shortcut bar or the folder tree. This is not completely
working right yet, partly because of GtkPaned's limitations.
svn path=/trunk/; revision=3070
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 64b27438bd..d071167dc7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,27 @@ +2000-05-16 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view.c: New members `storage_set_view_box', + `shortcut_bar_box', `hpaned1_position', `hpaned2_position' in + `EShellViewPrivate'. + (init): Initialize them. + (setup_widgets): Add title bars to the tree and shortcut views. + (shortcuts_view_close_button_clicked_cb): New callback function. + (setup_widgets): Connect to the "close_button_clicked" signal of + the shortcut view's title bar. + (storage_set_view_close_button_clicked_cb): New callback function. + (setup_widgets): Connect to the "close_button_clicked" signal of + the storage set view's title bar. + (e_shell_view_show_shortcuts): New function. + (e_shell_view_show_folders): New function. + + * e-shell-view.c: New members `hpaned1', `hpaned2' in + `EShellViewPrivate'. + (init): Initialize both to NULL. + (setup_widgets): Invert the parenting order for the GtkHPaneds and + store them into the private `hpaned' and `hpaned2' members. + + * Makefile.am (evolution_LDADD): Link with `libemiscwidgets.a'. + 2000-05-15 Ettore Perazzoli <ettore@helixcode.com> * e-shortcuts.c |