diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-19 17:29:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-19 17:29:05 +0800 |
commit | 8ca3936a98e1978eb4268af095162038dc4b9d48 (patch) | |
tree | 9e6ba576a9680fd0a71e3b8e127050b5acc6fb81 /shell/ChangeLog | |
parent | c05d3716731fc810a21b60f81c6da695747abe4d (diff) | |
download | gsoc2013-evolution-8ca3936a98e1978eb4268af095162038dc4b9d48.tar.gz gsoc2013-evolution-8ca3936a98e1978eb4268af095162038dc4b9d48.tar.zst gsoc2013-evolution-8ca3936a98e1978eb4268af095162038dc4b9d48.zip |
(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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
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 <ettore@ximian.com> + + * 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 <ettore@ximian.com> * e-shell-window-commands.c: Add a pixmap for the toolbar |