From d88e794ded5fc1ea72af2a3d0ec4c46442a992cf Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 13 May 2005 21:29:28 +0000 Subject: Add profiler so that it gets disted properly 2005-05-13 Rodney Dawes * plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets disted properly 2005-05-13 Rodney Dawes * Makefile.am: Add new em-folder-utils.[ch] abstraction * em-folder-browser.c: Update for new menu layout Add new methods to handle the actions that were previously only available from the context menu when right-clicking on a folder * em-folder-selector.c (emfs_response): Just call emfu_folder_create if the user wants to create a new folder in the selector dialog (em_folder_selector_get_selected_path): Clean up the code to fix a couple potential crashes * em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or CamelFolderInfo object for the selected item in the tree Add a method to get a pointer to an EMFolderTreeModelStoreInfo object for the selected store in the tree Move folder operations out into em-folder-utils.[ch] so that they are abstracted from the tree and can be used by methods other than the internal context menu * em-folder-utils.[ch]: Move the folder operations code to here * em-folder-view.c: Update for the new menu layout Fix Mark as Read/Unread in the context menu to only show up in the list * mail-component.c (create_item): Just call emfu_folder_create here when the user requests to create a new folder from the New toolbar item 2005-05-13 Rodney Dawes * org-gnome-mailing-list-actions.xml: Update for the new menu layout 2005-05-13 Rodney Dawes * org-gnome-plugin-manager.xml: Update for new menu layout 2005-05-13 Rodney Dawes * org-gnome-save-attachments.xml: Update for new menu layout 2005-05-13 Rodney Dawes * e-shell-window.c (setup_widgets): Update for the new menu layout by putting the "component" switching items under the "Tools" menu 2005-05-13 Rodney Dawes * *.xml: Update to the new menu layout 2005-05-13 Rodney Dawes * e-filter-bar.[ch]: Update for the new menu layout svn path=/trunk/; revision=29354 --- ui/ChangeLog | 4 + ui/evolution-addressbook.xml | 5 +- ui/evolution-calendar.xml | 5 +- ui/evolution-mail-global.xml | 94 +++++++++++------ ui/evolution-mail-list.xml | 104 ++++++++++-------- ui/evolution-mail-message.xml | 198 ++++++++++++++++++----------------- ui/evolution-mail-messagedisplay.xml | 37 +++++-- ui/evolution-tasks.xml | 5 +- ui/evolution.xml | 51 ++++++--- 9 files changed, 300 insertions(+), 203 deletions(-) (limited to 'ui') diff --git a/ui/ChangeLog b/ui/ChangeLog index 478e2ffe74..243551ce2f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2005-05-13 Rodney Dawes + + * *.xml: Update to the new menu layout + 2005-05-06 Chenthill Palanisamy Fixes #301459 diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 5e90d9f01c..4ba98187fa 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -105,9 +105,8 @@ + - - @@ -119,8 +118,8 @@ - + diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index fa0ad0a63a..046c84144f 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -67,13 +67,12 @@ + - - - + diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 532fcc7b9e..1f1bda2498 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -5,11 +5,6 @@ - - @@ -18,6 +13,19 @@ _tip="Cancel the current mail operation" pixtype="stock" pixname="gtk-stop"/> + + + + + + @@ -29,17 +37,39 @@ + + + + + + - + + + + + + + + + + + + + @@ -49,47 +79,45 @@ - - - - - - - - - - - - + + + - + + - + + - + + + - - - + - + + - - - + - + - + - + - + + + + + diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 072350a65b..bfb8757e02 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -28,30 +28,30 @@ + pixtype="pixbuf"/> + + + + - - - + - + - + - - - - - - - - + - - - - - - + + - - - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 1d36d45a63..4bfe46ad71 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -7,7 +7,7 @@ + type="toggle" state="0" accel="F7"/> - - + + + + + + @@ -198,10 +208,11 @@ + type="toggle" state="0"/> + _tip="Force images in HTML mail to be loaded" + accel="*Control*i" pixtype="pixbuf"/> + accel="*Control*u"/> + accel="*Control*plus"/> + accel="*Control*minus"/> + accel="*Control*0"/> @@ -240,8 +251,7 @@ - - + @@ -253,92 +263,77 @@ - - - + - + - - + + - - - - - - + - - - - - - + - - - - - - - - - - - - - - - - - - + + - + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + + + - - - - - - - - - - - @@ -347,36 +342,47 @@ - + + + + + + + + + + + + + - + + + + - + - - - - - - + + + + + + + + + + - - - - - - - - - - + + diff --git a/ui/evolution-mail-messagedisplay.xml b/ui/evolution-mail-messagedisplay.xml index c21b218cfc..7e4fcf30a9 100644 --- a/ui/evolution-mail-messagedisplay.xml +++ b/ui/evolution-mail-messagedisplay.xml @@ -24,21 +24,42 @@ - + + + + - - + + + + + + + + + + - + + + + + + + + + diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 1287c5e30c..c2cf160669 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -44,12 +44,11 @@ + - - - + diff --git a/ui/evolution.xml b/ui/evolution.xml index d8ab6065a5..a9fc5dabab 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -4,10 +4,10 @@ _tip="Create a new window displaying this folder" accel="*Control**Shift*w"/> - - + + + + - + + + + + + + + _label="_Close Window"/> @@ -85,33 +96,41 @@ + + + + + + - - + + + - + - - - - - - + + + + + + + + - -- cgit v1.2.3