aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-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-editor.xml
parent68d73b10b22a2ba0e022b812321bc435e04c4867 (diff)
downloadgsoc2013-evolution-0597b877c5bf4d21ac4048742ddf6b11e24877ba.tar.gz
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-editor.xml')
-rw-r--r--ui/evolution-editor.xml66
1 files changed, 0 insertions, 66 deletions
diff --git a/ui/evolution-editor.xml b/ui/evolution-editor.xml
deleted file mode 100644
index e2310a6de8..0000000000
--- a/ui/evolution-editor.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<Root>
- <commands>
- <cmd name="FileSave" _tip="Click here to save the current window" accel="*Control*s" pixtype="pixbuf"/>
- <cmd name="FileClose" _tip="Click here to close the current window" accel="*Control*w" pixtype="pixbuf"/>
-
- <cmd name="EditCut" _tip="Cut selected text to the clipboard" accel="*Control*x" pixtype="pixbuf"/>
- <cmd name="EditCopy" _tip="Copy selected text to the clipboard" accel="*Control*c" pixtype="pixbuf"/>
- <cmd name="EditPaste" _tip="Paste text from the clipboard" accel="*Control*v" pixtype="pixbuf"/>
- <cmd name="EditSelectAll" _tip="Select all text" accel="*Control*a"/>
-
- <cmd name="InsertAttachments" _tip="Click here to attach a file" accel="*Control*m" pixtype="pixbuf"/>
- <cmd name="Help" _tip="Click here to view help available" accel="F1" pixtype="pixbuf"/>
-
-
- </commands>
-
- <menu>
- <submenu name="File" _label="_File">
- <placeholder name="FileOps">
- <menuitem name="FileSave" verb="" _label="_Save"/>
- </placeholder>
- <placeholder name="FileWindow">
- <menuitem name="FileClose" verb="" _label="_Close"/>
- </placeholder>
- </submenu>
-
- <submenu name="Edit" _label="_Edit">
- <placeholder name="EditCutCopyPaste">
- <menuitem name="EditCut" verb="" _label="Cu_t"/>
- <menuitem name="EditCopy" verb="" _label="_Copy"/>
- <menuitem name="EditPaste" verb="" _label="_Paste"/>
- <separator/>
- <menuitem name="EditSelectAll" verb="" _label="Select _All"/>
- </placeholder>
- </submenu>
-
- <submenu name="View" _label="_View">
- </submenu>
-
- <submenu name="Insert" _label="I_nsert">
- <placeholder name="Attachments">
- <menuitem name="InsertAttachments" verb="" _label="_Attachment..."/>
- </placeholder>
- <placeholder f="" name="RecentDocsPlaceholder"/>
- </submenu>
-
- <submenu name="Options" _label="_Options">
- </submenu>
-
- <submenu name="Help" _label="_Help">
- <menuitem name="Help" verb="" _label="_Help"/>
- </submenu>
- </menu>
-
- <dockitem name="Toolbar">
-
- <toolitem name="FileSave" verb="" _label="Save" pixtype="pixbuf"/>
- <toolitem name="FileClose" verb="" _label="Close" pixtype="pixbuf"/>
- <separator f="" name="editor1"/>
-
- <toolitem name="InsertAttachments" verb="" _label="Attach" pixtype="pixbuf"/>
- <separator f="" name="ecal3"/>
-
- </dockitem>
-
-</Root>