aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-messagedisplay.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-13 Rodney Dawes <dobey@novell.com> * plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets disted properly 2005-05-13 Rodney Dawes <dobey@novell.com> * Makefile.am: Add new em-folder-utils.[ch] abstraction * em-folder-browser.c: Update for new menu layout Add new methods to handle the actions that were previously only available from the context menu when right-clicking on a folder * em-folder-selector.c (emfs_response): Just call emfu_folder_create if the user wants to create a new folder in the selector dialog (em_folder_selector_get_selected_path): Clean up the code to fix a couple potential crashes * em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or CamelFolderInfo object for the selected item in the tree Add a method to get a pointer to an EMFolderTreeModelStoreInfo object for the selected store in the tree Move folder operations out into em-folder-utils.[ch] so that they are abstracted from the tree and can be used by methods other than the internal context menu * em-folder-utils.[ch]: Move the folder operations code to here * em-folder-view.c: Update for the new menu layout Fix Mark as Read/Unread in the context menu to only show up in the list * mail-component.c (create_item): Just call emfu_folder_create here when the user requests to create a new folder from the New toolbar item 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-mailing-list-actions.xml: Update for the new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-plugin-manager.xml: Update for new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-save-attachments.xml: Update for new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * e-shell-window.c (setup_widgets): Update for the new menu layout by putting the "component" switching items under the "Tools" menu 2005-05-13 Rodney Dawes <dobey@novell.com> * *.xml: Update to the new menu layout 2005-05-13 Rodney Dawes <dobey@novell.com> * e-filter-bar.[ch]: Update for the new menu layout svn path=/trunk/; revision=29354
* Move Tools->Settings... to Edit->Preferences Remove the separator aboveRodney Dawes2004-12-171-4/+3
| | | | | | | | | | | | | | | | | | 2004-12-16 Rodney Dawes <dobey@novell.com> * evolution.xml: Move Tools->Settings... to Edit->Preferences Remove the separator above "Quick Reference" in the Help menu * evolution-addressbok.xml: * evolution-calendar.xml: * evolution-mail-*.xml: * evolution-tasks.xml: Update the EditPlaceholder items to work properly with the changes in evolution.xml to move Tools->Settings... to Edit->Preferences Fixes #43681 svn path=/trunk/; revision=28139
* Fix missing ">" typoRodney Dawes2004-01-071-1/+1
| | | | | | | | 2004-01-06 Rodney Dawes <dobey@ximian.com> * evolution-mail-messagedisplay.xml: Fix missing ">" typo svn path=/trunk/; revision=24077
* Fixes bug #39488, use hlook="system" for toolbarsRodney Dawes2004-01-071-2/+0
| | | | | | | | | | | | | | | 2004-01-06 Rodney Dawes <dobey@ximian.com> * evolution-comp-editor.xml: * evolution-contact-editor.xml: * evolution-contact-list-editor.xml: * evolution-event-editor.xml: * evolution-mail-messagedisplay.xml: * evolution-message-composer.xml: * evolution-signature-editor.xml: * evolution.xml: Fixes bug #39488, use hlook="system" for toolbars svn path=/trunk/; revision=24070
* Revert previous patch to fix bug #49949 - exposes crash in libbonobouiRodney Dawes2003-12-191-0/+10
| | | | | | | | | | | 2003-12-18 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: * evolution-mail-messagedisplay.xml: Revert previous patch to fix bug #49949 - exposes crash in libbonoboui when switching away from mail component svn path=/trunk/; revision=23980
* Fix bug #49949Rodney Dawes2003-12-181-10/+0
| | | | | | | | | 2003-12-17 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: * evolution-mail-messagedisplay.xml: Fix bug #49949 svn path=/trunk/; revision=23973
* Change hlook value for "Toolbar" to be "both_horiz". Likewise. Likewise.Ettore Perazzoli2002-11-211-1/+1
| | | | | | | | | | | | | * evolution-message-composer.xml: Change hlook value for "Toolbar" to be "both_horiz". * evolution-signature-editor.xml: Likewise. * evolution-mail-messagedisplay.xml: Likewise. * evolution-event-editor.xml: Likewise. * evolution-contact-list-editor.xml: Likewise. * evolution-contact-editor.xml: Likewise. * evolution-comp-editor.xml: Likewise. svn path=/trunk/; revision=18869
* Removed the "Mail Settings" stuff.Jeffrey Stedfast2002-03-281-2/+6
| | | | | | | | 2002-03-27 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-global.xml: Removed the "Mail Settings" stuff. svn path=/trunk/; revision=16263
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * evolution.xml: Move the ComponentActionsPlaceholder into the Actions menu, instead of the Actions menu being in the ComponentActionsPlaceholder. * evolution-addressbook.xml: Updated accordingly. * evolution-calendar.xml: Updated accordingly. * evolution-mail-global.xml: Updated accordingly. * evolution-mail-list.xml: Updated accordingly. * evolution-mail-message.xml: Updated accordingly. * evolution-mail-messagedisplay.xml: Updated accordingly. * evolution-tasks.xml: Updated accordingly. * evolution.xml: Add "SendReceive" verb, menu item and toolbar button. * evolution-mail-global.xml: Remove "MailGetSend" verb and menu item. * e-shell-view-menu.c (command_send_receive): New, implementation for the "SendReceive" verb. * e-shell.c (e_shell_send_receive): New. * evolution-shell-component.c (impl_sendReceive): Implementation of ShellComponent::sendReceive. (class_init): Add the "send_receive" signal. * evolution-shell-component.h: Added `send_receive' signal. * Evolution-ShellComponent.idl: Added ShellComponent::sendReceive. * component-factory.c (send_receive_cb): New, callback for the "send_receive" signal on the EvolutionShellComponent. (create_component): Connect. * folder-browser-ui.c: Remove verb "MailGetSend". * mail-callbacks.c (send_receive_mail): Removed. * mail-send-recv.c: Remove member current_folder from struct _send_data. (free_send_data): No need to unref here. (build_dialogue): Removed arg @current_folder. (mail_send_receive): Likewise. svn path=/trunk/; revision=16220
* for all separators, add a unique (per xml file) name to each separator, soMichael Meeks2002-01-161-3/+3
| | | | | | | | | | | 2002-01-15 Michael Meeks <michael@ximian.com> * *.xml: for all separators, add a unique (per xml file) name to each separator, so we don't get them conflicting across merges and messing with the order; then give them a dummy attr f="" to stop them being transparent, hmm. svn path=/trunk/; revision=15338
* Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.Ettore Perazzoli2001-09-281-8/+6
| | | | | | | | | | | | | | * evolution.xml: Move the Tools menu outside the ComponentToolsPlaceholder. * evolution-addressbook.xml: Likewise. * evolution-calendar.xml: Likewise. * evolution-mail-global.xml: Likewise. * evolution-mail-message.xml: Likewise. * evolution-mail-messagedisplay.xml: Likewise. * evolution-tasks.xml: Likewise. * my-evolution.xml: Likewise. svn path=/trunk/; revision=13202
* [Fix #5503, Edit menu is empty and should be removed.]Ettore Perazzoli2001-09-061-2/+4
| | | | | | | | | | | | | | | | * evolution-addressbook.xml: Put the Edit menu in the EditPlaceholder. * evolution-calendar.xml: Likewise. * evolution-mail-list.xml: Likewise. * evolution-mail-global.xml: Likewise. * evolution-mail-message.xml: Likewise. * evolution-mail-messagedisplay.xml: Likewise. * evolution-tasks.xml: Likewise. * evolution.xml: Don't put an Edit menu here. Instead, put a EditPlaceholder instead. svn path=/trunk/; revision=12632
* Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder"Ettore Perazzoli2001-08-091-13/+13
| | | | | | | | | | * evolution.xml: Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder" instead. * evolution-mail-messagedisplay.xml: Likewise, put "Tools" and "Actions" in placeholders. svn path=/trunk/; revision=11823
* Remove "Customize toolbar" item. Here too. Here too.Ettore Perazzoli2001-08-081-7/+0
| | | | | | | | | * evolution-mail-messagedisplay.xml: Remove "Customize toolbar" item. * evolution.xml: Here too. * evolution-message-composer.xml: Here too. svn path=/trunk/; revision=11747
* Mail:Peter Williams2001-06-271-0/+59
001-06-26 Peter Williams <peterw@ximian.com> * 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 <peterw@ximian.com> * 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