From e5e79cb370b32909d1fbc1fc923aeb1f0a6446fa Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 26 Jun 2001 22:37:13 +0000 Subject: Mail: 001-06-26 Peter Williams * folder-browser-ui.c: New file derived from folder-browser-factory.c. Contains the Bonobo UI code, split into three groups as described in ui/ChangeLog. Also contains the GalView stuff and the hookups into the Bonobo UI stuff. * folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c. (control_activate): Add all three kinds of UI element to this folderbrowser. (control_deactivate): Remove all three kinds. * folder-browser-ui.h: New file. Prototypes functions to add UI elements to a FolderBrowser. * Makefile.am: Add folder-browser-ui.{c,h} * message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW (message_browser_destroy): Chain to parent destroy function. (set_bonobo_ui): New function. Add the 'message' functions from the folder browser to our UI. (message_browser_close): BonoboVerbify this. * message-browser.h: Convert to BonoboWindow. UI: 6-26 Peter Williams * evolution-mail-global.xml: * evolution-mail-list.xml: * evolution-mail-message.xml: New files. These are the result of splitting evolution-mail.xml into three pieces: one for the global mailer operations, one for the operations on a messagelist, and one for the operations on one or more messages. * evolution-mail-messagedisplay: New file. UI for the standalone message browser that you get when you double-click. Very skeleton. * evolution-mail.xml: Removed. * Makefile.am: Updated to install new files. svn path=/trunk/; revision=10514 --- ui/ChangeLog | 16 ++ ui/Makefile.am | 5 +- ui/evolution-mail-global.xml | 139 +++++++++++ ui/evolution-mail-list.xml | 124 ++++++++++ ui/evolution-mail-message.xml | 308 +++++++++++++++++++++++ ui/evolution-mail-messagedisplay.xml | 59 +++++ ui/evolution-mail.xml | 467 ----------------------------------- 7 files changed, 650 insertions(+), 468 deletions(-) create mode 100644 ui/evolution-mail-global.xml create mode 100644 ui/evolution-mail-list.xml create mode 100644 ui/evolution-mail-message.xml create mode 100644 ui/evolution-mail-messagedisplay.xml delete mode 100644 ui/evolution-mail.xml (limited to 'ui') diff --git a/ui/ChangeLog b/ui/ChangeLog index 95e4389829..f37db02e55 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,19 @@ +2001-06-26 Peter Williams + + * evolution-mail-global.xml: + * evolution-mail-list.xml: + * evolution-mail-message.xml: New files. These are the result + of splitting evolution-mail.xml into three pieces: one for the + global mailer operations, one for the operations on a messagelist, + and one for the operations on one or more messages. + + * evolution-mail-messagedisplay: New file. UI for the standalone + message browser that you get when you double-click. Very skeleton. + + * evolution-mail.xml: Removed. + + * Makefile.am: Updated to install new files. + 2001-06-25 jacob berkman * evolution-mail.xml: add a preview toggle item diff --git a/ui/Makefile.am b/ui/Makefile.am index 2fc5d2f392..bae9374006 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -7,7 +7,10 @@ XML_FILES = \ evolution-comp-editor.xml \ evolution-event-editor.xml \ evolution-executive-summary.xml \ - evolution-mail.xml \ + evolution-mail-message.xml \ + evolution-mail-list.xml \ + evolution-mail-global.xml \ + evolution-mail-messagedisplay.xml \ evolution-message-composer.xml \ evolution-subscribe.xml \ evolution-task-editor.xml \ diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml new file mode 100644 index 0000000000..70aa517a4d --- /dev/null +++ b/ui/evolution-mail-global.xml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml new file mode 100644 index 0000000000..ed2111bdbe --- /dev/null +++ b/ui/evolution-mail-list.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml new file mode 100644 index 0000000000..7602683a91 --- /dev/null +++ b/ui/evolution-mail-message.xml @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/evolution-mail-messagedisplay.xml b/ui/evolution-mail-messagedisplay.xml new file mode 100644 index 0000000000..6cbc0e82ee --- /dev/null +++ b/ui/evolution-mail-messagedisplay.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml deleted file mode 100644 index cf8851accc..0000000000 --- a/ui/evolution-mail.xml +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3