aboutsummaryrefslogtreecommitdiffstats
path: root/devel/djgpp-binutils
ModeNameSize
-rw-r--r--Makefile898logstatsplainblame
-rw-r--r--distinfo138logstatsplainblame
d---------files228logstatsplain
-rw-r--r--pkg-descr123logstatsplainblame
-rw-r--r--pkg-plist1615logstatsplainblame
-14 06:04:21 +0800'>2008-04-141-0/+8 | | | | | | | | | | | | | | | | 2008-04-13 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-browser.c: Add an icon for Folder->New. * ui/evolution-addressbook.xml: Add an icon for Edit->Select All. * ui/evolution-mail-list.xml: Add icons for Folder->Delete and Folder->Refresh. svn path=/trunk/; revision=35363 * Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a ↵Suman Manjunath2008-04-121-0/+7 | | | | | | | | | | | | | | | | | | | | "Recent Documents" submenu (to quickly add them as attachments). M configure.in M ChangeLog M composer/evolution-composer.ui M composer/ChangeLog M composer/e-composer-actions.c M composer/e-composer-private.c M widgets/misc/ChangeLog M widgets/misc/e-attachment-bar.c M widgets/misc/e-attachment-bar.h M calendar/gui/dialogs/comp-editor.c M calendar/ChangeLog M ui/ChangeLog M ui/evolution-editor.xml svn path=/trunk/; revision=35354 * ** Merge the mbarnes-composer branchMatthew Barnes2008-04-031-0/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-02 Matthew Barnes <mbarnes@redhat.com> ** Merge the mbarnes-composer branch * configure.in: Bump libgtkhtml requirement to 3.19.1. Add gtkhtml-editor dependency for addressbook, calendar and mail. Remove print-message plugin; new composer implements this natively. * tools/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list), (eab_send_contact_list_as_attachment): Adapt to new Bonobo-less composer widget. * calendar/gui/Makefile.am: Remove CORBA rules for the old composer. * calendar/gui/itip-utils.c (comp_from), (comp_to_list), (comp_subject), (comp_content_type), (comp_filename), (comp_description), (append_cal_attachments), (itip_send_comp), (reply_to_calendar_comp): Adapt to new Bonobo-less composer widget. * composer/Makefile.am: Remove CORBA rules for the old composer. * composer/e-msg-composer.c: * composer/e-msg-composer.h: EMsgComposer is now a subclass of GtkhtmlEditor. Extensive refactoring and cleanup, too much to list in detail. * composer/e-composer-header.c: * composer/e-composer-header.h: Add "sensitive" property along with get/set functions. * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: Propagate "refreshed" signal from EAccountComboBox. Add function e_composer_from_header_get_account_list(). * composer/e-composer-private.c: * composer/e-composer-private.h: New files manage composer's private data. Allows other composer files to manipulate private data. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Remove these files; replaced by EComposerHeaderTable widget. * composer/evolution-composer.c: * composer/evolution-composer.h: Remove these files; composer is now a subclass of GtkhtmlEditor. * composer/e-msg-composer-select-file.c: * composer/e-msg-composer-select-file.h: Remove these files; logic moved to e-msg-composer.c. * composer/listener.c: * composer/listener.h: Remove these files; event handlers moved to e-msg-composer.c. * composer/Composer.idl: * composer/Evolution-Composer.idl: Remove these files; composer is no longer a Bonobo object. * mail/em-composer-prefs (sig_edit_cb), (em_composer_prefs_new_signature): Adapt to new Bonobo-less signature editor. * mail/mail-signature-editor.c: * mail/mail-signature-editor.h: Rewrite the signature editor as a subclass of GtkhtmlEditor. Eliminates Bonobo from the equation. * mail/em-composer-utils.c (composer_get_message), (em_utils_composer_send_cb), (save_draft_done), (em_utils_composer_save_draft_cb), (create_new_composer), (em_utils_compose_new_message), (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), (em_utils_post_to_url), (edit_message), (forward_attached), (forward_non_attached), (reply_get_composer), (composer_set_body), (em_utils_reply_to_message), (post_reply_to_message): Adapt to new Bonobo-less composer. * mail/mail-component-factory.c: Composer is no longer needs a Bonobo factory. * mail/mail-config.c: Fix style pattern for EMsgComposer widgets. * plugins/groupwise/mail-send-options.c (org_gnome_composer_send_options): Adapt to streamlined EMsgComposer API. * plugins/exchange-operations/Makefile.am: Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS. * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header), (org_gnome_exchange_send_options): Adapt to streamlined EMsgComposer API. * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): Adapt to streamlined EMsgComposer API. * po/POTFILES.in: Update file list for new composer. * ui/evolution-composer-entries.xml: Remove this file; obsoleted by new composer. * widgets/misc/Makefile.am: Add EVOLUTION_MAIL_LIBS. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New function e_account_combo_box_get_account_list(). Emit a "refreshed" signal when the EAccountList changes. Add an internal reverse-lookup index. * widgets/misc/e-charset-picker.c (e_charser_add_radio_actions): New function adds radio actions to an action group. Will eventually replace e_charset_picker_bonobo_ui_populate(). * widgets/misc/e-signature-combo-box.c: * widgets/misc/e-signature-combo-box.h: New function e_signature_combo_box_get_signature_list(). ... separate issue ... * configure.in: Bump eds_minimum_version to 2.23.1 for CAMEL_FOLDER_JUNKED_NOT_DELETED symbol. svn path=/trunk/; revision=35313 * Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a ↵Suman Manjunath2008-01-281-8/+12 | | | | | | gettext context to the string "Read") svn path=/trunk/; revision=34910 * ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-171-0/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-0/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-0/+5 | | | | | | | | | | | 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-101-0/+6 | | | | | | | | | | | 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-071-0/+7 | | | | | | | | | | | | | | | | | 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-041-0/+8 | | | | | | | | | | | | | 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-271-0/+7 | | | | | | | | | | | | | 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-261-0/+7 | | | | | | | | | | | | | | | | | | | | | | 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-101-0/+7 | | | | | | | | | | | | | | 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 for bug #492106Michael Monreal2007-11-011-0/+8 | | | | | | | | | | | | 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 * Add an icon for FilePageSetup.Matthew Barnes2007-10-171-0/+5 | | | | | | | | | | | 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-281-0/+19 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * ** Fixes bug #446894Matthew Barnes2007-07-061-0/+9 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-0/+5 | | | | svn path=/trunk/; revision=33547 * ** Fix for bug #325966 from Christian Neumair Srinivasa Ragavan2007-05-141-0/+7 | | | | svn path=/trunk/; revision=33534 * Fix for bug #378438Srinivasa Ragavan2007-05-111-0/+9 | | | | svn path=/trunk/; revision=33503 * ** Fixes #401546 - Commit the missing error string and remove the buttonVeerapuram Varadhan2007-02-261-0/+7 | | | | | | | 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-231-0/+6 | | | | | | | | | | | 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-071-0/+6 | | | | 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-081-0/+6 | | | | | | | | | | 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-031-0/+8 | | | | svn path=/trunk/; revision=32071 * Don't set gtk-delete as the stock icon for Empty TrashRodney Dawes2006-04-281-0/+11 | | | | | | | | | | | | | | | 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-261-0/+10 | | | | svn path=/trunk/; revision=31899 * Insert menu changed its mnemonic. Fixes bug #331975. (Committed by AndreRakesh k.g2006-03-221-0/+5 | | | | | | | | 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-131-0/+5 | | | | svn path=/trunk/; revision=31498 * some trivial string changes for bug 327932Karsten Bräckelmann2006-02-101-0/+5 | | | | svn path=/trunk/; revision=31466 * harmonizing plural forms of tooltips and status messages; fixing a fewAndre Klapper2006-02-061-0/+7 | | | | | | | | | | | 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-061-0/+5 | | | | svn path=/trunk/; revision=31408 * Added a menu item for show/hide side bar. Also changed the mnemonics forRajeev Ramanathan2006-01-301-0/+5 | | | | | | | | | 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-301-0/+7 | | | | | | | | | | | 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-281-0/+7 | | | | svn path=/trunk/; revision=31331 * ** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559,Srinivasa Ragavan2006-01-251-0/+11 | | | | | | | | 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-251-0/+5 | | | | svn path=/trunk/; revision=31307 * Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>Ranjan Somani2006-01-221-0/+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-191-0/+5 | | | | | | | | | 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-191-0/+5 | | | | | | | | | 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-161-0/+5 | | | | | | | | | 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 * ** Fixes bug #326458Srinivasa Ragavan2006-01-141-0/+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-141-0/+10 | | | | | | | | | | | | | | 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-131-0/+8 | | | | | | | | | | | | 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-121-0/+10 | | | | | | | | | | | | | | 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-121-0/+5 | | | | | | | | * 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-121-0/+6 | | | | | | | | | | 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-121-0/+5 | | | | | | | | | 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-021-0/+8 | | | | | | | | | | | | | 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 ui/evolution-executive-summary.xml from CVS. Fixes #325120.Harish Krishnaswamy2006-01-011-0/+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 * 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-311-0/+6 | | | | | | | | | | 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 * Commited evolution.xml and evolution-mail-message.xmlSrinivasa Ragavan2005-12-231-0/+13 | | | | | | | | 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-201-0/+6 | | | | | | | | | | 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-201-0/+5 | | | | | | | | | 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 * Committing the calendar publishing patch.Chenthill Palanisamy2005-12-191-0/+6 | | | | svn path=/trunk/; revision=30876 * Fix #315901, Add shortcut to mark spam. Committed on behalf on AndreShreyas Srinivasan2005-12-161-0/+5 | | | | | | | | | 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-161-0/+9 | | | | | | | | | | | | | 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-161-0/+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-141-0/+6 | | | | | | | | | | 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-131-0/+5 | | | | | | | | 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-071-0/+5 | | | | | | | | | 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-051-0/+7 | | | | | | | | | | | 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-231-0/+8 | | | | | | | | | | | | 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-181-0/+5 | | | | svn path=/trunk/; revision=30636 * added evolution tasks xml file and small changes to evolution event editor.Chenthill Palanisamy2005-11-161-0/+8 | | | | svn path=/trunk/; revision=30625 * added the xml files for event editors.Chenthill Palanisamy2005-11-151-0/+5 | | | | svn path=/trunk/; revision=30612 * added keyboard accelerators for NextMessage and PreviousMessage. FixesSankar P2005-11-111-0/+6 | | | | | | | | | | 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-191-0/+7 | | | | | | | | 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-181-0/+5 | | | | | | | | | 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-071-0/+9 | | | | | | | | | 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-261-0/+4 | | | | | | | | 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-231-0/+5 | | | | | | | | | 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-231-0/+3 | | | | | | | 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-171-0/+11 | | | | | | | | | | | | | | | 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-081-0/+8 | | | | | | | | | | | | 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-051-0/+5 | | | | svn path=/trunk/; revision=30004 * Fix for translation issue, fixes #261971.Sushma Rai2005-08-051-0/+4 | | | | svn path=/trunk/; revision=30003 * re-added the post-reply function. There's no way to use news otherwise,Not Zed2005-08-031-0/+5 | | | | | | | | | 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-281-0/+5 | | | | | | | | | 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-281-0/+6 | | | | | | | | | | 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-251-0/+5 | | | | | | | | | | | | | | 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-251-0/+5 | | | | | | | | | | 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-211-0/+6 | | | | | | | | | | 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-071-0/+4 | | | | svn path=/trunk/; revision=29465 * Rename ViewHideSelected to ViewShowSelected Enable the "Show Messages"Rodney Dawes2005-06-011-0/+7 | | | | | | | | | | | 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-161-0/+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-141-0/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-061-0/+5 | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 * evolution-message-composer.xml: Fixed the typo error. svn path=/trunk/; revision=29299 * change the label to "Request read receipt".Not Zed2005-04-081-0/+10 | | | | | | | | | | | | | | 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-141-0/+7 | | | | | | | | | | | 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-021-0/+8 | | | | | | | | | | | | 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-251-0/+8 | | | | | | | | | | | | 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-051-0/+10 | | | | | | | | | | | | | | 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-051-0/+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-171-0/+14 | | | | | | | | | | | | | | | | | | 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-171-0/+5 | | | | | | | | | 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-101-0/+4 | | | | | | | | 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-231-0/+5 | | | | | | | | | 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-19