* 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
92 lines
3.3 KiB
XML
92 lines
3.3 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf"
|
|
accel="*Control*p"/>
|
|
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
|
|
|
|
<cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/>
|
|
<cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/>
|
|
<cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/>
|
|
<cmd name="CalendarGoto" _tip="Go to a specific date"/>
|
|
|
|
<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="Cut" _tip="Cut the selection" accel="*Control*x"/>
|
|
<cmd name="Copy" _tip="Copy the selection" accel="*Control*c"/>
|
|
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/>
|
|
|
|
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/>
|
|
|
|
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<placeholder name="Print">
|
|
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
|
|
_label="Print Pre_view" pixtype="pixbuf"/>
|
|
|
|
<menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
|
|
_label="_Print..." pixtype="pixbuf"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="EditPlaceholder">
|
|
<submenu name="Edit" _label="_Edit">
|
|
<menuitem name="Cut" verb="" _label="C_ut" pixtype="pixbuf"/>
|
|
<menuitem name="Copy" verb="" _label="_Copy" pixtype="pixbuf"/>
|
|
<menuitem name="Paste" verb="" _label="_Paste" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/>
|
|
</submenu>
|
|
</placeholder>
|
|
|
|
<submenu name="View">
|
|
<placeholder name="ViewBegin">
|
|
<menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/>
|
|
<menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/>
|
|
<separator f="" name="ecal"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Actions" _label="_Actions">
|
|
<placeholder name="ComponentActionsPlaceholder">
|
|
<menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/>
|
|
</placeholder>
|
|
</submenu_name>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
|
|
<toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/>
|
|
<toolitem name="Delete" verb="" pixtype="pixbuf"/>
|
|
|
|
<separator f="" name="ecal2"/>
|
|
|
|
<toolitem name="Prev" verb="CalendarPrev" pixtype="pixbuf"/>
|
|
<toolitem name="Today" verb="CalendarToday"/>
|
|
<toolitem name="Next" verb="CalendarNext" pixtype="pixbuf"/>
|
|
|
|
<separator f="" name="ecal3"/>
|
|
|
|
<toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1" pixtype="pixbuf"/>
|
|
|
|
<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"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|