001-06-26 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: New file derived from folder-browser-factory.c. Contains the Bonobo UI code, split into three groups as described in ui/ChangeLog. Also contains the GalView stuff and the hookups into the Bonobo UI stuff. * folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c. (control_activate): Add all three kinds of UI element to this folderbrowser. (control_deactivate): Remove all three kinds. * folder-browser-ui.h: New file. Prototypes functions to add UI elements to a FolderBrowser. * Makefile.am: Add folder-browser-ui.{c,h} * message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW (message_browser_destroy): Chain to parent destroy function. (set_bonobo_ui): New function. Add the 'message' functions from the folder browser to our UI. (message_browser_close): BonoboVerbify this. * message-browser.h: Convert to BonoboWindow. UI: 6-26 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: * evolution-mail-list.xml: * evolution-mail-message.xml: New files. These are the result of splitting evolution-mail.xml into three pieces: one for the global mailer operations, one for the operations on a messagelist, and one for the operations on one or more messages. * evolution-mail-messagedisplay: New file. UI for the standalone message browser that you get when you double-click. Very skeleton. * evolution-mail.xml: Removed. * Makefile.am: Updated to install new files. svn path=/trunk/; revision=10514
60 lines
1.4 KiB
XML
60 lines
1.4 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="MessageBrowserClose" _label="Close" _tip="Close this window"
|
|
pixtype="stock" pixname="Close" accel="*Control*w"/>
|
|
|
|
<cmd name="BonoboCustomize" _label="Customize"
|
|
_tip="Customize toolbars"
|
|
pixtype="stock" pixname="Preferences"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File" _label="_File">
|
|
<placeholder name="FileOps"/>
|
|
|
|
<separator/>
|
|
|
|
<placeholder name="Print"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="MessageBrowserClose" verb=""
|
|
_label="_Close"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
</submenu>
|
|
|
|
<submenu name="View" _label="_View">
|
|
<placeholder name="MailMessageView"/>
|
|
</submenu>
|
|
|
|
<placeholder name="Component"/>
|
|
|
|
<submenu name="Actions" _label="_Actions">
|
|
<placeholder name="Component">
|
|
<placeholder name="MailMessageActions"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
<submenu name="Tools" _label="_Tools">
|
|
<placeholder name="Component">
|
|
<placeholder name="MailFilterTools"/>
|
|
<placeholder name="MailVFolderTools"/>
|
|
</placeholder>
|
|
|
|
<menuitem name="BonoboCustomize" verb=""
|
|
_label="Customi_ze Toolbars..." pos="bottom"/>
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none" behavior="exclusive"
|
|
_tip="Main toolbar" hlook="text" vlook="icon">
|
|
<placeholder name="MailMessageToolbar"/>
|
|
<separator/>
|
|
<placeholder name="MailNextButtons"/>
|
|
</dockitem>
|
|
</Root>
|