From 364cb04c2b58a371d45a6645dbca8d9f069fba2e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 21 Mar 2002 00:07:49 +0000 Subject: Move the ComponentActionsPlaceholder into the Actions menu, instead of the * evolution.xml: Move the ComponentActionsPlaceholder into the Actions menu, instead of the Actions menu being in the ComponentActionsPlaceholder. * evolution-addressbook.xml: Updated accordingly. * evolution-calendar.xml: Updated accordingly. * evolution-mail-global.xml: Updated accordingly. * evolution-mail-list.xml: Updated accordingly. * evolution-mail-message.xml: Updated accordingly. * evolution-mail-messagedisplay.xml: Updated accordingly. * evolution-tasks.xml: Updated accordingly. * evolution.xml: Add "SendReceive" verb, menu item and toolbar button. * evolution-mail-global.xml: Remove "MailGetSend" verb and menu item. * e-shell-view-menu.c (command_send_receive): New, implementation for the "SendReceive" verb. * e-shell.c (e_shell_send_receive): New. * evolution-shell-component.c (impl_sendReceive): Implementation of ShellComponent::sendReceive. (class_init): Add the "send_receive" signal. * evolution-shell-component.h: Added `send_receive' signal. * Evolution-ShellComponent.idl: Added ShellComponent::sendReceive. * component-factory.c (send_receive_cb): New, callback for the "send_receive" signal on the EvolutionShellComponent. (create_component): Connect. * folder-browser-ui.c: Remove verb "MailGetSend". * mail-callbacks.c (send_receive_mail): Removed. * mail-send-recv.c: Remove member current_folder from struct _send_data. (free_send_data): No need to unref here. (build_dialogue): Removed arg @current_folder. (mail_send_receive): Likewise. svn path=/trunk/; revision=16220 --- ui/ChangeLog | 19 +++++++++++++++++++ ui/evolution-addressbook.xml | 21 ++++++++++----------- ui/evolution-calendar.xml | 8 ++++---- ui/evolution-mail-global.xml | 17 ++++------------- ui/evolution-mail-list.xml | 8 ++++---- ui/evolution-mail-message.xml | 8 ++++---- ui/evolution-mail-messagedisplay.xml | 8 ++++---- ui/evolution-tasks.xml | 8 ++++---- ui/evolution.xml | 13 ++++++++++++- 9 files changed, 65 insertions(+), 45 deletions(-) (limited to 'ui') diff --git a/ui/ChangeLog b/ui/ChangeLog index 08850b1722..de67f9955e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,22 @@ +2002-03-20 Ettore Perazzoli + + * evolution.xml: Move the ComponentActionsPlaceholder into the + Actions menu, instead of the Actions menu being in the + ComponentActionsPlaceholder. + * evolution-addressbook.xml: Updated accordingly. + * evolution-calendar.xml: Updated accordingly. + * evolution-mail-global.xml: Updated accordingly. + * evolution-mail-list.xml: Updated accordingly. + * evolution-mail-message.xml: Updated accordingly. + * evolution-mail-messagedisplay.xml: Updated accordingly. + * evolution-tasks.xml: Updated accordingly. + + * evolution.xml: Add "SendReceive" verb, menu item and toolbar + button. + + * evolution-mail-global.xml: Remove "MailGetSend" verb and menu + item. + 2002-03-14 Ettore Perazzoli * evolution.xml: Add a "Search" menu. diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index f6666ff0ce..a560f7cad0 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -121,17 +121,16 @@ verb="BonoboUIDump" _label="Dump"/> - - - - - - - - - + + + + + + + + diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 63b712b70c..b62c3030c9 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -57,11 +57,11 @@ - - + + - - + + diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 90589de162..36f8471354 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -12,10 +12,6 @@ _tip="Open a window for composing a mail message" pixtype="pixbuf"/> - - @@ -72,9 +68,8 @@ - - - + + @@ -86,8 +81,8 @@ - - + + @@ -120,10 +115,6 @@ - - diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 9c54f255e2..0bc146043b 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -110,13 +110,13 @@ - - + + - - + + diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index f6d51a31cb..a1d02b089a 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -258,8 +258,8 @@ - - + + @@ -303,8 +303,8 @@ - - + + diff --git a/ui/evolution-mail-messagedisplay.xml b/ui/evolution-mail-messagedisplay.xml index a371498ee2..01107ae74c 100644 --- a/ui/evolution-mail-messagedisplay.xml +++ b/ui/evolution-mail-messagedisplay.xml @@ -28,11 +28,11 @@ - - + + - - + + diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 1bd3e13794..c7fa81f0c6 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -42,11 +42,11 @@ - - + + - - + + diff --git a/ui/evolution.xml b/ui/evolution.xml index fc3de6a6b9..def37a3478 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -17,6 +17,10 @@ + + @@ -136,7 +140,10 @@ - + + + + @@ -182,6 +189,10 @@ + + -- cgit v1.2.3