Files
evolution/ui/evolution-calendar.xml
Ashish Shrivastava 26fe8fb76e ** Fix for bug #559086
2008-11-03  Ashish Shrivastava  <shashish@novell.com>

        ** Fix for bug #559086
 
        * Most of the calendar errors are now non-intrusive

        * calendar.error.xml: Added a new error message for
         non-intrusive backend_died.
        * apps_evolution_calendar.schemas.in:
        * calendar-commands.c: Added new verb for help debug message
          (help_debug):
        * gnome-cal.c: Support for non-intrusive error.
          (client_cal_opened_cb), Define fash table and accessing
          errors:
        * e-calendar-view.c: (error_response):
          (e_calendar_utils_show_error_silent),
          (e_calendar_utils_show_info_silent):
        * e-calendar-view.h:
        * calendar-component.c: Added EActivityHandler and ELogger:
         (calendar_component_peek_activity_handler),
         (calendar_component_show_logger):
        * calendar-component.h:


svn path=/trunk/; revision=36727
2008-11-03 12:10:48 +00:00

108 lines
4.4 KiB
XML

<Root>
<commands>
<cmd name="EventOpen" _tip="View the current appointment" accel="*Control*o"/>
<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="Select today" pixtype="pixbuf"/>
<cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/>
<cmd name="CalendarGoto" _tip="Select a specific date" pixtype="pixbuf"/>
<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="ShowListView" _tip="Show as list" pixtype="pixbuf"/>
<cmd name="Cut" _tip="Cut the selection" accel="*Control*x" pixtype="pixbuf"/>
<cmd name="Copy" _tip="Copy the selection" accel="*Control*c" pixtype="pixbuf"/>
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v" pixtype="pixbuf"/>
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d" pixtype="pixbuf"/>
<cmd name="DeleteOccurrence" _tip="Delete this occurrence" pixtype="pixbuf"/>
<cmd name="DeleteAllOccurrences" _tip="Delete all occurrences" pixtype="pixbuf"/>
<cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/>
<cmd name="HelpDebug" _tip="View the debug console for log messages"/>
</commands>
<menu>
<submenu name="File">
<placeholder name="FileOps">
<menuitem name="EventOpen" verb="EventOpen" _label="_Open Appointment"/>
</placeholder>
<placeholder name="Print">
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
_label="Print Pre_view"/>
<menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
_label="_Print..."/>
</placeholder>
</submenu>
<submenu name="Edit" _label="_Edit">
<placeholder name="EditPlaceholder">
<menuitem name="Cut" verb="" _label="C_ut"/>
<menuitem name="Copy" verb="" _label="_Copy"/>
<menuitem name="Paste" verb="" _label="_Paste"/>
<separator/>
<menuitem name="Delete" verb="" _label="_Delete"/>
<menuitem name="DeleteOccurrence" verb="" _label="Delete this _Occurrence"/>
<menuitem name="DeleteAllOccurrences" verb="" _label="Delete _all Occurrences"/>
</placeholder>
</submenu>
<submenu name="View">
<placeholder name="ViewBegin">
<menuitem name="Today" verb="CalendarToday" _label="Select _Today"
accel="*Control*t"/>
<menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control*g"/>
<separator f="" name="ecal"/>
</placeholder>
</submenu>
<placeholder name="ActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
<menuitem name="CalendarPurge" verb=""/>
</submenu>
</placeholder>
<submenu name="Help" _label="_Help">
<placeholder name="PlaceHolderDebug">
<menuitem name="HelpDebug" verb="" _label="_Debug Logs"/>
</placeholder>
</submenu>
</menu>
<dockitem name="Toolbar">
<toolitem name="Print" verb="CalendarPrint" _label="Print" pixtype="pixbuf"/>
<toolitem name="Delete" verb="" _label="Delete" pixtype="pixbuf"/>
<separator f="" name="ecal2"/>
<toolitem name="Prev" verb="CalendarPrev" _label="Previous" pixtype="pixbuf"/>
<toolitem name="Today" verb="CalendarToday" _label="Today" pixtype="pixbuf"/>
<toolitem name="Next" verb="CalendarNext" _label="Next" 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"/>
<toolitem name="ListView" verb="ShowListView" _label="List" priority="1" pixtype="pixbuf"/>
</dockitem>
</Root>