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
104 lines
4.4 KiB
XML
104 lines
4.4 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="EventOpen" _tip="View the current appointment" accel="*Control*o"/>
|
|
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="stock" pixname="gtk-print"
|
|
accel="*Control*p"/>
|
|
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/>
|
|
|
|
<cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="gtk-go-back"/>
|
|
<cmd name="CalendarToday" _tip="Select today" pixtype="stock" pixname="Home"/>
|
|
<cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="gtk-go-forward"/>
|
|
<cmd name="CalendarGoto" _tip="Select a specific date" pixtype="stock" pixname="gtk-jump-to"/>
|
|
|
|
<cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/>
|
|
<cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
|
|
<cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/>
|
|
<cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/>
|
|
<cmd name="ShowListView" _tip="Show as list" pixtype="pixbuf"/>
|
|
|
|
<cmd name="Cut" _tip="Cut the selection" accel="*Control*x" pixtype="stock" pixname="gtk-cut"/>
|
|
<cmd name="Copy" _tip="Copy the selection" accel="*Control*c" pixtype="stock" pixname="gtk-copy"/>
|
|
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
|
|
|
|
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d" pixtype="stock" pixname="gtk-delete"/>
|
|
<cmd name="DeleteOccurrence" _tip="Delete this occurrence" pixtype="stock" pixname="gtk-delete"/>
|
|
<cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences" pixtype="stock" pixname="gtk-delete"/>
|
|
|
|
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
|
|
<cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
<placeholder name="FileOps">
|
|
<menuitem name="EventOpen" verb="EventOpen" _label="_Open Appointment"/>
|
|
</placeholder>
|
|
<placeholder name="Print">
|
|
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
|
|
_label="Print Pre_view"/>
|
|
|
|
<menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
|
|
_label="_Print..."/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
<placeholder name="EditPlaceholder">
|
|
<menuitem name="Cut" verb="" _label="C_ut"/>
|
|
<menuitem name="Copy" verb="" _label="_Copy"/>
|
|
<menuitem name="Paste" verb="" _label="_Paste"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="Delete" verb="" _label="_Delete"/>
|
|
<menuitem name="DeleteOccurrence" verb="" _label="Delete this Occurrence"/>
|
|
<menuitem name="DeleteAllOccurrences" verb="" _label="Delete All Occurrences"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
<submenu name="View">
|
|
<placeholder name="ViewBegin">
|
|
<menuitem name="Today" verb="CalendarToday" _label="Select _Today"
|
|
accel="*Control**Alt*t"/>
|
|
<menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control**Alt*g"/>
|
|
<separator f="" name="ecal"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="ActionsPlaceholder">
|
|
<submenu name="Actions" _label="_Actions">
|
|
<menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/>
|
|
<menuitem name="CalendarPurge" verb=""/>
|
|
</submenu>
|
|
</placeholder>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
|
|
<toolitem name="Print" verb="CalendarPrint" _label="Print"/>
|
|
<toolitem name="Delete" verb="" _label="Delete"/>
|
|
|
|
<separator f="" name="ecal2"/>
|
|
|
|
<toolitem name="Prev" verb="CalendarPrev" _label="Previous"/>
|
|
<toolitem name="Today" verb="CalendarToday" _label="Today"/>
|
|
<toolitem name="Next" verb="CalendarNext" _label="Next"/>
|
|
|
|
<separator f="" name="ecal3"/>
|
|
|
|
<toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1"/>
|
|
|
|
<separator f="" name="ecal4"/>
|
|
|
|
<toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="ListView" verb="ShowListView" _label="List" priority="1" pixtype="pixbuf"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|