Files
evolution/ui/evolution-tasks.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

69 lines
2.4 KiB
XML

<Root>
<commands>
<cmd name="TasksOpenTask" _tip="View the selected task" accel="*Control*o"/>
<cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="stock" pixname="gtk-print"
accel="*Control*p"/>
<cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="stock" pixname="gtk-print-preview"/>
<cmd name="TasksCut" _tip="Cut selected task" accel="*Control*x" pixtype="stock" pixname="gtk-cut"/>
<cmd name="TasksCopy" _tip="Copy selected task" accel="*Control*c" pixtype="stock" pixname="gtk-copy"/>
<cmd name="TasksPaste" _tip="Paste task from the clipboard" accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
<cmd name="TasksDelete" _tip="Delete selected tasks" accel="*Control*d" sensitive="0"
pixtype="stock" pixname="gtk-delete"/>
<cmd name="TasksMarkComplete" _tip="Mark selected tasks as complete" accel="*Control*k" sensitive="0"/>
<cmd name="TasksPurge" _label="Purg_e" _tip="Delete completed tasks" accel="*Control*e"/>
</commands>
<menu>
<submenu name="File">
<placeholder name="FileOps">
<menuitem name="OpenTask" verb="TasksOpenTask" _label="_Open Task"/>
</placeholder>
<placeholder name="Print">
<menuitem name="PrintPreview" verb="TasksPrintPreview" _label="Print Pre_view"/>
<menuitem name="Print" verb="TasksPrint" accel="*Control*p" _label="_Print..."/>
</placeholder>
</submenu>
<submenu name="Edit" _label="_Edit">
<placeholder name="EditPlaceholder">
<menuitem name="TasksCut" verb="" _label="C_ut"/>
<menuitem name="TasksCopy" verb="" _label="_Copy"/>
<menuitem name="TasksPaste" verb="" _label="_Paste"/>
<separator/>
<menuitem name="TasksDelete" verb="" _label="_Delete"/>
<separator/>
<menuitem name="TasksMarkComplete" verb="" _label="Mar_k as Complete"/>
</placeholder>
</submenu>
<placeholder name="ActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
<menuitem name="TasksPurge" verb=""/>
</submenu>
</placeholder>
</menu>
<dockitem name="Toolbar">
<toolitem name="Cut" _label="Cut" verb="TasksCut"/>
<toolitem name="Copy" _label="Copy" verb="TasksCopy"/>
<toolitem name="Paste" _label="Paste" verb="TasksPaste"/>
<separator/>
<toolitem name="Print" _label="Print" verb="TasksPrint"/>
<toolitem name="Delete" _label="Delete" verb="TasksDelete"/>
</dockitem>
</Root>