aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-task-editor.xml
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-07-19 00:23:26 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-07-19 00:23:26 +0800
commit0597b877c5bf4d21ac4048742ddf6b11e24877ba (patch)
tree74501a98fdec4d2c11d26a1f1d7d43a3058ad6f5 /ui/evolution-task-editor.xml
parent68d73b10b22a2ba0e022b812321bc435e04c4867 (diff)
downloadgsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar
gsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar.gz
gsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar.bz2
gsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar.lz
gsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar.xz
gsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar.zst
gsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.zip
** Fixes bug #542125
2008-07-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #542125 ** This set of changes migrates CompEditor, CompEditorPage and the various subclasses from using BonoboUI to GtkUIManager for menus and toolbars. It also substantially cleans up the code and streamlines the CompEditorPage API, making more effective use of GObject properties. Core changes: * gui/dialogs/comp-editor-page.c: * gui/dialogs/comp-editor-page.h: * gui/dialogs/comp-editor.c: * gui/dialogs/comp-editor.h: * gui/dialogs/event-editor.c: * gui/dialogs/event-editor.h: * gui/dialogs/event-page.c: * gui/dialogs/event-page.h: * gui/dialogs/memo-editor.c: * gui/dialogs/memo-editor.h: * gui/dialogs/memo-page.c: * gui/dialogs/memo-page.h: * gui/dialogs/recurrence-page.c: * gui/dialogs/recurrence-page.h: * gui/dialogs/schedule-page.c: * gui/dialogs/schedule-page.h: * gui/dialogs/task-details-page.c: * gui/dialogs/task-details-page.h: * gui/dialogs/task-editor.c: * gui/dialogs/task-editor.h: * gui/dialogs/task-page.c: * gui/dialogs/task-page.h: Supporting changes: * gui/calendar-component.c: * gui/comp-editor-factory.c: * gui/e-cal-popup.c: * gui/e-calendar-table.c: * gui/e-calendar-view.c: * gui/e-comp-editor-registry.c: * gui/e-memo-table.c: * gui/e-tasks.c: * gui/gnome-cal.c: * gui/memos-component.c: * gui/tasks-component.c: * gui/dialogs/alarm-dialog.c: * gui/dialogs/comp-editor-util.c: * art/Makefile.am: Move query-free-busy.png to data/icons. svn path=/trunk/; revision=35753
Diffstat (limited to 'ui/evolution-task-editor.xml')
-rw-r--r--ui/evolution-task-editor.xml73
1 files changed, 0 insertions, 73 deletions
diff --git a/ui/evolution-task-editor.xml b/ui/evolution-task-editor.xml
deleted file mode 100644
index 7793e018e8..0000000000
--- a/ui/evolution-task-editor.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<Root>
- <commands>
- <cmd name="ViewRole" _label="R_ole Field"
- _tip="Toggles whether the Role field is displayed"
- type="toggle" state="0"/>
-
- <cmd name="ViewRSVP" _label="_RSVP"
- _tip="Toggles whether the RSVP field is displayed"
- type="toggle" state="0"/>
-
- <cmd name="ViewType" _label="_Type Field"
- _tip="Toggles whether the Attendee Type field is displayed"
- type="toggle" state="0"/>
-
- <cmd name="ViewStatus" _label="_Status Field"
- _tip="Toggles whether the Status field is displayed"
- type="toggle" state="0"/>
-
- <cmd name="ViewTimeZone" _label="Time _Zone"
- _tip="Toggles whether the time zone is displayed"
- type="toggle" state="0" pixtype="pixbuf"/>
-
- <cmd name="ViewCategories" _label="_Categories"
- _tip="Toggles whether to display categories"
- type="toggle" state="0"/>
-
- <cmd name="ActionClassPublic" _label="Pu_blic"
- type="radio" group="class" _tip="Classify as public"/>
-
- <cmd name="ActionClassPrivate" _label="_Private"
- type="radio" group="class" _tip="Classify as Private"/>
-
- <cmd name="ActionClassConfidential" _label="_Confidential"
- type="radio" group="class" _tip="Classify as Confidential"/>
-
- <cmd name="OptionStatus"
- _tip="Click change / view the status details of the task" accel="*Control*t" pixtype="pixbuf"/>
- <cmd name="InsertSendOptions" _label="_Send Options"
- _tip="Insert advanced send options"/>
-
- </commands>
-
- <menu>
- <submenu name="View">
- <placeholder name="AttendeeOptions">
- <menuitem name="ViewType" verb="" />
- <menuitem name="ViewStatus" verb="" />
- <menuitem name="ViewRole" verb="" />
- <menuitem name="ViewRSVP" verb="" />
- <separator f="" name="timezonesep"/>
- <menuitem name="ViewTimeZone" verb=""/>
- <menuitem name="ViewCategories" verb=""/>
- </placeholder>
- </submenu>
- <submenu name="Insert">
- <menuitem name="InsertSendOptions" verb="" _label="Send Options"/>
- </submenu>
- <submenu name="Options">
- <submenu name="Classification" _label="_Classification">
- <menuitem name="ActionClassPublic" id="ActionClassPublic" verb=""/>
- <menuitem name="ActionClassPrivate" id="ActionClassPrivate" verb=""/>
- <menuitem name="ActionClassConfidential" id="ActionClassConfidential" verb=""/>
- </submenu>
- <menuitem name="OptionStatus" verb="" _label="_Status Details"/>
- </submenu>
- </menu>
-
- <dockitem name="Toolbar">
- <toolitem name="ViewTimeZone" verb="" _label="Time Zone" pixtype="pixbuf"/>
- <toolitem name="OptionStatus" verb="" _label="Status Details" pixtype="pixbuf"/>
- </dockitem>
-
-</Root>