2001-02-27 Miguel de Icaza <miguel@ximian.com> * gui/e-day-view.c (e_day_view_on_event_right_click): Reorganize the menus to have entries always in a consistent fashion, as reported to the genepool mailing list. (e_day_view_on_event_right_click): Added a FIXME comment to the FIXME comment without a FIXME. Now we use e_popup_menu. This allows us to hide/show items on demand, and to sensitize/de-sensitize items depending on their state. This will also let us add icon support (when we get nice icons for this) * gui/e-week-view.c (e_week_view_show_popup_menu): Ditto. The files popup-menu.c and popup-menu.h can now be removed. 2001-03-01 Miguel de Icaza <miguel@ximian.com> * folder-browser.c (on_right_click): Move the context menus to the toplevel code; Use enumerations for the various bitfield constants. Add support for hiding items that are not required (read/unread and delete/undelete). This requires my previous patch, as it assumes "Open" does the right thing instead of having two operations: Open and Edit. 2001-02-28 Miguel de Icaza <miguel@ximian.com> * folder-browser.c (on_right_click): Removed draft folders op here, since open_msg now does the right thing (edit or view). * folder-browser-factory.c (update_pixmaps): Removed MessageEdit from here. * mail-callbacks.c (open_msg): New function, does the "right thing" to a message (either, edit or open). * folder-browser-factory.c: Register new command here. (update_pixmaps): Rename keys that have been shuffled around. (update_pixmaps): Rename to match new updates on xml file. Rename MessageOpenNewWindow to MessageOpen. Change action from "view_message" to "open_message". * mail-callbacks.c (mark_all_as_seen): New command. Marks all messages as seen. 2001-03-06 Miguel de Icaza <miguel@ximian.com> * evolution-tasks.xml: Added "File/New/Task" as well. * evolution-mail.xml: Added "File/New/Mail Message" at the top with binding C-n. * evolution-calendar.xml: Set the binding for New Appointment to C-n * evolution-contact-editor.xml: Set the toolbar to hlook=text vlook=icon; Set all icons priority-text to 1. * evolution-addressbook.xml: Added "Contact" to the New menu. * evolution.xml: Provide an entry point to put "New" items on the first level. We are going to need some Bonobo support to "hide" objects when other objects appear (like, having Mail Message bound to C-S-X in the global space, and when we switch to Mail, we only show the entry that has C-n as the binding). 2001-02-28 Miguel de Icaza <miguel@ximian.com> * evolution.xml: Moved Importer after the Folder operations per Dan's proposal. * evolution-addressbook.xml: Renamed Settings/AddressBook Configuration to Tools/Settings. Make all the items have "Print" items that use the same icon instead of a collection of icons. * evolution-calendar.xml: Moved "Calendar Preferences" from "Settings" to "Tools/Settings". * evolution-mail.xml: Settings menu is fully gone. All things that run a dialog now end up in "Tools" while actions end up in "Actions". Hence I am right. Renamed "Mail Configuration..." to "Identieies and Servers" Move MessageMarkAsRead, MessageMarkAsUnRead to Edit menu. Add MessageMarkAllAsRead. Remove "Print Message" from Message menu. Remove "Print Preview Message" from Message menu. Leave them on the "File" menu. Renamed "Reply to Sender" to "Reply" (awaiting Ettore's permission). Renamed "Messages" to "Actions". Open Message renamed to "Open Selected Items" (as this is what it actually does). Moved "Save Message As" to "File" menu. Added "Properties" to the File/Folder submenu. Edit menu now looks like this: Message Move, Message Copy, Select All, Invert Selection, Delete, Undelete, Mark as Read, Mark as Unread. Some of them were moved from the "Messages" menu. "Forward message" shortcut changed to C-f Tools menu created. Create Rule From message moved to "Tools". * evolution.xml: Added Tools menu. Moved Edit/Customize to Tools/Customize Toolbar. Added File/Folder submenu. Duplicate "New Folder" in here. 2001-02-28 Miguel de Icaza <miguel@ximian.com> * menus/gal-view-menus.c (build_menus): Add translation string here. svn path=/trunk/; revision=8572
226 lines
5.1 KiB
XML
226 lines
5.1 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
|
|
<cmd name="FileSave" _label="Save"
|
|
_tip="Save the current file" pixtype="stock" pixname="Save"
|
|
accel="*Control*s"/>
|
|
|
|
<cmd name="FileSaveAndClose" _label="Save and Close"
|
|
_tip="Save the appointment and close the dialog box"
|
|
pixtype="stock" pixname="Save"/>
|
|
|
|
<cmd name="FileDelete" _label="Delete"
|
|
_tip="Delete this appointment"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<cmd name="FilePrint" _label="Print..."
|
|
_tip="Print this item" pixtype="stock" pixname="Print"/>
|
|
|
|
<cmd name="FilePrintSetup" _label="Print Setup"
|
|
_tip="Setup the page settings for your current printer"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<cmd name="FileClose" _label="Close"
|
|
_tip="Close this appointment" pixtype="stock" pixname="Close"
|
|
accel="*Control*w"/>
|
|
|
|
<cmd name="EditCut" _label="Cut" _tip="Cut the selection"
|
|
pixtype="stock" pixname="Cut" accel="*Control*x"/>
|
|
|
|
<cmd name="EditCopy" _label="Copy"
|
|
_tip="Copy the selection" pixtype="stock" pixname="Copy"
|
|
accel="*Control*c"/>
|
|
|
|
<cmd name="EditPaste" _label="Paste"
|
|
_tip="Paste the clipboard" pixtype="stock" pixname="Paste"
|
|
accel="*Control*v"/>
|
|
|
|
<cmd name="EditClear" _label="Clear"
|
|
_tip="Clear the selection"/>
|
|
|
|
<cmd name="EditSelectAll" _label="Select All" _tip="Select everything"/>
|
|
|
|
<cmd name="EditProperties" _label="Properties" _tip="Modify the file's properties"
|
|
pixtype="stock" pixname="Properties"/>
|
|
|
|
<cmd name="GoPrevious" _label="Previous" _tip="Go to the previous item"
|
|
pixtype="stock" pixname="Back"/>
|
|
|
|
<cmd name="GoNext" _label="Next" _tip="Go to the next item"
|
|
pixtype="stock" pixname="Forward"/>
|
|
|
|
<menuitem name="ActionScheduleMeeting" _label="Schedule Meeting"
|
|
_tip="Schedule some sort of a meeting"/>
|
|
|
|
<cmd name="HelpAbout" _label="About..." _tip="About this application"
|
|
pixtype="stock" pixname="About"/>
|
|
|
|
<cmd name="DebugDumpXml" _label="Dump XML" _tip="Dump the UI Xml description" hidden="1"/>
|
|
|
|
</commands>
|
|
|
|
<menu>
|
|
|
|
<submenu name="File" _label="_File">
|
|
|
|
<submenu name="New" _label="_New">
|
|
|
|
<menuitem name="c" _label="_Mail Message (FIXME)"/>
|
|
|
|
<menuitem name="g" _label="_Contact (FIXME)"/>
|
|
|
|
<menuitem name="a" _label="_Task (FIXME)"/>
|
|
|
|
<menuitem name="b" _label="Task _Request (FIXME)"/>
|
|
|
|
<menuitem name="h" _label="_Journal Entry (FIXME)"/>
|
|
|
|
<menuitem name="i" _label="_Note (FIXME)"/>
|
|
|
|
</submenu>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FileSave" verb="" _label="_Save"/>
|
|
|
|
<menuitem name="FileSaveAs" _label="Save _As..."/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FileDelete" verb="" _label="_Delete"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="o" _label="_Move to Folder... (FIXME)"/>
|
|
|
|
<menuitem name="p" _label="Cop_y to Folder... (FIXME)"/>
|
|
|
|
<separator/>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="FilePrintPrevie" _label="Print Pre_view"/>
|
|
|
|
<menuitem name="FilePrint" verb="" _label="_Print"/>
|
|
|
|
<menuitem name="FilePrintSetup" verb="" _label="Print S_etup..."/>
|
|
|
|
</placeholder>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="EditProperties" verb="" _label="_Properties..."/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="FileClose" verb="" _label="_Close"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
|
|
<menuitem name="EditCut" verb="" _label="C_ut"/>
|
|
|
|
<menuitem name="EditCopy" verb="" _label="_Copy"/>
|
|
|
|
<menuitem name="EditPaste" verb="" _label="_Paste"/>
|
|
|
|
<menuitem name="EditClear" verb="" _label="C_lear"/>
|
|
|
|
<menuitem name="EditSelectAll" verb="" _label="_Select All"/>
|
|
|
|
<placeholder name="EditOps"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu _label="_View">
|
|
|
|
<submenu _label="Pre_vious">
|
|
|
|
<menuitem name="" _label="_Item (FIXME)"/>
|
|
|
|
<menuitem name="" _label="_Unread Item (FIXME)"/>
|
|
|
|
<menuitem name="" _label="In_complete Task (FIXME)"/>
|
|
|
|
<menuitem name="" _label="Fi_rst Item in Folder (FIXME)"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu _label="N_ext">
|
|
|
|
<menuitem name="" _label="_Item (FIXME)"/>
|
|
|
|
<menuitem name="" _label="_Unread Item (FIXME)"/>
|
|
|
|
<menuitem name="" _label="In_complete Task (FIXME)"/>
|
|
|
|
<menuitem name="" _label="_Last Item in Folder (FIXME)"/>
|
|
|
|
</submenu>
|
|
|
|
</submenu>
|
|
|
|
<submenu _label="_Tools">
|
|
|
|
<menuitem name="" _label="Chec_k Names (FIXME)"/>
|
|
|
|
<menuitem name="" _label="Address _Book... (FIXME)"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu _label="Actio_ns">
|
|
|
|
<menuitem name="ActionScheduleMeeting" verb="" _label="Schedule _Meeting"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="" _label="For_ward (FIXME)"/>
|
|
|
|
<menuitem name="" _label="Forward as v_Calendar (FIXME)"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Help" _label="_Help">
|
|
|
|
<placeholder name="BuiltMenuItems"/>
|
|
|
|
<menuitem name="HelpAbout" verb="" _label="_About..."/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Debug" _label="_Debug" hidden="1">
|
|
|
|
<menuitem name="DebugDumpXml"/>
|
|
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" hlook="text" vlook="icon">
|
|
|
|
<toolitem name="FileSaveAndClose" verb=""/>
|
|
|
|
<toolitem name="FileDelete" verb=""/>
|
|
|
|
<toolitem name="FileClose" verb=""/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="FilePrint" verb=""/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="GoPrevious" verb=""/>
|
|
|
|
<toolitem name="GoNext" verb=""/>
|
|
|
|
</dockitem>
|
|
|
|
<status>
|
|
<item name="main"/>
|
|
</status>
|
|
|
|
</Root>
|