From 0597b877c5bf4d21ac4048742ddf6b11e24877ba Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 18 Jul 2008 16:23:26 +0000 Subject: ** Fixes bug #542125 2008-07-18 Matthew Barnes ** 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 --- ui/Makefile.am | 4 -- ui/evolution-editor.xml | 66 ----------------------------- ui/evolution-event-editor.xml | 96 ------------------------------------------- ui/evolution-memo-editor.xml | 32 --------------- ui/evolution-task-editor.xml | 73 -------------------------------- 5 files changed, 271 deletions(-) delete mode 100644 ui/evolution-editor.xml delete mode 100644 ui/evolution-event-editor.xml delete mode 100644 ui/evolution-memo-editor.xml delete mode 100644 ui/evolution-task-editor.xml (limited to 'ui') diff --git a/ui/Makefile.am b/ui/Makefile.am index c0f0d8e0fe..80193355f9 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -7,10 +7,6 @@ XML_FILES = \ evolution-mail-global.xml \ evolution-mail-messagedisplay.xml \ evolution-memos.xml \ - evolution-event-editor.xml \ - evolution-memo-editor.xml \ - evolution-task-editor.xml \ - evolution-editor.xml \ evolution-tasks.xml evolutionui_DATA = $(XML_FILES) 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml deleted file mode 100644 index fa43cb56b2..0000000000 --- a/ui/evolution-event-editor.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ui/evolution-memo-editor.xml b/ui/evolution-memo-editor.xml deleted file mode 100644 index 08cbd3f600..0000000000 --- a/ui/evolution-memo-editor.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3