Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 707112 - Replace webkit_dom_html_element_get_id usage | Kerrick Staley | 2013-11-05 | 3 | -2/+26 |
| | | | | | | | | | | | | | | | | webkit_dom_element_get_id() was introduced for WebKitGTK+ 2.2 and deprecates webkit_dom_html_element_get_id(). But Evolution only requires WebKitGTK+ 2.0.1. Ordinarily this would sit on a shelf until we require WebKitGTK+ 2.2, however WebKitGTK+ has now started issuing deprecation warnings about webkit_dom_html_element_get_id() at *runtime*, which is pointless and only fills up users' .xsession-errors file. To put a stop to this, we'll call the new function subject to a pre- processor WebKit version check, with a fallback to the old function. The build requirement remains at WebKitGTK+ 2.0.1. | ||||
* | Bug #657808 - Copy/move of a single instance should grab whole serie | Milan Crha | 2013-11-05 | 5 | -229/+696 |
| | |||||
* | Update error handling when sending offline. | Matthew Barnes | 2013-11-04 | 1 | -1/+8 |
| | | | | | | Camel now uses GResolver for domain name resolution, so check for G_RESOLVER_ERROR when sending so the "saving-to-outbox" alert can work again. | ||||
* | Bump webkitgtk-3.0 requirement to 2.0.1. | Matthew Barnes | 2013-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Between 2.0.0 and 2.0.1, webkit_dom_html_style_element_get_sheet() silently changed from returning a WebKitDOMStyleSheet to returning a WebKitDOMCSSStyleSheet. EWebView already depends on this newer behavior, which effectively means Evolution's WebKitGTK+ dependency is already 2.0.1 or later. Update the minimum webkitgtk-3.0 requirement in configure.ac to reflect this. WebKitGTK+ 1.10 is old enough now that the bump should not be an issue. | ||||
* | Adapt to CamelDataCache API changes. | Matthew Barnes | 2013-11-02 | 1 | -15/+32 |
| | |||||
* | EMailIdentityComboBox: Document and clean up. | Matthew Barnes | 2013-11-01 | 2 | -33/+139 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-11-01 | 1 | -1300/+1396 |
| | |||||
* | Fix Contact Editor crash. | Matthew Barnes | 2013-11-01 | 1 | -3/+0 |
| | | | | When closing the window after opening it from the Address Book Map. | ||||
* | Remove EContactMarker. | Matthew Barnes | 2013-11-01 | 5 | -745/+94 |
| | | | | | | ChamplainLabel does everything we need now. Need to stash a contact UID for opening the Contact Editor on double-click, but not worth a subclass for just that. | ||||
* | Contact map cleanups. | Matthew Barnes | 2013-11-01 | 6 | -428/+448 |
| | |||||
* | Bug 689055 - Port contact map to geocode-glib 3.10 | Canek Peláez Valdés | 2013-11-01 | 2 | -33/+61 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-11-01 | 1 | -210/+268 |
| | |||||
* | Bug 710489 - Network detection broken at startup | Matthew Barnes | 2013-10-31 | 1 | -1/+7 |
| | |||||
* | Bug 710797 - Name all the timeouts added with g_timeout_add() | Bastien Nocera | 2013-10-30 | 47 | -185/+275 |
| | |||||
* | Fix error handling glitch in mail_session_send_to_thread(). | Matthew Barnes | 2013-10-29 | 1 | -4/+4 |
| | | | | | | | | | | If sending a message fails but the user was already connected to the MTA, the error is missed and not handled until further into the logic, where it's treated as though sending succeeded and only post-processing failed. This results in the user seeing a copy of the message in Sent, but the message was never actually sent. Fallout from the investigation of bug 710807. | ||||
* | EShellSearchbar: Remove unused 'child_containers'. | Matthew Barnes | 2013-10-27 | 1 | -3/+0 |
| | |||||
* | Bug 709428 - Searchbar widgets should not wrap | Matthew Barnes | 2013-10-27 | 5 | -237/+150 |
| | | | | | | | | | | | | | | | Instead of wrapping the searchbar for small screens (which looks ugly and breaks the initial window size on large screens), hide the filter combo box in views that would otherwise be too wide for the screen. There's no loss of functionality when hiding the filter combo box. It's just a set of convenient pre-defined searches, all of which can be reproduced through the Advanced Search interface. New functions: e_shell_searchbar_get_filter_visible() e_shell_searchbar_set_filter_visible() | ||||
* | EProxyEditor: Save on "Method" combo box change. | Matthew Barnes | 2013-10-26 | 1 | -4/+13 |
| | |||||
* | Bug 710835 - evolution.convert: Add trailing / for schemas paths | Colin Walters | 2013-10-26 | 1 | -5/+5 |
| | | | | | | Newer versions of GLib are more strict about this. See https://bugzilla.gnome.org/704802 | ||||
* | EContactsSelector: Show icons. | Matthew Barnes | 2013-10-26 | 1 | -0/+2 |
| | | | | Just a nice touch, I think. | ||||
* | EAutocompleteSelector: Show icons. | Matthew Barnes | 2013-10-26 | 1 | -0/+2 |
| | | | | Just a nice touch, I think. | ||||
* | Add a chapter for proxy widgets in API documentation. | Matthew Barnes | 2013-10-26 | 1 | -5/+9 |
| | |||||
* | Document EProxyLinkSelector. | Matthew Barnes | 2013-10-26 | 2 | -0/+53 |
| | |||||
* | EProxyEditor: Add an "Open Desktop Settings" button. | Matthew Barnes | 2013-10-26 | 1 | -11/+59 |
| | | | | | | | Shown for the "Defer to Desktop Settings" choice if gnome-control-center is available. The button opens gnome-control-center's "Network" panel, but unfortunately the "Network proxy" item cannot be selected from the command line. | ||||
* | Use EProxyPreferences in EPreferencesWindow. | Matthew Barnes | 2013-10-26 | 5 | -1118/+15 |
| | | | | Replaces EMNetworkPrefs. | ||||
* | Add EProxyPreferences. | Matthew Barnes | 2013-10-26 | 9 | -0/+897 |
| | |||||
* | Add EProxyLinkSelector. | Matthew Barnes | 2013-10-26 | 7 | -0/+388 |
| | |||||
* | Add EProxyEditor. | Matthew Barnes | 2013-10-26 | 8 | -0/+859 |
| | |||||
* | Add EProxySelector. | Matthew Barnes | 2013-10-26 | 8 | -0/+955 |
| | |||||
* | Add EProxyComboBox. | Matthew Barnes | 2013-10-26 | 7 | -0/+491 |
| | | | | | EProxyComboBox is a combo box of available proxy profiles, as described by ESource instances with an ESourceProxy extension. | ||||
* | Adapt to Camel's proxy resolver API changes. | Matthew Barnes | 2013-10-26 | 1 | -57/+120 |
| | |||||
* | Bug 710852 - Missing linker flag in evolution-alarm-notify | Canek Peláez Valdés | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | Remove e_source_selector_set_select_new(). | Matthew Barnes | 2013-10-26 | 6 | -25/+0 |
| | | | | Sets a flag that's no longer used internally by ESourceSelector. | ||||
* | ESourceSelector: Fix a reference leak in text_cell_edited_cb(). | Matthew Barnes | 2013-10-25 | 1 | -7/+9 |
| | | | | We were leaking the ESource reference. | ||||
* | ESourceSelector: Add a "show-icons" property. | Matthew Barnes | 2013-10-25 | 4 | -2/+156 |
| | | | | | | | | ESourceSelector can now optionally display an icon next to each ESource matching the selector's "extension-name". Intended for non-homogeneous use cases where a variety of account types are shown in the selector. The icon set is hard-coded, but we could change that if the need arises. | ||||
* | ESourceSelector cleanups. | Matthew Barnes | 2013-10-25 | 5 | -65/+103 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-10-25 | 1 | -1219/+1242 |
| | |||||
* | ESourceSelector: Fix a potential runtime warning. | Matthew Barnes | 2013-10-23 | 1 | -1/+3 |
| | | | | | | | When (re)building the tree model, ESourceSelector may fall back to e_source_registry_ref_default_for_extension_name() to help initialize the primary selection. Depending on the selector's "extension-name" property, that function may return NULL. Handle it gracefully. | ||||
* | Fixed Russian translation | Yuri Myasoedov | 2013-10-23 | 1 | -1269/+2207 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.11.1 release.EVOLUTION_3_11_1 | Matthew Barnes | 2013-10-20 | 1 | -0/+54 |
| | |||||
* | Update API documentation. | Matthew Barnes | 2013-10-20 | 1 | -0/+1 |
| | |||||
* | Miscellaeous cleanups. | Matthew Barnes | 2013-10-20 | 12 | -448/+524 |
| | |||||
* | Bug #710171 - EShellTaskbar: Gtk+ functions called out of the main thread | Milan Crha | 2013-10-18 | 1 | -10/+96 |
| | |||||
* | Bug #709396 - Quoted text truncated when "Keep signature above" is set | Milan Crha | 2013-10-18 | 2 | -0/+23 |
| | | | | | | | | | | | The GtkComboBox::changed signal is not called only on active-id change, but also on any content change, including each row add/change/removal into its model. These signals are delivered on the main thread, thus the result of e_mail_signature_combo_box_load_selected() is delivered later, which means that a call like gtk_list_store_clear() queues as many 'load_selected' operations as is the list items count. Such thing confused GtkHTML editor enough to garble the message body. This change is kind of workaround, which avoids unnecessary signature updates. | ||||
* | Bug #640382 - Prevent a crash in e_week_view_on_text_item_event() | Milan Crha | 2013-10-17 | 1 | -0/+6 |
| | |||||
* | Updated German translation | Christian Kirbach | 2013-10-12 | 1 | -1289/+1169 |
| | |||||
* | Signature/encryption bar may not inherit text color from theme | Milan Crha | 2013-10-11 | 1 | -2/+9 |
| | | | | | | | The "signature bar" overrides background color, thus it should override also text color, to make sure the text will be always readable. This could break with dark theme, which uses light text color. | ||||
* | EMailIdentityComboBox cleanups. | Matthew Barnes | 2013-10-11 | 3 | -37/+39 |
| | |||||
* | Auto-wrap long anchors | Milan Crha | 2013-10-09 | 2 | -1/+10 |
| | | | | | Make Webkit auto-wrap long anchors, thus they do not dictate content width, which may make it too wide for a window with extra long links. | ||||
* | Show both component summary and alarm description in Reminders | Milan Crha | 2013-10-08 | 1 | -36/+46 |
| | | | | | | It turned out that my understanding of the RFC when fixing bug #386113 was incorrect, the alarm description is not supposed to replace the component summary, but only extend it with an additional text. | ||||
* | Bug #215115 - Per-folder From: email address | Milan Crha | 2013-10-08 | 13 | -525/+2841 |
| | | | | | | The change also allows setting accounts for certain recipients (based on a part of the recipient address). The option can be found in Folder Properties and in Edit->Preferences->Composer Preferences->Send Account. | ||||
* | [l10n] Updated Catalan (Valencian) translation | Carles Ferrando | 2013-10-07 | 1 | -12291/+2539 |
| | |||||
* | Bug #707856 - Custom recurrence dropped on event editor save | Milan Crha | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | EMailParserMultipartSigned: Rework obtaining the signature protocol. | Matthew Barnes | 2013-10-03 | 1 | -16/+24 |
| | | | | | CamelMultipartSigned no longer has a public 'protocol' member. Obtain it instead by checking the CamelContentType for a 'protocol' parameter. | ||||
* | Bug 708390 - text-highlight: Don't interfere with printing | Matthew Barnes | 2013-10-01 | 1 | -27/+2 |
| | | | | | The text-highlight module is for enhancing the *display* of textual email parts. It should not interfere at all when printing an email. | ||||
* | Bug 709108 - Make Appdata file translatable | Daniel Mustieles | 2013-10-01 | 3 | -8/+11 |
| | |||||
* | Bug #708682 - Move with 'End' key with collapsed threads fails | Milan Crha | 2013-10-01 | 1 | -6/+1 |
| | | | | This reverts part of commit 452638466217dbfef0c0954c90aa7cb03cf91452 | ||||
* | Bug #708840 - Crash when closing subscription dialog with running operation | Milan Crha | 2013-09-30 | 1 | -0/+33 |
| | |||||
* | Bug #705685 - Contact(-list)-editor - reject save when book is still opening | Milan Crha | 2013-09-30 | 4 | -5/+48 |
| | |||||
* | Bug #699997 - Show unreferenced images in multipart/related parser | Milan Crha | 2013-09-30 | 1 | -2/+28 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2013-09-30 | 2 | -1019/+894 |
| | |||||
* | EMailSession: Implement ref_proxy_resolver() method. | Matthew Barnes | 2013-09-28 | 1 | -23/+43 |
| | | | | | Eventually I'd like to add an ESourceExtension for proxy settings, but for now we'll live with the old and somewhat broken EProxy API. | ||||
* | Remove all g_type_init() calls. | Matthew Barnes | 2013-09-28 | 4 | -8/+0 |
| | | | | g_type_init() is deprecated in GLib 2.36. | ||||
* | Bump minimum GLib requirement to 2.36. | Matthew Barnes | 2013-09-28 | 1 | -2/+2 |
| | | | | Needed for GSimpleProxyResolver. | ||||
* | Adapt to CamelSession trust_prompt() changes. | Matthew Barnes | 2013-09-27 | 3 | -34/+35 |
| | |||||
* | Bug #689787 - Prefer-plain can hide message body for composer | Milan Crha | 2013-09-27 | 3 | -14/+57 |
| | |||||
* | Drop unused e-cert-db.c:default_nickname() function | Milan Crha | 2013-09-25 | 1 | -125/+0 |
| | |||||
* | Add debugging for formatter requests | Milan Crha | 2013-09-25 | 2 | -3/+23 |
| | | | | | With CAMEL_DEBUG=emformat:requests the evolution prints a debug messages about requests being processed when formatting messages. | ||||
* | Remove unused e_cert_db_export_pkcs12_file(). | Matthew Barnes | 2013-09-25 | 2 | -17/+0 |
| | |||||
* | Remove unused e_cert_db_import_user_cert(). | Matthew Barnes | 2013-09-25 | 2 | -84/+0 |
| | |||||
* | Remove unused e_cert_db_find_cert_by_email_address(). | Matthew Barnes | 2013-09-25 | 2 | -58/+0 |
| | |||||
* | Remove unused e_cert_db_find_email_signing_cert(). | Matthew Barnes | 2013-09-25 | 2 | -15/+0 |
| | |||||
* | Remove unused e_cert_db_find_email_encryption_cert(). | Matthew Barnes | 2013-09-25 | 2 | -11/+0 |
| | |||||
* | Remove unused e_cert_db_get_cert_nicknames(). | Matthew Barnes | 2013-09-25 | 2 | -11/+0 |
| | |||||
* | Remove unused e_cert_db_find_cert_by_key(). | Matthew Barnes | 2013-09-25 | 2 | -47/+0 |
| | |||||
* | Remove unused e_cert_db_find_cert_by_nickname(). | Matthew Barnes | 2013-09-25 | 2 | -31/+0 |
| | |||||
* | Remove unused e_cert_trust_set_valid_server_peer(). | Matthew Barnes | 2013-09-25 | 2 | -17/+0 |
| | |||||
* | Remove unused e_cert_trust_has_user(). | Matthew Barnes | 2013-09-25 | 2 | -25/+0 |
| | |||||
* | Remove unused e_cert_trust_has_ca(). | Matthew Barnes | 2013-09-25 | 2 | -25/+0 |
| | |||||
* | Remove unused e_cert_trust_set_user(). | Matthew Barnes | 2013-09-25 | 2 | -17/+0 |
| | |||||
* | Remove unused e_cert_trust_set_trusted_peer(). | Matthew Barnes | 2013-09-25 | 2 | -17/+0 |
| | |||||
* | Remove unused e_cert_trust_set_trusted_ca(). | Matthew Barnes | 2013-09-25 | 2 | -17/+0 |
| | |||||
* | Remove unused e_cert_trust_set_trusted_server_ca(). | Matthew Barnes | 2013-09-25 | 2 | -17/+0 |
| | |||||
* | Remove unused e_cert_trust_copy(). | Matthew Barnes | 2013-09-25 | 2 | -11/+0 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-09-25 | 1 | -2/+0 |
| | |||||
* | Remove unused e_cert_get_issuers_chain(). | Matthew Barnes | 2013-09-25 | 2 | -30/+0 |
| | |||||
* | Remove unused e_cert_get_expires_on_time(). | Matthew Barnes | 2013-09-25 | 1 | -6/+0 |
| | |||||
* | Remove unused e_cert_get_issued_on_time(). | Matthew Barnes | 2013-09-25 | 2 | -7/+0 |
| | |||||
* | Remove unused e_cert_get_window_title(). | Matthew Barnes | 2013-09-25 | 2 | -12/+0 |
| | |||||
* | Remove unused EASN1Object. | Matthew Barnes | 2013-09-25 | 3 | -1075/+0 |
| | |||||
* | Use GcrCertificateWidget to view certificates. | Matthew Barnes | 2013-09-25 | 4 | -734/+75 |
| | | | | | e_cert_manager_new_certificate_viewer() now builds a simple GtkDialog with a GcrCertificateWidget showing details about the given ECert. | ||||
* | ECert: Implement GcrCertificate interface. | Matthew Barnes | 2013-09-25 | 1 | -1/+41 |
| | | | | ECert is now a type of GcrCertificate. | ||||
* | New base dependency: gcr-3 >= 3.4 | Matthew Barnes | 2013-09-25 | 1 | -0/+2 |
| | | | | Needed for GcrCertificateWidget and similar widgets. | ||||
* | Remove unused e_cert_get_asn1_struct(). | Matthew Barnes | 2013-09-25 | 2 | -19/+0 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-09-24 | 1 | -126/+77 |
| | |||||
* | Bug #659890 - Merge addressbook 'widgets' and 'merging' libraries | Milan Crha | 2013-09-24 | 16 | -42/+22 |
| | | | | | These two cross-referenced each other, which could cause runtime issues, thus rather merge them into one. | ||||
* | l10n: Update Japanese translation | Jiro Matsuzawa | 2013-09-24 | 1 | -12/+12 |
| | |||||
* | l10n: Update Japanese translation | victory | 2013-09-24 | 1 | -5108/+3095 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2013-09-24 | 25 | -78/+66 |
| | |||||
* | Bug #708349 - Memory leaks around mail config | Milan Crha | 2013-09-23 | 3 | -0/+6 |
| | |||||
* | Bug #708347 - Memory leak from EWebView/webkit | Tomas Popela | 2013-09-23 | 1 | -2/+5 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-09-23 | 2 | -1476/+1481 |
| | |||||
* | Updated Hungarian translation | Balázs Úr | 2013-09-23 | 1 | -733/+724 |
| | |||||
* | Bug 707425 - Inconsistent capitalization in calendar Search menu | Matthew Barnes | 2013-09-22 | 1 | -3/+3 |
| | |||||
* | Bug 707720 - Change 'mail' keyword to 'email' in evolution.desktop | Matthew Barnes | 2013-09-22 | 1 | -1/+1 |
| | | | | | GNOME Shell does substring matches on desktop keywords, so naming the keyword 'email' matches both 'email' and 'mail'. | ||||
* | [l10n] Update Catalan translation | Josep Sànchez | 2013-09-22 | 1 | -12258/+2685 |
| | |||||
* | Updated Ukrainian | Daniel Korostil | 2013-09-21 | 1 | -5455/+5877 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-09-21 | 1 | -4/+4 |
| | |||||
* | NEWS update for 3.10.0 release.EVOLUTION_3_10_0 | Matthew Barnes | 2013-09-21 | 1 | -0/+13 |
| | |||||
* | Updated Brazilian Portuguese translation | Enrico Nicoletto | 2013-09-21 | 1 | -721/+721 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2013-09-21 | 1 | -2386/+2535 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-09-20 | 1 | -1968/+2169 |
| | |||||
* | update Punjabi Translaiton | A S Alam | 2013-09-19 | 1 | -2826/+3033 |
| | |||||
* | Updated Czech translation | Jiří Eischmann | 2013-09-18 | 1 | -1615/+1620 |
| | |||||
* | Updated slovak translation | Marián Čavojský | 2013-09-17 | 1 | -5031/+4801 |
| | |||||
* | Updated Danish translation | Ask H. Larsen | 2013-09-16 | 1 | -2527/+2609 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | NEWS update for 3.9.92 release.EVOLUTION_3_9_92 | Matthew Barnes | 2013-09-15 | 1 | -0/+44 |
| | |||||
* | Update API documentation. | Matthew Barnes | 2013-09-15 | 4 | -3/+5 |
| | |||||
* | EClientSelector: Show an initial icon based on host name. | Matthew Barnes | 2013-09-15 | 1 | -1/+150 |
| | | | | | | | | Have GNetworkMonitor make an initial guess at the online state of backends by evaluating the reachability of their host name. This will show an initial status icon for all displayed ESources without actually opening a connection, since some backends are expensive to start unnecssarily. | ||||
* | Bug 708004 - Deleting in threaded mode moves cursor to incorrect message | David Dillow | 2013-09-15 | 1 | -2/+4 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2013-09-14 | 1 | -2955/+2991 |
| | |||||
* | Bug #707392 - Only very first Collapse/Expand button in message header pane ↵ | Tomas Popela | 2013-09-13 | 2 | -71/+33 |
| | | | | | | | | | | | | | | | | works When we were collecting the elements for adding the onclick event listeners, we were using the webkit_dom_document_get_element_by_id method, but when email had multiple TO, CC or BCC headers it was returning just the first elements with given id. To fix this we moved to webkit_dom_*_query_selector methods that give us more powerfull element extraction from document. When toggling the visibility of header row, we are now operating just in the row that contains the clicked element. This patch also remove the suffixes from all __evo-moreaddr ids. | ||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2013-09-12 | 1 | -2863/+3081 |
| | |||||
* | Bug #706008 - Workaround gnome-shell style change on focus change | Tomas Popela | 2013-09-12 | 16 | -165/+398 |
| | | | | | | | Avoid redrawing (thus loosing the selection and scroll position) of preview window on style change by defining the colors through CSS styles. On style change we just update the CSS color definitions and preview will update itself without redraw. | ||||
* | Fix a broken tag in French help translation | Piotr Drąg | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | EClientSelector: Do not prefetch EClient instances | Milan Crha | 2013-09-12 | 1 | -51/+0 |
| | | | | | Let the open for a user, when respective source in the selector is selected. | ||||
* | Add space after a type cast. | Antoine Jacoutot | 2013-09-11 | 1 | -2/+2 |
| | |||||
* | calendar: do not assume time_t is long | Antoine Jacoutot | 2013-09-11 | 1 | -3/+3 |
| | | | | | | | | | On Linux time_t is long, on OpenBSD time_t is long long... so printf statements using %lu on 32-bit platforms will break on !Linux. The only portable way to print a time_t is using a cast and casting to "long long" (gint64) is probably the most portable way. https://bugzilla.gnome.org/show_bug.cgi?id=707829 | ||||
* | Finnish translation update | Timo Jyrinki | 2013-09-11 | 1 | -5873/+6195 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2013-09-11 | 2 | -5494/+5628 |
| | |||||
* | Updated Hungarian help translation | Gabor Kelemen | 2013-09-10 | 1 | -4/+4 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2013-09-09 | 1 | -989/+1069 |
| | |||||
* | Fix uninitialized variable in cal_comp_is_on_server(). | Matthew Barnes | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2013-09-09 | 1 | -3406/+2197 |
| | |||||
* | Replace double-space with single-space in evolution.appdata.xml | Milan Crha | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-09-09 | 1 | -873/+930 |
| | |||||
* | Fix folder name encoding in em_folder_utils_create_folder(). | Matthew Barnes | 2013-09-09 | 1 | -22/+7 |
| | | | | | | | | | When creating a top-level folder, the folder name was still URI-encoded. So for example "Top Level Folder" was coming out "Top%20Level%20Folder". The em_folder_tree_store_root_selected() "if" branch is uncommented and looks unnecessary to me, so I'm removing it. Always parse the URI with e_mail_folder_uri_parse(), which produces a decoded folder name. | ||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2013-09-08 | 1 | -2841/+2843 |
| | |||||
* | Bug 707571 - Bad EOF check in getNextCSVEntry | Andreas Schwab | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2013-09-08 | 90 | -961/+1232 |
| | |||||
* | Updated German translation | Christian Kirbach | 2013-09-07 | 1 | -1311/+1409 |
| | |||||
* | Add an AppData description for Evolution. | Matthew Barnes | 2013-09-07 | 2 | -0/+22 |
| | | | | Based on http://people.freedesktop.org/~hughsient/appdata/. | ||||
* | Updated Hungarian help translation | Gabor Kelemen | 2013-09-07 | 1 | -4236/+4925 |
| | |||||
* | Add EShellView to E{Calendar,MemoList,TaskList}Selector | Fabiano Fidêncio | 2013-09-05 | 9 | -13/+290 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657808 | ||||
* | Update French translation | Alexandre Franke | 2013-09-04 | 1 | -32/+89 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-09-04 | 2 | -558/+680 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2013-09-04 | 1 | -11970/+11842 |
| | |||||
* | Updated Hungarian translation | Balázs Úr | 2013-09-04 | 1 | -267/+335 |
| | |||||
* | Bug #707048 - [bbdb] GError double free when contact save fails | Milan Crha | 2013-09-03 | 1 | -4/+2 |
| | |||||
* | Fix Catalan spelling mistakes | Jordi Mas | 2013-09-03 | 1 | -5/+5 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-09-03 | 1 | -281/+349 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-09-03 | 1 | -2619/+4229 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-09-02 | 1 | -31/+101 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-09-01 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.9.91 release.EVOLUTION_3_9_91 | Matthew Barnes | 2013-09-01 | 1 | -0/+42 |
| | |||||
* | Update evolution-shell API documentation. | Matthew Barnes | 2013-09-01 | 1 | -0/+1 |
| | |||||
* | Updated German help translation | Benjamin Steinwender | 2013-09-01 | 1 | -2602/+4176 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-09-01 | 1 | -259/+320 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-09-01 | 1 | -34/+95 |
| | |||||
* | EMailDisplay: Remove mail_display_plugin_widget_realize_cb(). | Matthew Barnes | 2013-09-01 | 1 | -32/+0 |
| | | | | | | Apparently not required anymore, and was actually causing embedded widgets for attachments to malfunction when collapsed and expanded again -- particularly audio attachments. | ||||
* | EMailDisplay: Remove bind_iframe_content_visibility(). | Matthew Barnes | 2013-09-01 | 1 | -110/+0 |
| | | | | | | None of my attachment samples invoke bind_iframe_content_visibility(). Both it and toggle_widget_visibility() appear to dead code. Removing the functions causes no ill side-effects as far as I can tell. | ||||
* | Bug 707043 - Audio attachment not shown correctly | David Woodhouse | 2013-08-31 | 2 | -1/+7 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-08-31 | 1 | -298/+350 |
| | |||||
* | Updated Brazilian Portuguese translation | Enrico Nicoletto | 2013-08-31 | 1 | -259/+321 |
| | |||||
* | Adding new strings to copy/move event/task/memo and handle possible errors ↵ | Fabiano Fidêncio | 2013-08-30 | 1 | -0/+66 |
| | | | | on those operations | ||||
* | Bug #706901 - Large default book slows down composer open | Milan Crha | 2013-08-30 | 1 | -4/+15 |
| | |||||
* | Skip evolution from 'Open with' list of applications on attachments | Milan Crha | 2013-08-29 | 1 | -0/+26 |
| | |||||
* | Bug #706814 - Do not use folder uri in copy/move folder errors | Fabiano Fidêncio | 2013-08-29 | 2 | -7/+25 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-08-28 | 1 | -343/+331 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-08-27 | 1 | -335/+341 |
| | |||||
* | Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting time | Fabiano Fidêncio | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Bug #659715 - Reject folder copy/move in offline | Fabiano Fidêncio | 2013-08-27 | 2 | -18/+66 |
| | |||||
* | User docs: Fix a 404 link | Andre Klapper | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | User docs: Remove link to external 404 page | Andre Klapper | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | User docs: Garrrrrr. Fix typos. | Andre Klapper | 2013-08-27 | 1 | -2/+2 |
| | |||||
* | User docs: Mark images without text as non-translatable. Bug #706596 | Andre Klapper | 2013-08-27 | 13 | -37/+37 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-08-24 | 1 | -2546/+2754 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-08-24 | 1 | -2138/+2562 |
| | |||||
* | Bug 706463 - Refcounting error in e_mail_reader_reply_to_message() | Matthew Barnes | 2013-08-23 | 1 | -11/+2 |
| | | | | | | Highlight a section of a mailing list post, click Reply, answer "Reply Privately", Evolution mishandles the source message's reference count, causing the message to finalize too early and crash in Camel. | ||||
* | EMailReader cleanups. | Matthew Barnes | 2013-08-23 | 1 | -11/+13 |
| | |||||
* | EShellSearchbar: Put focus on search results after changing filter. | Matthew Barnes | 2013-08-22 | 1 | -4/+20 |
| | | | | | | Direct the focus away from the filter combo box so the next keyboard event doesn't change the selected filter. The user is probably trying to navigate search results. | ||||
* | Updated Hungarian translation | Balázs Úr | 2013-08-22 | 1 | -112/+123 |
| | |||||
* | Updated German help translation | Christian Kirbach | 2013-08-21 | 1 | -1413/+1614 |
| | | | | | | This is a fixed version of the previously reverted commit. Thanks to Daniel Mustieles García for tracking down the flaw. | ||||
* | Bug #274144 - 'Update attendee status' might not be done multiple times | Milan Crha | 2013-08-21 | 1 | -4/+86 |
| | |||||
* | Bug #698275 - Enable/disable account yields to a several seconds busy loop | Milan Crha | 2013-08-21 | 3 | -31/+142 |
| | |||||
* | Updated Brazilian Portuguese translation | Rafael Ferreira | 2013-08-21 | 1 | -114/+119 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-08-21 | 1 | -42/+42 |
| | |||||
* | Bug #656804 - Cannot create folder with special characters in name | Milan Crha | 2013-08-20 | 1 | -2/+4 |
| | |||||
* | Bug #682277 - Multiselect of messages causes slow UI update | Milan Crha | 2013-08-20 | 4 | -36/+76 |
| | |||||
* | Updated Malayalam Translation | Anish A | 2013-08-20 | 1 | -2124/+2268 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2013-08-19 | 1 | -2390/+2366 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.9.90 release.EVOLUTION_3_9_90 | Matthew Barnes | 2013-08-18 | 1 | -0/+45 |
| | |||||
* | Update API documentation. | Matthew Barnes | 2013-08-18 | 1 | -0/+1 |
| | |||||
* | Revert "Updated German help translation" | Matthew Barnes | 2013-08-18 | 1 | -1614/+1413 |
| | | | | | | | | | | This reverts commit 83ce49534bc02a574b77a4072fdb973f43db8acf. This commit introduced a build break: Error: Could not merge translations: 'NoneType' object has no attribute 'node' make: *** [de/de.stamp] Error 1 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2013-08-18 | 1 | -1652/+1770 |
| | |||||
* | folder_tree_model_folder_renamed_cb: Avoid duplicate rows. | Matthew Barnes | 2013-08-18 | 1 | -0/+5 |
| | | | | | | | Testing IMAP NOTIFY and folder renames, I observed a "folder-created" signal emission before the "folder-renamed" signal emission. So the renamed folder already exists in the tree model when we receive the "folder-renamed" signal. Make sure we handle that sanely. | ||||
* | MailFolderCache: Avoid g_signal_handlers_disconnect_matched(). | Matthew Barnes | 2013-08-17 | 1 | -4/+0 |
| | | | | store_info_unref() already disconnects the signal handlers one by one. | ||||
* | [alarm-notify] Do not change selection on new reminder arrival | Thomas Mittelstaedt | 2013-08-16 | 1 | -2/+4 |
| | | | | Simply do not change selection when the dialog is already shown. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-08-16 | 2 | -156/+164 |
| | |||||
* | Updated German help translation | Christian Kirbach | 2013-08-15 | 1 | -1413/+1614 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-08-14 | 1 | -47/+49 |
| | |||||
* | Fixed grammar mistake in the help | Christian Kirbach | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | Bug #698723 - Crash on saving contact with categories | Milan Crha | 2013-08-13 | 1 | -15/+7 |
| | |||||
* | Bug #705814 - Crash in certificate_viewer_new() | Milan Crha | 2013-08-12 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-08-12 | 1 | -84/+89 |
| | |||||
* | Update AUTHORS and evolution.doap. | Matthew Barnes | 2013-08-11 | 2 | -94/+13 |
| | | | | List only the current development team. | ||||
* | Update Authors list in About dialog. | Matthew Barnes | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | Fix icon cache updating when building concurrently. | Matthew Barnes | 2013-08-11 | 2 | -14/+17 |
| | | | | | | | When using "make -j [N > 1]", the install-icons/uninstall-icons and update-icon-cache make targets were running concurrently. Move the icon cache updating to data/Makefile.am to ensure it runs AFTER the icons are installed or uninstalled. | ||||
* | EAlertBar: Mention Escape binding in close button tooltip. | Matthew Barnes | 2013-08-11 | 1 | -1/+2 |
| | |||||
* | Bug 704440 - Close shell window alerts with Escape key | Matthew Barnes | 2013-08-11 | 2 | -0/+45 |
| | | | | | | This adds a "close-alert" signal to EShellWindow, which is bound to GDK_KEY_Escape. The default handler closes view-specific alerts first, then global alerts. | ||||
* | Add e_alert_bar_close_alert(). | Matthew Barnes | 2013-08-11 | 3 | -0/+42 |
| | | | | | Closes the active EAlert and returns TRUE, or else returns FALSE if there is no active EAlert. | ||||
* | Remove unused e_shell_window_get_menu_bar_box(). | Matthew Barnes | 2013-08-11 | 3 | -8/+0 |
| | |||||
* | Bug #704207 - Dragged column's arrow indicator oversized | Milan Crha | 2013-08-09 | 1 | -0/+3 |
| | |||||
* | GnomeCanvasRect: Incorrectly named fill_color_rgba property | Milan Crha | 2013-08-09 | 1 | -1/+1 |
| | | | | | | While all the code references fill_color_rgba, the object itself defined property's name "fill_rgba", which produced runtime warnings and misbehavior. | ||||
* | Bug #704369 - Meeting change asks on save, but tries to send update anyway | Milan Crha | 2013-08-09 | 4 | -56/+61 |
| | |||||
* | Bug #704549 - Missing mnemonic in External Editor plugin configuration | Milan Crha | 2013-08-09 | 1 | -2/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-08-08 | 1 | -253/+274 |
| | |||||
* | Bug #705657 - Crash in em_utils_selection_set_urilist() | Milan Crha | 2013-08-08 | 1 | -0/+6 |
| | |||||
* | Bug #705446 - Old POP3 mails can be removed before getting them | Milan Crha | 2013-08-08 | 1 | -4/+28 |
| | |||||
* | [Addressbook] Show editor errors above editor window | Milan Crha | 2013-08-07 | 7 | -12/+18 |
| | | | | | | | | | An address book editor error was shown about active EShell's window, which means switching to other application and back made the editor in the background, but, more importantly, the editor could be selected and the error was in the background, thus it seemed like being stuck, it didn't respond to any button click, until the error was dismissed. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-08-07 | 2 | -62/+50 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2013-08-04 | 1 | -1899/+2018 |
| | |||||
* | Fix sidebar message counts for real Junk / Trash folders. | Matthew Barnes | 2013-08-03 | 1 | -12/+30 |
| | |||||
* | Updated Brazilian Portuguese translation proofread by Enrico Nicoletto | Rafael Ferreira | 2013-08-03 | 1 | -2531/+2136 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-08-02 | 1 | -1298/+1325 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2013-08-02 | 1 | -2501/+2703 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2013-08-02 | 2 | -5421/+5813 |
| | |||||
* | Bug #699603 - Message list scrolls to cursor on style change | Milan Crha | 2013-08-01 | 3 | -0/+63 |
| | |||||
* | Bug 705194 - Failure to decrypt inline encrypted GPG messages | Matthew Barnes | 2013-08-01 | 1 | -2/+12 |
| | | | | | | | Commit 514736f27efeac6d5ad42e055ebabb423d243fb2 in 3.9.5 broke inline PGP encrypted messages, because the parser was treating the encrypted message content as an attachment even though the content type is just text/plain. This ensures the message content is treated correctly. | ||||
* | [workaround] Bug #695633 - Attachments disappear after opening one | Milan Crha | 2013-07-31 | 2 | -4/+4 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-07-31 | 1 | -1321/+1245 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-07-31 | 1 | -246/+262 |
| | |||||
* | Bug #705119 - File descriptors for images not closed | Milan Crha | 2013-07-30 | 1 | -6/+8 |
| | |||||
* | Bug 704861 - Runtime warning in calendar module | Matthew Barnes | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.9.5 release.EVOLUTION_3_9_5 | Matthew Barnes | 2013-07-28 | 1 | -0/+57 |
| | |||||
* | Bug 704682 - Runtime warning in MailFolderCache | Matthew Barnes | 2013-07-28 | 1 | -5/+10 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2013-07-28 | 6 | -20/+21 |
| | |||||
* | EPreviewPane: Handle "new-activity" signals from EWebView. | Matthew Barnes | 2013-07-28 | 1 | -0/+25 |
| | | | | Configures the EActivity to submit alerts to the EPreviewPane. | ||||
* | EPreviewPane cleanups. | Matthew Barnes | 2013-07-28 | 2 | -25/+5 |
| | |||||
* | EMailRequest cleanups. | Matthew Barnes | 2013-07-28 | 1 | -142/+113 |
| | |||||
* | EWebView: Add an "image-save" action. | Matthew Barnes | 2013-07-28 | 4 | -183/+27 |
| | | | | | | There's now enough hooks in EWebView that it can take over image saving from EMailDisplay / EMailReader, with the added perk that a "Save Image" pop-up menu item now appears for images in ALL preview panes. | ||||
* | Add e_web_view_cursor_image_save(). | Matthew Barnes | 2013-07-28 | 3 | -0/+237 |
| | | | | | Prompts the user to choose a destination file and then asynchronously saves the image under the cursor to the destination file. | ||||
* | Add e_web_view_cursor_image_copy(). | Matthew Barnes | 2013-07-28 | 7 | -161/+158 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Asynchronously copies the image under the cursor to the clipboard. This replaces the "cursor-image" property, which attempts to match the image URI to a subresource from WebKitWebDataSource. The problem with that approach is EMailDisplay redirects several URI schemes to its own custom request handlers which further mutate the URI. So for example, a text/html message may use a "cid:" URI to refer to an embedded image, which EMailDisplay transforms to a "mail:" URI and finally to a "data:" URI. The final image URI might not be derivable from the original URI without retracing the SoupRequest. The "image-copy" action now calls e_web_view_cursor_image_copy(). This also adds an explicit requirement on gdk-pixbuf-2.0 >= 2.24 for gdk_pixbuf_new_from_stream_async() / finish(). New functions: e_web_view_cursor_image_copy() Removed functions: e_web_view_get_cursor_image() e_web_view_set_cursor_image() | ||||
* | Add e_web_view_new_activity(). | Matthew Barnes | 2013-07-28 | 3 | -0/+52 |
| | | | | | | | | | Returns a new EActivity for an EWebView-related asynchronous operation, and emits a "new-activity" signal. By default the EActivity comes loaded with a GCancellable and sets the EWebView itself as the alert sink (which means alerts are displayed directly in the content area). The signal emission allows the EActivity to be further customized and/or tracked by the application. | ||||
* | Add e_web_view_request(). | Matthew Barnes | 2013-07-28 | 3 | -0/+162 |
| | | | | | | | | | | | Asynchronously requests data at a URI by way of a SoupRequest to WebKit's default SoupSession, incorporating both e_web_view_redirect_uri() and the custom request handlers installed via e_web_view_install_request_handler(). New functions: e_web_view_request() e_web_view_request_finish() | ||||
* | Add e_web_view_suggest_filename(). | Matthew Barnes | 2013-07-28 | 4 | -0/+106 |
| | | | | | | | | | | | Attempts to derive a suggested filename from the given URI for use in a "Save As" dialog. By default the suggested filename is the last path segment of the given URI (the unless the given URI looks like a query), but subclasses can use other mechanisms for custom URI schemes. For example, "cid:" URIs in an email message may refer to a MIME part with a suggested filename in its Content-Disposition header. |