diff options
author | Rodney Dawes <dobey@novell.com> | 2005-05-14 05:29:28 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-05-14 05:29:28 +0800 |
commit | d88e794ded5fc1ea72af2a3d0ec4c46442a992cf (patch) | |
tree | 33b921e3906bc3990d30eeb0195c0fe13181cee6 /ui/evolution.xml | |
parent | c006784d0d4612e4c682732c7db0fea35e9407e0 (diff) | |
download | gsoc2013-evolution-d88e794ded5fc1ea72af2a3d0ec4c46442a992cf.tar.gz gsoc2013-evolution-d88e794ded5fc1ea72af2a3d0ec4c46442a992cf.tar.zst gsoc2013-evolution-d88e794ded5fc1ea72af2a3d0ec4c46442a992cf.zip |
Add profiler so that it gets disted properly
2005-05-13 Rodney Dawes <dobey@novell.com>
* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
disted properly
2005-05-13 Rodney Dawes <dobey@novell.com>
* 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 <dobey@novell.com>
* org-gnome-mailing-list-actions.xml: Update for the new menu layout
2005-05-13 Rodney Dawes <dobey@novell.com>
* org-gnome-plugin-manager.xml: Update for new menu layout
2005-05-13 Rodney Dawes <dobey@novell.com>
* org-gnome-save-attachments.xml: Update for new menu layout
2005-05-13 Rodney Dawes <dobey@novell.com>
* 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 <dobey@novell.com>
* *.xml: Update to the new menu layout
2005-05-13 Rodney Dawes <dobey@novell.com>
* e-filter-bar.[ch]: Update for the new menu layout
svn path=/trunk/; revision=29354
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 51 |
1 files changed, 35 insertions, 16 deletions
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"/> - <cmd name="FileClose" _label="Close" _tip="Close this window" + <cmd name="FileClose" _label="_Close Window" _tip="Close this window" pixtype="stock" pixname="gtk-close" accel="*Control*w"/> - <cmd name="FileExit" _label="E_xit" _tip="Exit the program" + <cmd name="FileExit" _label="_Quit" _tip="Exit the program" pixtype="stock" pixname="gtk-quit" accel="*Control*q"/> <cmd name="ViewButtonsIconText" _label="Icons _and text" @@ -57,27 +57,38 @@ <menuitem name="OpenNewWindow" verb="" pixtype="pixbuf"/> + <separator f="" name="eshell4"/> + + <menuitem name="SendReceive" verb="" _label="_Send / Receive" accel="F9"/> + <placeholder name="FileOps"/> - <separator f="" name="eshell4"/> + <separator f="" name="eshell1"/> <menuitem name="FileImporter" verb="" _label="_Import..." - _tip="Import data from other programs" accel="*Control*i" + _tip="Import data from other programs" pixtype="pixbuf"/> <placeholder name="Print" delimit="top"/> +<!-- <placeholder name="ComponentPlaceholder"/> +--> <separator f="" name="eshell5"/> + <placeholder name="EmptyTrashPlaceholder"/> + + + <menuitem name="ForgetPasswords" verb="" _label="Forget _Passwords"/> + <menuitem name="ToggleOffline" verb="" - _label="Work Offline" + _label="_Work Offline" pixtype="pixbuf"/> <menuitem name="FileClose" verb="" - _label="_Close"/> + _label="_Close Window"/> <menuitem name="FileExit" verb="FileExit"/> </submenu> @@ -85,33 +96,41 @@ <submenu name="Edit" _label="_Edit"> <placeholder name="EditPlaceholder"/> <separator/> + <menuitem name="PilotSettings" verb="" _label="_Synchronization Options..." _tip="Set up Pilot configuration"/> + <placeholder name="MailFilterTools"/> + <placeholder name="MailVFolderTools"/> + + <placeholder name="PluginManagerPlaceholder"/> + <menuitem name="Settings" verb="" _label="Prefere_nces" _tip="Change Evolution's settings"/> </submenu> <submenu name="View" _label="_View"> <placeholder name="ViewBegin"/> - <submenu name="Window" _label="_Window"/> - <submenu name="Buttons" _label="Window B_uttons"> + <menuitem name="ViewToolbar" id="ViewToolbar" verb="" accel="*Control**Shift*o"/> + <placeholder name="ViewPreview"/> + <submenu name="Buttons" _label="_Switcher Appearance"> <menuitem name="ViewButtonsIconText" id="ViewButtonsIconText" verb=""/> <menuitem name="ViewButtonsIcon" id="ViewButtonsIcon" verb=""/> <menuitem name="ViewButtonsText" id="ViewButtonsText" verb=""/> <menuitem name="ViewButtonsGnome" id="ViewButtonsToolbar" verb=""/> - <separator/> + <separator f="" name="Switcher1"/> <menuitem name="ViewButtonsHide" id="ViewButtonsHide" verb=""/> </submenu> - <menuitem name="ViewToolbar" id="ViewToolbar" verb="" accel="*Control**Shift*o"/> <placeholder name="ViewAfterControl"/> </submenu> - <submenu name="Actions" _label="_Actions"> - <menuitem name="SendReceive" verb="" _label="_Send / Receive" accel="F9"/> - <menuitem name="ForgetPasswords" verb="" _label="Forget _Passwords"/> - <placeholder name="ComponentActionsPlaceholder"/> - </submenu> + <placeholder name="FolderPlaceholder"> + </placeholder> + + <placeholder name="MessagePlaceholder"> + </placeholder> + + <placeholder name="ActionsPlaceholder"> + </placeholder> <submenu name="Tools" _label="_Tools"> <placeholder name="ComponentPlaceholder"/> - <menuitem name="PilotSettings" verb="" _label="Pi_lot Settings..." _tip="Set up Pilot configuration"/> </submenu> <placeholder name="SearchPlaceholder"> |