aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-21 01:01:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-21 01:01:30 +0800
commit8e747d7dc6dbd9e175a91bdccc9f4e169e62b726 (patch)
tree4dac124ab93f18ccba3a0acc4491dcccd4396f91 /shell/ChangeLog
parente9a5c3d19ce9cd6c68b4dc288215464d06868e3b (diff)
downloadgsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar
gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.gz
gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.bz2
gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.lz
gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.xz
gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.tar.zst
gsoc2013-evolution-8e747d7dc6dbd9e175a91bdccc9f4e169e62b726.zip
Add a button and an icon to toggle between online and offline
operation. svn path=/trunk/; revision=9900
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c7743ddcc8..fd268e7068 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,28 @@
2001-05-20 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c: New static members `offline_pixmap',
+ `offline_mask', `online_pixmap', `online_mask'. Add members
+ `tooltips', `offline_toggle' and `offline_toggle_pixmap' to
+ `EShellViewPrivate'.
+ (init): Init to NULL. Also init the `progress_bar' member to NULL
+ as well, as we were not initializing it.
+ (destroy): Unref the tooltips.
+ (load_images): New static function to load the offline and online
+ icons into the pixmaps/masks.
+ (class_init): Call it.
+ (update_offline_toggle_status): New.
+ (shell_line_status_changed_cb): Call it.
+ (offline_toggle_clicked_cb): New, callback for the "clicked"
+ signal on the offline/online button.
+ (setup_offline_button): New function to set up the
+ `offline_button'.
+ (setup_widgets): Call it.
+ (setup_progress_bar): Changed to get an `EShellView' pointer,
+ instead of an `EShellViewPriv' pointer.
+ (setup_widgets): Updated accordingly.
+
+2001-05-20 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view-menu.c: Define the verb for "CopyFolder" as well.
(command_copy_folder): Implementation for the "CopyFolder" verb.