Files
evolution/ui/evolution-addressbook.xml
Rodney Dawes d88e794ded 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
2005-05-13 21:29:28 +00:00

147 lines
4.0 KiB
XML

<Root>
<commands>
<cmd name="ContactDelete"
_tip="Delete selected contacts"
pixtype="stock" pixname="gtk-delete"
accel="*Control*d"/>
<cmd name="ContactsPrint"
_tip="Print selected contacts"
pixtype="stock" pixname="gtk-print"
accel="*Control*p"/>
<cmd name="ContactsPrintPreview"
_tip="Previews the contacts to be printed"
pixtype="stock" pixname="gtk-print-preview"/>
<cmd name="ContactsView"
_tip="View the current contact"
accel="*Control*o"/>
<cmd name="ContactStop"
_tip="Stop Loading"
pixtype="stock" pixname="gtk-stop"/>
<cmd name="ContactsCut" _label="Cut" _tip="Cut the selection"
pixtype="stock" pixname="gtk-cut"
accel="*Control*x"/>
<cmd name="ContactsCopy" _label="Copy"
_tip="Copy the selection"
pixtype="stock" pixname="gtk-copy"
accel="*Control*c"/>
<cmd name="ContactsPaste" _label="Paste"
_tip="Paste the clipboard"
pixtype="stock" pixname="gtk-paste"
accel="*Control*v"/>
<cmd name="ContactsSelectAll" _label="Select All"
_tip="Select all contacts"
accel="*Control*a"/>
<cmd name="ContactsSaveAsVCard" _label="Save as VCard..."
_tip="Save selected contacts as a VCard."
pixtype="stock" pixname="gtk-save-as"
accel="*Control**Alt*s"/>
<cmd name="ContactsSendContactToOther" _label="Forward Contact"
_tip="Send selected contacts to another person."/>
<cmd name="ContactsSendMessageToContact" _label="Send message to contact"
_tip="Send a message to the selected contacts."/>
<cmd name="ContactsCopyToFolder" _label="Copy to Folder..."
_tip="Copy Contact(s) to Another Folder..."
accel="*Control**Shift*y"/>
<cmd name="ContactsMoveToFolder" _label="Move to Folder..."
_tip="Move Contact(s) to Another Folder..."
accel="*Control**Shift*v"/>
<cmd name="ContactsViewPreview" _label="_Preview Pane"
_tip="Show contact preview window"
accel="*Control*grave"
type="toggle"/>
</commands>
<menu>
<submenu name="File">
<placeholder name="FileOps">
<menuitem name="ContactsView"
verb="" _label="_Open"/>
<menuitem name="ContactsSaveAsVCard"
verb="" _label="_Save as VCard..."/>
</placeholder>
<placeholder name="Print">
<menuitem name="ContactsPrintPreview" verb=""
_label="Print Pre_view"/>
<menuitem name="ContactsPrint" verb=""
_label="_Print..."/>
</placeholder>
</submenu>
<submenu name="View" _label="_View">
<menuitem name="ContactsViewPreview" verb="" _label="_Preview Pane"/>
</submenu>
<submenu name="Edit" _label="_Edit">
<placeholder name="EditPlaceholder">
<menuitem name="ContactsSelectAll" verb="" _label="_Select All"/>
<separator f="" name="eadbk2"/>
<menuitem name="ContactsCut" verb="" _label="C_ut"/>
<menuitem name="ContactsCopy" verb="" _label="_Copy"/>
<menuitem name="ContactsPaste" verb="" _label="_Paste"/>
<separator f="" name="eadbk6"/>
<menuitem name="ContactDelete" verb="" _label="_Delete"/>
</placeholder>
</submenu>
<placeholder name="ActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
<menuitem name="ContactsSendContactToOther"
_label="_Forward Contact..." verb=""/>
<menuitem name="ContactsSendMessageToContact"
_label="_Send Message to Contact..." verb=""/>
<menuitem name="ContactActionStop" verb="ContactStop" _label="Stop"/>
<separator f="" name="eadbk5"/>
<menuitem name="ContactsCopyToFolder" _label="_Copy to Folder..." verb=""/>
<menuitem name="ContactsMoveToFolder" _label="_Move to Folder..." verb=""/>
</submenu>
</placeholder>
</menu>
<dockitem name="Toolbar">
<toolitem name="ContactsPrint" verb=""
_label="Print"/>
<toolitem name="ContactDelete" verb=""
_label="Delete"/>
<toolitem name="ContactStop" verb=""
_label="Stop"/>
</dockitem>
<keybindings>
<accel name="Delete" verb="ContactDelete"/>
<accel name="BackSpace" verb="ContactDelete"/>
<accel name="F16" verb="ContactsCopy"/>
<accel name="F18" verb="ContactsPaste"/>
<accel name="F20" verb="ContactsCut"/>
</keybindings>
</Root>