From 8ca3936a98e1978eb4268af095162038dc4b9d48 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 19 Nov 2003 09:29:05 +0000 Subject: (struct _EShellWindowPrivate): New members status_bar, offline_toggle, offline_toggle_image, menu_hint_label, task_bar, tooltips. (init): Initialize ->tooltips. (impl_dispose): Unref ->tooltips. (offline_toggle_clicked_callback): New. (e_shell_window_new): Connect shell_line_status_changed_callback() to the shell's "line_status_changed" signal. (shell_line_status_changed_cb): New. (setup_offline_toggle): New. (setup_menu_hint_label): New. (setup_task_bar): New. (setup_status_bar): New. (setup_widgets): Call setup_status_bar() and add add the status bar to the window. (update_offline_toggle_status): New. (update_send_receive_sensitivity): New. (load_icons): New. (class_init): Call load_icons(). (ui_engine_remove_hint_callback): New. svn path=/trunk/; revision=23438 --- shell/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 2393e82a42..ce8ff8dfce 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,26 @@ +2003-11-19 Ettore Perazzoli + + * e-shell-window.c (struct _EShellWindowPrivate): New members + status_bar, offline_toggle, offline_toggle_image, menu_hint_label, + task_bar, tooltips. + (init): Initialize ->tooltips. + (impl_dispose): Unref ->tooltips. + (offline_toggle_clicked_callback): New. + (e_shell_window_new): Connect shell_line_status_changed_callback() + to the shell's "line_status_changed" signal. + (shell_line_status_changed_cb): New. + (setup_offline_toggle): New. + (setup_menu_hint_label): New. + (setup_task_bar): New. + (setup_status_bar): New. + (setup_widgets): Call setup_status_bar() and add add the status + bar to the window. + (update_offline_toggle_status): New. + (update_send_receive_sensitivity): New. + (load_icons): New. + (class_init): Call load_icons(). + (ui_engine_remove_hint_callback): New. + 2003-11-17 Ettore Perazzoli * e-shell-window-commands.c: Add a pixmap for the toolbar -- cgit