* evolution.xml: Move the ComponentActionsPlaceholder into the Actions menu, instead of the Actions menu being in the ComponentActionsPlaceholder. * evolution-addressbook.xml: Updated accordingly. * evolution-calendar.xml: Updated accordingly. * evolution-mail-global.xml: Updated accordingly. * evolution-mail-list.xml: Updated accordingly. * evolution-mail-message.xml: Updated accordingly. * evolution-mail-messagedisplay.xml: Updated accordingly. * evolution-tasks.xml: Updated accordingly. * evolution.xml: Add "SendReceive" verb, menu item and toolbar button. * evolution-mail-global.xml: Remove "MailGetSend" verb and menu item. * e-shell-view-menu.c (command_send_receive): New, implementation for the "SendReceive" verb. * e-shell.c (e_shell_send_receive): New. * evolution-shell-component.c (impl_sendReceive): Implementation of ShellComponent::sendReceive. (class_init): Add the "send_receive" signal. * evolution-shell-component.h: Added `send_receive' signal. * Evolution-ShellComponent.idl: Added ShellComponent::sendReceive. * component-factory.c (send_receive_cb): New, callback for the "send_receive" signal on the EvolutionShellComponent. (create_component): Connect. * folder-browser-ui.c: Remove verb "MailGetSend". * mail-callbacks.c (send_receive_mail): Removed. * mail-send-recv.c: Remove member current_folder from struct _send_data. (free_send_data): No need to unref here. (build_dialogue): Removed arg @current_folder. (mail_send_receive): Likewise. svn path=/trunk/; revision=16220
166 lines
4.6 KiB
XML
166 lines
4.6 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ContactDelete"
|
|
_tip="Delete selected contacts"
|
|
accel="*Control*d"/>
|
|
|
|
<cmd name="ContactNew"
|
|
_tip="Create new contact"
|
|
accel="*Control*n"/>
|
|
|
|
<cmd name="ContactNewList"
|
|
_tip="Create new contact list"/>
|
|
|
|
<cmd name="ContactsPrint"
|
|
_tip="Print selected contacts"
|
|
pixtype="stock" pixname="Print"
|
|
accel="*Control*p"/>
|
|
|
|
<cmd name="ContactsPrintPreview"
|
|
_tip="Previews the contacts to be printed"
|
|
pixtype="stock" pixname="Print"
|
|
accel="*Control*p"/>
|
|
|
|
<cmd name="ContactsView"
|
|
_tip="View the current contact"
|
|
accel="*Control*o"/>
|
|
|
|
<cmd name="ContactStop"
|
|
_tip="Stop Loading"
|
|
pixtype="stock" pixname="Stop"/>
|
|
|
|
<cmd name="ContactsCut" _label="Cut" _tip="Cut the selection"
|
|
accel="*Control*x"/>
|
|
|
|
<cmd name="ContactsCopy" _label="Copy"
|
|
_tip="Copy the selection"
|
|
accel="*Control*c"/>
|
|
|
|
<cmd name="ContactsPaste" _label="Paste"
|
|
_tip="Paste the clipboard"
|
|
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."
|
|
accel="*Control*v"/>
|
|
|
|
<cmd name="ContactsSendContactToOther" _label="Forward Contact"
|
|
_tip="Send selected contacts to another person."/>
|
|
|
|
<cmd name="ContactsSendMessageToContact" _label="Send message to contact"
|
|
_tip="Send a mess to the selected contacts."/>
|
|
|
|
<cmd name="ContactsCopyToFolder" _label="Copy to Folder..."
|
|
_tip="Copy Contact(s) to Another Folder..."/>
|
|
|
|
<cmd name="ContactsMoveToFolder" _label="Move to Folder..."
|
|
_tip="Move Contact(s) to Another Folder..."/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
<placeholder name="FileOps">
|
|
<menuitem name="ContactsView"
|
|
verb="" _label="_Open"/>
|
|
<menuitem name="ContactsSaveAsVCard"
|
|
verb="" _label="_Save as VCard"
|
|
pixtype="pixbuf"/>
|
|
</placeholder>
|
|
|
|
<submenu name="New">
|
|
<placeholder name="NewFirstItem">
|
|
<menuitem name="ContactNew" verb=""
|
|
_label="_Contact"
|
|
pixtype="pixbuf"/>
|
|
<menuitem name="ContactNewList" verb=""
|
|
_label="_Contact List"
|
|
pixtype="pixbuf"/>
|
|
<separator f="" name="eadbk1"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="ContactsPrintPreview" verb=""
|
|
_label="Print Preview"
|
|
pixtype="pixbuf"/>
|
|
<menuitem name="ContactsPrint" verb=""
|
|
_label="_Print..."
|
|
pixtype="pixbuf"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="EditPlaceholder">
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
<menuitem name="ContactsCut" verb="" _label="C_ut"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="ContactsCopy" verb="" _label="_Copy"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="ContactsPaste" verb="" _label="_Paste"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="ContactDelete" verb=""
|
|
_label="Delete" pixtype="pixbuf"/>
|
|
<separator f="" name="eadbk2"/>
|
|
|
|
<menuitem name="ContactsSelectAll" verb="" _label="_Select All"/>
|
|
</submenu>
|
|
|
|
</placeholder>
|
|
|
|
<submenu name="View">
|
|
<menuitem name="BonoboUIDump"
|
|
verb="BonoboUIDump" _label="Dump"/>
|
|
</submenu>
|
|
|
|
<submenu name="Actions" _label="_Actions">
|
|
<placeholder name="ComponentActionsPlaceholder">
|
|
<separator f="" name="eadbk4"/>
|
|
<menuitem name="ContactsSendContactToOther"
|
|
_label="_Forward Contact..." verb=""/>
|
|
|
|
<menuitem name="ContactsSendMessageToContact"
|
|
_label="_Send Message to Contact..." verb=""/>
|
|
<menuitem name="ContactsCopyToFolder" _label="_Copy to Folder..." verb=""/>
|
|
<menuitem name="ContactsMoveToFolder" _label="_Move to Folder..." verb=""/>
|
|
</placeholder>
|
|
|
|
<submenu name="Tools">
|
|
<placeholder name="ComponentPlaceholder">
|
|
<menuitem name="ToolSearch"
|
|
verb=""
|
|
_label="_Search for Contacts"
|
|
pixtype="pixbuf"/>
|
|
<separator f="" name="eadbk3"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
<toolitem name="ContactsPrint" verb=""
|
|
_label="Print" pixtype="pixbuf"/>
|
|
|
|
<toolitem name="ContactDelete" verb=""
|
|
_label="Delete" pixtype="pixbuf"/>
|
|
|
|
<toolitem name="ContactStop" verb=""
|
|
_label="Stop"/>
|
|
|
|
</dockitem>
|
|
|
|
<keybindings>
|
|
<accel name="Delete" verb="ContactDelete"/>
|
|
<accel name="BackSpace" verb="ContactDelete"/>
|
|
</keybindings>
|
|
|
|
</Root>
|