From 8e747d7dc6dbd9e175a91bdccc9f4e169e62b726 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 20 May 2001 17:01:30 +0000 Subject: Add a button and an icon to toggle between online and offline operation. svn path=/trunk/; revision=9900 --- shell/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index c7743ddcc8..fd268e7068 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,26 @@ +2001-05-20 Ettore Perazzoli + + * 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 * e-shell-view-menu.c: Define the verb for "CopyFolder" as well. -- cgit v1.2.3