Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SoupSession's request API instead of SoupRequester. | Matthew Barnes | 2013-11-27 | 2 | -31/+3 |
| | | | | SoupRequester functionality is built directly into SoupSession now. | ||||
* | Use plain SoupSesson everywhere. | Matthew Barnes | 2013-11-26 | 6 | -9/+8 |
| | | | | SoupSessionAsync and SoupSessionSync are deprecated in libsoup 2.42. | ||||
* | Bump libsoup requirement to 2.42. | Matthew Barnes | 2013-11-26 | 1 | -2/+2 |
| | | | | Evolution-Data-Server already requires this. | ||||
* | EMailSession: Remove "junk-filter-name" property. | Matthew Barnes | 2013-11-26 | 1 | -98/+0 |
| | | | | No longer needed. Following up on a pre-GSettings "FIXME" item. | ||||
* | ESettingsMailSession: Bind to "junk-default-plugin". | Matthew Barnes | 2013-11-26 | 2 | -11/+79 |
| | | | | | Use mapping functions to convert between the filter name string and the corresponding EMailJunkFilter extension. | ||||
* | EMailJunkOptions: Bind to "junk-filter" instead of "junk-filter-name". | Matthew Barnes | 2013-11-26 | 1 | -3/+51 |
| | | | | | Use transformation functions to convert between EMailJunkFilter and the junk filter name. | ||||
* | Add e_mail_session_get_junk_filter_by_name(). | Matthew Barnes | 2013-11-26 | 3 | -1/+26 |
| | | | | | Looks up an EMailJunkFilter extension by its filter name, as specified in its class structure. | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-11-26 | 1 | -2059/+1995 |
| | |||||
* | Bug 712668 - Disable message recovery after initial scan | Matthew Barnes | 2013-11-26 | 1 | -1/+11 |
| | | | | | | | | This prevents Evolution from prompting to restore what it thinks are orphaned messages during an Evolution session. This is triggered by a shell window emitting another "map-event" signal for some reason. Some GNOME Shell users have reported seeing this. | ||||
* | composer-autosave: Miscellaneous cleanups. | Matthew Barnes | 2013-11-26 | 7 | -170/+275 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-11-25 | 1 | -414/+426 |
| | |||||
* | Add ESettingsMailSession. | Matthew Barnes | 2013-11-25 | 5 | -17/+165 |
| | | | | Handles junk mail settings. | ||||
* | EMailUISession: Add "check-junk" property. | Matthew Barnes | 2013-11-25 | 2 | -3/+87 |
| | | | | Takes over CamelSession's "check-junk" property. | ||||
* | EMMailerPrefs: Remove some unused bits. | Matthew Barnes | 2013-11-24 | 1 | -6/+2 |
| | |||||
* | Update Chinese simplified translation | 甘露(Gan Lu) | 2013-11-23 | 1 | -6198/+6420 |
| | |||||
* | Updated Greek translation of help | Dimitris Spingos | 2013-11-23 | 1 | -3219/+4859 |
| | |||||
* | Weather calendar: Be able to change temperature unit | Milan Crha | 2013-11-23 | 3 | -9/+37 |
| | | | | | | The ESourceExtension had a 'unit' property, but it was not used anywhere, thus I changed it to reflect possible values of current libgweather and made it used in the background. | ||||
* | Bug #711824 - Crash due to use-after-free after pine import | Milan Crha | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | Bug #711685 - Check calendar email as an organizer | Milan Crha | 2013-11-21 | 3 | -14/+12 |
| | |||||
* | EMFolderTreeModel: Rework CamelStore signal handlers. | Matthew Barnes | 2013-11-21 | 1 | -189/+168 |
| | | | | | | | Pass a referenced StoreInfo as the closure so it doesn't have to be looked up in the signal handler, but do so without leaking references. Simplifies the signal handlers a bit. | ||||
* | Remove "side-bar-ellipsize-mode" setting. | Matthew Barnes | 2013-11-21 | 2 | -17/+0 |
| | | | | I was wrong: ellipsize setting got renamed, not removed. Remove it. | ||||
* | Bug #711499 - Failed image download lefts opened file descriptor | Milan Crha | 2013-11-21 | 1 | -1/+8 |
| | |||||
* | EMFolderTree: Remove "ellipsize" property. | Matthew Barnes | 2013-11-21 | 2 | -57/+1 |
| | | | | | | Always ellipsize folder names, otherwise it interferes with the status icons. The property was once bound to a hidden GSettings key, but the setting was silly and was removed some time ago. | ||||
* | EMFolderTree: Show connection status icons. | Matthew Barnes | 2013-11-21 | 3 | -3/+228 |
| | | | | | | Each network service row in the folder tree now shows an icon which follows the state of the service's connection status and remote host reachability. | ||||
* | Bug #711669 - "Other address" is not displayed in preview | Milan Crha | 2013-11-21 | 1 | -0/+24 |
| | |||||
* | [itip-formatter] Search for an event in enabled calendars only | Milan Crha | 2013-11-21 | 1 | -2/+2 |
| | |||||
* | Bug #712738 - Recovered message doesn't restore options | Milan Crha | 2013-11-20 | 1 | -9/+40 |
| | |||||
* | Bump minimum libgweather requirement. | Matthew Barnes | 2013-11-20 | 1 | -1/+1 |
| | | | | | | To match evolution-data-server's requirement, as I can't easily tell whether libgweather 3.5 is still sufficient for evolution when e-d-s requires libgweather 3.8. | ||||
* | Tamil Translations Updated | Shantha kumar | 2013-11-20 | 1 | -2841/+3190 |
| | |||||
* | EMFolderTreeModel: Thread-safety improvements. | Matthew Barnes | 2013-11-20 | 1 | -83/+214 |
| | |||||
* | EMFolderTreeModel: Give StoreInfo a reference count. | Matthew Barnes | 2013-11-20 | 1 | -154/+214 |
| | |||||
* | Make EMFolderTreeModelStoreInfo private. | Matthew Barnes | 2013-11-20 | 2 | -35/+36 |
| | | | | Also shorten the struct name to StoreInfo since it's private now. | ||||
* | Make em_folder_tree_model_lookup_store_info() private. | Matthew Barnes | 2013-11-20 | 2 | -23/+18 |
| | | | | | | | Only called from within EMFolderTreeModel itself. Working toward making the EMFolderTreeModelStoreInfo struct private to EMFolderTreeModel, so it can then be made thread-safe. | ||||
* | Make em_folder_tree_model_remove_folders() private. | Matthew Barnes | 2013-11-20 | 2 | -48/+51 |
| | | | | | | | Only called from within EMFolderTreeModel itself. Working toward making the EMFolderTreeModelStoreInfo struct private to EMFolderTreeModel, so it can then be made thread-safe. | ||||
* | Change em_folder_tree_model_set_folder_info() argument. | Matthew Barnes | 2013-11-20 | 3 | -22/+25 |
| | | | | | | | | | | Take a CamelStore instead of an EMFolderTreeModelStoreInfo. It imposes a few extra hash table lookups to reacquire the StoreInfo from a CamelStore while populating the folder tree, but that's fine. Working toward making the EMFolderTreeModelStoreInfo struct private to EMFolderTreeModel, so it can then be made thread-safe. | ||||
* | Remove em_folder_tree_model_lookup_uri(). | Matthew Barnes | 2013-11-20 | 2 | -50/+0 |
| | | | | No longer used. | ||||
* | Add em_folder_tree_model_get_row_reference(). | Matthew Barnes | 2013-11-20 | 4 | -51/+101 |
| | | | | | | | | Replaces em_folder_tree_model_lookup_uri() and to some extent em_folder_tree_model_lookup_store_info(). Working toward making the EMFolderTreeModelStoreInfo struct private to EMFolderTreeModel, so it can then be made thread-safe. | ||||
* | Bug #712342 - Calendar search doesn't finish | Milan Crha | 2013-11-20 | 1 | -13/+9 |
| | |||||
* | Bug #704832 - Event removal doesn't update week/month views properly | Milan Crha | 2013-11-19 | 2 | -1/+2 |
| | |||||
* | Bug #712388 - Crash when opening Properties of a Weather calendar | Milan Crha | 2013-11-19 | 1 | -36/+52 |
| | | | | | | Apart of fixing the crash, the format of saved location is changed, which requires changes in evolution-data-server, commit with the same bug number in its description (063a2bc). | ||||
* | Post-release version bump. | Matthew Barnes | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.11.2 release. | Matthew Barnes | 2013-11-17 | 1 | -0/+51 |
| | |||||
* | EMFolderTreeModel: Declare the CamelStore column as an object type. | Matthew Barnes | 2013-11-17 | 5 | -60/+95 |
| | | | | | | | | | | | Declaring the CamelStore column as a raw pointer type dates back to before Camel was GObject-based. The problem is the CamelStore could be finalized while the tree model still has a pointer to it, leaving behind dangling pointers in the tree model which could cause a crash. Declaring the column type in the column enum turned out to be a good idea, as it makes code that needs updated easy to find. This renames the enum value from COL_POINTER_CAMEL_STORE to COL_OBJECT_CAMEL_STORE. | ||||
* | Add em_folder_tree_ref_selected_store(). | Matthew Barnes | 2013-11-17 | 3 | -7/+30 |
| | | | | | | Replaces em_folder_tree_get_selected_store(). Same as before, but adds a reference to the returned CamelStore. | ||||
* | EShellBackend cleanups. | Matthew Barnes | 2013-11-17 | 1 | -96/+103 |
| | |||||
* | EMailShellView cleanups. | Matthew Barnes | 2013-11-17 | 2 | -44/+57 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-11-17 | 1 | -995/+978 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-11-16 | 1 | -1/+0 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2013-11-15 | 1 | -654/+610 |
| | |||||
* | Fix/mute issues found by Coverity scan | Milan Crha | 2013-11-15 | 93 | -637/+659 |
| | | | | | | | | | | | | This makes the code free of Coverity scan issues. It is sometimes quite pedantic and expects/suggests some coding habits, thus certain changes may look weird, but for a good thing, I hope. The code is also tagged with Coverity scan suppressions, to keep the code as is and hide the warning too. Also note that Coverity treats g_return_if_fail(), g_assert() and similar macros as unreliable, and it's true these can be disabled during the compile time, thus it brings in other set of 'weird' changes. | ||||
* | EMailBackend: Camel no longer has a "network-available" property. | Matthew Barnes | 2013-11-14 | 1 | -5/+1 |
| | |||||
* | "Disco is dead!", says Camel. | Matthew Barnes | 2013-11-14 | 3 | -43/+5 |
| | | | | All offline-capable Camel providers use CamelOfflineStore now. | ||||
* | Update Dutch translation Master | Hannie Dumoleyn | 2013-11-12 | 1 | -5107/+5267 |
| | |||||
* | Updated Malayalam Translation | Anish A | 2013-11-12 | 1 | -2036/+2157 |
| | |||||
* | Fix some cppcheck warnings (uninitialized variable usages) | Milan Crha | 2013-11-12 | 3 | -4/+4 |
| | |||||
* | Convert libemail-engine to a single-include model. | Matthew Barnes | 2013-11-12 | 101 | -338/+238 |
| | | | | Use: #include <libemail-engine/libemail-engine.h> | ||||
* | Move EMailImageLoadingPolicy to e-mail-formatter-enums.h. | Matthew Barnes | 2013-11-11 | 6 | -15/+26 |
| | | | | libemail-engine doesn't need to know about this enum. | ||||
* | Generate enum GTypes for libevolution-mail. | Matthew Barnes | 2013-11-11 | 7 | -25/+77 |
| | | | | Steals some enum types that libemail-engine doesn't need to know about. | ||||
* | Remove unused EMailDisplayStyle enum. | Matthew Barnes | 2013-11-11 | 1 | -6/+0 |
| | |||||
* | Fix misspelled enum type. | Matthew Barnes | 2013-11-11 | 3 | -6/+7 |
| | |||||
* | Rename e-mail-enums.h to e-mail-engine-enums.h. | Matthew Barnes | 2013-11-11 | 11 | -23/+21 |
| | |||||
* | Generate documentation for libemail-engine. | Matthew Barnes | 2013-11-11 | 11 | -18/+499 |
| | |||||
* | Bug #711835 - Clang build in broken: void function ↵ | Fabiano Fidêncio | 2013-11-11 | 1 | -3/+3 |
| | | | | 'cal_comp_transfer_item_to' should not return a value | ||||
* | Updated Polish translation | Piotr Drąg | 2013-11-10 | 1 | -809/+817 |
| | |||||
* | Alarm-Notify: Skip disabled sources/calendars | Milan Crha | 2013-11-08 | 1 | -1/+1 |
| | | | | | Trying to open sources which are disabled violates user's will, thus do not do that. | ||||
* | EMailAccountManager: Rename "Restore Default" button. | Matthew Barnes | 2013-11-08 | 1 | -2/+1 |
| | | | | | Rename it to "Reset Order". A little less confusing, I think, since there's also a "Default" button to set the default account. | ||||
* | Bug 711198 - Crashes on creating a new task | Matthew Barnes | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | Make e_attachment_set_file_info() thread-safe. | Matthew Barnes | 2013-11-07 | 1 | -4/+9 |
| | | | | Missed this one in commit 9058c6f85dc49f9500e7e67819acfd8c0d2d369c. | ||||
* | Follow-up fix for bug 711532. | Matthew Barnes | 2013-11-07 | 1 | -1/+1 |
| | | | | | Content-Disposition of the test case is honored now, but still not the Content-Transfer-Encoding. | ||||
* | Bug 711532 - Infinite recursion from message/news attachment | Matthew Barnes | 2013-11-07 | 2 | -3/+4 |
| | | | | | | This is only a partial solution for the test case the bug report. The message/news part of the test case is also Base64-encoded, but Evolution (or Camel) is not decoding it properly. Still digging. | ||||
* | Updated Greek translation | Dimitris Spingos | 2013-11-06 | 1 | -1588/+1789 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-11-06 | 1 | -0/+1 |
| | |||||
* | Bug #711477 - Print/export tasks/memos without summary displays "(null)" | Milan Crha | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Fix an issue found by Coverity Scan introduced by a commit for bug #657808 | Milan Crha | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-11-06 | 1 | -1324/+1439 |
| | |||||
* | 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 |
| |