Files
evolution/ui/evolution-tasks.xml
Ettore Perazzoli 364cb04c2b Move the ComponentActionsPlaceholder into the Actions menu, instead of the
* 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
2002-03-21 00:07:49 +00:00

67 lines
2.2 KiB
XML

<Root>
<commands>
<cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="pixbuf"
accel="*Control*p"/>
<cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="pixbuf"/>
<cmd name="TasksCut" _tip="Cut selected task" accel="*Control*x"/>
<cmd name="TasksCopy" _tip="Copy selected task" accel="*Control*c"/>
<cmd name="TasksPaste" _tip="Paste task from the clipboard" accel="*Control*v"/>
<cmd name="TasksDelete" _tip="Delete selected tasks" accel="*Control*d" sensitive="0"/>
<cmd name="TasksMarkComplete" _tip="Delete selected tasks" accel="*Control*k" sensitive="0"/>
<cmd name="TasksExpunge" _label="_Expunge" _tip="Delete completed tasks"
accel="*Control*e"/>
</commands>
<menu>
<submenu name="File">
<placeholder name="Print">
<menuitem name="PrintPreview" verb="TasksPrintPreview"
_label="Print Pre_view" pixtype="pixbuf"/>
<menuitem name="Print" verb="TasksPrint" accel="*Control*p"
_label="_Print..." pixtype="pixbuf"/>
</placeholder>
</submenu>
<placeholder name="EditPlaceholder">
<submenu name="Edit" _label="_Edit">
<menuitem name="TasksCut" verb="" _label="C_ut" pixtype="pixbuf"/>
<menuitem name="TasksCopy" verb="" _label="_Copy" pixtype="pixbuf"/>
<menuitem name="TasksPaste" verb="" _label="_Paste" pixtype="pixbuf"/>
<separator/>
<menuitem name="TasksDelete" verb="" _label="_Delete" pixtype="pixbuf"/>
<separator/>
<menuitem name="TasksMarkComplete" verb="" _label="Mar_k as Complete"/>
</submenu>
</placeholder>
<submenu name="Actions" _label="_Actions">
<placeholder name="ComponentActionsPlaceholder">
<menuitem name="TasksExpunge" verb="" pixtype="pixbuf"/>
</placeholder>
</submenu>
</menu>
<dockitem name="Toolbar">
<toolitem name="Cut" _label="Cut" verb="TasksCut" pixtype="pixbuf"/>
<toolitem name="Copy" _label="Copy" verb="TasksCopy" pixtype="pixbuf"/>
<toolitem name="Paste" _label="Paste" verb="TasksPaste" pixtype="pixbuf"/>
<separator/>
<toolitem name="Delete" verb="TasksDelete" pixtype="pixbuf"/>
<toolitem name="Print" verb="TasksPrint" pixtype = "pixbuf"/>
</dockitem>
</Root>