aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-173-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> ** Non-intrusive errror reporting and basic logging support. * em-folder-browser.c: (emfb_help_debug): Invoke the debug menu. * evolution-mail.schemas.in: Schema for error timeout and level. * mail-component.c: (mail_component_init), (render_pixbuf), (render_level), (render_date), (append_logs), (spin_value_changed), (mail_component_show_logger): Handle the lifecycle of the logger. * mail-component.h: Api to show the logger. * mail-config.c: (gconf_error_time_changed), (gconf_error_level_changed), (mail_config_init), (mail_config_get_error_timeout), (mail_config_get_error_level): Load and get the error time and level. * mail-config.h: * mail-mt.c: (mail_msg_set_cancelable), (mail_msg_new), (end_event_callback), (mail_msg_free), (mail_msg_check_error), (operation_cancel), (do_op_status): Revamp the error handling. * mail-mt.h: * mail-ops.c: (send_queue_send), (mail_send_queue): Handle the send/receive case of error reporting separately. * mail-send-recv.c: (free_send_info), (mail_send): 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> ** Revamped Activity handler and task bar/widget for non-intrusive error reporting * e-activity-handler.c: (activity_info_new), (activity_info_free), (task_widget_new_from_activity_info), (setup_task_bar), (e_activity_handler_init), (e_activity_handler_set_error_flush_time), (e_activity_handler_set_logger), (cancel_wrapper), (e_activity_handler_cancelable_operation_started), (e_activity_handler_operation_started), (handle_error), (error_cleanup), (e_activity_handler_make_error), (e_activity_handler_operation_set_error), (e_activity_handler_operation_progressing), (e_activity_handler_operation_finished): * e-activity-handler.h: * e-task-bar.c: (e_task_bar_prepend_task), (e_task_bar_remove_task_from_id), (e_task_bar_remove_task), (e_task_bar_get_task_widget_from_id): * e-task-bar.h: * e-task-widget.c: (e_task_widget_init), (button_press_event_cb), (prepare_popup), (e_task_widget_construct), (e_task_widget_new_with_cancel), (e_task_widget_new), (e_task_widget_update_image): * e-task-widget.h: 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * Makefile.am: Add e-logger.[ch] to compilation * e-error.c: (e_error_newv): Add primary/secondary text to the error dialog to the gobject as data. * e-logger.[ch]: A new logger provision Evolution. 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: Add Debug Log menu item for mailer. * evolution.xml: Add place holder for Debug menu item. svn path=/trunk/; revision=34712
* Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-162-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-15 Matthew Barnes <mbarnes@redhat.com> * configure.in: * plugins/mail-remote: Just remove the mail-remote plugin altogether so we stop going back and forth over whether the translatable files should be added to POTFILES.in. We can always add it back once we get it working again. * po/POTFILES.in: Remove the mail-remote files for good this time. * mail/em-folder-tree-model.c (emft_model_unread_count_changed), (emfolder_tree_model_set_unread_count): Fix recently introduced compiler warnings. * plugins/mail-remote: Remove this plugin until it can be fixed. * ui/evolution.xml: Fix capitalization of "Download Messages..." (HIG 8.3.2). svn path=/trunk/; revision=34706
* Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).Matthew Barnes2007-12-162-5/+10
| | | | | | | | | | | 2007-12-15 Matthew Barnes <mbarnes@redhat.com> * help/C/evolution.xml: * ui/evolution.xml: Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2). svn path=/trunk/; revision=34704
* change "Evolution FAQ" menu item name to "Frequently Asked questions". ifAndre Klapper2007-12-102-1/+7
| | | | | | | | | | | 2007-12-09 Andre Klapper <a9016009@gmx.de> * evolution.xml: change "Evolution FAQ" menu item name to "Frequently Asked questions". if i think of it, our users should not need a geek dictionary. svn path=/trunk/; revision=34679
* ** Fix for bug #500561Denis Washington2007-12-072-0/+11
| | | | | | | | | | | | | | | | | 2007-12-07 Denis Washington <denisw@svn.gnome.org> ** Fix for bug #500561 * em-folder-browser.c: Added icon for mark all messages as read menu item. --This M mail/em-folder-browser.c M mail/ChangeLog M ui/ChangeLog M ui/evolution-mail-list.xml svn path=/trunk/; revision=34665
* ** Fixes bug #444227Alex Kloss2007-12-042-2/+10
| | | | | | | | | | | | | 2007-12-04 Alex Kloss <alexkloss@att.net> ** Fixes bug #444227 * evolution-mail-global.xml: Make string for PrepareForOffline more descriptive Add mnemonic to PrepareForOffline menu item svn path=/trunk/; revision=34641
* ** Fixes bug #497810Andre Klapper2007-11-272-3/+11
| | | | | | | | | | | | | 2007-11-26 Andre Klapper <a9016009@gmx.de> ** Fixes bug #497810 * ui/evolution.xml: * shell/e-shell-window-commands.c: add "Evolution FAQ" help menu item svn path=/trunk/; revision=34589
* ** Fix for bug #216485 Edit->Select thread menu fix and improvement.Nicholas Miell2007-11-262-0/+12
| | | | | | | | | | | | | | | | | | | | | | 2007-11-26 Nicholas Miell <nmiell@gmail.com> ** Fix for bug #216485 Edit->Select thread menu fix and improvement. * mail/em-folder-browser.c: (emfb_edit_select_subthread): new function, (emfb_enable_map, emfb_verbs) hook it up * mail/message-list.c: (select_thread): new function based on thread_select_foreach, (thread_select_foreach): remove the logic now in select_thread, (message_list_select_thread): use select_thread, (subthread_select_foreach): new function, (message_list_select_subthread): new function * mail/message-list.h: (message_list_select_subthread): add prototype * ui/evolution-mail-list.xml Add Select Message Subthread svn path=/trunk/; revision=34585
* ** Fix for bug #209425Michael Monreal2007-11-102-2/+9
| | | | | | | | | | | | | | 2007-11-10 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #209425 * data/icons/Makefile.am: * data/icons/hicolor_actions_16x16_go-today.svg: * data/icons/hicolor_actions_22x22_go-today.svg: Don't use gtk-home for the go-today action. Add new icons to the build. svn path=/trunk/; revision=34518
* fix my last commit...Michael Monreal2007-11-011-1/+1
| | | | | | | | 2007-11-01 Michael Monreal <mmonreal@svn.gnome.org> * evolution.xml: fix my last commit... svn path=/trunk/; revision=34479
* ** Fix for bug #492106Michael Monreal2007-11-012-1/+9
| | | | | | | | | | | | 2007-11-01 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492106 * evolution.xml: Use the about icon from the freedesktop spec, not the deprecated gnomeui icon. svn path=/trunk/; revision=34478
* ** Fixes bug #476389Diego Escalante Urrelo2007-10-191-7/+7
| | | | | | | | | | | | 2007-10-18 Diego Escalante Urrelo <diegoe@gnome.org> ** Fixes bug #476389 * ui/evolution-mail-message.xml: Reorder the Filter/VFolder menu entries to keep consistency between this and the main menu. svn path=/trunk/; revision=34396
* Add an icon for FilePageSetup.Matthew Barnes2007-10-172-1/+6
| | | | | | | | | | | 2007-10-16 Matthew Barnes <mbarnes@redhat.com> * shell/e-shell-window-commands.c: * ui/evolution.xml: Add an icon for FilePageSetup. svn path=/trunk/; revision=34393
* ** Fixes bug #477045Matthew Barnes2007-09-2814-131/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #477045 * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor-address.c: * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * calendar/gui/calendar-commands.c: * calendar/gui/calendar-component.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-editor.c: * calendar/gui/dialogs/task-editor.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-calendar-view.c: * calendar/gui/e-day-view.c: * calendar/gui/e-memo-table.c: * calendar/gui/e-week-view.c: * calendar/gui/memos-component.c: * calendar/gui/memos-control.c: * calendar/gui/tasks-component.c: * calendar/gui/tasks-control.c: * composer/e-msg-composer-select-file.c: * composer/e-msg-composer.c: * mail/em-folder-tree.c: * mail/em-folder-view.c: * mail/em-popup.c: * mail/mail-component.c: * mail/mail-mt.c: * mail/mail-send-recv.c: * mail/message-list.c: * plugins/exchange-folder-permission.c: * plugins/exchange-folder.c: * plugins/groupwise-features/share-folder-common.c: * shell/e-shell-window-commands.c: * ui/evolution-addressbook.xml: * ui/evolution-calendar.xml: * ui/evolution-composer-entries.xml: * ui/evolution-editor.xml: * ui/evolution-event-editor.xml: * ui/evolution-mail-list.xml: * ui/evolution-mail-message.xml: * ui/evolution-memos.xml: * ui/evolution-message-composer.xml: * ui/evolution-subscribe.xml: * ui/evolution-task-editor.xml: * ui/evolution-tasks.xml: * ui/evolution.xml: Use standard icon names where applicable. svn path=/trunk/; revision=34322
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-8/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* ** Fixes bug #446894Matthew Barnes2007-07-062-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #446894 * ui/evolution.xml: Add a filepagesetup command, and a corresponding menu item within the print place holder. net result is to add a "file -> page setup" menu item to all components, just above the print menu items. * shell/e-shell-window-commands.c (command_page_setup): Callback for new FilePageSetup verb. * mail/em-format-html-print.c: Use new gtk_html_print_operation_run() function in GtkHTML. * e-util/e-print.c (load_page_setup): Extract GtkPageSetup properties from a GtkPrintSettings object. * e-util/e-print.c (save_page_setup): Merge GtkPageSetup properties into a GtkPrintSettings object. * e-util/e-print.[ch] (e_print_run_page_setup_dialog): New function runs a preconfigured Page Setup dialog and saves the configuration to GConf (/apps/evolution/shell/printing). svn path=/trunk/; revision=33762
* Fix for offline improvementsSrinivasa Ragavan2007-05-163-2/+9
| | | | svn path=/trunk/; revision=33547
* ** Fix for bug #325966 from Christian Neumair Srinivasa Ragavan2007-05-143-2/+10
| | | | svn path=/trunk/; revision=33534
* Fix for bug #378438Srinivasa Ragavan2007-05-115-7/+21
| | | | svn path=/trunk/; revision=33503
* ** Fixes #401546 - Commit the missing error string and remove the buttonVeerapuram Varadhan2007-02-262-2/+8
| | | | | | | from the toolbar and also dis-associate the accelarator key. svn path=/trunk/; revision=33256
* Added Send options button under Insert menu item in composer . AddedRaghavendran R2007-01-232-1/+13
| | | | | | | | | | | 2007-01-18 Raghavendran R <raghavguru7@gmail.com> * evolution-message-composer.xml: Added Send options button under Insert menu item in composer . Added toolitem for Send Options . svn path=/trunk/; revision=33140
* Fix for a minor mnemonic issueSrinivasa Ragavan2006-08-073-2/+8
| | | | svn path=/trunk/; revision=32487
* Fix for bug 209254Srinivasa Ragavan2006-07-141-0/+6
| | | | svn path=/trunk/; revision=32315
* adding a seperator between "save" and "save draft" button. Fixes bugAndreas Köhler2006-07-082-0/+7
| | | | | | | | | | 2006-07-08 Andreas Köhler <andi5.py@gmx.net> * evolution-message-composer.xml: adding a seperator between "save" and "save draft" button. Fixes bug #318462. (Committed by Andre Klapper) svn path=/trunk/; revision=32259
* Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-035-10/+29
| | | | svn path=/trunk/; revision=32071
* Don't set gtk-delete as the stock icon for Empty TrashRodney Dawes2006-04-283-5/+15
| | | | | | | | | | | | | | | 2006-04-27 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Don't set gtk-delete as the stock icon for Empty Trash * evolution-mail-message.xml: Set the MessageDelete icon as a pixbuf from the code Don't set an icon for MessageUndelete Fixes #339626 svn path=/trunk/; revision=31921
* Committing patch from PR Suman for adding icons in menu items.Srinivasa Ragavan2006-04-266-7/+17
| | | | svn path=/trunk/; revision=31899
* Insert menu changed its mnemonic. Fixes bug #331975. (Committed by AndreRakesh k.g2006-03-222-1/+6
| | | | | | | | 2006-02-26 Rakesh k.g <rakeysh_kg@yahoo.com> * evolution-editor.xml: Insert menu changed its mnemonic. Fixes bug #331975. (Committed by Andre Klapper) svn path=/trunk/; revision=31730
* Fix mnemonics and tooltips.Karsten Bräckelmann2006-02-132-4/+9
| | | | svn path=/trunk/; revision=31498
* some trivial string changes for bug 327932Karsten Bräckelmann2006-02-102-10/+18
| | | | svn path=/trunk/; revision=31466
* harmonizing plural forms of tooltips and status messages; fixing a fewAndre Klapper2006-02-063-21/+28
| | | | | | | | | | | 2006-02-05 Andre Klapper <a9016009@gmx.de> * evolution-mail-message.xml: * evolution-tasks.xml: harmonizing plural forms of tooltips and status messages; fixing a few bugs. fixes bug 311474. svn path=/trunk/; revision=31411
* changed label for MessageMarkAllAsRead to be more preciseKarsten Bräckelmann2006-02-062-1/+6
| | | | svn path=/trunk/; revision=31408
* Added a menu item for show/hide side bar. Also changed the mnemonics forRajeev Ramanathan2006-01-302-1/+10
| | | | | | | | | 2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> * evolution.xml: Added a menu item for show/hide side bar. Also changed the mnemonics for toobar. svn path=/trunk/; revision=31344
* ** Fixes bug #327304Rajeev Ramanathan2006-01-302-4/+11
| | | | | | | | | | | 2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes bug #327304 * evolution-calendar.xml: Added pixbuf for calendar prev/next buttons instead of stock icons. svn path=/trunk/; revision=31342
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-283-0/+40
| | | | svn path=/trunk/; revision=31331
* ** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559,Srinivasa Ragavan2006-01-255-9/+20
| | | | | | | | 2006-01-25 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559, #328560 svn path=/trunk/; revision=31309
* Added menu items for addressbook operations.Devashish Sharma2006-01-252-6/+53
| | | | svn path=/trunk/; revision=31307
* Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>Ranjan Somani2006-01-222-2/+5
| | | | | | | | | | | 2006-01-22 Ranjan Somani <sranjan@novell.com> Reviewed and committed by Harish Krishnaswamy <kharish@novell.com> * ui/evolution-mail-message.xml: Removed the extra toolbar separator Fixes #326387 svn path=/trunk/; revision=31263
* changing British English to American English. Fixes bug 326637.Andre Klapper2006-01-192-1/+6
| | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * evolution-meesage-composer.xml: changing British English to American English. Fixes bug 326637. svn path=/trunk/; revision=31241
* changing "_About Evolution..." to "_About" to be HIG-compliant. Fixes bugAndre Klapper2006-01-192-1/+6
| | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * evolution.xml: changing "_About Evolution..." to "_About" to be HIG-compliant. Fixes bug 327309. svn path=/trunk/; revision=31240
* Adds two new menu items for collapse and expand of all threads.Srinivasa Ragavan2006-01-162-1/+15
| | | | | | | | | 2006-01-16 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-list.xml: Adds two new menu items for collapse and expand of all threads. svn path=/trunk/; revision=31202
* Oops forgot to commit evolution-event-editor.xml, but commited theSrinivasa Ragavan2006-01-141-1/+1
| | | | | | | | 2006-01-14 Srinivasa Ragavan <sragavan@novell.com> * Oops forgot to commit evolution-event-editor.xml, but commited the changlog already svn path=/trunk/; revision=31181
* ** Fixes bug #326458Srinivasa Ragavan2006-01-142-1/+8
| | | | | | | | | | | | 2006-01-14 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326458 * evolution-editor.xml: Removes a useless separator. * evolution-event-editor.xml: Changes string Show Time Zone to Time Zone. svn path=/trunk/; revision=31180
* ** Fixes bug #326265, #326266Srinivasa Ragavan2006-01-144-3/+13
| | | | | | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326265, #326266 * evolution-mail-global.xml: Changed mnemonics of Message Filters menu item. * evolution-mail-message.xml: Added menmonics of Message Source menu item. * evolution.xml: Chaned mnemonics of Import menu item. svn path=/trunk/; revision=31172
* ** Fixes bug #326381Srinivasa Ragavan2006-01-133-2/+10
| | | | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326381 * evolution-message-composer.xml: * evolution-signature-editor.xml Changed _Insert to I_nsert. svn path=/trunk/; revision=31169
* Changes accelerator assignment specified inSrinivasa Ragavan2006-01-125-12/+19
| | | | | | | | | | | | | | 2006-01-12 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: * evolution-mail-message.xml: * evolution-message-composer.xml: * evolution.xml: Changes accelerator assignment specified in http://go-evolution.org/Shortcut_Keys_Review svn path=/trunk/; revision=31148
* i2006-01-12 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2006-01-123-3/+8
| | | | | | | | * evolution-editor.xml: * evolution-tasks.xml: [UI Hackfests] More changes. Refer http://go-evolution.org/Shortcut_Keys_Review. svn path=/trunk/; revision=31146
* Fix accelerators (UI Hackfest - seeHarish Krishnaswamy2006-01-123-3/+9
| | | | | | | | | | 2006-01-12 Harish Krishnaswamy <kharish@novell.com> * evolution-calendar.xml: * evolution-task-editor.xml: Fix accelerators (UI Hackfest - see http://go-evolution.org/Shortcut_Keys_Review) svn path=/trunk/; revision=31145
* Fix #325110 Override cut, copy and paste commands defined in gtkhtmlShreyas Srinivasan2006-01-122-0/+12
| | | | | | | | | 2006-01-12 Shreyas Srinivasan <sshreyas@novell.com> * evolution-composer-entries.xml: Fix #325110 Override cut, copy and paste commands defined in gtkhtml svn path=/trunk/; revision=31142
* Reviewed by Harish Krishnaswamy <kharish@novell.com> Remove the MailerKarsten Bräckelmann2006-01-023-3/+12
| | | | | | | | | | | | | 2006-12-02 Karsten Bräckelmann <guenther@rudersport.de> Reviewed by Harish Krishnaswamy <kharish@novell.com> * evolution.xml: Remove the Mailer specific separator. * evolution-mail-global.xml: Move it here. This adds the separator always between the global SendReceive and the component specific buttons. Fixes #323151. svn path=/trunk/; revision=31017
* Remove entry evolution-executive-summary.xmlHarish Krishnaswamy2006-01-021-1/+0
| | | | | | | | 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Remove entry evolution-executive-summary.xml svn path=/trunk/; revision=31011
* Remove ui/evolution-executive-summary.xml from CVS. Fixes #325120.Harish Krishnaswamy2006-01-012-12/+6
| | | | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * evolution-executive-summary.xml : Remove ui/evolution-executive-summary.xml from CVS. Fixes #325120. svn path=/trunk/; revision=31004
* Fix typo 'availabe'.Harish Krishnaswamy2006-01-011-1/+1
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * evolution-editor.xml: Fix typo 'availabe'. svn path=/trunk/; revision=31000
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+10
| | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution-calendar.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. 2005-12-19 Andre Klapper <a9016009@gmx.de> * evolution.xml: fixed duplicated mnemonic. Fixes bug 319946. svn path=/trunk/; revision=30995
* Revert the patch committed for shortcut to mark spam (see 2005-12-16Harish Krishnaswamy2005-12-312-2/+8
| | | | | | | | | | 2005-12-31 Harish Krishnaswamy <kharish@novell.com> * evolution-mail-message.xml : Revert the patch committed for shortcut to mark spam (see 2005-12-16 below) as it uses an existing accel. svn path=/trunk/; revision=30983
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-301-1/+1
| | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972
* Commited evolution.xml and evolution-mail-message.xmlSrinivasa Ragavan2005-12-233-1/+16
| | | | | | | | 2005-12-23 Srinivasa Ragavan <sragavan@novell.com> * Commited evolution.xml and evolution-mail-message.xml svn path=/trunk/; revision=30940
* Reverting David's patch for ellipsis, for discussing it again and to closeSrinivasa Ragavan2005-12-202-10/+16
| | | | | | | | | | 2005-12-20 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-message.xml: Reverting David's patch for ellipsis, for discussing it again and to close for all menu items. svn path=/trunk/; revision=30888
* Added tooltips for Attachment Added tooltips for AlarmsSrinivasa Ragavan2005-12-203-3/+10
| | | | | | | | | 2005-12-20 Srinivasa Ragavan <sragavan@novell.com> * evolution-editor.xml: Added tooltips for Attachment * evolution-event-editor.xml: Added tooltips for Alarms svn path=/trunk/; revision=30887
* changing 1 HIG-violating shortcut. Fixes bug 323910Andre Klapper2005-12-201-1/+1
| | | | | | | | 2005-12-20 Andre Klapper <a9016009@gmx.de> * evolution-mail-message.xml: changing 1 HIG-violating shortcut. Fixes bug 323910 svn path=/trunk/; revision=30886
* fixed duplicated mnemonic. Fixes bug 319946.Andre Klapper2005-12-201-1/+1
| | | | | | | | 2005-12-19 Andre Klapper <a9016009@gmx.de> * evolution.xml: fixed duplicated mnemonic. Fixes bug 319946. svn path=/trunk/; revision=30884
* Committing the calendar publishing patch.Chenthill Palanisamy2005-12-192-3/+7
| | | | svn path=/trunk/; revision=30876
* Fix #315901, Add shortcut to mark spam. Committed on behalf on AndreShreyas Srinivasan2005-12-162-2/+7
| | | | | | | | | 2005-12-16 Shreyas Srinivasan <sshreyas@novell.com> * evolution-mail-message.xml: Fix #315901, Add shortcut to mark spam. Committed on behalf on Andre Klapper svn path=/trunk/; revision=30791
* ** Fixes bugs #322499 and #227853Srinivasa Ragavan2005-12-165-4/+13
| | | | | | | | | | | | | 2005-12-16 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bugs #322499 and #227853 * evolution-addressbook.xml: Modified shortcut for preview * evolution-mail-global.xml: Modified shortcut for preview * evolution-tasks.xml: Modified shortcut for preview * evolution.xml: Removed Shortcut to hide status bar. svn path=/trunk/; revision=30790
* Committed Rajeev's fix.Srinivasa Ragavan2005-12-162-10/+7
| | | | | | | | 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> * Committed Rajeev's fix. svn path=/trunk/; revision=30785
* Add ellipsis characters to various menu items that are commands/actionsDavid Malcolm2005-12-142-10/+16
| | | | | | | | | | 2005-12-13 David Malcolm <dmalcolm@redhat.com> * evolution-mail-message.xml: Add ellipsis characters to various menu items that are commands/actions requiring further user interaction, fixing bug #323951 svn path=/trunk/; revision=30766
* Comitting guenther's patchSrinivasa Ragavan2005-12-132-1/+6
| | | | | | | | 2005-12-13 Srinivasa Ragavan <sragavan@novell.com> * Comitting guenther's patch svn path=/trunk/; revision=30763
* Add menu item for prioritising messageParthasarathi Susarla2005-12-072-2/+12
| | | | | | | | | 2005-12-07 Parthasarathi Susarla <sparthasarathi@novell.com> * evolution-message-composer.xml: Add menu item for prioritising message svn path=/trunk/; revision=30735
* Re-established sane Reply* menu order, fixes bug #321639.Karsten Bräckelmann2005-12-052-2/+9
| | | | | | | | | | | 2005-11-22 Karsten Bräckelmann <guenther@rudersport.de> * evolution-mail-message.xml: Re-established sane Reply* menu order, fixes bug #321639. Committing patch on behalf of guenther. - partha svn path=/trunk/; revision=30721
* Re-added the ForwardAs submenu, fixes regression bug #321640.Karsten Bräckelmann2005-11-232-0/+14
| | | | | | | | | | | | 2005-11-22 Karsten Bräckelmann <guenther@rudersport.de> * evolution-mail-message.xml: Re-added the ForwardAs submenu, fixes regression bug #321640. Committed on behalf of Karsten, since he does not have commit rights. svn path=/trunk/; revision=30645
* Removed the timezone entry from the toolbar.Chenthill Palanisamy2005-11-182-1/+5
| | | | svn path=/trunk/; revision=30636
* added the evolution-task-editor.xml file.Chenthill Palanisamy2005-11-161-0/+1
| | | | svn path=/trunk/; revision=30629
* added evolution tasks xml file and small changes to evolution event editor.Chenthill Palanisamy2005-11-163-8/+84
| | | | svn path=/trunk/; revision=30625
* added the two new UI files.Chenthill Palanisamy2005-11-151-0/+2
| | | | svn path=/trunk/; revision=30617
* added the xml files for event editors.Chenthill Palanisamy2005-11-153-0/+166
| | | | svn path=/trunk/; revision=30612
* added keyboard accelerators for NextMessage and PreviousMessage. FixesSankar P2005-11-112-2/+10
| | | | | | | | | | 2005-11-10 Sankar P <psankar@novell.com> * evolution-mail-message.xml: added keyboard accelerators for NextMessage and PreviousMessage. Fixes #302974 svn path=/trunk/; revision=30595
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-193-0/+64
| | | | | | | | 2005-10-19 Harish Krishnaswamy <kharish@novell.com> Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com> svn path=/trunk/; revision=30537
* Added a keybinding to focus search bar entrySrinivasa Ragavan2005-10-182-0/+9
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: Added a keybinding to focus search bar entry svn path=/trunk/; revision=30521
* Several bug fixes under calendar. Use common shortcut for preview pane.Srinivasa Ragavan2005-10-074-4/+22
| | | | | | | | | 2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar/: Several bug fixes under calendar. * ui/: Use common shortcut for preview pane. svn path=/trunk/; revision=30497
* changing the order of the main menu items due to HIG (#308614)Andre Klapper2005-09-262-7/+11
| | | | | | | | 2005-09-24 Andre Klapper <a9016009@gmx.de> * evolution-message-composer.xml: changing the order of the main menu items due to HIG (#308614) svn path=/trunk/; revision=30376
* Have added the "View Status Bar" under the "View" menu This is a toggleS.Antony Vincent Pandian2005-09-232-0/+9
| | | | | | | | | 2005-09-23 S.Antony Vincent Pandian <santony@gmail.com> * Have added the "View Status Bar" under the "View" menu This is a toggle button to hide/show the status bar svn path=/trunk/; revision=30371
* Fixing mnemonic conflict (#314351)Andre Klapper2005-09-232-1/+4
| | | | | | | 2005-08-26 Andre Klapper <a9016009@gmx.de> * evolution-mail-list.xml: Fixing mnemonic conflict (#314351) svn path=/trunk/; revision=30369
* Remove the MailPost command Move the MailPost command to here Add a menuRodney Dawes2005-08-174-4/+17
| | | | | | | | | | | | | | | 2005-08-17 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Remove the MailPost command * evolution-mail-message.xml: Move the MailPost command to here Add a menu item for the MailPost command (#312225) * evolution-mail-list.xml: Add a menu item for the EditSelectThread command (#306878) Fixes #306878 and #312225 svn path=/trunk/; revision=30148
* Fix the tooltip for the Edit->Search Folders menu item to say "SearchRodney Dawes2005-08-083-9/+17
| | | | | | | | | | | | 2005-08-07 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Fix the tooltip for the Edit->Search Folders menu item to say "Search Folders" as well * evolution-mail-message.xml: Fix the tooltips and text for the menu items to create vfolders from message parts to say "Search Folder" svn path=/trunk/; revision=30023
* Uisng the label "Save Draft" instead of "SaveDraft". Fixes #219242Sushma Rai2005-08-052-1/+6
| | | | svn path=/trunk/; revision=30004
* Fix for translation issue, fixes #261971.Sushma Rai2005-08-052-2/+6
| | | | svn path=/trunk/; revision=30003
* re-added the post-reply function. There's no way to use news otherwise,Not Zed2005-08-032-1/+6
| | | | | | | | | 2005-08-02 Not Zed <NotZed@Ximian.com> * evolution-mail-message.xml: re-added the post-reply function. There's no way to use news otherwise, duh. See #302843. svn path=/trunk/; revision=29963
* The command name for hiding selected messages needs to beRodney Dawes2005-07-282-1/+6
| | | | | | | | | 2005-07-28 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: The command name for hiding selected messages needs to be ViewHideSelected, not ViewShowSelected svn path=/trunk/; revision=29915
* *** empty log message ***Jain Vivek2005-07-281-1/+1
| | | | svn path=/trunk/; revision=29912
* HideDeleted has to be a toggle button. **Relevent Comments on #309163Vivek Jain2005-07-282-1/+7
| | | | | | | | | | 2005-07-28 Vivek Jain <jvivek@novell.com> * evolution-mail-list.xml: HideDeleted has to be a toggle button. **Relevent Comments on #309163 svn path=/trunk/; revision=29911
* Fixes:248126 Added 2 Bonobo UI verbs for Assign Task and Forward asViren.l2005-07-252-0/+9
| | | | | | | | | | | | | | 2005-07-25 Viren.l <lviren@novel.com> Fixes:248126 * gui/tasks-control.c (tasks_control_assign_cmd) (tasks_control_forward_cmd): Added 2 Bonobo UI verbs for Assign Task and Forward as iCalendar and the definitions to commands. * gui/e-calendar-table.[ch] (e_calendar_table_open_task) (e_calendar_table_get_selected_comp): renamed static functions open_task and get_selected_comp and made them public. svn path=/trunk/; revision=29881
* Added Shortcut for Save Draft -(Ctrl+Shift+S) and a toolbar button for theSrinivasa Ragavan2005-07-252-1/+11
| | | | | | | | | | 2005-07-25 Srinivasa Ragavan <sragavan@novell.com> * evolution-message-composer.xml: Added Shortcut for Save Draft -(Ctrl+Shift+S) and a toolbar button for the same. Fixes #219242. Commiting Devashish Sharma's patch svn path=/trunk/; revision=29871
* removed the useless tools menu.Not Zed2005-07-214-31/+17
| | | | | | | | | | 2005-07-21 Not Zed <NotZed@Ximian.com> * evolution.xml: removed the useless tools menu. * evolution-mail-list.xml: reverted dobey's broken hide menus. svn path=/trunk/; revision=29825
* removing duplicate mnemonic. Committing for AndreHarish Krishnaswamy2005-06-072-1/+5
| | | | svn path=/trunk/; revision=29465
* Rename ViewHideSelected to ViewShowSelected Enable the "Show Messages"Rodney Dawes2005-06-012-4/+12
| | | | | | | | | | | 2005-05-31 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: Rename ViewHideSelected to ViewShowSelected Enable the "Show Messages" sub-menu under "View" Fixes #305376 svn path=/trunk/; revision=29431
* composer/e-message-composer.c calendar/gui/dialogs/comp-editor.cSrinivasa Ragavan2005-05-162-4/+6
| | | | | | | | | | | | 2005-05-16 Srinivasa Ragavan <sragavan@novell.com> * composer/e-message-composer.c * calendar/gui/dialogs/comp-editor.c * ui/evolutoin-message-composer.xml Removed the expander for the attachment bar and made visible always. svn path=/trunk/; revision=29373
* Add profiler so that it gets disted properlyRodney Dawes2005-05-149-203/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fixes #301459 Fixed the typo error.Chenthill Palanisamy2005-05-062-1/+6
| | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 * evolution-message-composer.xml: Fixed the typo error. svn path=/trunk/; revision=29299
* Changed string 'login' Rephrased photo string Rephrased photo stringSrinivasa Ragavan2005-05-061-2/+2
| | | | | | | | | | | 2005-05-06 Srinivasa Ragavan <sragavan@novell.com> * addressbook/gui/component/ldap-config.glade: Changed string 'login' * mail/evolution-mail.schemas.in.in: Rephrased photo string * mail/mail-config.glade: Rephrased photo string * ui/evolution-mail-message.xml: Changed 'From' to 'from' svn path=/trunk/; revision=29288
* change the label to "Request read receipt".Not Zed2005-04-082-0/+16
| | | | | | | | | | | | | | 2005-04-08 Not Zed <NotZed@Ximian.com> * evolution-message-composer.xml: change the label to "Request read receipt". 2004-03-31 ERDI Gergo <cactus@cactus.rulez.org> * evolution-message-composer.xml: Added new menu item for requesting message receipts when composing a new message svn path=/trunk/; revision=29186
* Move a separator from the message xml to the list xml, so we don't have anRodney Dawes2005-02-143-2/+9
| | | | | | | | | | | 2005-02-14 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: * evolution-mail-message.xml: Move a separator from the message xml to the list xml, so we don't have an extra separator in the external mail message display window svn path=/trunk/; revision=28788
* Use the term vFolder instead of "VFolder" or "virtual folder"Rodney Dawes2005-02-023-11/+19
| | | | | | | | | | | | 2005-02-01 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: * evolution-mail-message.xml: Use the term vFolder instead of "VFolder" or "virtual folder" Fixes #68137 svn path=/trunk/; revision=28665
* Add C-A-m as a keybinding for the "Post New Message" menuitem Add C-S-m toRodney Dawes2005-01-254-80/+12
| | | | | | | | | | | | 2005-01-24 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Add C-A-m as a keybinding for the "Post New Message" menuitem Add C-S-m to the "Compose New Message" menuitem as well Fixes #68352 svn path=/trunk/; revision=28537
* add component button view itemsJP Rosevear2005-01-055-5/+38
| | | | | | | | | | | | | | 2005-01-04 JP Rosevear <jpr@novell.com> * evolution.xml: add component button view items * evolution.xml: set the toolbar look to "system" everywhere * evolution-signature-editor.xml: ditto * evolution-message-composer.xml: ditto svn path=/trunk/; revision=28238
* remove dead filesJP Rosevear2005-01-057-347/+4
| | | | | | | | 2005-01-04 JP Rosevear <jpr@novell.com> * Makefile.am: remove dead files svn path=/trunk/; revision=28237
* Move Tools->Settings... to Edit->Preferences Remove the separator aboveRodney Dawes2004-12-179-36/+46
| | | | | | | | | | | | | | | | | | 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
* Add stock zoom icons for the text size menu itemsRodney Dawes2004-12-172-3/+11
| | | | | | | | | 2004-12-16 Rodney Dawes <dobey@novell.com> * evolution-mail-message.xml: Add stock zoom icons for the text size menu items svn path=/trunk/; revision=28136
* Add pixtype of pixbuf to the OpenNewWindow menu itemRodney Dawes2004-12-102-1/+5
| | | | | | | | 2004-12-09 Rodney Dawes <dobey@novell.com> * evolution.xml: Add pixtype of pixbuf to the OpenNewWindow menu item svn path=/trunk/; revision=28104
* Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys.Hao Sheng2004-11-232-0/+8
| | | | | | | | | 2004-11-23 Hao Sheng <hao.sheng@sun.com> * evolution-addressbook.xml: Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys. svn path=/trunk/; revision=27970
* ** See bug #67864.Not Zed2004-10-192-1/+7
| | | | | | | | | | 2004-10-18 Not Zed <NotZed@Ximian.com> ** See bug #67864. * evolution.xml: change the shortcut for toolbar to b. svn path=/trunk/; revision=27620
* Remove the Menu Seperator in View Menu when in the contacts view.V Ravi Kumar Raju2004-06-232-1/+5
| | | | | | | | | 2004-06-22 V Ravi Kumar Raju <vravikr@yahoo.co.uk> * evolution-addressbook.xml: Remove the Menu Seperator in View Menu when in the contacts view. svn path=/trunk/; revision=26471
* Shuffle usage of trailing "..." in menus.Christian Neumair2004-06-052-1/+6
| | | | svn path=/trunk/; revision=26227
* Add toolbar visibility toggle to View menu.William Jon McCann2004-06-032-0/+8
| | | | | | | | 2004-06-01 William Jon McCann <mccann@jhu.edu> * evolution.xml: Add toolbar visibility toggle to View menu. svn path=/trunk/; revision=26158
* changed to About Evolution; comment out FAQJP Rosevear2004-05-292-6/+10
| | | | | | | | 2004-05-28 JP Rosevear <jpr@novell.com> * evolution.xml: changed to About Evolution; comment out FAQ svn path=/trunk/; revision=26123
* use stock icons where possible. Calendar and tasks already use stockWilliam Jon McCann2004-05-2612-54/+69
| | | | | | | | | | | | | | | | | | | | 2004-05-25 William Jon McCann <mccann@jhu.edu> * evolution-message-composer.xml: * evolution-composer-entries.xml: * evolution-contact-list-editor.xml: * evolution-contact-editor.xml: * evolution.xml: * evolution-mail-message.xml: * evolution-mail-list.xml: * evolution-mail-global.xml: * evolution-addressbook.xml: use stock icons where possible. Calendar and tasks already use stock icons. * evolution-tasks.xml: swap positions of delete and print icons to be consistent with the other components. svn path=/trunk/; revision=26085
* Added View->Window menu.Not Zed2004-05-192-0/+5
| | | | | | | | 2004-05-19 Not Zed <NotZed@Ximian.com> * evolution.xml: Added View->Window menu. svn path=/trunk/; revision=25968
* Fixes bug #57940Jerome Lacoste2004-05-192-2/+8
| | | | | | | | | | 2004-05-18 Jerome Lacoste <jerome@coffeebreaks.org> Fixes bug #57940 * evolution-addressbook.xml: "Save as VCard" -> "Save as VCard..." svn path=/trunk/; revision=25961
* Rename MessageResend to MessageEdit since that's actually what it does.Jeffrey Stedfast2004-05-152-4/+9
| | | | | | | | | 2004-05-14 Jeffrey Stedfast <fejj@novell.com> * evolution-mail-message.xml: Rename MessageResend to MessageEdit since that's actually what it does. svn path=/trunk/; revision=25911
* Make some more toolbar and menu items use the stock versions of iconsRodney Dawes2004-05-072-8/+15
| | | | | | | | | | | 2004-05-06 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: Make some more toolbar and menu items use the stock versions of icons Fixes #57963 partly svn path=/trunk/; revision=25817
* Fixed Bug #57611.Dave Fallon2004-05-032-1/+5
| | | | | | | | 2004-04-30 Dave Fallon <davef@tetsubo.com> * ui/evolution-addressbook.xml: Fixed Bug #57611. svn path=/trunk/; revision=25754
* remove "Save" only optionJP Rosevear2004-04-152-7/+4
| | | | | | | | 2004-04-15 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: remove "Save" only option svn path=/trunk/; revision=25479
* Update for "New" changes. Move "New Window" into File menu.Dan Winship2004-04-092-17/+11
| | | | | | | * evolution.xml: Update for "New" changes. Move "New Window" into File menu. svn path=/trunk/; revision=25383
* moved goto stuff to the view menu.Not Zed2004-04-062-13/+17
| | | | | | | | 2004-04-06 Not Zed <NotZed@Ximian.com> * evolution-mail-message.xml: moved goto stuff to the view menu. svn path=/trunk/; revision=25329
* add missing labels to dock items.William Jon McCann2004-04-013-7/+12
| | | | | | | | | 2004-03-31 William Jon McCann <mccann@jhu.edu> * evolution-tasks.xml: * evolution-calendar.xml: add missing labels to dock items. svn path=/trunk/; revision=25268
* [ part of fix for bug #53634 ]Chris Toshok2004-03-312-10/+7
| | | | | | | | | | | 2004-03-30 Chris Toshok <toshok@ximian.com> [ part of fix for bug #53634 ] * evolution-addressbook.xml: remove the Tools submenu placeholder foo. svn path=/trunk/; revision=25248
* Naming issue resolved ( Bug 48293 )Hari Prasad Nadig2004-03-292-4/+8
| | | | | | | | 2004-03-22 Hari Prasad Nadig <hp@ndeepak.info> * evolution-calendar.xml: Naming issue resolved ( Bug 48293 ) svn path=/trunk/; revision=25225
* added filter junk command and menuitem, icon for MarkAsNotJunkRadek Doulik2004-03-092-1/+12
| | | | | | | | | 2004-03-08 Radek Doulik <rodo@ximian.com> * evolution-mail-message.xml: added filter junk command and menuitem, icon for MarkAsNotJunk svn path=/trunk/; revision=24992
* Assign Delete and KP_Delete as accels for the MessageDelete menu item.Jeffrey Stedfast2004-02-262-6/+13
| | | | | | | | | 2004-02-25 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Assign Delete and KP_Delete as accels for the MessageDelete menu item. svn path=/trunk/; revision=24871
* Remove (this was the Summary's UI file)Dan Winship2004-02-243-31/+7
| | | | | | | | * my-evolution.xml: Remove (this was the Summary's UI file) * Makefile.am (XML_FILES): Remove my-evolution.xml svn path=/trunk/; revision=24831
* Add sender to Address Book, not AddressbookRodney Dawes2004-02-122-2/+7
| | | | | | | | | 2004-02-11 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: Add sender to Address Book, not Addressbook svn path=/trunk/; revision=24718
* added "Quick Reference" menu itemDavid Trowbridge2004-01-282-2/+11
| | | | | | | | 2004-01-26 David Trowbridge <trowbrds@cs.colorado.edu> * evolution.xml: added "Quick Reference" menu item svn path=/trunk/; revision=24475
* Enable [, ], ., and , as mail accels again, but not in the menus, so thatRodney Dawes2004-01-282-0/+10
| | | | | | | | | | 2004-01-27 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: Enable [, ], ., and , as mail accels again, but not in the menus, so that GTK+ doesn't grab them from the search bar svn path=/trunk/; revision=24471
* Get rid of all the *Shift*character keybindings, so people can actuallyRodney Dawes2004-01-274-29/+16
| | | | | | | | | | | | | | 2004-01-26 Rodney Dawes <dobey@ximian.com> * evolution-addressbook.xml: * evolution-mail-global.xml: * evolution-mail-message.xml: Get rid of all the *Shift*character keybindings, so people can actually type things in the search bar, Just use *Control*basekey instead Fixes #41769 svn path=/trunk/; revision=24451
* Fix Folder submenu location Add ComponentPlaceholder back to File menuRodney Dawes2004-01-243-5/+15
| | | | | | | | | | | 2004-01-23 Rodney Dawes <dobey@ximian.com> * evolution-mail-list.xml: Fix Folder submenu location * evolution.xml: Add ComponentPlaceholder back to File menu Fixes #51960 svn path=/trunk/; revision=24386
* moved 'Forget Passwords' item...Rodrigo Moya2004-01-163-5/+10
| | | | | | | | | | 2004-01-15 Rodrigo Moya <rodrigo@ximian.com> * evolution-mail-global.xml: moved 'Forget Passwords' item... * evolution.xml: ...to the shell. svn path=/trunk/; revision=24244
* Add menu items to show To and PostToMeilof Veeningen2004-01-132-0/+15
| | | | | | | | | 2004-01-12 Meilof Veeningen <meilof@wanadoo.nl> * evolution-message-composer.xml: Add menu items to show To and PostTo svn path=/trunk/; revision=24183
* Fix missing ">" typoRodney Dawes2004-01-072-1/+5
| | | | | | | | 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-079-9/+18
| | | | | | | | | | | | | | | 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
* Add a menu item [Open Task] to [File] for the tasks component.Kidd Wang2004-01-062-0/+9
| | | | | | | | | 2003-12-31 Kidd Wang <kidd.wang@sun.com> * evolution-tasks.xml: Add a menu item [Open Task] to [File] for the tasks component. svn path=/trunk/; revision=24063
* Add a menu item [Open Appointment] to [File].Kidd Wang2003-12-292-0/+8
| | | | | | | | 2003-12-23 Kidd Wang <kidd.wang@sun.com> * evolution-calendar.xml: Add a menu item [Open Appointment] to [File]. svn path=/trunk/; revision=24013
* Revert previous patch to fix bug #49949 - exposes crash in libbonobouiRodney Dawes2003-12-193-1/+18
| | | | | | | | | | | 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
* On [Action] menu, change [Forward] to [Forward As...], [Forward Message]Calvin Liu2003-12-181-0/+5
| | | | | | | | | 2003-12-18 Calvin Liu <calvin.liu@sun.com> * evolution-mail-message.xml: On [Action] menu, change [Forward] to [Forward As...], [Forward Message] to [Forward]. svn path=/trunk/; revision=23977
* On [Action] menu, change [Forward] to [Forward As...], [Forward Message]Calvin Liu2003-12-181-2/+2
| | | | | | | | | 2003-12-18 Calvin Liu <calvin.liu@sun.com> * evolution-mail-message.xml: On [Action] menu, change [Forward] to [Forward As...], [Forward Message] to [Forward]. svn path=/trunk/; revision=23976
* Fix bug #49949Rodney Dawes2003-12-183-11/+8
| | | | | | | | | 2003-12-17 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: * evolution-mail-messagedisplay.xml: Fix bug #49949 svn path=/trunk/; revision=23973
* add ContactsViewPreview command, a "Preview Pane" menu item, and aChris Toshok2003-12-182-0/+17
| | | | | | | | | | 2003-12-17 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: add ContactsViewPreview command, a "Preview Pane" menu item, and a keybinding for it - same placement as the mailer's item. svn path=/trunk/; revision=23972
* removed the 'NewCalendar' verb.Rodrigo Moya2003-12-172-7/+4
| | | | | | | | 2003-12-17 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: removed the 'NewCalendar' verb. svn path=/trunk/; revision=23964
* add a _label to View option. Bug #51242.Not Zed2003-12-102-1/+6
| | | | | | | | | 2003-12-09 Not Zed <NotZed@Ximian.com> * evolution-mail-global.xml: add a _label to View option. Bug #51242. svn path=/trunk/; revision=23894
* added junk toolbar buttonsRadek Doulik2003-12-052-2/+13
| | | | | | | | 2003-12-04 Radek Doulik <rodo@ximian.com> * evolution-mail-message.xml: added junk toolbar buttons svn path=/trunk/; revision=23632
* we want to insert at the place holder spotJP Rosevear2003-12-042-2/+7
| | | | | | | | | 2003-12-03 JP Rosevear <jpr@ximian.com> * evolution-mail-global.xml: we want to insert at the place holder spot svn path=/trunk/; revision=23617
* change shortcut of 'invert selection' from ctrl+I to shift+ctrl+I.Yuedong Du2003-12-012-1/+6
| | | | | | | | | 2003-11-30 Yuedong Du <yuedong.du@sun.com> * evolution-mail-list.xml: change shortcut of 'invert selection' from ctrl+I to shift+ctrl+I. svn path=/trunk/; revision=23509
* *** empty log message ***Rodrigo Moya2003-11-191-1/+0
| | | | svn path=/trunk/; revision=23423
* removed the 'New...' items, since they are implemented in the shell asRodrigo Moya2003-11-192-13/+5
| | | | | | | | | 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: removed the 'New...' items, since they are implemented in the shell as before. svn path=/trunk/; revision=23420
* Rename verb "OpenFolderInNewWindow" toEttore Perazzoli2003-11-181-2/+2
| | | | | | | "OpenNewWindow". Add a separator before it in the File -> New submenu. svn path=/trunk/; revision=23400
* Rename verb "OpenFolderInNewWindow" toEttore Perazzoli2003-11-182-4/+12
| | | | | | | "OpenNewWindow". Add a separator before it in the File -> New submenu. svn path=/trunk/; revision=23398
* Remove type="toggle" from the "ToggleOffline"Ettore Perazzoli2003-11-142-1/+7
| | | | | | | verb; I'm not sure why it was there in the first place and it was causing BonoboUI to spew warnings. svn path=/trunk/; revision=23339
* Ooops, add missing closing </popups> tag.Ettore Perazzoli2003-11-142-0/+5
| | | | svn path=/trunk/; revision=23338
* New.Ettore Perazzoli2003-11-142-0/+13
| | | | | | | | | | * e-shell.c (e_shell_send_receive): New. * Evolution-Component.idl (Component.sendAndReceive): New. * evolution.xml: Add back send/receive command and toolbar button. svn path=/trunk/; revision=23334
* Add "NewPopup" popup back.Ettore Perazzoli2003-11-132-0/+17
| | | | svn path=/trunk/; revision=23322
* merged spam filtering branchRadek Doulik2003-11-131-0/+9
| | | | svn path=/trunk/; revision=23302
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-223-212/+58
| | | | svn path=/trunk/; revision=22964
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-102-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-10 Hans Petter Jansson <hpj@ximian.com> * calendar/gui/Makefile.am (etspec_DATA): Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add e-cal-list-view.[ch]. * calendar/gui/calendar-commands.c (show_list_view_clicked): Implement. (calendar_get_text_for_folder_bar_label): Add case for list view. Use month case and tweak it so it doesn't show "%d - %d" if the time span contains only one day. (verbs): Add list view. (pixmaps): Add list view. * calendar/gui/calendar-view-factory.c (calendar_view_factory_get_title): Add list view case. (calendar_view_factory_get_type_code): Add list view case. * calendar/gui/control-factory.c (get_prop): Add list view case. * calendar/gui/e-cal-model.c (get_classification): Fix to conform to updated libical. (ecm_set_value_at): Add missing break statements. (ecm_get_color_for_component): Add braces for clarity. * calendar/gui/gnome-cal.c (gnome_calendar_get_current_view_widget): Add list view case. (get_focus_location): Add list view case. (connect_list_view_focus): Implement. (setup_widgets): Set up list view. (gnome_calendar_direction): Add list view case. (set_view): Add list view case. (gnome_calendar_setup_view_menus): Add list view factory. (gnome_calendar_construct): Account for list view. (gnome_calendar_update_config_settings): Account for list view. (get_days_shown): Implement list view case. * calendar/gui/gnome-cal.h (GnomeCalendarViewType): Add list view. * calendar/gui/e-cal-list-view.[ch]: Implement ECalListView, subclassing ECalView. * ui/evolution-calendar.xml: Add calendar list view task button. * art/listview.xpm: Add calendar list view icon. svn path=/trunk/; revision=22850
* Patch to use Control-L for "Reply to list" from Karsten BräckelmannRodney Dawes2003-10-032-1/+6
| | | | | | | | | 2003-10-02 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: Patch to use Control-L for "Reply to list" from Karsten Bräckelmann svn path=/trunk/; revision=22791
* Moved EditCopy EditPaste, and EditCut here.Not Zed2003-09-183-8/+28
| | | | | | | | | | | | 2003-08-27 Not Zed <NotZed@Ximian.com> * evolution-mail-message.xml: Moved EditCopy EditPaste, and EditCut here. * evolution-mail-list.xml: Removed EditCopy, EditPaste, and EditCut. svn path=/trunk/; revision=22598
* add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" forTim Wo2003-09-124-8/+17
| | | | | | | | | | | | | | | | | 2003-09-11 Tim Wo <tim.wo@sun.com> * ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and _Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205 * views/mail/galview.xml: add mnemonic "M" for "Message", add "S" for "As Sent Folder", add "b" for "By Subject", add "n" for "By Sender", add "t" for "By Status", add "F" for "By Follow Up Flag". Fixes bug #48097 svn path=/trunk/; revision=22550
* add access key 'w' for 'Post New Message' change the access key of ExpungeYuedong Du2003-09-094-3/+10
| | | | | | | | | | | 2003-09-05 Yuedong Du <uuedong.du@sun.com> * evolution-mail-global.xml: add access key 'w' for 'Post New Message' * evolution-mail-list.xml: change the access key of Expunge to 'x', thus 'Post a Reply' can use 'e'. * evolution-mail-message.xml: add access key 'y' for 'Post a Reply' svn path=/trunk/; revision=22492
* Change "Search Message" to "Search in Message", which is more intuitive.Calvin Liu2003-08-272-1/+6
| | | | | | | | | 2003-08-27 Calvin Liu <calvin.liu@sun.com> * evolution-mail-message.xml: Change "Search Message" to "Search in Message", which is more intuitive. Fix bug #47329. svn path=/trunk/; revision=22387
* add the accelerator "P" for "Print", "S" for "Save", "C" for "Save andJack Jia2003-08-062-5/+11
| | | | | | | | | | 2003-08-06 Jack Jia <jack.jia@sun.com> * evolution-comp-editor.xml: add the accelerator "P" for "Print", "S" for "Save", "C" for "Save and _Close", "A" for "Save _As...", "D" for "Delete". Fixes bug #47379. svn path=/trunk/; revision=22096
* s/Expunge/Purge.Rodrigo Moya2003-07-173-3/+9
| | | | | | | | | | 2003-07-17 Rodrigo Moya <rodrigo@ximian.com> * evolution-tasks.xml: s/Expunge/Purge. * evolution-calendar.xml: fixed menmonic for Purge. svn path=/trunk/; revision=21852
* added 'Purge' menu item.Rodrigo Moya2003-07-173-0/+10
| | | | | | | | | | 2003-07-15 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: added 'Purge' menu item. * evolution-tasks.xml: added separator after 'Send/Receive'. svn path=/trunk/; revision=21845
* add a menu entry corresponding to new introduced caret mode, see bugYuedong Du2003-07-102-0/+10
| | | | | | | | | 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail-message.xml: add a menu entry corresponding to new introduced caret mode, see bug #44607 svn path=/trunk/; revision=21773
* Change the accelerator for "Mark All Read" to be "R". Fixes bug #45811.Anna Marie Dirks2003-07-102-1/+6
| | | | | | | | | 2003-07-09 Anna Marie Dirks <anna@ximian.com> * evolution-mail-list.xml: Change the accelerator for "Mark All Read" to be "R". Fixes bug #45811. svn path=/trunk/; revision=21772
* Fixes #45524Rodrigo Moya2003-07-023-50/+54
| | | | | | | | | | | 2003-07-01 Rodrigo Moya <rodrigo@ximian.com> Fixes #45524 * evolution-tasks.xml: * evolution-calendar.xml: use stock icons where appropriate. svn path=/trunk/; revision=21714
* Fixes #45423Bolian Yin2003-06-262-2/+10
| | | | | | | | | | | 2003-06-25 Bolian Yin <bolian.yin@sun.com> Fixes #45423 * evolution-calendar.xml: added keyboard shortcuts for "Go to today" and "Go to date" menu/toolbar items. svn path=/trunk/; revision=21539
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-1/+3
| | | | svn path=/trunk/; revision=21426
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-1894/+1894
| | | | svn path=/trunk/; revision=21387
* Fix binding conflict with Print/PreviewRodney Dawes2003-05-312-2/+5
| | | | | | | | 2003-05-29 Rodney Dawes <dobey@ximian.com> * evolution-addressbook.xml: Fix binding conflict with Print/Preview svn path=/trunk/; revision=21357
* file all new folder bindings to be ctrl-shift-fJP Rosevear2003-05-022-2/+6
| | | | | | | | 2003-05-01 JP Rosevear <jpr@ximian.com> * evolution.xml: file all new folder bindings to be ctrl-shift-f svn path=/trunk/; revision=21044
* Fixes #35814Rodney Dawes2003-04-292-2/+6
| | | | | | | | | | | | | 2003-04-27 Rodney Dawes <dobey@ximian.com> Fixes #35814 * calendar/gui/calendar-component.c: Change mnemonic/keybinding for New Meeting to not conflict with other items in the File->New menu * ui/evolution.xml: Changed the New Folder keybinding to C-S-f svn path=/trunk/; revision=20984
* *glade/e-folder-list.glade : replaced buttons with stock buttons and addedAnna Marie Dirks2003-04-242-5/+12
| | | | | | | | | 2003-04-23 Anna Marie Dirks <anna@ximian.com> *glade/e-folder-list.glade : replaced buttons with stock buttons and added HIG-blessed spacing. Fixes 41145. svn path=/trunk/; revision=20940
* Fixes #22444Rodrigo Moya2003-04-232-0/+10
| | | | | | | | | | 2003-04-21 Rodrigo Moya <rodrigo@ximian.com> Fixes #22444 * evolution-calendar.xml: added occurrence-related menu items. svn path=/trunk/; revision=20920
* Remove the Help menu. 'Fix' for #38927.Not Zed2003-04-172-4/+5
| | | | | | | | | 2003-04-17 Not Zed <NotZed@Ximian.com> * evolution-signature-editor.xml: Remove the Help menu. 'Fix' for #38927. svn path=/trunk/; revision=20876
* [ fixes bug #39763 ] This is merged in by the text fields/EEntry's in theChris Toshok2003-04-083-0/+42
| | | | | | | | | | | | 2003-04-07 Chris Toshok <toshok@ximian.com> [ fixes bug #39763 ] * evolution-composer-entries.xml: This is merged in by the text fields/EEntry's in the composer when they're focused. * Makefile.am (XML_FILES): add evolution-composer-entries.xml. svn path=/trunk/; revision=20736
* [ fixes bug #40841 ] change the Save As VCard keybinding to C-A-s, toChris Toshok2003-04-082-1/+7
| | | | | | | | | | 2003-04-07 Chris Toshok <toshok@ximian.com> [ fixes bug #40841 ] * evolution-addressbook.xml: change the Save As VCard keybinding to C-A-s, to match the mailer's Save As keybinding. svn path=/trunk/; revision=20716
* [ fixes #40212 ] change accelerator for Save As... to Control-Shift-sChris Toshok2003-03-273-4/+12
| | | | | | | | | | | | 2003-03-26 Chris Toshok <toshok@ximian.com> [ fixes #40212 ] * evolution-contact-editor.xml: change accelerator for Save As... to Control-Shift-s * evolution-contact-list-editor.xml: same. svn path=/trunk/; revision=20537
* remove conduit settings as a separate entryJP Rosevear2003-03-212-1/+4
| | | | | | | | 2003-03-20 JP Rosevear <jpr@ximian.com> * evolution.xml: remove conduit settings as a separate entry svn path=/trunk/; revision=20445
* Make "MessageReplyList" and "MessagePostReply" have no pixbuf. Same withEttore Perazzoli2003-03-013-6/+9
| | | | | | | | * evolution-mail-message.xml: Make "MessageReplyList" and "MessagePostReply" have no pixbuf. * evolution-mail-global.xml: Same with "MailPost". svn path=/trunk/; revision=20101
* Fix an attributes typo.Hans Petter Jansson2003-02-242-1/+5
| | | | | | | | 2003-02-23 Hans Petter Jansson <hpj@ximian.com> * evolution-event-editor.xml: Fix an attributes typo. svn path=/trunk/; revision=20013
* Fix an attributes typo and add stock icon identifiers to silence warningHans Petter Jansson2003-02-242-17/+28
| | | | | | | | | 2003-02-23 Hans Petter Jansson <hpj@ximian.com> * evolution-comp-editor.xml: Fix an attributes typo and add stock icon identifiers to silence warning spew. svn path=/trunk/; revision=20012
* (uidir): Removed (this is now defined inEttore Perazzoli2003-01-232-17/+21
| | | | | | configure.in). svn path=/trunk/; revision=19549
* Typo fixedAndrew V. Samoilov2002-12-271-1/+1
| | | | svn path=/trunk/; revision=19180
* Change hlook value for "Toolbar" to be "both_horiz". Likewise. Likewise.Ettore Perazzoli2002-11-218-7/+18
| | | | | | | | | | | | | * 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
* Change hlook value for Toolbar to beEttore Perazzoli2002-11-212-1/+6
| | | | | | "both_horiz". svn path=/trunk/; revision=18858
* (uidir): Install in $(datadir)/gnome-2.0/ui.Ettore Perazzoli2002-11-042-1/+5
| | | | svn path=/trunk/; revision=18528
* Set the pixtype for command "Settings" toEttore Perazzoli2002-10-282-1/+8
| | | | | | "pixbuf". svn path=/trunk/; revision=18454
* Made tooltips more clear.Jeffrey Stedfast2002-10-162-3/+7
| | | | | | | | 2002-10-15 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-list.xml: Made tooltips more clear. svn path=/trunk/; revision=18372
* Remove "..." from "Remove Other User's Folder" since it doesn't pop up aDan Winship2002-10-052-1/+6
| | | | | | | * evolution.xml: Remove "..." from "Remove Other User's Folder" since it doesn't pop up a dialog. #31576. svn path=/trunk/; revision=18324
* It's a grand old string-review! Nitpicky and minor changes; details in the ↵Aaron Weber2002-10-013-2/+9
| | | | | | appropriate ChangeLog files. svn path=/trunk/; revision=18268
* Add FileRemoveOtherUsersFolderDan Winship2002-10-012-1/+10
| | | | | | * evolution.xml: Add FileRemoveOtherUsersFolder svn path=/trunk/; revision=18266
* Change the accelerator of ToolsSubscriptions to be "u".Ettore Perazzoli2002-09-303-2/+11
| | | | | | | | | | * evolution-mail-global.xml: Change the accelerator of ToolsSubscriptions to be "u". * evolution.xml: Add PilotConduitSettings in Tools. Rename "Preferences" to "Settings" as per Anna's request. svn path=/trunk/; revision=18263
* Make the Zoom accels the same as galeon so people will shut the fuck upJeffrey Stedfast2002-09-262-3/+9
| | | | | | | | | 2002-09-25 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Make the Zoom accels the same as galeon so people will shut the fuck up about it. svn path=/trunk/; revision=18219
* Add back "period" and "comma" asEttore Perazzoli2002-09-052-2/+9
| | | | | | accels for MailNextUnread and MailPreviousUnread. svn path=/trunk/; revision=17965
* Use bracketright and bracketleft forEttore Perazzoli2002-09-042-2/+7
| | | | | | next/prev unread. svn path=/trunk/; revision=17949
* New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder.Ettore Perazzoli2002-08-072-0/+7
| | | | | | | New placeholder at FolderPopup/StorageFolderPropertiesPlaceholder. svn path=/trunk/; revision=17715
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-012-13/+5
| | | | | | | | | | | | | | | | | | * gui/component/addressbook-component.c (create_component): Change the order so that "New Contact" is first and "New Contact List" is next. * gui/component-factory.c (create_object): Change the order of the user creatable items a bit so that "New Appointment" and "New Meeting" are at the top when in a calendar folder. * component-factory.c (create_component): Put "New Mail Message" before "New Message Post" instead of vice versa. * evolution-mail-global.xml: Remove "New Mail Message" and "Post Message" items. svn path=/trunk/; revision=17661
* Move File/New/NewItems placeholder on the top and add some separators.Ettore Perazzoli2002-07-273-32/+46
| | | | | | | | | | | * evolution.xml: Move File/New/NewItems placeholder on the top and add some separators. Also add items to the popups/NewPopup so the pop-up and the "New" submenu look the same. * evolution-addressbook.xml: Remove ContactNew and ContactNewList verbs, as well as the corresponding menu items. svn path=/trunk/; revision=17613
* Add a View/Post-To ui dingus.Jeffrey Stedfast2002-07-263-0/+22
| | | | | | | | | | | | 2002-07-23 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Add a View/Post-To ui dingus. * evolution-mail-global.xml: Add a Post ui dingus. * evolution-mail-message.xml: Add a Post-Reply ui dingus. svn path=/trunk/; revision=17591
* Use *Control*equal and *Control*minusEttore Perazzoli2002-07-242-2/+8
| | | | | | | for TextZoomIn and TextZoomOut instead of *Control*+ and *Control*-, since the former actually works. :-) svn path=/trunk/; revision=17557
* Bind MessageMove to Control-Shift-V. [#24394]Ettore Perazzoli2002-07-243-7/+25
| | | | | | | | | | | | * evolution-mail-message.xml: Bind MessageMove to Control-Shift-V. [#24394] * evolution-addressbook.xml: Bind ContactsMoveToFolder and ContactsCopyToFolder to Control-Shift-V and Control-Shift-Y for consistency with the mailer. Also move "Select All" up in the Edit menu and add a separator before "Delete". svn path=/trunk/; revision=17554
* changed accel for HTML from T to M to avoid conflict with other menuLarry Ewing2002-07-242-1/+6
| | | | | | | | | 2002-07-23 Larry Ewing <lewing@ximian.com> * evolution-message-composer.xml: changed accel for HTML from T to M to avoid conflict with other menu items. svn path=/trunk/; revision=17552
* removed Insert file from composers menu + forgotten signature editorRadek Doulik2002-07-233-10/+7
| | | | | | help menu fix svn path=/trunk/; revision=17533
* Add a tooltip to the Save item as per bug 27901.Peter Williams2002-07-192-0/+6
| | | | | | | | | 2002-07-18 Peter Williams <peterw@ximian.com> * evolution-signature-editor.xml: Add a tooltip to the Save item as per bug 27901. svn path=/trunk/; revision=17514
* Change shortcut for "PilotSettings" to be `l'Ettore Perazzoli2002-07-192-1/+7
| | | | | | | instead of `p', so it doesn't conflict with "_Preferences". [#27948] svn path=/trunk/; revision=17511
* Add a Control-Return accel for "FileSaveClose".Ettore Perazzoli2002-07-164-3/+16
| | | | | | | | | | | | | * evolution-signature-editor.xml: Add a Control-Return accel for "FileSaveClose". * evolution-contact-list-editor.xml: Add a Control-Return accel for "ContactListEditorSaveClose". * evolution-contact-editor.xml: Add a Control-Return accel for "ContactEditorSaveClose". svn path=/trunk/; revision=17462
* Add an accelerator for "FileClose".Ettore Perazzoli2002-07-122-1/+5
| | | | svn path=/trunk/; revision=17427
* Add accelerator for "Print Preview", "Delete".Ettore Perazzoli2002-07-113-3/+13
| | | | | | | | | | * evolution-mail-message.xml: Add accelerator for "Print Preview", "Delete". * evolution-addressbook.xml: Add accelerator for "Print Preview", "Delete". svn path=/trunk/; revision=17405
* s/Edit as New Message/Resend - this was confusing people. Also moved it toJeffrey Stedfast2002-07-102-2/+4
| | | | | | | | | | 2002-07-09 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: s/Edit as New Message/Resend - this was confusing people. Also moved it to the Actions menu. Fixes bug #27454. svn path=/trunk/; revision=17398
* s/Edit as New Message/Resend - this was confusing people.Jeffrey Stedfast2002-07-102-1/+6
| | | | | | | | | 2002-07-09 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: s/Edit as New Message/Resend - this was confusing people. svn path=/trunk/; revision=17393
* s/now// for "Send this message now" tooltipJeffrey Stedfast2002-07-061-1/+1
| | | | svn path=/trunk/; revision=17380
* Removed the Send Later verb.Jeffrey Stedfast2002-07-062-4/+4
| | | | | | | | 2002-07-05 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Removed the Send Later verb. svn path=/trunk/; revision=17376
* Added a bunch of tooltips.Ettore Perazzoli2002-07-022-3/+13
| | | | svn path=/trunk/; revision=17344
* add a 'stop' menu item (fixes ximian #17242)jacob berkman2002-06-073-0/+8
| | | | | | | | | | 2002-06-06 jacob berkman <jacob@ximian.com> * evolution-addressbook.xml: * evolution-mail-global.xml: add a 'stop' menu item (fixes ximian #17242) svn path=/trunk/; revision=17135
* Put the search menu in a SearchPlaceholder.Ettore Perazzoli2002-05-232-3/+6
| | | | | | * evolution.xml: Put the search menu in a SearchPlaceholder. svn path=/trunk/; revision=16979
* Add a toolbar item for ActionScheduleMeeting.Ettore Perazzoli2002-05-213-1/+20
| | | | | | | * evolution-event-editor.xml: Add a toolbar item for ActionScheduleMeeting. svn path=/trunk/; revision=16956
* Replaced q binding with ` for hiding/showing the message view pane.Christopher James Lahey2002-05-143-11/+34
| | | | | | | | | | | | | 2002-05-13 Christopher James Lahey <clahey@ximian.com> * evolution-mail-global.xml: Replaced q binding with ` for hiding/showing the message view pane. * evolution-mail-message.xml: Replace n/p with ,/. for doing previous/next unread messages. Removed a few other bindings that interfere with alphanumeric characters. svn path=/trunk/; revision=16772
* Add FileOpenOtherUsersFolder.Ettore Perazzoli2002-05-112-0/+9
| | | | | | * evolution.xml: Add FileOpenOtherUsersFolder. svn path=/trunk/; revision=16747
* Fix bad xml.Dan Winship2002-04-092-1/+5
| | | | | | * evolution-calendar.xml: Fix bad xml. svn path=/trunk/; revision=16402
* Added missing </submenu> tag. Remove bogus "Dump" menu item.Ettore Perazzoli2002-04-042-161/+162
| | | | | | | * evolution-addressbook.xml: Added missing </submenu> tag. Remove bogus "Dump" menu item. svn path=/trunk/; revision=16344
* eek, we don't want 2 seps in a rowJeffrey Stedfast2002-03-281-2/+0
| | | | svn path=/trunk/; revision=16264
* Removed the "Mail Settings" stuff.Jeffrey Stedfast2002-03-283-8/+10
| | | | | | | | 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-219-45/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-162-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-search-bar.c (init): Init various members to NULL. (set_dropdown): Removed. (add_dropdown): Removed. (set_menu): New. (add_menu_items): New. (set_option): No need to setup the dropdown size here anymore. (verb_cb): Function implementing the search menu verbs. (update_bonobo_menus): New. (e_search_bar_set_ui_component): New. * e-search-bar.h: Remove the dropdown button stuff from struct ESearchBar. Add `uic' and `items' members. * e-filter-bar.c (e_filter_bar_new): Get a @uic arg. * folder-browser-factory.c (control_activate): Set the UI component on the search bar. * gui/tasks-control.c (tasks_control_activate): Call `e_tasks_set_ui_component()' here to give it the BonoboUIComponent. (tasks_control_deactivate): Likewise, call it here to unset the BonoboUIComponent. * gui/e-tasks.c (e_tasks_set_ui_component): New. * gui/calendar-commands.c (calendar_control_activate): Call gnome_calendar_set_ui_component() here. (calendar_control_deactivate): ...And here, with a NULL BonoboUIComponent. * gui/gnome-cal.c (gnome_calendar_set_ui_component): New. * gui/component/addressbook.c (control_activate): Call `e_search_bar_set_ui_component()' to set the BonoboUIComponent for the search bar. * gui/component/GNOME_Evolution_Addressbook.oaf.in: Add an icon for the LDAP sources configuration control. svn path=/trunk/; revision=16178
* Remove "Settings" item.Ettore Perazzoli2002-03-152-12/+4
| | | | | | * my-evolution.xml: Remove "Settings" item. svn path=/trunk/; revision=16163
* oops.JP Rosevear2002-03-151-1/+2
| | | | svn path=/trunk/; revision=16160
* remove duplicate new items in the file and action menusJP Rosevear2002-03-152-15/+4
| | | | | | | | | 2002-03-14 JP Rosevear <jpr@ximian.com> * evolution-tasks.xml: remove duplicate new items in the file and action menus svn path=/trunk/; revision=16159
* remove duplicate new items in the file and action menusJP Rosevear2002-03-152-29/+5
| | | | | | | | | 2002-03-14 JP Rosevear <jpr@ximian.com> * evolution-calendar.xml: remove duplicate new items in the file and action menus svn path=/trunk/; revision=16158
* Remove the "Tasks Settings..." menu item.Ettore Perazzoli2002-03-144-21/+10
| | | | | | | | | | | | * evolution-tasks.xml: Remove the "Tasks Settings..." menu item. * evolution-calendar.xml: Remove the "Calendar Settings..." menu item. * evolution-addressbook.xml: Remove the "LDAP Sources..." menu item. svn path=/trunk/; revision=16150
* Add an entry to invoke the new unified config dialog.Ettore Perazzoli2002-03-132-6/+17
| | | | | | | * evolution.xml: Add an entry to invoke the new unified config dialog. svn path=/trunk/; revision=16137
* doh. In my previous commit, a whole bunch of changes that were supposed toAnna Marie Dirks2002-03-122-60/+8
| | | | | | | | | | | | 2002-03-11 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml: doh. In my previous commit, a whole bunch of changes that were supposed to be kept in my personal evo were added to HEAD. (Mainly, this was the addition of a "Search" menu.) I am reverting the wrong parts of that patch, and am committing only the accelerators which that patch was supposed to add. Sorry. svn path=/trunk/; revision=16099
* moved format menu, avoided two separatorsRadek Doulik2002-03-092-13/+14
| | | | svn path=/trunk/; revision=15995
* added FormatHTMLRadek Doulik2002-03-092-0/+12
| | | | | | | | 2002-03-08 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: added FormatHTML svn path=/trunk/; revision=15992
* Fixed tiny typo ("Addressbook", not "Address book"), and cleaned upAnna Marie Dirks2002-03-082-12/+76
| | | | | | | | 2002-03-07 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up accelerators more, so that all of them actually work. Also added accelerators to items in the Go To menu and the Forward menu as part of fixing bug #10666. svn path=/trunk/; revision=15973
* added save & close on toolbar, added C-s shortcutRadek Doulik2002-03-082-1/+7
| | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: added save & close on toolbar, added C-s shortcut svn path=/trunk/; revision=15971
* added Print & PrintPreview stuff.Damon Chaplin2002-03-052-0/+19
| | | | | | | | 2002-03-04 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: added Print & PrintPreview stuff. svn path=/trunk/; revision=15905
* Add NewComboButton and a separator.Ettore Perazzoli2002-02-226-26/+18
| | | | | | | | | | | | | | | | | | * evolution.xml: Add NewComboButton and a separator. * evolution-calendar.xml: remove CalendarNewAppointment and CalendarNewTask from the toolbar. * evolution-tasks.xml: Remove TasksNewTask button from the toolbar. * evolution-addressbook.xml: Remove ContactNew and ContactNewList from the toolbar. * evolution-mail-global.xml: Remove the MessageNew from the toolbar. svn path=/trunk/; revision=15787
* Added Copy to Folder and Move to Folder in the Actions menu here.Christopher James Lahey2002-02-142-1/+15
| | | | | | | | | 2002-02-13 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added Copy to Folder and Move to Folder in the Actions menu here. svn path=/trunk/; revision=15713
* Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also addedJeffrey Stedfast2002-02-132-11/+34
| | | | | | | | | 2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also added MessageFollowUpFlag verb. svn path=/trunk/; revision=15700
* add new meeting item to Actions and File->NewJP Rosevear2002-02-082-1/+10
| | | | | | | | | 2002-02-07 JP Rosevear <jpr@ximian.com> * evolution-calendar.xml: add new meeting item to Actions and File->New svn path=/trunk/; revision=15594
* Changed "Forward As" to "Forward" to improve grammar ("Forward As" impliesAnna Marie Dirks2002-02-062-6/+10
| | | | | | | | 2002-02-05 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml: Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies an answer in the form of a noun, while "Redirect" is a verb), and added accelerators to "Add Sender to Addressbook" and "Redirect". svn path=/trunk/; revision=15573
* Add MessageRedirect.Jeffrey Stedfast2002-01-302-0/+10
| | | | | | | | 2002-01-28 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Add MessageRedirect. svn path=/trunk/; revision=15510
* From addressbook/ChangeLog:Christopher James Lahey2002-01-182-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-01-18 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (view_contact_cb): New verb to open a bunch of cards. * gui/widgets/e-addressbook-reflow-adapter.c (open_card): Call e_addressbook_show_multiple_cards instead of doing this ourselves. * gui/widgets/e-addressbook-util.c, gui/widgets/e-addressbook-util.h (e_addressbook_show_multiple_cards): Added this function to show a bunch of cards, including a dialog if lots of windows are going to appear. * gui/widgets/e-addressbook-view.c (e_addressbook_view_view, e_addressbook_view_can_view): e_addressbook_view_view calls e_addressbook_show_multiple_cards on the appropriate list of cards. From ui/ChangeLog: 2002-01-18 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added File->Open which calls the ContactsView command. svn path=/trunk/; revision=15355