| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(Check for store type and invoke appropriate *_prepare_for_offline functions)
svn path=/trunk/; revision=34778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #300336
* plugins/groupwise-features/share-folder-common.c: (users_dialog_response):
Ensure vfolder is running.
* mail/mail-vfolder.h: (vfolder_loaded):
* mail/mail-vfolder.c: (vfolder_loaded): New helper function.
* mail/em-folder-utils.c: (emfu_popup_new_folder_response):
* mail/mail-vfolder.c: (vfolder_gui_add_rule),
(vfolder_gui_add_from_message), (vfolder_gui_add_from_address):
* mail/em-folder-browser.c: (emfb_search_menu_activated):
* mail/em-folder-view.c: (emp_uri_popup_vfolder_sender),
(emp_uri_popup_vfolder_recipient), (vfolder_type_current):
Ensure vfolder is running.
* mail/mail-component.c: (mc_startup): Do not start vfolder when
disabled by option '/apps/evolution/mail/display/enable_vfolders'.
* mail/evolution-mail.schemas.in: Added schema for new option.
* mail/mail-config.glade:
* mail/em-mailer-prefs.h:
* mail/em-mailer-prefs.c: Added checkbox for "Enable Search Folders" option.
Note: if your schema failed to install, then the search folders will be hidden. Enable by hand then.
svn path=/trunk/; revision=34775
|
|
|
|
| |
svn path=/trunk/; revision=34773
|
|
|
|
|
|
|
|
| |
* em-mailer-prefs.c: (emmp_header_is_valid):
backport changes from the copy/pasted code in imap-headers
plugin.
svn path=/trunk/; revision=34772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme)
M addressbook/gui/component/addressbook-view.c
M addressbook/ChangeLog
AM data/icons/hicolor_actions_16x16_mail-move.png
AM data/icons/hicolor_actions_16x16_mail-copy.png
AM data/icons/hicolor_actions_16x16_folder-move.png
M data/icons/Makefile.am
AM data/icons/hicolor_actions_16x16_folder-copy.png
M mail/em-folder-browser.c
M mail/ChangeLog
M mail/em-folder-tree.c
M mail/em-folder-view.c
M mail/message-list.c
M composer/ChangeLog
M composer/e-msg-composer.c
M ChangeLog
M calendar/gui/dialogs/comp-editor.c
M calendar/ChangeLog
svn path=/trunk/; revision=34769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-02 Milan Crha <mcrha@redhat.com>
** Fix for bug #317823
* em-format-html-display.c: (efhd_get_uri_puri):
New helper function to dig up uri or puri from the GtkHtml.
If the object is an image, then pass it as puri or uri, depends
on the source of the image.
* em-format-html-display.c: (efhd_html_button_press_event),
(em_format_html_display_popup_menu): Using new helper function.
Note: New API functions in gtkhtml are required.
svn path=/trunk/; revision=34750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-02 Milan Crha <mcrha@redhat.com>
** Fix for bug #364642
* mail/em-composer-prefs.h: (struct _EMComposerPrefs):
* mail/em-composer-prefs.c: (em_composer_prefs_construct):
* mail/mail-config.glade:
* mail/evolution-mail.schemas.in:
(/apps/evolution/mail/composer/request_receipt):
New option in Composer tab to preset Request Read Receipt in composer.
* composer/e-msg-composer.c: (create_composer): Preset "Request Read Receipt"
based on gconf key "/apps/evolution/mail/composer/request_receipt".
svn path=/trunk/; revision=34749
|
|
|
|
|
|
|
|
|
|
| |
2008-01-02 Andre Klapper <a9016009@gmx.de>
* mail/mail-config.glade:
add mnemonic_widget for default junk plugin. see bug #476264.
svn path=/trunk/; revision=34748
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-02 Srinivasa Ragavan <sragavan@novell.com>
* em-event.c: (eme_target_free):
* em-event.h:
* em-folder-tree-model.c: (em_folder_tree_model_get_folder_name):
* em-folder-tree-model.h:
* mail-folder-cache.c: (real_flush_updates): Send the folder name
along with the new mail event.
svn path=/trunk/; revision=34744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #362638
* calendar/gui/alarm-notify/alarm-notify.c:
* calendar/gui/alarm-notify/alarm-notify.h:
* calendar/gui/alarm-notify/alarm-queue.c:
Rewrite message passing to use GThreadPool instead of EThread.
* mail/mail-mt.h:
Overhaul the message passing API:
- Define a MailMsg type as the base message struct.
- Define types for the various callback functions.
- Add a priority value to each message (not yet used).
- Add a reference count to each message.
- Define a MailMsgInfo type for the virtual function table.
- Record the size of message sub-types in MailMsgInfo.
- New/changed functions:
mail_msg_new() - Easier to use.
mail_msg_ref() - Increase reference count.
mail_msg_unref() - Decrease reference count.
mail_msg_main_loop_push() }
mail_msg_unordered_push() } Submit MailMsgs to various
mail_msg_fast_ordered_push() } message-processing threads.
mail_msg_slow_ordered_push() }
* mail/mail-mt.c (mail_msg_new):
Use GSlice for memory allocation.
* mail/mail-mt.c (mail_msg_ref), (mail_msg_unref):
New functions increment/decrement a MailMsg's reference count.
* mail/mail-mt.c (mail_cancel_hood_add), (mail_cancel_hook_remove):
Convert the 'cancel_hook_list' from an EDList to a GHookList and
modify the API accordingly.
* mail/mail-mt.c:
Use GThreadPools instead of EThreads.
Use GAsyncQueues instead of EMsgPorts.
* mail/em-composer-utils.c:
* mail/em-folder-browser.c:
* mail/em-folder-properties.c:
* mail/em-folder-tree.c:
* mail/em-folder-utils.c:
* mail/em-folder-view.c:
* mail/em-format-html-print.c:
* mail/em-format-html.c:
* mail/em-subscribe-editor.c:
* mail/em-sync-stream.c:
* mail/importers/elm-importer.c:
* mail/importers/mail-importer.c:
* mail/importers/pine-importer.c:
* mail/mail-component.c:
* mail/mail-folder-cache.c:
* mail/mail-mt.c:
* mail/mail-ops.c:
* mail/mail-ops.h:
* mail/mail-send-recv.c:
* mail/mail-session.c:
* mail/mail-vfolder.c:
* mail/message-list.c:
* plugins/folder-unsubscribe/folder-unsubscribe.c:
* plugins/groupwise-features/share-folder-common.c:
* plugins/exchange-operations/exchange-folder.c:
* plugins/mark-all-read/mark-all-read.c:
* plugins/mailing-list-actions/mailing-list-actions.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/save-attachments/save-attachments.c:
Use the new MailMsg API for messages.
svn path=/trunk/; revision=34730
|
|
|
|
|
|
|
|
|
| |
2007-12-18 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-mt.c (do_op_status): Fix another compiler warning.
svn path=/trunk/; revision=34728
|
|
|
|
|
|
|
|
| |
2007-12-17 Srinivasa Ragavan <sragavan@novell.com>
* mail-mt.c: (mail_msg_free), (mail_msg_check_error): Fix some compiler warnings.
svn path=/trunk/; revision=34716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #211353
* message-list.etspec:
* message-list.h:
* message-list.c: Added new column to show labels.
* filtertypes.xml:
* vfoldertypes.xml:
Code for label filters/search folders has been changed.
* mail-config.glade:
* em-folder-view.c: (emfv_set_label), (emfv_unset_label),
(emfv_popup_label_clear), (emfv_popup_label_set),
(emfv_popup_labels_get_state_for_tag), (emfv_popup):
Labels popup submenu is now shown with checkboxes so one can set
more than one label to the message and unset only one label from
message. There has been added new function, because of this.
* mail-config.h:
* mail-config.c: New "interface" functions to work with labels.
* em-mailer-prefs.h:
* em-mailer-prefs.c: Editing labels in tree.
* em-folder-browser.c:
Labels in show menu reflect changes in preferences.
2007-12-14 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #211353
* filter-label.c: Use global label's setup, not its own copy.
2007-12-14 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #211353
* e-popup.h:
* e-popup.c: (ep_build_tree):
Toggles can be in inconsistent state now, and can also contain
an image, which is a pointer to GtkImage widget.
2007-12-14 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #211353
* e-search-bar.c: (e_search_bar_get_viewitem_id):
Return -1 if no viewmenu is setup yet.
svn path=/trunk/; revision=34715
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-17 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #430369
* mail-session.c: (mail_session_init): Init in the main gui thread.
svn path=/trunk/; revision=34713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
movement.
svn path=/trunk/; revision=34702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-14 Sankar P <psankar@novell.com>
* em-folder-tree-model.c: (emft_model_unread_count_changed),
(em_folder_tree_model_init),
(em_folder_tree_model_set_unread_count):
* em-folder-tree.c: (em_folder_tree_construct):
Moving some code from tree to model where it belongs.
Fixes some CPU usage issue whenever (un)read count is updated.
Hopefully no regresssions.
svn path=/trunk/; revision=34698
|
|
|
|
|
|
|
|
|
|
| |
2007-12-13 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-send-recv.c:
Fix an implicit function declaration.
svn path=/trunk/; revision=34696
|
|
|
|
|
|
| |
"Loading %s as the default junk plugin" message)
svn path=/trunk/; revision=34691
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #502318
* em-format-html-display.c: (struct _EMFormatHTMLDisplayPrivate),
(efhd_search_destroy), (em_format_html_get_search_dialog),
(em_format_html_display_search), (em_format_html_display_search_with),
(em_format_html_display_search_close), (efhd_complete):
Track search dialog activity rather based on flag than on widget
existence, because the pointer to that widget it still
there (non-NULL) even after destroy of that widget.
svn path=/trunk/; revision=34689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #336074
* mail-send-recv.c: (get_folders):
Determine whether refresh folder from the store based on result of new
store's function 'camel_store_can_refresh_folder'.
Note: Be sure you updated evolution-data-server (revision 8288) and evolution-exchange too
svn path=/trunk/; revision=34688
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-10 Jeff Cai <jeff.cai@sun.com>
* em-folder-view.c: (emfv_setting_notify):
If it is not FolderBrowser object, the pane size
signal is not sent.
Fix #501677
svn path=/trunk/; revision=34681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-07 Alex Kloss <alexkloss@att.net>
** Fix for bug #329706
* em-utils.c (em_utils_prompt_user):
Add mnemonic 'd' to 'Do not show...' checkbox
* mail.error.xml:
Remove redundant 'Send anyway' label
Reorder buttons to 'Send','Cancel' as per HIG
svn path=/trunk/; revision=34668
|
|
|
|
|
|
| |
Changed the string for search folder and filter creation from message list, etc to make it understandable)
svn path=/trunk/; revision=34667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #263236
* em-folder-view.c: (emfv_delete_msg_response):
Look for "Do not ask me again" check in alignment, so
let it works properly.
svn path=/trunk/; revision=34660
|
|
|
|
|
|
|
|
|
|
| |
2007-12-05 Srinivasa Ragavan <sragavan@novell.com>
* mail-config.h: Fix a compiler warning.
svn path=/trunk/; revision=34654
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-05 Srinivasa Ragavan <sragavan@novell.com>
** Added a preference to disable Magic Spacebar.
* em-folder-browser.c: (html_scroll), (emfb_list_key_press): Check the cfg
before invoking Magic Spacebar
* em-mailer-prefs.c: (em_mailer_prefs_construct): Preference window handling
* em-mailer-prefs.h:
* evolution-mail.schemas.in:
* mail-config.c: (gconf_magic_spacebar_changed),
(mail_config_init), (mail_config_get_enable_magic_spacebar): Add it part of MC.
* mail-config.glade:
* mail-config.h:
svn path=/trunk/; revision=34650
|
|
|
|
|
|
| |
(missing mnemonic in 'New Folder' dialog)
svn path=/trunk/; revision=34649
|
|
|
|
|
|
| |
mnemonic in Receiving options tab)
svn path=/trunk/; revision=34648
|
|
|
|
|
|
| |
(mnemonic conflict in 'Find in Message' feature)
svn path=/trunk/; revision=34647
|
|
|
|
|
|
| |
conflict in Mail Preferences->Junk tab)
svn path=/trunk/; revision=34646
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-04 David Turner <cillian64@googlemail.com>
** Part of fix for bug #466499
* em-account-editor.c: (emae_option_toggle):
Added support for mnemonics in config options from camel
svn path=/trunk/; revision=34645
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-04 David Turner <cillian64@googlemail.com>
** Fix for bug #466497
* mail-config.glade: Changed some mnemonics to stop l being used
as a mnemonic key
svn path=/trunk/; revision=34644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-04 David Turner <cillian64@googlemail.com>
** Fix for bug #466241
* plugins/exchange-operations/exchange-account-setup.c: (org_gnome_exchange_auth_section):
Added a mnemonic to the Authentication Type label/dropdown
* mail/mail-config.glade: Added a mnemonic to "Authentication type"
in the recieving mail section of configuration
svn path=/trunk/; revision=34643
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-03 Denis Washington <denisw@svn.gnome.org>
** Fix for bug #363644
* mail-send-recv.c:
Added a 6px padding around the scrolled window so that
it's border doesn't look like a separator on the bottom.
svn path=/trunk/; revision=34630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-29 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #271551
* mail/evolution-mail.schemas.in:
New key "/apps/evolution/mail/composer/current_folder".
* composer/e-msg-composer.h: (e_msg_composer_set_attach_path),
(e_msg_composer_get_attach_path):
* composer/e-msg-composer.c: (e_msg_composer_set_attach_path),
(e_msg_composer_get_attach_path):
Functions to set/get attach path to both composer and editor.
* composer/e-msg-composer.c: (prepare_engine):
Set last used path right after creation of the engine.
* composer/e-msg-composer-select-file.c: (get_selector), (select_file_response),
(select_attach_response): Using new functions.
* composer/listener.c: (impl_event): Store new file path when received event
about its change.
* composer/e-msg-composer.c: (set_signature_gui): Leak fix.
Note: update your GtkHtml to revision 8636 and above.
svn path=/trunk/; revision=34613
|
|
|
|
|
|
|
|
|
|
| |
2007-11-28 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-session.c:
Fix an implicit function declaration caused by my last commit.
svn path=/trunk/; revision=34608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #495123
* composer/Makefile.am:
Add a bunch of files for managing composer headers.
* composer/e-msg-composer.c (build_message), (from_changed_cb),
(set_editor_signature), (e_msg_composer_set_body),
(e_msg_composer_get_preferred_account):
* plugins/exchange-operations/exchange-mail-send-options.c
(append_to_header):
Use e_msg_composer_hdrs_get_from_account() to obtain the EAccount.
* composer/e-msg-composer-hdrs.c:
* composer/e-msg-composer-hdrs.h:
Massive refactoring to use new EComposerHeader classes.
* composer/e-composer-header.c:
* composer/e-composer-header.h:
* composer/e-composer-from-header.c:
* composer/e-composer-from-header.h:
* composer/e-composer-name-header.c:
* composer/e-composer-name-header.h:
* composer/e-composer-post-header.c:
* composer/e-composer-post-header.h:
* composer/e-composer-text-header.c:
* composer/e-composer-text-header.h:
New GObject classes manage different types of composer headers.
See bug #495123 for a more detailed description of each class.
* mail/mail-session.c (mail_session_init):
Pass the CamelSession to the EAccountComboBox class (ugly hack).
* widgets/misc/Makefile.am:
Add e-account-combo-box.[ch].
* widgets/misc/e-account-combo-box.c:
* widgets/misc/e-account-combo-box.h:
New widget renders an EAccountList as a combo box. Also listens
for changes to the EAccountList and updates itself accordingly.
svn path=/trunk/; revision=34600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #494414
* em-folder-selection-button.c: (set_contents): If used uri points
to an account, then prepend account's name to folder name.
svn path=/trunk/; revision=34574
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #494425
* em-utils.c: (get_unique_file_names):
New helper function to "assign" unique file name to each part.
* em-utils.c: (em_utils_save_parts): Use new helper function.
svn path=/trunk/; revision=34568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #335931
* message-list.c: (struct _regen_list_msg): New member last_row.
* message-list.c: (regen_list_regen): Store last_row for later use.
* message-list.c: (regen_list_regened): Restore row based on last_row
when no uid was selected before.
* message-list.c: (mail_regen_list): Init new last_row member.
* em-folder-view.c: (emfv_select_next_message): New helper function
to select messages in list.
* em-folder-view.c: (emfv_popup_mark_junk), (emfv_popup_mark_nojunk),
(emfv_popup_delete): Using new helper function, so get same behavior.
* message-list.h: (struct _MessageList):
* message-list.c: (on_cursor_activated_cmd): Removed cursor_row member.
svn path=/trunk/; revision=34567
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #498551
* em-folder-tree.c: (emft_get_folder_info__got):
Remove placeholder node even for store if no children found.
svn path=/trunk/; revision=34563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #256899 by Chaya
* mail-config.glade:
* em-account-prefs.h: (struct _EMAccountPrefs):
* em-account-prefs.c: (account_delete_clicked),
(account_able_clicked), (account_able_toggled),
(account_cursor_change), (em_account_prefs_construct):
Remove "Disable/Enable" button from Mail Accounts preferences.
svn path=/trunk/; revision=34562
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-20 Milan Crha <mcrha@redhat.com>
** Fix for bug #480514
* em-folder-browser.c: (get_view_query),
(emfb_search_search_activated): Let work "Last 5 Days' Messages" and
"Recent messages" filters in Sent folder too.
svn path=/trunk/; revision=34556
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-20 Milan Crha <mcrha@redhat.com>
** Fix for bug #493783
* em-format-html.c: (efh_format_timeout): Do not erase old content
when re-formatting same mail, so keep scroll position.
svn path=/trunk/; revision=34554
|
|
|
|
|
|
| |
right click menu reordering
svn path=/trunk/; revision=34549
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
* mail/em-folder-tree.c (em_folder_tree_get_selected_folder_info):
* plugins/exchange-operations/exchange-folder.c (ex_create_folder_info):
Call camel_folder_info_new() instead of g_new0().
svn path=/trunk/; revision=34538
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #263236
* mail.error.xml: Terminology cleanup.
svn path=/trunk/; revision=34529
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #263236
* mail.error.xml: New message "ask-delete-vfolder-msg".
* em-folder-view.c: (emfv_delete_msg_response),
(emfv_popup_delete): When deleting from vFolder, ask if really want
to and warn about deleting in a real folder too.
* evolution-mail.schemas.in: New option
"/apps/evolution/mail/prompts/delete_in_vfolder" to not ask again.
svn path=/trunk/; revision=34523
|
|
|
|
|
|
|
|
|
|
| |
2007-11-08 Matthew Barnes <mbarnes@redhat.com>
* em-folder-selector.h:
Fix some typos in the GObject macros.
svn path=/trunk/; revision=34517
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #492170
* em-migrate.c:
* evolution-mail.schemas.in:
* mail-config.c:
Replace the old color definitions with very similar colors from
the Tango color palette.
svn path=/trunk/; revision=34515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #343011
(restore collapse state of selected folder after start)
* em-folder-tree.c: (emft_maybe_expand_row): Do not expand subtree of
a node, only make it visible.
* em-folder-tree-model.h: (em_folder_tree_model_get_expanded_uri),
(em_folder_tree_model_set_expanded_uri):
* em-folder-tree-model.c: (em_folder_tree_model_get_expanded_uri),
(em_folder_tree_model_set_expanded_uri):
Same as ..._get/_set_expanded, but using 'uri', instead of 'key'.
* em-folder-tree-model.c: (emftm_uri_to_key): New helper function.
* mail-component.c: (impl_createView): Restore collapsed state after
selecting last selected folder, if necessary.
svn path=/trunk/; revision=34503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #488298
* em-folder-view.c: (EMFolderViewEnable emfv_enable_map[]):
Disable "MessageMarkAsNotJunk" if requested by context.
* mail-folder-cache.c: (update_1folder): Do not count junked
messages into "new" messages in drafts and out box.
* em-popup.c: (em_popup_target_new_select): Disable "MarkAsJunk"
and "MarnAsNotJunk" in drafts and out box.
svn path=/trunk/; revision=34502
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #492102
Use mail-mark-read icon.
svn path=/trunk/; revision=34499
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #334675
* plugins/mail-to-task/mail-to-task.c: (do_mail_to_task), (text_contains_nonwhitespace),
(get_selected_text), (convert_to_task), (org_gnome_mail_to_task),
(org_gnome_mail_to_task_menu):
When selected only one message, then try to use selected text in
preview as description, instead of whole message body.
* Requires newer GthHtml (API extended, since revision 8614).
* mail/em-folder-view.c: (emfv_message_reply): Leak fix.
svn path=/trunk/; revision=34497
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Sankar P <psankar@novell.com>
* em-folder-tree.c:
Change enum order. LAST should be the last.
Regression from #446035
** Fix for bug #493646
svn path=/trunk/; revision=34492
|
|
|
|
|
|
|
|
|
| |
2007-10-31 Priit Laes <plaes@svn.gnome.org>
* em-format-html-display.c: Fix typo in documentation.
* em-message-browser.c: Ditto.
svn path=/trunk/; revision=34471
|
|
|
|
|
|
|
|
|
|
| |
2007-10-31 Priit Laes <plaes@svn.gnome.org>
* mail-component.c: (view_changed): Fix the ordering of the string
components.
svn path=/trunk/; revision=34469
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-30 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #446035
* em-folder-tree.c: (render_pixbuf):
Use the folder-saved-search icon for vfolders.
svn path=/trunk/; revision=34459
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
* e-searching-tokenizer.c: (build_trie), (searcher_new),
(output_token), (output_match), (merge_subpending),
(searcher_next_token):
* em-account-editor.c: (em_account_editor_new), (emae_load_text),
(emae_check_license), (emae_auto_detect), (smime_sign_key_select),
(smime_encrypt_key_select), (emae_service_url_path_changed),
(emae_ssl_changed), (emae_service_provider_changed),
(emae_refresh_providers), (emae_refresh_authtype),
(emae_setup_service), (emae_identity_page):
* em-composer-utils.c: (em_utils_send_receipt),
(generate_account_hash), (em_utils_camel_address_to_destination),
(reply_get_composer):
* em-config.c: (em_config_new):
* em-event.c: (em_event_peek):
* em-filter-rule.c: (get_widget):
* em-folder-browser.c: (generate_viewoption_menu),
(em_folder_browser_show_preview), (get_view_query),
(vfolder_setup_do), (emfb_search_search_activated),
(emfb_list_key_press), (emfb_list_built):
* em-folder-view.c: (em_folder_view_new),
(emfv_setup_view_instance), (emfv_popup_forward),
(emp_uri_popup_vfolder_sender), (emp_uri_popup_vfolder_recipient),
(emfv_enable_menus):
* em-format-hook.c:
* em-format-html-display.c: (efhd_attachment_optional):
* em-format-html.c: (em_format_html_new),
(em_format_html_add_pobject), (em_format_html_find_pobject),
(em_format_html_find_pobject_func), (efh_text_enriched),
(efh_multipart_related), (efh_format_address), (efh_format_header):
* em-icon-stream.h:
* em-inline-filter.c: (emif_add_part), (emif_scan):
* em-junk-hook.c: (emjh_construct_group):
* em-mailer-prefs.c: (junk_plugin_setup):
* em-menu.c: (em_menu_new), (em_menu_target_new_select):
* em-message-browser.c: (em_message_browser_new):
* em-popup.c: (em_popup_new), (em_popup_target_new_select):
* em-sync-stream.c:
* em-utils.c: (em_utils_save_part_to_file), (tag_editor_response),
(em_utils_read_messages_from_stream), (em_utils_get_proxy_uri),
(em_utils_in_addressbook):
* em-vfolder-rule.c: (validate):
* importers/elm-importer.c:
* importers/mail-importer.c: (import_mbox_import),
(import_folders_rec):
* importers/pine-importer.c:
* mail-component.c: (setline_done):
* mail-folder-cache.c: (flush_updates):
* mail-mt.c: (mail_msg_new), (checkmem), (mail_msg_check_error),
(mail_msg_cancel), (mail_msg_wait), (mail_msg_init),
(do_op_status):
* mail-send-recv.c: (receive_status), (receive_done),
(refresh_folders_get):
* mail-vfolder.c: (mail_vfolder_get_sources_local),
(mail_vfolder_get_sources_remote), (context_rule_added),
(store_folder_renamed):
* message-list.c: (e_mail_address_new), (e_mail_address_compare),
(get_normalised_string), (ml_search_forward), (ml_search_backward),
(ml_search_path), (message_list_select_uid),
(thread_select_foreach), (message_list_copy), (ml_duplicate_value),
(ml_free_value), (ml_initialize_value), (ml_value_is_empty),
(ml_value_to_string), (subtree_latest), (sanitize_recipients),
(ml_tree_value_at), (ml_tree_sort_value_at),
(message_list_init_images), (filter_date), (build_tree),
(build_flat_diff), (regen_list_regen):
Warning fixes:
- NULL vs. 0 vs FALSE
- ANSIfication of function declarations
- Remove unused bits
- use unsigned ints for 1-bit bitfields
- invalid pointer type
- mark a global var static
- mixing code and declarations
svn path=/trunk/; revision=34449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #489027
* evolution-mail.schemas.in: New hidden option 'thread_latest' to fall
back to thread sorting like before 2007-05-17 (see below).
* message-list.c: (struct _MessageListPrivate),
(message_list_construct): New property 'thread_latest'.
* message-list.c: (ml_tree_sort_value_at): Sort based on this property.
svn path=/trunk/; revision=34426
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #467364 by Christian Kintner
* evolution-mail.schemas.in:
* mail-config.glade: Evolution uses "Emoticon" instead of "Smiley".
svn path=/trunk/; revision=34418
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-24 Andre Klapper <a9016009@gmx.de>
** Fix for bug #261165
* filtertypes.xml: added search on CC and BCC
svn path=/trunk/; revision=34417
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #271734
* mail-mt.c: (do_op_status): Show description of operation, if
available, instead of empty string and end activity properly, if
operation ended before/during activity start.
svn path=/trunk/; revision=34411
|
|
|
|
|
|
|
|
|
|
| |
2007-10-15 Matthew Barnes <mbarnes@redhat.com>
* mail/em-folder-view.c:
Fix broken icon for View -> Zoom -> Normal Size.
svn path=/trunk/; revision=34389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-12 Michael Monreal <michael.monreal@gmail.com>
** Migration of theme icons to data/icons/ (bug #479257)
* art/Makefile.am: Remove references to art/$size.
* configure.in: Include new data/icons/ directory.
* file e-util/e-icon-factory.c:
Append a private icon directory to the search path.
New inbox/outbox/sent icons.
* mail/em-folder-tree.c, mail/mail-send-recv.c:
Change icon references.
New view-calendar icons.
* calendar/gui/calendar-commands.c: Change icon references.
svn path=/trunk/; revision=34383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-11 Matthew Barnes <mbarnes@redhat.com>
Miscellaneous changes related to bug #437579.
* configure.in:
Put a blank line between the configuration summary and the
final "now type make" message.
* mail/em-format.c (em_format_add_puri):
Use G_GSIZE_FORMAT when printing a gsize/size_t to make compilers
on all arches happy.
* plugins/mail-notification/mail-notification.c:
Put the notification_callback() declaration inside a
#ifdef HAVE_LIBNOTIFY block to avoid a potential compiler warning.
* calendar/gui/alarm-notify/alarm-queue.c:
Fix an implicit GTK+ function declaration on x86_64.
svn path=/trunk/; revision=34378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #323977
* filter/filter-rule.c: (get_widget):
Use "Add Filter Criteria" instead of plain "Add" for button label.
* mail/em-filter-rule.c: (get_widget):
Use "Add Action" instead of plain "Add" for button label.
svn path=/trunk/; revision=34376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #329823
* Evolution-Shell.idl: (setButtonIcon):
* e-sidebar.h: (e_sidebar_change_button_icon):
* e-sidebar.c: (struct Button), (button_new), (button_free),
(e_sidebar_change_button_icon):
* e-shell.h: (EMainShellFunc), (e_shell_foreach_shell_window):
* e-shell.c: (EMainShellFunc), (e_shell_foreach_shell_window):
* e-component-view.h: (e_component_view_set_button_icon):
* e-component-view.c: (e_component_view_set_button_icon):
* e-shell-window.h: (e_shell_window_change_component_button_icon):
* e-shell-window.c: (e_shell_window_change_component_button_icon):
* e-shell-view.c: (struct change_icon_struct),
(change_button_icon_func), (impl_ShellView_setButtonIcon),
(e_shell_view_class_init):
Added support to change component's button icon.
* mail-component.h: (mail_indicate_new_mail):
* mail-component.c: (mail_indicate_new_mail),
(struct _MailComponentPrivate), (impl_dispose), (impl_createView):
New function to indicate new mails on sidebar's button and storing
component_view in priv struct for later use.
* em-folder-view.c: (emfv_list_done_message_selected):
* mail-folder-cache.c: (real_flush_updates):
Indicate changes like for plugins for new mails.
svn path=/trunk/; revision=34374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-09 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #437579
* addressbook/conduit/address-conduit.c:
* addressbook/gui/component/addressbook-config.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/widgets/eab-gui-util.c:
* calendar/conduits/calendar/calendar-conduit.c:
* calendar/conduits/memo/memo-conduit.c:
* calendar/conduits/todo/todo-conduit.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-day-view-layout.c:
* calendar/gui/e-day-view-layout.h:
* calendar/gui/print.c:
* e-util/e-pilot-map.c:
* e-util/e-plugin.c:
* e-util/e-profile-event.c:
* e-util/e-signature.c:
* filter/filter-file.c:
* mail/e-searching-tokenizer.c:
* mail/em-folder-browser.c:
* mail/em-format-html.c:
* mail/em-format-view.c:
* mail/em-format.c:
* mail/em-mailer-prefs.c:
* mail/em-mailer-prefs.h:
* mail/mail-session.c:
* mail/mail-session.h:
* mail/mail-vfolder.c:
* mail/message-list.c:
* plugins/bbdb/bbdb.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/calendar-http/calendar-http.c:
* plugins/exchange-operations/exchange-user-dialog.c:
* plugins/face/face.c:
* shell/e-shell-window.c:
* shell/e-shell.c:
* smime/lib/e-cert-db.c:
* tools/killev.c:
* widgets/misc/e-cursors.c:
* widgets/misc/e-spinner.c:
* widgets/misc/e-unicode.c:
* widgets/table/e-table-field-chooser-item.c:
* widgets/table/e-table-header-item.c:
* widgets/table/e-table-header-item.h:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table.c:
* widgets/text/e-text.c:
Fix various compiler warnings. Patch from Milan Crha.
svn path=/trunk/; revision=34368
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-09 Tobias Mueller <muelli@auftrags-killer.org>
** Fix for bug #482575
* em-folder-view.c: Don't use "insert_image" icon.
Patch by Michael Monreal <infernux@web.de>
svn path=/trunk/; revision=34366
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-09 Bharath Acharya <abharath@novell.com>
** Fix for bug #484635
* em-folder-tree-model.c: (em_folder_tree_model_remove_store_info):
Destroy functions in GHashTables to simplify memory management already
free the store info. So do no free it again in this function.
svn path=/trunk/; revision=34365
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #477045
* em-popup.c: (EPopupItem emp_standard_uri_popups[]): Use 'contact-new'
icon name rather than 'edit-add' for "Add to address book" item.
svn path=/trunk/; revision=34363
|
|
|
|
| |
svn path=/trunk/; revision=34355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-04 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #477045
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/calendar-component.c:
* calendar/gui/memos-component.c:
* calendar/gui/tasks-component.c:
* mail/em-folder-tree.c:
Use "edit-copy" and "document-properties" icons in the pop-up menu.
svn path=/trunk/; revision=34354
|
|
|
|
| |
svn path=/trunk/; revision=34346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #469657
* addressbook/importers/evolution-ldif-importer.c:
* calendar/gui/comp-editor-factory.c:
* composer/e-msg-composer.c:
* e-util/e-config-listener.c:
* mail/em-composer-prefs.c:
* mail/em-folder-tree-model.c:
* mail/em-format.c:
* mail/em-format-html.c:
* mail/em-migrate.c:
* mail/em-subscribe-editor.c:
* mail/mail-component.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* mail/importers/elm-importer.c:
* plugins/exchange-operations/exchange-folder-size-display.c:
* plugins/mono/mono-plugin.c:
* shell/e-shell-settings-dialog.c:
* tools/killev.c:
* widgets/table/e-table-extras.c:
* widgets/table/e-table-selection-model.c:
Use destroy functions in GHashTables to simplify memory management.
svn path=/trunk/; revision=34344
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-01 Sankar P <psankar@novell.com>
* em-format-html.c: (efh_format_headers):
Display Face header value if contacts doesn't
have any image associated with them.
Fixes bug mentioned in #481235 and not the
enhnacement request.
svn path=/trunk/; revision=34333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
* mail/em-account-editor.c:
* mail/evolution-mail.schemas.in:
* mail/mail-config.glade:
* plugins/bbdb/bbdb.c (bbdb_page_factory):
* plugins/bogo-junk-plugin/bf-junk-filter.c:
* plugins/face/org-gnome-face-eplug.xml:
* plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml:
* plugins/print-message/org-gnome-print-message.eplug.xml:
Use consistent terminology for mail messages (#480621).
svn path=/trunk/; revision=34326
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #474000
* addressbook/importers/evolution-ldif-importer.c:
Remove redundant Base64 codec implementation. Use GLib's.
* mail/em-format-html.c (efh_format_headers):
* mail/em-migrate.c (upgrade_passwords_1_2):
* plugins/face/face.c:
Use GLib's Base64 API instead of Camel's.
svn path=/trunk/; revision=34325
|
|
|
|
|
|
|
| |
Use GObject's marshalers whenever possible.
svn path=/trunk/; revision=34324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-21 Matthew Barnes <mbarnes@redhat.com>
* mail/Makefile.am:
Distribute README.async (#478704).
* mail/importers/Makefile.am:
Remove references to evolution-outlook-importer.c and
netscape-importer.c; we haven't shipped them for over two years
(see ChangeLog entry for 2005-07-01).
svn path=/trunk/; revision=34297
|
|
|
|
|
|
|
|
|
| |
2004-06-18 Not Zed <NotZed@Ximian.com>
* Makefile.am (glade_DATA): fix the glade list.
svn path=/trunk/; revision=34296
|
|
|
|
| |
svn path=/trunk/; revision=34289
|
|
|
|
| |
svn path=/trunk/; revision=34277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #476040
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/dialogs/comp-editor.c:
* composer/e-msg-composer.c:
* composer/e-msg-composer-attachment-bar.c:
* mail/em-folder-browser.c:
* mail/message-list.c:
* widgets/misc/e-attachment-bar.c:
Use "mail-attachment" icon instead of "stock_attach".
Use "mail-attachment" icon for unknown attachment types.
svn path=/trunk/; revision=34240
|
|
|
|
| |
svn path=/trunk/; revision=34239
|
|
|
|
| |
svn path=/trunk/; revision=34236
|
|
|
|
| |
svn path=/trunk/; revision=34194
|
|
|
|
| |
svn path=/trunk/; revision=34192
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-06 Andre Klapper <a9016009@gmx.de>
* mail-config.c: (config_cache_labels):
Don't translate empty label names.
Fixes bug 363645. Thanks to Bastien Nocera.
svn path=/trunk/; revision=34186
|
|
|
|
| |
svn path=/trunk/; revision=34184
|
|
|
|
|
|
|
|
|
|
| |
2007-09-02 Matthew Barnes <mbarnes@redhat.com>
* Update FSF address in header comments (#469886).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
|
|
|
|
|
|
|
|
|
|
| |
2007-09-01 Matthew Barnes <mbarnes@redhat.com>
* em-folder-view:
Use modern icon names for "Junk" and "Not Junk".
svn path=/trunk/; revision=34148
|
|
|
|
| |
svn path=/trunk/; revision=34145
|
|
|
|
| |
svn path=/trunk/; revision=34143
|
|
|
|
| |
svn path=/trunk/; revision=34135
|
|
|
|
|
|
|
|
|
| |
2007-08-28 Wadim Dziedzic <wadimd@svn.gnome.org>
* default/Makefile.am: added Polish translation of welcome email
* default/pl:
svn path=/trunk/; revision=34126
|
|
|
|
| |
svn path=/trunk/; revision=34115
|
|
|
|
| |
svn path=/trunk/; revision=34114
|
|
|
|
| |
svn path=/trunk/; revision=34113
|
|
|
|
| |
svn path=/trunk/; revision=34110
|
|
|
|
| |
svn path=/trunk/; revision=34095
|
|
|
|
| |
svn path=/trunk/; revision=34094
|
|
|
|
| |
svn path=/trunk/; revision=34091
|
|
|
|
|
|
|
|
|
|
| |
2007-08-24 Li Yuan <li.yuan@sun.com>
* mail-config.glade:
Fix for #262682. Add labelled-by relation between labels and
entry.
svn path=/trunk/; revision=34085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-23 Sankar P <psankar@novell.com>
reviewed by: Andre Klapper <a9016009@gmx.de>
* Fix for bug #468869
* mail-config.glade:
Mark strings for Translation.
svn path=/trunk/; revision=34072
|
|
|
|
| |
svn path=/trunk/; revision=34054
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-21 Tobias Mueller <tobiasmue@svn.gnome.org>
** Another fix for bug #467382
* em-folder-view.c: Changing position of emfb_enable_map to
be able to compile with -pedantic
svn path=/trunk/; revision=34051
|
|
|
|
| |
svn path=/trunk/; revision=34049
|
|
|
|
|
|
|
|
|
|
| |
2007-08-20 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-component.c (enable_folder_tree):
Alternate fix for bug #467599 (also bug #467883).
svn path=/trunk/; revision=34047
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-20 Tobias Mueller <tobiasmue@svn.gnome.org>
** Fix for bug #467382
* em-folder-browser.c: Changing position of emfb_enable_map to
be able to compile with -pedantic
svn path=/trunk/; revision=34044
|
|
|
|
| |
svn path=/trunk/; revision=34042
|
|
|
|
| |
svn path=/trunk/; revision=34039
|
|
|
|
| |
svn path=/trunk/; revision=34037
|
|
|
|
| |
svn path=/trunk/; revision=34017
|
|
|
|
| |
svn path=/trunk/; revision=34016
|
|
|
|
| |
svn path=/trunk/; revision=34012
|
|
|
|
| |
svn path=/trunk/; revision=34010
|
|
|
|
| |
svn path=/trunk/; revision=33995
|
|
|
|
| |
svn path=/trunk/; revision=33992
|
|
|
|
| |
svn path=/trunk/; revision=33967
|
|
|
|
| |
svn path=/trunk/; revision=33965
|
|
|
|
| |
svn path=/trunk/; revision=33964
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=33939
|
|
|
|
|
|
|
|
|
| |
2007-08-02 Tobias Mueller <muelli@auftrags-killer.org>
* message-list.c: (regen_list_regened) Removed dead if
statement, fixes bug #387312
svn path=/trunk/; revision=33930
|
|
|
|
| |
svn path=/trunk/; revision=33926
|
|
|
|
|
|
|
| |
* Do not show "on-behalf-of" band for all messages, instead check for
* X-Evolution-Mail-From-Delegate header.
svn path=/trunk/; revision=33916
|
|
|
|
|
|
|
| |
Marked a string for translation.
svn path=/trunk/; revision=33905
|
|
|
|
| |
svn path=/trunk/; revision=33903
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-29 Rob Bradford <rob@robster.org.uk>
** Potential fix for: #453668
* mail-folder-cache.c: (folder_changed):
Deal with the fact that camel_folder_get_message_info can return NULL
and therefore don't try and dereference anything from that pointer.
svn path=/trunk/; revision=33897
|
|
|
|
| |
svn path=/trunk/; revision=33894
|
|
|
|
| |
svn path=/trunk/; revision=33881
|
|
|
|
| |
svn path=/trunk/; revision=33880
|
|
|
|
| |
svn path=/trunk/; revision=33876
|
|
|
|
| |
svn path=/trunk/; revision=33874
|
|
|
|
| |
svn path=/trunk/; revision=33872
|
|
|
|
| |
svn path=/trunk/; revision=33871
|
|
|
|
| |
svn path=/trunk/; revision=33870
|
|
|
|
| |
svn path=/trunk/; revision=33868
|
|
|
|
| |
svn path=/trunk/; revision=33859
|
|
|
|
|
|
|
|
|
|
| |
2007-07-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
* em-utils.c: (em_utils_save_parts): Do not free const pointer.
Plugged memory leak.
svn path=/trunk/; revision=33856
|
|
|
|
| |
svn path=/trunk/; revision=33846
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Sankar P <psankar@novell.com>
* Committed on behalf of Atos Origin Communication Systems
<support-syscom@osorigin.com>
* em-composer-utils.c: (em_utils_send_receipt):
- Fixes malformed body part headers for a MDN
See bug #458275
svn path=/trunk/; revision=33844
|
|
|
|
|
|
|
|
|
|
| |
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* em-folder-browser.c: (emfb_search_search_activated): Plugged memory
leak.
svn path=/trunk/; revision=33840
|
|
|
|
|
|
|
|
|
| |
2007-07-17 Sankar P <psankar@novell.com>
* em-format-html.c: (efh_format_headers):
Decodes Face header and displays the image.
svn path=/trunk/; revision=33814
|
|
|
|
|
|
|
|
|
| |
2007-07-16 Sankar P <psankar@novell.com>
Provide support for keeping your signature on top while replying.
svn path=/trunk/; revision=33808
|
|
|
|
|
|
|
| |
Fix the date.
See comments in bug #353752.
svn path=/trunk/; revision=33800
|
|
|
|
| |
svn path=/trunk/; revision=33799
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
* em-composer-utils.c: (em_utils_send_receipt): Added some flags
* so that
the receipts work fine even if the account configured is not the
default one.
Committing on behalf of Bharath Acharya <abharath@novell.com>
svn path=/trunk/; revision=33785
|
|
|
|
| |
svn path=/trunk/; revision=33777
|
|
|
|
| |
svn path=/trunk/; revision=33776
|
|
|
|
| |
svn path=/trunk/; revision=33775
|
|
|
|
| |
svn path=/trunk/; revision=33773
|
|
|
|
| |
svn path=/trunk/; revision=33769
|
|
|
|
| |
svn path=/trunk/; revision=33765
|
|
|
|
| |
svn path=/trunk/; revision=33764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Evolution RSS plugin.
svn path=/trunk/; revision=33749
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-03 simon.zheng <simon.zheng@sun.com>
** Fix for bug #453294
* em-utils.c: (em_utils_save_parts): Convert filename encoding
from UTF-8 to current locale before saving attachement.
svn path=/trunk/; revision=33746
|
|
|
|
| |
svn path=/trunk/; revision=33740
|
|
|
|
| |
svn path=/trunk/; revision=33739
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-02 Wang Xin <jedy.wang@sun.com>
Fixes #450820.
* em-format-quote.c: Add an empty new line at the beginning
of the mail body when relpying a mail.
svn path=/trunk/; revision=33738
|
|
|
|
| |
svn path=/trunk/; revision=33735
|
|
|
|
| |
svn path=/trunk/; revision=33700
|
|
|
|
| |
svn path=/trunk/; revision=33699
|
|
|
|
| |
svn path=/trunk/; revision=33698
|
|
|
|
| |
svn path=/trunk/; revision=33690
|
|
|
|
| |
svn path=/trunk/; revision=33687
|
|
|
|
| |
svn path=/trunk/; revision=33682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-15 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #447727
* po/POTFILES.in: Remove e-clipped-label.c
* mail/mail-send-recv.c:
* shell/e-shell-folder-title-bar.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/misc/e-task-bar.c:
Use ellipsized GtkLabels instead of EClippedLabels.
* widgets/misc/e-clipped-label.[ch]:
Remove these files. GTK+ provides this functionality now.
* widgets/misc/Makefile.am:
Remove e-clipped-label.[ch].
svn path=/trunk/; revision=33680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-13 Sankar P <psankar@novell.com>
M composer/ChangeLog
M composer/e-msg-composer.c
M mail/ChangeLog
M mail/em-folder-view.c
Fixes build break by including missing headers.
See #442631
svn path=/trunk/; revision=33670
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-12 Bastien Nocera <hadess@hadess.net>
* em-folder-view.c: (emfv_list_key_press):
Add support for the XF86Reply and XF86MailForward multimedia
keys (Closes: #442631)
2007-06-12 Bastien Nocera <hadess@hadess.net>
* e-msg-composer.c: (composer_key_pressed):
Add support for the XF86Send multimedia key
(Closes: #442631)
2007-06-12 Bastien Nocera <hadess@hadess.net>
* configure.in: Detect the X11/XF86keysym.h header, and
enable multimedia keys if available (Closes: #442631)
svn path=/trunk/; revision=33668
|
|
|
|
|
|
|
|
|
|
| |
2007-06-09 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
Fix a minor typo spotted by Gilles Dartiguelongue (#386503).
svn path=/trunk/; revision=33665
|
|
|
|
|
|
|
|
|
|
| |
2007-06-05 Matthew Barnes <mbarnes@redhat.com>
* em-folder-view.c (emfv_on_url_cb):
Duplicate a translated string since we free it later.
svn path=/trunk/; revision=33657
|
|
|
|
| |
svn path=/trunk/; revision=33655
|
|
|
|
|
|
|
|
|
| |
2007-06-04 Matthew Barnes <mbarnes@redhat.com>
* mail-ops.h: Fix another implicit function declaration.
svn path=/trunk/; revision=33654
|
|
|
|
|
|
|
| |
instance.
svn path=/trunk/; revision=33651
|
|
|
|
| |
svn path=/trunk/; revision=33646
|
|
|
|
| |
svn path=/trunk/; revision=33641
|
|
|
|
| |
svn path=/trunk/; revision=33638
|
|
|
|
| |
svn path=/trunk/; revision=33636
|
|
|
|
| |
svn path=/trunk/; revision=33634
|
|
|
|
| |
svn path=/trunk/; revision=33631
|
|
|
|
| |
svn path=/trunk/; revision=33628
|
|
|
|
|
|
|
|
|
|
| |
2007-06-02 Ross Burton <ross@openedhand.com>
* mail-send-recv.c:
Pass a CamelException when refreshing folders, removing the spew
of warnings (#439957).
svn path=/trunk/; revision=33620
|
|
|
|
| |
svn path=/trunk/; revision=33617
|
|
|
|
| |
svn path=/trunk/; revision=33615
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-01 Karl Relton <karllinuxtest.relton@ntlworld.com>
** Fix for bug #311512
* mail-folder-cache.c (folder_changed): Check the added uids for
messages which are not seen/deleted/junk and compare their
received date with the timestamp of the last new-mail notification
- if any are more recent than that, notify the user.
svn path=/trunk/; revision=33614
|
|
|
|
| |
svn path=/trunk/; revision=33613
|
|
|
|
| |
svn path=/trunk/; revision=33610
|
|
|
|
| |
svn path=/trunk/; revision=33609
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-31 Jeff Cai <jeff.cai@sun.com>
* em-folder-view.c (emfv_message_selected_timeout) :
use displayed_uid instead of selected_uid.
Fix #441992
svn path=/trunk/; revision=33607
|
|
|
|
| |
svn path=/trunk/; revision=33598
|
|
|
|
| |
svn path=/trunk/; revision=33596
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-25 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-send-recv.c:
Revert the dialog_map() solution and use ellipsized labels.
Also, only the label column in the GtkTable should expand and fill,
and never show a horizontal scrollbar. (#335241)
svn path=/trunk/; revision=33576
|
|
|
|
| |
svn path=/trunk/; revision=33558
|
|
|
|
|
|
| |
new mail.
svn path=/trunk/; revision=33554
|
|
|
|
| |
svn path=/trunk/; revision=33551
|
|
|
|
| |
svn path=/trunk/; revision=33548
|
|
|
|
| |
svn path=/trunk/; revision=33522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #337616
* Makefile.am:
Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS.
* addressbook/Makefile.am:
* calendar/gui/Makefile.am:
* mail/Makefile.am:
* plugins/bogo-junk-plugins/Makefile.am:
* plugins/default-mailer/Makefile.am:
* shell/Makefile.am:
Add $(schema_DATA) to DISTCLEANFILES.
* plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in:
Rename as org-gnome-bogo-junk-plugin.eplug.xml.
* plugins/caldav/Makefile.am:
* plugins/import-ics-attachments/Makefile.am:
* plugins/publish-calendar/Makefile.am:
Add "eplug" file to CLEANFILES.
* plugins/mail-remote/Makefile.am:
Add "eplug.xml" file to EXTRA_DIST.
* po/POTFILES.in: Don't translate files we no longer ship.
svn path=/trunk/; revision=33521
|
|
|
|
| |
svn path=/trunk/; revision=33516
|
|
|
|
| |
svn path=/trunk/; revision=33512
|
|
|
|
| |
svn path=/trunk/; revision=33510
|
|
|
|
| |
svn path=/trunk/; revision=33504
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-03 Sankar P <psankar@novell.com>
* em-folder-view.c: (emfv_activate):
Do not restrict "Edit as New Message" to
Sent Folder alone.
Fixes #205728
svn path=/trunk/; revision=33476
|
|
|
|
| |
svn path=/trunk/; revision=33470
|
|
|
|
| |
svn path=/trunk/; revision=33440
|
|
|
|
| |
svn path=/trunk/; revision=33434
|
|
|
|
| |
svn path=/trunk/; revision=33432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #423766
* mail/em-format-html-display.c (attachments_save_all_clicked):
Call em_utils_save_part() if there's only one attachment to save.
* mail/em-utils.c (em_utils_save_part):
Refactor to use gtk_dialog_run() instead of a "response" callback.
* mail/em-utils.c (em_utils_save_parts):
Refactor to use gtk_dialog_run() instead of a "response" callback.
Use gtk_file_chooser_get_uri() to fetch the selected folder.
svn path=/trunk/; revision=33429
|
|
|
|
| |
svn path=/trunk/; revision=33418
|
|
|
|
| |
svn path=/trunk/; revision=33408
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #383953
* em-folder-properties.c (emfp_get_folder_item):
Show unread messages before total messages.
* mail-component.c (view_changed):
Show unread or selected messages before total messages.
svn path=/trunk/; revision=33396
|
|
|
|
|
|
|
|
|
|
| |
2007-04-06 Matthew Barnes <mbarnes@redhat.com>
* mail/message-list.c: More intelligent message selection. (#332765)
Patch from Christof Krüger
svn path=/trunk/; revision=33394
|
|
|
|
|
|
|
|
|
|
| |
2007-04-06 Matthew Barnes <mbarnes@redhat.com>
* mail-session.c (main_system_beep): Unref 'session'. (#424795)
Patch from Karl Relton
svn path=/trunk/; revision=33392
|
|
|
|
|
|
|
|
|
|
| |
2007-04-05 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-send-recv.c (refresh_folders_get):
Provide a CamelException to camel_folder_refresh_info().
svn path=/trunk/; revision=33390
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-04 Matthew Barnes <mbarnes@redhat.com>
* em-folder-tree.c (emft_model_row_changed):
Update parent rows when a child row changes. (#352713)
Patch by René Stadler.
svn path=/trunk/; revision=33381
|
|
|
|
| |
svn path=/trunk/; revision=33377
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
* mail/em-event.h: Don't #include <composer/e-msg-composer.h>
since we don't install that file. Doing so prevents third-party
applications like mail-notification from building. (#400241)
svn path=/trunk/; revision=33375
|
|
|
|
| |
svn path=/trunk/; revision=33367
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
* mail/evolution-mail.schemas.in.in:
* plugins/sa-junk-plugin/em-junk-filter.c (em_junk_sa_get_name):
* plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml:
Correctly capitalize SpamAssassin. (#375577)
Patch from Priit Laes.
svn path=/trunk/; revision=33363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-03 Matthew Barnes <mbarnes@redhat.com>
* mail/em-folder-browser.c:
* mail/em-folder-view.c:
* mail/message-list.c:
Load "emblem-important" instead of deprecated
"stock_mail-priority-high" icon. (#387619)
Patch from Rodney Dawes.
svn path=/trunk/; revision=33362
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #373116
* calendar/gui/calendar-component.c (ensure_sources):
* calendar/gui/e-cal-model.c (ecm_get_color_for_component):
* calendar/gui/memos-component.c (ensure_sources):
* calendar/gui/migration.c (create_calendar_contact_source),
(create_calendar_sources), (create_task_sources),
(create_memo_sources), (add_gw_esource):
* calendar/gui/tasks-component.c (ensure_sources):
* plugins/groupwise-account-setup/camel-gw-listener.c (add_esource):
Use the new ESource color API.
* calendar/gui/dialogs/cal-prefs-dialog.c:
* calendar/gui/dialogs/cal-prefs-dialog.glade:
* calendar/gui/dialogs/calendar-setup.c:
* calendar/gui/dialogs/calendar-setup.glade:
* filter-colour.c (get_widget):
* mail/em-composer-prefs.c:
* mail/em-composer-prefs.h:
* mail/em-mailer-prefs.c:
* mail/em-mailer-prefs.h:
* mail/mail-config.glade:
Migrate from GnomeColorPicker to GtkColorButton.
* filter/filter-colour.h:
Store color as a GdkColor instead of separate RGBA components.
* filter/filter-colour.c (color_eq):
Use gdk_color_equal() to compare colors.
* filter/filter-colour.c (xml_encode):
Encode color as a single property ("spec").
* filter/filter-colour.c (xml_decode):
Read the color from a single property ("spec").
Provide a migration path for old XML files.
* calendar/gui/calendar-component.c
(calendar_config_get_tasks_due_today_color),
(calendar_config_get_tasks_overdue_color):
Return a GdkColor instead of an X color specification.
* calendar/gui/calendar-component.c
(calendar_config_set_tasks_due_today_color),
(calendar_config_set_tasks_overdue_color):
Accept a GdkColor instead of an X color specification.
* calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component):
Adapt to modified color API in calendar-component.c by converting
the GdkColor to an X color specification. This is an ugly hack to
be fixed later.
svn path=/trunk/; revision=33349
|
|
|
|
|
|
|
|
|
| |
2007-03-30 Matthew Barnes <mbarnes@redhat.com>
* em-format-html-display.c (icon_entry_changed_cb): Fix a typo.
svn path=/trunk/; revision=33347
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* mail/em-utils.c:
* mail/mail-config.c:
* plugins/save-attachments/save-attachments.c:
Evolution requires GLib 2.10 now; remove dead backward-compatibility
code for GLib < 2.8 (#418971).
svn path=/trunk/; revision=33341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* mail/em-account-editor.c:
* mail/em-folder-view.c:
* mail/em-format-html-display.c:
* mail/em-format-html.c:
* mail/em-format.h:
* mail/em-mailer-prefs.c:
* mail/em-vfolder-rule.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/save-calendar/save-calendar.c:
* shell/e-shell-window.c:
* widgets/misc/e-icon-entry.c:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table-item.c:
* widgets/table/e-tree-header-item.c:
* widgets/table/e-tree-table-adapter.c:
Fix "incompatible pointer type" warnings (#360619).
svn path=/trunk/; revision=33339
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
* em-mailer-prefs.c:
* em-mailer-prefs.h:
* mail-config.glade:
Migrate from GnomeFontPicker to GtkFontButton (#373837).
svn path=/trunk/; revision=33337
|
|
|
|
| |
svn path=/trunk/; revision=33332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
* a11y/e-table/gal-a11y-e-cell-text.c:
* a11y/e-table/gal-a11y-e-cell-vbox.c:
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-tasks.c:
* calendar/gui/gnome-cal.c:
* composer/e-msg-composer.c:
* mail/em-folder-browser.c:
* mail/em-format.c:
* mail/em-popup.c:
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/import-ics-attachments/icsimporter.c:
* widgets/misc/e-filter-bar.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/table/e-cell-checkbox.c:
* widgets/table/e-table-header-item.c:
Don't mix declarations and code (#405495).
svn path=/trunk/; revision=33324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #360240
* addressbook/gui/widgets/e-addressbook-view.c
(e_contact_print_button):
* addressbook/printing/e-contact-print.c (complete_sequence),
(e_contact_build_style), (e_contact_print_response),
(e_contact_print_contact_list_dialog_new):
* shell/e-shell-importer.c (importer_file_page_new):
* plugins/startup-wizard/startup-wizard.c
(startup_wizard_timezone_page):
* mail/em-vfolder-rule.c (select_source_with_changed), (get_widget):
* mail/em-format-quote.c (emfq_format_source):
* mail/mail-ops.c (save_messages_save):
* mail/em-format.c (emf_init):
* mail/em-format-html-display (em_format_html_get_search_dialog),
(em_format_html_display_seearch_with), (ehhd_resize),
(efhd_attachment_optional), (efhd_format_optional):
* mail/em-folder-view.c (emfv_init):
* mail/message-list.c (ml_tree_value_at):
* composer/e-msg-composer-hdrs (header_new_recipient):
* composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action):
* widgets/table/e-cell-text.c (ect_free_color):
* widgets/misc/e-calendar-item.c (e_calendar_item_unrealize):
* widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget):
Remove unused variables.
svn path=/trunk/; revision=33315
|
|
|
|
|
|
|
|
| |
2007-03-12 Harish Krishnaswamy <kharish@novell.com>
*default/C : Update Welcome mail.
svn path=/trunk/; revision=33306
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-27 Simon Zheng <simon.zheng@sun.com>
* Fixes #402727
* em-folder-view.c: (em_folder_view_print),
Remove setting default response id because
of print-preview button in print_unix_dialog
aren't set GTK_CAN_DEFAULT flag.
svn path=/trunk/; revision=33258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-26 Sankar P <psankar@novell.com>
* Committed on behalf of
Raghavendran R <raghavguru7@gmail.com>
* Fixes #256382
* em-folder-view.c: (emfv_mail_next_unread),
(emfv_mail_previous_unread):
Mail grabs the focus when keyboard-shortcut
to move to next (un)read mail is used.
svn path=/trunk/; revision=33250
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #356177
* mail/mail-session.c: Remove an unused EMutex.
svn path=/trunk/; revision=33242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #350253
* Add new evolution icons:
art/16x16/evolution.png
art/22x22/evolution.png
art/24x24/evolution.png
art/32x32/evolution.png
art/scalable/evolution.svg
* Remove obsolete icons:
art/about-box.png
art/bcg.png
art/evolution.png
art/monkey-16.png
* art/Makefile.am: Ship our own named icons.
* mail/em-format-html-print.h:
Rename show_rupert field to show_icon.
* mail/em-format-html-print.c (efh_format_headers):
Lookup the evolution icon by name.
svn path=/trunk/; revision=33211
|
|
|
|
|
|
|
|
|
|
| |
2007-02-12 Kjartan Maraas <kmaraas@gnome.org>
* em-folder-browser.c: (emfb_search_search_activated):
Add NULL check before calling strcmp(). Fixes a crash
reported in bug #382155.
svn path=/trunk/; revision=33204
|
|
|
|
| |
svn path=/trunk/; revision=33201
|
|
|
|
|
|
|
|
| |
2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com>
* default/pt/Inbox: Updated welcome message to 2.8 version
svn path=/trunk/; revision=33198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-08 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #400726
* mail/em-format-html-print.c: #include <e-util.e-print.h>
* addressbook/printing/e-contact-print.h: Declare
e_contact_print_response().
svn path=/trunk/; revision=33186
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #359979, #384183
* mail/em-camel-stream.c (sync_op):
* mail/em-sync-stream.c (sync_op):
* mail/mail-session.c (alert_user):
e_msgport_wait()'s behavior is now block-and-pop instead of
block-and-peek.
svn path=/trunk/; revision=33181
|
|
|
|
| |
svn path=/trunk/; revision=33180
|