aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ETaskShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
| | | | | | | | | Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Tasks window shows no content until one of the sidebar items is fiddled with.
* EMemoShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
| | | | | | | | | Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Memos window shows no content until one of the sidebar items is fiddled with.
* ECalShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
| | | | | | | | | Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Calendar window shows no content until one of the sidebar items is fiddled with.
* Add e_source_selector_update_all_rows().Matthew Barnes2013-06-113-0/+34
| | | | | Calls e_source_selector_update_row() for each ESource being shown by the ESourceSelector, according to the "extension-name" property.
* Updated Galician translationsFran Diéguez2013-06-101-205/+233
|
* Bug 701669 - Bad assumption in prefer-plain moduleMatthew Barnes2013-06-081-2/+7
| | | | | | | | | | | | | | | For messages with a base MIME type of multipart/alternative, we were hiding text/plain subparts based on the number of alternate subparts. This assumption of course broke on a message with the following body structure and a Plain Text Mode preference of "Show HTML if present": multipart/alternative text/plain text/plain Instead, note when we've actually seen a text/html subpart and use that to decide whether to hide the text/plain parts.
* EMailParserPreferPlain cleanups.Matthew Barnes2013-06-081-24/+31
|
* EMailFormatter: Remove the header API.Matthew Barnes2013-06-084-385/+2
| | | | Use the EMailPartHeaders API instead.
* EMailFormatterQuoteHeaders: Avoid EMailFormatter header API.Matthew Barnes2013-06-081-27/+19
| | | | | Use e_mail_part_headers_dup_default_headers() to extract specific headers to show in the desired order.
* EMailFormatterHeaders: Avoid EMailFormatter header API.Matthew Barnes2013-06-081-66/+67
| | | | | Use e_mail_part_headers_dup_default_headers() to extract specific headers to show in the desired order.
* Add EMailPrintConfigHeaders.Matthew Barnes2013-06-086-530/+810
| | | | | | | | | | | | | | | | This splits the print dialog's "Headers" tab into a separate widget. EMailPrintConfigHeaders takes an EMailPartHeaders and displays its print model, which is a representation of all message headers (except subject) with an on/off flag for each. The headers can be toggled and reordered, and the changes are written back to the print model. During printing, EMailFormatterPrintHeaders uses the same print model to determine which headers to show and in what order (except subject). This approach is much saner than the old method, which was trying to manipulate WebKitWebView DOM directly to toggle and reorder headers. This approach also happens to work, whereas the old method did not.
* Add e_mail_part_headers_ref_print_model().Matthew Barnes2013-06-083-0/+166
| | | | | | | | Returns a GtkTreeModel of header names and values and visibility flags, built from the CamelMimeMessage. The tree model rows can be reordered and toggled prior to printing. Also add e_mail_part_headers_is_default() as a handy helper.
* EMailPartHeaders: Add a "default-headers" property.Matthew Barnes2013-06-088-2/+341
| | | | | | | | | This will replace the headers API in EMailFormatter. Need a more permanent place for headers since EMailFormatter is too disposable. Also add an ESettingsMailPartHeaders class, which binds the new property to the "show-headers" setting with a suitable mapping function to filter out disabled header names.
* Make EMailPart and its subclasses extensible.Matthew Barnes2013-06-081-2/+14
|
* EMailFormatterQuoteHeaders cleanups.Matthew Barnes2013-06-081-27/+57
|
* EMailFormatterHeaders cleanups.Matthew Barnes2013-06-082-43/+58
|
* e_mail_formatter_format_header: Split the header param.Matthew Barnes2013-06-074-36/+41
| | | | | | Split the _camel_header_raw struct parameter into separate "header_name" and "header_value" string parameters, which is all the function actually needs to work.
* e_mail_formatter_format_header: Remove unused CamelMedium param.Matthew Barnes2013-06-074-15/+8
|
* Bug #555130 - Redesign task editorMilan Crha2013-06-068-1430/+884
|
* Updated Spanish translationDaniel Mustieles2013-06-061-37/+56
|
* Updated Galician translationsFran Diéguez2013-06-061-387/+425
|
* Updated Spanish translationDaniel Mustieles2013-06-061-142/+176
|
* EMailPart: Add "part-list" property.Matthew Barnes2013-06-064-2/+64
| | | | | | | | | | This is a weak reference to the EMailPartList to which the EMailPart has been added. The property is set by e_mail_part_list_add_part(). New functions: e_mail_part_ref_part_list() e_mail_part_set_part_list()
* Remove EMailReaderHeader struct.Matthew Barnes2013-06-062-122/+0
| | | | | | | | | | No longer used. Also remove related helper functions: e_mail_reader_header_from_xml() e_mail_reader_header_to_xml() e_mail_reader_header_free()
* Add "show-headers" settings key.Matthew Barnes2013-06-064-100/+243
| | | | | | | Replaces the "headers" key. Whereas "headers" is an array of XML blobs, the "show-headers" key is an array of string/boolean pairs. Also update the appropriate places to get/set the new key.
* ESettingsDeprecated: Fix missing handler ID assignment.Matthew Barnes2013-06-061-0/+1
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-06-051-5434/+5771
|
* Updated Greek translationDimitris Spingos2013-06-051-1041/+1051
|
* Added Aragonese translationJorge Pérez Pérez2013-06-052-0/+21404
|
* Bug 684302 - Prompt to close message window on reply should be inlineMatthew Barnes2013-06-053-48/+88
| | | | | Pop-up dialog is far too intrusive. Instead ask the question as an inline alert in the message window, which does not interrupt the user.
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-058-29/+303
| | | | | | | | | | | Mainly to avoid accessing GSettings directly from EMailBrowser. Also add a "browser-close-on-reply-policy" GSettings key that replaces "prompt-on-reply-close-browser", the difference being the new key uses an enum definition compatible with EAutomaticActionPolicy instead of a free-form string value. And finally add an ESettingsMailBrowser class to glue things together.
* EMailDisplay cleanups.Matthew Barnes2013-06-053-67/+83
|
* EMailBrowser cleanups.Matthew Barnes2013-06-052-102/+118
|
* Define GEnumClass types for mail formatter/parser enums.Matthew Barnes2013-06-059-69/+129
|
* Add EAutomaticActionPolicy enum.Matthew Barnes2013-06-052-0/+21
| | | | To have a proper GEnumClass registered for ask/always/never choices.
* Updated Slovenian translationMatej Urbančič2013-06-041-868/+859
|
* Bug #250046 - Empty group address as recipient prevents message sendMilan Crha2013-06-044-0/+49
| | | | | | | Empty group addresses were left as-is when sending an email directly, not through Outbox, which could cause a send error through SMTP. Expanding group addresses, or removing empty groups, from a list or recipients before sending the message fixes the issue.
* Updated Spanish translationDaniel Mustieles2013-06-031-284/+278
|
* Updated Norwegian bokmål translationKjartan Maraas2013-06-031-283/+247
|
* Remove deleted fileKjartan Maraas2013-06-031-1/+0
|
* EMailReader: Remove unused actions.Matthew Barnes2013-06-036-225/+1
| | | | | | | | | | These are just Express Mode leftovers. Also remove obsolete functions: e_mail_reader_get_enable_show_folder() e_mail_reader_enable_show_folder() e_mail_paned_view_set_enable_show_folder()
* Remove unused EMailNotebookView.Matthew Barnes2013-06-035-1059/+0
| | | | This is just an Express Mode leftover.
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-035-250/+256
| | | | Replaces em_utils_forward_messages().
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-036-131/+125
| | | | Replaces em_utils_edit_messages().
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-034-103/+71
| | | | | | | | | EMailReader is an interface and should not know about specific classes that implement its interface. Instead, EMailBrowser itself will prompt in response to "composer-created" signals that include a source message. This also removes the "destroy_when_done" parameter from em_utils_forward_messages() since it's no longer needed.
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-034-8/+96
| | | | | | | | | | | | | Emitted to indicate a composer window was created in response to a user action on the EMailReader. Examples of such actions include replying, forwarding, and starting a new message. If applicable, the source message (i.e. the message being replied to or forwarded) is included in the signal emission. New functions: e_mail_reader_composer_created()
* em_utils_edit_message: Change return type to EMsgComposer.Matthew Barnes2013-06-023-4/+5
|
* em_utils_redirect_message: Return the EMsgComposer.Matthew Barnes2013-06-022-4/+8
|
* em_utils_compose_new_message(): Return the EMsgComposer.Matthew Barnes2013-06-022-4/+8
|
* Simplify em_utils_forward_message() arguments.Matthew Barnes2013-06-023-48/+37
| | | | | Replace the EShell and CamelSession arguments with a single EMailBackend argument, from which both the EShell and CamelSession can be obtained.
* em-composer-utils.c cleanups.Matthew Barnes2013-06-021-246/+328
|
* e-mail-reader.h: Remove unimplemented declarations.Matthew Barnes2013-06-021-5/+0
| | | | | | | These functions do not exist: e_mail_reader_get_formatter() e_mail_reader_set_formatter()
* Updated Galician translationsFran Diéguez2013-06-021-942/+938
|
* Add e_composer_header_table_ref_source().Matthew Barnes2013-06-025-77/+53
| | | | | | Convenience function that works like e_source_registry_ref_source(), but spares the caller from digging out the ESourceRegistry from the header table.
* EComposerHeaderTable: Remove "shell" property.Matthew Barnes2013-06-024-63/+4
| | | | | | | | No longer needed. Removed functions: e_composer_header_table_get_shell()
* EComposeHeaderTable: Replace "registry" property with "client-cache".Matthew Barnes2013-06-027-67/+150
| | | | | | | | | | | | | | | | | | | | The ESourceRegistry can still be obtained from the EClientCache: client_cache = e_composer_header_table_ref_client_cache (table); registry = e_client_cache_ref_registry (client_cache); ... g_object_unref (client_cache); g_object_unref (registry); Added functions: e_composer_header_table_ref_client_cache() Removed functions: e_composer_header_table_get_registry()
* EMailReader cleanups.Matthew Barnes2013-06-022-123/+168
|
* Minor efficiency tweak in task_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
| | | | | | Call e_task_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it.
* Minor efficiency tweak in memo_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
| | | | | | Call e_memo_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it.
* Minor efficiency tweak in cal_shell_view_user_created_cb().Matthew Barnes2013-06-011-7/+3
| | | | | | Call e_cal_shell_sidebar_add_client() instead of add_source(). No point asynchronously obtaining the client if we already have it.
* Add a boolean return to e_cal_model_remove_client().Matthew Barnes2013-06-013-7/+19
| | | | | | | | The function now returns TRUE if the ECalClient was actually removed from the model, or FALSE if the model did not have the ECalClient. Use this to avoid an unnecessary gnome_calendar_update_query() call in cal_shell_view_selector_client_removed().
* Add a boolean return to e_cal_model_add_client().Matthew Barnes2013-06-013-11/+22
| | | | | | | | The function now returns TRUE if the ECalClient was actually added to the model, or FALSE if the model already had the ECalClient. Use this to avoid an unnecessary gnome_calendar_update_query() call in cal_shell_view_selector_client_added_cb().
* GnomeCalendar: Fix a potential reference leak.Matthew Barnes2013-06-011-2/+1
|
* GnomeCalendar: Avoid runtime warnings during initialization.Matthew Barnes2013-06-011-52/+60
|
* Remove e_shell_view_[un]block_update_actions().Matthew Barnes2013-06-013-64/+1
| | | | No longer needed.
* GnomeCalendar: Get rid of the async message dispatcher.Matthew Barnes2013-06-012-285/+302
| | | | | | | | | | Obtain calendar views asynchronously and concurrently, and update the task and memo pads synchronously (they don't block as best I can tell). Get rid of the whole thread-pool message dispatching thing, which I think I myself wrote years ago (calendar had no async API back then). Consequently I'm seeing calendar events show up noticably quicker.
* EShell: Check cookie before calling gtk_application_uninhibit().Matthew Barnes2013-05-311-1/+8
|
* l10n: Update Japanese translationJiro Matsuzawa2013-05-311-3/+3
|
* Ask for a Smart Card password with a token name tooMilan Crha2013-05-311-1/+10
| | | | | | Some cards can have two PINs, one 'global' and one 'application'. NSS provides which token is required, but Evolution didn't show that information to a user.
* Bug #700812 - Search in Calendar view is brokenMilan Crha2013-05-302-5/+34
|
* Updated Odia Translation.ManojKumar Giri2013-05-301-1177/+801
|
* Make EAlertDialog non-resizable.Matthew Barnes2013-05-301-13/+5
| | | | | | | | | | Making EAlertDialog non-resizable is the only way at present for GTK+ to pick a resonable default size, otherwise we get alerts looking like this: https://bugzilla.gnome.org/attachment.cgi?id=221303 See https://bugzilla.gnome.org/681937 for details. Also drop the default window size hack in alert_dialog_constructed().
* e_mail_session_send_to(): Don't silently ignore if we can't send.Matthew Barnes2013-05-302-17/+20
| | | | | | | If sending fails for any reason, return a suitable GError. Don't just return silently. Also check for a wider range of errors indicating the service is unavailable in composer_send_completed(). This will trigger the "save-to-outbox" info alert.
* Remove Evolution icon from header section.Matthew Barnes2013-05-301-58/+0
| | | | | We don't show an icon for other mailers, and the tiny 16x16 pixel icon looks stupid next to the much larger contact/gravatar image.
* Bug 700277 - EClientCache allocates memory ad infinityMatthew Barnes2013-05-301-0/+95
| | | | | Remove a ClientData entry on "source-removed" or "source-disabled" signals from the ESourceRegistry.
* Updated Spanish translationDaniel Mustieles2013-05-301-11/+16
|
* Update Quick Reference Card to show F12 shortcut.Matthew Barnes2013-05-2926-29/+26
|
* User docs: Update shortcuts, see ↵Andre Klapper2013-05-292-4/+4
| | | | https://mail.gnome.org/archives/evolution-list/2013-May/msg00205.html
* Use F9 to toggle sidebar visibility.Matthew Barnes2013-05-292-2/+2
| | | | | | | | | | | | As discussed recently on the users mailing list [1], there's a strong precedent among GTK+ applications for F9 to toggle sidebar visibility. Examples cited were Nautilus, Evince, Totem, Rhythmbox, File-Roller and gThumb. Change the Send/Receive accelerator from F9 to F12, and designate F9 as the accelerator for View->Layout->Show Side Bar. [1] https://mail.gnome.org/archives/evolution-list/2013-May/msg00194.html
* Distinguish "attachment-wrapper" elements from attachments.Matthew Barnes2013-05-292-13/+23
| | | | | | | | | | | | | | | | | | | | The HTML for attachments always has the following form: <div class="attachment-wrapper" id="something" style="display: block;"> <actual attachment element> </div> The <div> element controls attachment visibility through its "display" style attribute, which is either "block" or "none". Problem is the <actual attachment element> was getting the same ID as its parent <div> element. So when either element was requested by ID, in certain cases the wrong element was returned and caused misbehavior and console warnings. Solve this by adding a "wrapper" suffix to the <div> element ID. So in the example above, id="something" gets the <actual attachment element>, whereas id="something.wrapper" gets the <div> element.
* EMailFormatterAttachment cleanups.Matthew Barnes2013-05-291-54/+35
|
* EMailParserAudio: Minor cleanup.Matthew Barnes2013-05-291-3/+1
|
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-2825-25/+374
| | | | | | To make Evolution's shared libraries more consistent. Also add an evolution-mail-composer documentation module.
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-2827-32/+559
| | | | | | To make Evolution's shared libraries more consistent. Also add an evolution-mail-formatter documentation module.
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-2851-60/+62
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-2877-103/+104
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* configure.ac: Remove unnecessary regex library check.Matthew Barnes2013-05-281-9/+0
|
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-283-143/+3
| | | | | | | | | | | | | | | | | This removes the following definitions from config.h: CTIME_R_THREE_ARGS GETHOSTBYADDR_R_SEVEN_ARGS GETHOSTBYNAME_R_FIVE_ARGS HAVE_ISBLANK HAVE_MKSTEMP HAVE_STATFS HAVE_STATVFS HAVE_SYS_MOUNT_H HAVE_SYS_PARAM_H HAVE_SYS_STATVFS_H These were all either unused or unnecessarily used.
* configure.ac: Update audio-inline comment.Matthew Barnes2013-05-281-3/+3
|
* configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.Matthew Barnes2013-05-281-10/+0
| | | | | WebKitGTK+ 1.10 is the minimum requirement nowadays, so no need to blacklist an older version.
* Updated Norwegian bokmål translationKjartan Maraas2013-05-281-227/+177
|
* Updated Spanish translationDaniel Mustieles2013-05-271-40/+36
|
* Tamil Translation UpdatedShantha kumar2013-05-271-1869/+2378
|
* Post-release version bump.Matthew Barnes2013-05-261-1/+1
|
* NEWS update for 3.9.2 release.EVOLUTION_3_9_2Matthew Barnes2013-05-261-0/+45
|
* Update libeutil API documentation.Matthew Barnes2013-05-261-7/+8
|
* e-mail-reader-utils.c cleanups.Matthew Barnes2013-05-252-423/+548
|
* Utilize the new EMailSession functions when sending.Matthew Barnes2013-05-252-291/+148
|
* EMailSession: Add helper functions for sending messages.Matthew Barnes2013-05-252-13/+687
| | | | | | | | | | | New functions: e_mail_session_get_fcc_for_message_sync() e_mail_session_get_fcc_for_message() e_mail_session_get_fcc_for_message_finish() e_mail_session_ref_transport() e_mail_session_ref_default_transport() e_mail_session_ref_transport_for_message()
* Updated Spanish translationDaniel Mustieles2013-05-241-752/+745
|
* Updated gujarati fileSweta Kothari2013-05-241-1697/+1405
|
* Make EAttachment column updates thread-safe.Matthew Barnes2013-05-241-8/+125
| | | | | | | | | EAttachment updates its tree model row directly in response to property change notifications, but now change notifications can come from worker threads whereas the tree model row should only be updated from the main thread. To compensate, respond to notifications by adding idle sources to the default context. The idle callback will update the row from the appropriate thread.
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-2413-110/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | EAttachment is now used from worker threads by EMailFormatterAttachment, so add some thread-safe accessor functions to eliminate potential races. Added thread-safe functions: e_attachment_dup_disposition() e_attachment_ref_file() e_attachment_ref_file_info() e_attachment_ref_icon() e_attachment_ref_mime_part() e_attachment_dup_description() e_attachment_dup_thumbnail_path() Renamed functions: e_attachment_get_mime_type() -> e_attachment_dup_mime_type() Removed non-thread-safe functions: e_attachment_get_file() e_attachment_get_file_info() e_attachment_get_icon() e_attachment_get_mime_part() e_attachment_get_description() e_attachment_get_thumbnail_path()
* Attachment-related cleanups.Matthew Barnes2013-05-249-193/+220
|
* Updated Czech translationMarek Černocký2013-05-241-142/+28
|
* Updated Czech translationMarek Černocký2013-05-231-1842/+1970
|
* Assamese translation updatedNilamdyuti Goswami2013-05-231-584/+489
|
* Updated Polish translationPiotr Drąg2013-05-221-1399/+1320
|
* Use an user-friendlier message when update comp-editor failsFabiano Fidêncio2013-05-221-26/+17
|
* Simplify EABContactFormatter.Matthew Barnes2013-05-214-316/+56
| | | | | | | | | | | | | | | | | | | | | | Simplify the EABContactFormatter API as follows: * Drop all constructor arguments from eab_contact_formatter_new() since get/set functions exist for all of them. * Remove eab_contact_formatter_format_contact_async() since EABContactFormatter does not block. * Replace eab_contact_formatter_format_contact_sync() with eab_contact_formatter_format_contact() which drops the CamelStream and GCancellable arguments and takes a GString as an output buffer. * Remove the "state" and "style" properties, and always use a white background when rendering the full contact. This is particularly important since render_normal() dereferenced the GtkStyle without checking for NULL, which would crash on mails with a vCard MIME part when "Show Full vCard" was clicked, because the "vcard-inline" module never set a GtkStyle.
* EABContactFormatter cleanups.Matthew Barnes2013-05-212-200/+184
|
* Updated Norwegian bokmål translationKjartan Maraas2013-05-201-181/+71
|
* Updated POTFILES.inVadim Rutkovsky2013-05-201-3/+4
|
* Convert EMailPart to a GObject.Matthew Barnes2013-05-2048-701/+1810
| | | | | EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.
* Rename EMailFormatterVCardInline to EMailFormatterVCard.Matthew Barnes2013-05-204-32/+32
|
* Rename EMailParserVCardInline to EMailParserVCard.Matthew Barnes2013-05-204-30/+30
|
* Rename EMailPartVCardInline to EMailPartVCard.Matthew Barnes2013-05-204-20/+20
|
* Rename EMailFormatterAudioInline to EMailFormatterAudio.Matthew Barnes2013-05-204-42/+42
|
* Rename EMailParserAudioInline to EMailParserAudio.Matthew Barnes2013-05-204-29/+29
|
* Rename EMailPartAudioInline to EMailPartAudio.Matthew Barnes2013-05-204-20/+20
|
* Add e_mail_part_attachment_ref_attachment().Matthew Barnes2013-05-204-7/+18
|
* Add e_mail_part_get_validity_flags().Matthew Barnes2013-05-203-11/+23
|
* Add e_mail_part_has_validity().Matthew Barnes2013-05-203-1/+11
|
* Add e_mail_part_set_is_attachment().Matthew Barnes2013-05-203-1/+12
|
* Add e_mail_part_get_is_attachment().Matthew Barnes2013-05-209-10/+19
|
* Add e_mail_part_set_mime_type().Matthew Barnes2013-05-2011-9/+28
|
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-2013-18/+47
|
* Add e_mail_part_ref_mime_part().Matthew Barnes2013-05-2017-39/+131
|
* Add e_mail_part_id_has_substr().Matthew Barnes2013-05-203-2/+5
|
* Add e_mail_part_id_has_suffix().Matthew Barnes2013-05-207-16/+28
|
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-205-4/+16
|
* Add e_mail_part_set_cid().Matthew Barnes2013-05-203-1/+15
|
* Add e_mail_part_get_cid().Matthew Barnes2013-05-208-7/+19
|
* Add e_mail_part_get_id().Matthew Barnes2013-05-2022-67/+127
|
* em-format cleanups.Matthew Barnes2013-05-2035-206/+294
|
* EMailPart: Store validity pairs in a GQueue.Matthew Barnes2013-05-207-48/+60
|
* Updated Russian translationYuri Myasoedov2013-05-181-1664/+1686
|
* Updated Norwegian bokmål translationKjartan Maraas2013-05-161-1986/+2109
|
* Updated Odia Translation.ManojKumar Giri2013-05-161-5/+6
|
* Updated Odia Translation.ManojKumar Giri2013-05-161-113/+103
|
* Assamese translation updatedNilamdyuti Goswami2013-05-151-78/+78
|
* Assamese translation updatedNilamdyuti Goswami2013-05-151-1004/+1021
|
* Minor e_web_view_install_request_handler() cleanup.Matthew Barnes2013-05-151-7/+4
| | | | Make reference count handling a bit less awkward.
* Remove e_mail_display_set_charset().Matthew Barnes2013-05-153-17/+9
| | | | | Use e_mail_formatter_set_charset() instead. Obtain the EMailFormatter with e_mail_display_get_formatter().
* Remove e_mail_formatter_get_headers().Matthew Barnes2013-05-152-17/+0
| | | | Not thread-safe. Use e_mail_formatter_dup_headers() instead.
* Add e_mail_formatter_header_copy().Matthew Barnes2013-05-152-21/+42
| | | | Duplicates an EMailFormatterHeader struct.
* EMailDisplay cleanups.Matthew Barnes2013-05-152-99/+103
|
* EMailFormatterPrint cleanups.Matthew Barnes2013-05-151-35/+30
|
* EMailFormatter cleanups.Matthew Barnes2013-05-152-302/+339
|
* Updated Spanish translationDaniel Mustieles2013-05-141-12/+19
|
* Assamese translation updatedNilamdyuti Goswami2013-05-141-196/+276
|
* Assamese translation updatedNilamdyuti Goswami2013-05-141-1902/+1930
|
* User docs: Update Moving emails on IMAP. Fixes bug #700037Andre Klapper2013-05-141-5/+2
|
* Bug #699980 - Calendar delete does not remove events from viewMilan Crha2013-05-144-0/+17
|
* Bug 697632 - [mail-to-task] Invalid unref of a CamelFolderSamarjit Adhikari2013-05-121-3/+1
| | | | | | | | | | | | e_mail_reader_get_folder() does not return a new CamelFolder reference, yet mail_to_event() was acting as though it does. This caused a crash after the function ran and Evolution tried to use the folder again. Truth be told, e_mail_reader_get_folder() really *should* return a new reference to ensure the CamelFolder is not finalized while it's in use. But we would need to rename the function to e_mail_reader_ref_folder() to reflect the change in semantics, and I suspect the function is used in a great many places.
* EMailPrinter: Fix a couple typos.Matthew Barnes2013-05-111-1/+2
|
* Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF fileMatthew Barnes2013-05-111-29/+36
| | | | | | | | | | | em_utils_print_messages_to_file() was doing so asynchronously, but unfortunately drag-n-drop is a synchronous protocol. So by the time the asynchronous print operation completed, the URI list pointing to the temporary PDF files had already been passed to the file manager. The only reason the files were created at all was because we test the generated file name with open(...O_CREAT...) before starting the print operation, and I'm not convinced that test is even necessary.
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-115-249/+349
| | | | | | This adds a GAsyncReadyCallback and a closure to e_mail_printer_print(), and trades the "done" signal for e_mail_printer_print_finish() so that EMailPrinter is a little more reentrant.
* EMailPrinter cleanups.Matthew Barnes2013-05-102-191/+237
|
* em-utils.c cleanups.Matthew Barnes2013-05-101-95/+93
|
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-103-21/+2
| | | | Hidden setting, no clear use case, and poorly implemented.
* Right-align mail header names.Matthew Barnes2013-05-094-74/+166
| | | | | | | We used to do this before WebKit and it looked better. Also fix up the header section for right-to-left locales: put the collapse button on the right, and images on the left.
* EMailFormatterHeaders cleanups.Matthew Barnes2013-05-092-42/+59
|
* contact-photos: Obtain an EClient asynchronously.Matthew Barnes2013-05-081-39/+76
| | | | | | Obtain an EClient for contact photo lookup asynchronously. If an instance needs to be created, it's more likely created in a thread with a main loop so signal emissions can work.
* Coding style and whitespace cleanup.Matthew Barnes2013-05-0822-78/+81
|
* Newly configured Google calendar cannot be openedMilan Crha2013-05-073-22/+60
| | | | | | | | Unless the button to choose a calendar was clicked, because the calendar path is not filled, thus the server claims "HTTP 405 error", which means an OPTIONS request cannot be done on the path, which was just root of www.google.com, instead of a calendar path. (This was reported as part of bug #659522.)
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-079-39/+57
|
* Bug #699551 - Signature is not removed on replyMilan Crha2013-05-076-6/+6
|
* Remove "GNOME Online Accounts" from configure summary.Matthew Barnes2013-05-061-1/+0
| | | | Evolution no longer links to goa-1.0.
* Updated Slovenian translationMatej Urbančič2013-05-061-20/+29
|
* Updated Slovenian translationMatej Urbančič2013-05-051-1465/+1606
|
* Updated Spanish translationDaniel Mustieles2013-05-041-285/+269
|
* Merge [mark-all-read] plugin into core codeMilan Crha2013-05-0410-691/+340
| | | | | | During fixes on bug #602428, rather than do everything twice, I merged the plugin into the core code, thus it should be easier to maintain as well.
* Bug #699555 - prompt-on-mark-all-read doesn't work in context menuMilan Crha2013-05-032-16/+2
|
* Bug #696531 - Force white background for HTML partsMilan Crha2013-05-031-7/+7
|
* Updated Spanish translationDaniel Mustieles2013-05-031-98/+3
|
* l10n: Fix invalid tag in es.poJiro Matsuzawa2013-05-031-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699548
* l10n: Update Japanese translationOKANO Takayoshi2013-05-021-371/+369
| | | | Fix typo
* Bug #699334 - Calendar: reply all doesn't quite workMilan Crha2013-05-011-5/+28
|
* Make sure EAddressbookModel has a fresh EBookClient.Matthew Barnes2013-04-301-29/+9
| | | | | | | | | | | | | | | | In the event of an address book backend abort, EClientCache detects this and invalidates its cached EClient (if it has one), so a new instance is created on the next request. EAddressbookModel is only handed an EClient once, which may become stale if the backend aborts. And even if the backend is restarted the address book will remain unresponsive in Evolution. This commit changes the behavior so that every time an address book is selected in the side bar, a fresh EClient instance is obtained from the EClientCache and handed to the EAddressbookModel. If the model already has that EClient instance, nothing happens. Otherwise the model resets itself and creates a new EBookClientView.
* Updated Spanish translationDaniel Mustieles2013-04-291-1260/+1177
|
* Post-release version bump.Matthew Barnes2013-04-291-1/+1
|
* NEWS update for 3.9.1 release.Matthew Barnes2013-04-291-1/+95
|
* Missed a few evolution-settings.desktop.in references.Matthew Barnes2013-04-292-2/+0
|
* Updated POTFILES.inPiotr Drąg2013-04-291-1/+0
|
* Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolonMatthew Barnes2013-04-281-1/+1
|
* Remove evolution-settings.desktop.in.inMatthew Barnes2013-04-281-10/+0
| | | | Forgot to remove this along with evolution-settings.
* EGravatarPhotoSource: Work around libsoup deadlocks.Matthew Barnes2013-04-271-36/+7
| | | | | The SoupRequest API seems to have some concurrency issues to work out, so for the time being create a unique SoupSession for each SoupRequest.
* EPhotoCache: Forgot to unlock a mutex.Matthew Barnes2013-04-271-0/+2
| | | | Yikes, that would be bad...
* EPhotoCache: Fix deadlock when cancelling subtasks.Matthew Barnes2013-04-271-16/+32
| | | | | | | This seems to have started with the gravatar module. SoupRequest is apparently quite eager to cancel HTTP requests -- so much so that we need to slow it down within EPhotoCache, so we don't wind up calling g_cancellable_disconnect() during a GCancellable signal emission.
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-263-0/+73
|
* Updated Greek translationDimitris Spingos2013-04-261-1228/+1146
|
* Add a gravatar module.Matthew Barnes2013-04-268-0/+575
| | | | This is a new EPhotoSource that obtains images from gravatar.com.
* Bug 698488 - Attachment file chooser should preview attachments' content ↵Fabiano Fidêncio2013-04-261-0/+35
| | | | when possible
* Bug 698487 - Contact Editor's Image's file chooser must show only images filesFabiano Fidêncio2013-04-261-4/+13
|
* configure.ac: Alphabetize module names.Matthew Barnes2013-04-261-5/+5
|
* ETaskShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-253-30/+0
|
* ETaskShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-251-51/+58
| | | | | | | Remove this status message nonsense that I came up with during the kill-bonoto rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message seems to be blocking application shut down in some cases.
* EMemoShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-253-30/+0
|
* EMemoShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-251-51/+58
| | | | | | | Remove this status message nonsense that I came up with during the kill-bonobo rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message sesms to be blocking application shut down in some cases.
* ECalShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-252-23/+0
|
* ECalShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-251-51/+58
| | | | | | | Remove this status message nonsense that I came up with during the kill-bonobo rewrite. Instead submit a real EActivity to the shell backend. Mismanagement of the status message seems to be blocking application shut down in some cases.
* Add e_activity_cancel().Matthew Barnes2013-04-256-14/+33
| | | | Convenience function cancels the activity's GCancellable.
* Document EActivity.Matthew Barnes2013-04-251-3/+183
|
* ETaskShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-251-4/+0
|
* EMemoShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-251-4/+0
|
* ECalShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-251-4/+0
|
* Updated Spanish translationDaniel Mustieles2013-04-251-1874/+2024
|
* Updated Galician translationsFran Diéguez2013-04-241-1806/+1954
|
* Updated Greek translationDimitris Spingos2013-04-241-1907/+2050
|
* EPhotoSource fixupMatthew Barnes2013-04-241-2/+2
|
* Reimplement EPhotoCache to use EPhotoSource.Matthew Barnes2013-04-244-283/+665
| | | | | | | | | | | | | | | | | | | | | Reimplement EPhotoCache to delegate the actual photo fetching to EPhotoSources. When a photo is requested for a given email address, all available EPhotoSources are dispatched concurrently and a photo input stream is selected from the result set. This also utilizes EDataCapture, which is affixed to the returned GInputStream to capture and cache photo data for an email address. New functions: e_photo_cache_add_photo_source() e_photo_cache_list_photo_sources() e_photo_cache_remove_photo_source() e_photo_cache_add_photo() Renamed functions: e_photo_cache_remove() --> e_photo_cache_remove_photo()
* Add contact-photos module.Matthew Barnes2013-04-248-0/+895
| | | | | | | | | | This encapsulates the EContactPhoto look up feature that was previously built into EPhotoCache. It's now implemented as an EPhotoSource -- one per address book. One advantage of this implementation is that address books are now queried concurrently rather than serially. EPhotoCacheContactLoader is an EPhotoCache extension that takes care of adding and removing EPhotoSources for available address books.
* Add EPhotoSource interface.Matthew Barnes2013-04-247-0/+219
| | | | | | | | | EPhotoSource is an interface used to extend the functionality of EPhotoCache. You can add an object implementing EPhotoSource to an EPhotoCache with e_photo_cache_add_photo_source() and remove it with e_photo_cache_remove_photo_source(). When EPhotoCache needs a photo for an email address, it will invoke e_photo_source_get_photo() on all available EPhotoSource objects simultaneously and select one photo.
* Add EDataCapture.Matthew Barnes2013-04-247-0/+462
| | | | | | | | | | EDataCapture is a GConverter that captures data until the end of the input data is seen, then emits a "finished" signal with the captured data in a GBytes instance. When used with GConverterInputStream or GConverterOutputStream, an EDataCapture can discreetly capture stream content for the purpose of caching.
* Update libeutil API docs.Matthew Barnes2013-04-242-3/+3
|
* Updated Malayalam TranslationAnish A2013-04-241-867/+875
|
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-2318-143/+137
| | | | | | | | | | It could happen that header text color had been picked white one time, but the other time black as expected (for me usually when I started Evolution in Calendar and moved to Mail view, the header text color was white, while when starting in Mail view it was black). The change to use GtkStyleContext is there only as a cleanup from deprecated GtkStyle, and to make things easier too, because both GtkStyle and the GtkStyleContext had set white color for some reason.
* Update sender photo section after 60386356e322c0ebe3a0101a616752c0e557491eAndre Klapper2013-04-221-3/+1
|
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-2110-310/+12
| | | | | | | | | | | | | This was added as part of bug 360184 but no justification was given for the "local-only" part. My Spidey sense tells me it was a hack- around for the old implementation's tendency to freeze the UI while searching for a photograph. So the "local-only" option really just meant "don't freeze the UI for very long, please". The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI, so the "local-only" option is no longer needed. If a remote address book is slow or unresponsive we simply cancel the async photo lookup when the user moves on to another email.
* EPhotoCache: Fix a runtime warning.Matthew Barnes2013-04-211-7/+24
| | | | | Stop searching address books on the first error but don't indicate failure if we've managed to accumulate contacts prior to the error.
* User docs: Clarify automatic X-Face display as per bug 698435Andre Klapper2013-04-201-1/+5
|
* User docs: Fix markupAndre Klapper2013-04-201-1/+1
|
* User docs: Explain 'Match all' filter criterion. Fixes bug 698437.Andre Klapper2013-04-202-5/+6
|
* User docs: Update appointment saving instructions as per e1f45e28Andre Klapper2013-04-201-4/+2
|
* User docs: Update Mozilla import docs. Still not too great.Andre Klapper2013-04-201-5/+12
|
* User docs: Update Wikipedia URLs as default host also supports SSL nowAndre Klapper2013-04-204-8/+8
|
* User docs: Fix markupAndre Klapper2013-04-201-1/+1
|
* User docs: Update Makefile.amAndre Klapper2013-04-201-0/+1
|
* User docs: Move shared filter/vfolder conditions into separate file (XInclude)Andre Klapper2013-04-203-121/+77
|
* User docs: Update TODOs with corresponding bug IDsAndre Klapper2013-04-201-3/+3
|
* User docs: Remove TODO; filed as bug 698435 nowAndre Klapper2013-04-201-3/+6
|
* User docs: Update Makefile.amAndre Klapper2013-04-201-1/+3
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-04-201-5312/+5608
|
* [l10n] Update Catalan translationGil Forcada2013-04-201-5093/+5221
|
* User docs: Misc. comment updatesAndre Klapper2013-04-2028-39/+35
|
* User docs: bug 690696 - Remove last references to old IMAP backendAndre Klapper2013-04-204-62/+1
|
* User docs: Use XInclude for common Account Identity section to avoid string ↵Andre Klapper2013-04-2011-62/+59
| | | | duplication
* User docs: Remove some orphaned linksAndre Klapper2013-04-204-13/+0
|
* User docs: Use XInclude for common Search help to avoid string duplicationAndre Klapper2013-04-206-441/+344
|
* EPhotoCache: Fix a documentation typo.Matthew Barnes2013-04-191-1/+1
|
* Workaround broken Free/Busy fetching (Bug #692361)Milan Crha2013-04-192-0/+15
|
* Bug 698042 - Crash when sending e-mail with attachmentMatthew Barnes2013-04-191-2/+7
|
* EShellBackend: Log outstanding activities during shutdown.Matthew Barnes2013-04-191-0/+38
| | | | | | | Log debug messages for outstanding activities during shutdown to help investigate stuck shutdown issues. Enable this feature with: G_MESSAGES_DEBUG=evolution-shell
* EShellBackend: Rework shutdown delay.Matthew Barnes2013-04-191-11/+24
| | | | | | | Use g_signal_connect_data() to automatically release the EActivity when the signal handler is disconnected, and keep the handler ID internally. This is cleaner than using g_signal_handlers_disconnect_by_func().
* build: Fix srcdir != builddir from gitMatthew Barnes2013-04-183-12/+12
| | | | | | | | | Mimicing Colin's commit fb9b02e for E-D-S. We can't do (cd $(srcdir); ...) and inside reference $(top_srcdir) because that variable uses a *relative* path. Thus we copy the approach from gnome-shell of explicitly using addprefix to append the source directory.
* alarm-queue: Remove the "mail notifications not supported" dialogMatthew Barnes2013-04-181-24/+1
| | | | | | | | | | This dialog is all kinds of lame, not to mention ugly. It tends to pop up when evolution-alarm-notify starts and often steals input focus from the normal reminder dialog that pops up overtop of it. Let's not apologize for features not implemented. Instead of alerting the user that we'll show a normal reminder dialog in lieu of sending an email reminder, just show a normal reminder dialog.
* [web-inspector] Yet more shortcut tweaking.Matthew Barnes2013-04-181-1/+1
| | | | | | | Be more forgiving of modifiers. Check for GDK_CONTROL_MASK and GDK_SHIFT_MASK, but not to the exclusion of all other modifiers. There, that should make the shortcut work for everyone now.
* Fix duplicate entry in HELP_FILES.Matthew Barnes2013-04-171-1/+0
| | | | | | This has been breaking distcheck for ages! It figures it would turn out to be something this stupid...
* Update POTFILES.in.Matthew Barnes2013-04-171-1/+0
|