Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EWeekView: Remove disabled debug output. | Matthew Barnes | 2012-11-30 | 1 | -28/+0 |
| | | | | | | Adding temporary printf() calls to aid in debugging is fine, but leaving them in the code permanently is not useful, especially when maintenance duties are passed on to others. | ||||
* | EDayView: Remove disabled debug output. | Matthew Barnes | 2012-11-30 | 1 | -80/+3 |
| | | | | | | Adding temporary printf() calls to aid in debugging is fine, but leaving them in the code permanently is not useful, especially when maintenance duties are passed on to others. | ||||
* | Add the GdkDevice to ETextEventProcessorCommand. | Matthew Barnes | 2012-11-29 | 4 | -0/+9 |
| | | | | Will be needed for grabs in response to button events. | ||||
* | Avoid gdk_window_get_pointer(). | Matthew Barnes | 2012-11-29 | 2 | -7/+39 |
| | | | | Use gdk_window_get_device_position() instead. | ||||
* | Avoid gdk_cursor_unref(). | Matthew Barnes | 2012-11-29 | 2 | -2/+2 |
| | | | | Use g_object_unref() instead. | ||||
* | Avoid gtk_tree_view_get_vadjustment(). | Matthew Barnes | 2012-11-29 | 2 | -4/+6 |
| | | | | Use gtk_scrollable_get_vadjustment() instead. | ||||
* | Bug #687360 - Crash on quit in gtk_style_context_get_valist() | Milan Crha | 2012-11-29 | 1 | -3/+8 |
| | |||||
* | Use version-based GLib/GDK/GTK+ warnings. | Matthew Barnes | 2012-11-29 | 1 | -4/+22 |
| | | | | | | | | | | | Use GLIB_VERSION_MAX_ALLOWED and GDK_VERSION_MAX_ALLOWED to warn if we accidentally use symbols that were introduced in versions subsequent to our minimum requirement. Use GLIB_VERSION_MIN_REQUIRED and GDK_VERSION_MIN_REQUIRED to suppress deprecation warnings by version so we can clean them up incrementally. The initial values produce a few deprecation warnings which should not be terribly difficult to clean up. | ||||
* | Bug #672200 - Skip Reply-To-List check for list administrative messages | Milan Crha | 2012-11-29 | 1 | -4/+22 |
| | |||||
* | Bug #671628 - Size of backup window is big | Milan Crha | 2012-11-28 | 1 | -24/+35 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-11-28 | 1 | -216/+236 |
| | |||||
* | Bug #671200 - Inherit source message crypto options when reply on selection | Milan Crha | 2012-11-27 | 1 | -2/+55 |
| | |||||
* | Identify calendar/memo/task sources in error messages | Milan Crha | 2012-11-27 | 4 | -26/+94 |
| | |||||
* | Update German help translation | Christian Kirbach | 2012-11-27 | 1 | -320/+287 |
| | |||||
* | Bug #680244 - CalDAV URL should be configured in once, not separated | Milan Crha | 2012-11-26 | 1 | -112/+77 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-11-26 | 1 | -3104/+3455 |
| | |||||
* | Bug #686212 - Cannot print html mails with defined <style> | Milan Crha | 2012-11-26 | 1 | -12/+24 |
| | |||||
* | Bug #687974 - No displaying of extended free/busy (XFB) information | Christian Hilberg | 2012-11-26 | 7 | -16/+385 |
| | |||||
* | Updated German help translation (bug 688629) | Paul Menzel | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Bug #688819 - It's possible to make Evolution stop sending emails | Milan Crha | 2012-11-23 | 1 | -1/+7 |
| | |||||
* | EMailDisplay lefts opened file handles to downloaded images | Milan Crha | 2012-11-23 | 1 | -22/+26 |
| | | | | | | | This fixes three things: a) mail_display_resource_requested() was leaking file handles on downloaded images b) it's not necessary to open files, it's enough to test whether file exists c) mail_display_button_press_event() used incorrect key for "http" cache | ||||
* | Bug #202576 - A way to refresh IMAP folder list | Milan Crha | 2012-11-22 | 4 | -0/+70 |
| | |||||
* | Bug #674678 - Event notification uses wrong app name | Milan Crha | 2012-11-22 | 1 | -2/+3 |
| | |||||
* | Bug #680201 - Backup restore doesn't migrate accounts from GConf | Milan Crha | 2012-11-22 | 2 | -10/+62 |
| | |||||
* | Bug #687670 - Signing with both pgp and S/MIME shows only one signature | Milan Crha | 2012-11-22 | 6 | -67/+187 |
| | |||||
* | Bug #677378 - Alert about self-signed certificates when checking auth types | Milan Crha | 2012-11-21 | 3 | -8/+16 |
| | |||||
* | Bug #685808 - Search bar entry background does not change on search | Milan Crha | 2012-11-21 | 1 | -10/+60 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2012-11-21 | 1 | -1720/+1579 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.2 release.EVOLUTION_3_7_2_FIXED | Matthew Barnes | 2012-11-18 | 1 | -0/+56 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-11-17 | 1 | -1335/+1289 |
| | |||||
* | Bug #688199 - Replying via a template doesn't mark mail as read/replied | Milan Crha | 2012-11-13 | 3 | -9/+25 |
| | |||||
* | Relative URI can crash Evolution in http_request_send_async() | Milan Crha | 2012-11-13 | 2 | -3/+8 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2012-11-13 | 1 | -6964/+7379 |
| | |||||
* | Bug #687997 - No email sent for shared memos | Milan Crha | 2012-11-12 | 2 | -3/+30 |
| | |||||
* | Bug #687999 - 'Open calendar' in invitation email does nothing | Milan Crha | 2012-11-12 | 1 | -50/+25 |
| | |||||
* | Bug #687998 - Attachment dialog shown when storing assigned task | Milan Crha | 2012-11-12 | 3 | -3/+82 |
| | |||||
* | Bug 688084 - Cannot configure connection to webdav address book | Alban Browaeys | 2012-11-11 | 1 | -3/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 293 | -8365/+10886 |
| | |||||
* | Replace e_ensure_type() with g_type_ensure(). | Matthew Barnes | 2012-11-09 | 1 | -12/+1 |
| | |||||
* | Bug 687137 - Google account user name overwritten with email address | Matthew Barnes | 2012-11-09 | 1 | -8/+8 |
| | | | | | | | | | | | Evolution's Google account module was setting the ECollectionSource's "identity" property to the account's email address before submitting the account to E-D-S. Meanwhile, the Google module in E-D-S was syncing the account user name to the ECollectionSource's "identity" property. This mismatch resulted in an explicitly specified GMail user name being overwritten when the account information is submitted. Evolution should instead set the "identity" property to the account's user name. | ||||
* | Document why I decided not to implement RFC 6186. | Matthew Barnes | 2012-11-09 | 1 | -0/+46 |
| | |||||
* | EMailAutoconfig: Restructure XML parsing. | Matthew Barnes | 2012-11-09 | 3 | -169/+224 |
| | | | | | | | | | | If we get a hit from the online database, parse the XML immediately and store the results in generic internal structs. Then when we're given an ESource to populate we can feed it the stored results instead of parsing the XML on demand (and repeatedly). What this is really doing is making room for other auto-configuration methods besides the online database lookup. | ||||
* | Bug #683877 - No more contextual menus for links | Milan Crha | 2012-11-09 | 5 | -146/+95 |
| | |||||
* | Bump minimum GLib requirement to 2.34. | Matthew Barnes | 2012-11-08 | 1 | -1/+1 |
| | | | | For g_resolver_lookup_records(). E-D-S already requires 2.34 anyway. | ||||
* | EMailAutoconfig: Use GResolver for DNS lookups. | Matthew Barnes | 2012-11-08 | 1 | -244/+17 |
| | | | | | | Use g_resolver_lookup_records() instead of parsing binary DNS records ourselves (yuck!). Also, realized what we really want are NS records not MX records. We just want the name server for a given domain. | ||||
* | EMailAutoconfig: Comment no longer applies. | Matthew Barnes | 2012-11-08 | 1 | -3/+0 |
| | |||||
* | EMailConfigAssistant: Make revising auto-configuration easier. | Matthew Barnes | 2012-11-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | After providing a name and email address on the Identity page, the user clicks Forward and auto-configuration runs. If successful, it jumps to the Account Summary page showing a table of auto-configured settings. If the user wants to go back and revise auto-configured settings, he would click Go Back to return to the Identity Page, then click Forward again to go to Receiving Email (since auto-coniguration only runs once). But this is confusing. It's not clear that clicking Forward from the Identity Page will behave differently after auto-configuration has run. Instead, clicking Go Back from the Summary Page after auto-configuration should return to the Receiving Email page where IMAP/POP settings can be modified. This behavior combined with the GtkAssistant navigation sidebar should hopefully make it less confusing. | ||||
* | Make auto-configuration cancellable. | Matthew Barnes | 2012-11-08 | 1 | -13/+69 |
| | | | | Based on my initial patch in https://bugzilla.gnome.org/678615. | ||||
* | EMailAutoconfig: Use libsoup instead of gvfs. | Matthew Barnes | 2012-11-08 | 1 | -12/+41 |
| | | | | | | | The GVFS HTTP backend seems to just hang forever when an I/O operation is cancelled. Use libsoup instead. See also: https://bugzilla.gnome.org/678615 | ||||
* | Revert "Bug #686620 - Add an option to skip New Account autodiscovery" | Matthew Barnes | 2012-11-08 | 3 | -106/+1 |
| | | | | | | This reverts commit 039c29c112179ad92233f0a85b7332ad2f2dd373. Auto-configuration should instead be cancellable from the progress page. | ||||
* | Bug #686325 - Preview message window keyboard use severely limited | Milan Crha | 2012-11-08 | 1 | -27/+66 |
| | |||||
* | Bug #686620 - Add an option to skip New Account autodiscovery | Milan Crha | 2012-11-07 | 3 | -1/+106 |
| | |||||
* | Bug #656143 - Stop using deprecated Gtk[HV]Box(Class) | Dominique Leuenberger | 2012-11-07 | 18 | -34/+34 |
| | |||||
* | Introduce --enable-strict configure option | Milan Crha | 2012-11-06 | 1 | -5/+26 |
| | | | | | This is currently used to add extra AM_CPPFLAGS to disable deprecated symbols from other libraries. | ||||
* | Replace deprecated soup_message_headers_get() with ↵ | Milan Crha | 2012-11-06 | 3 | -3/+3 |
| | | | | soup_message_headers_get_list() | ||||
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 38 | -359/+345 |
| | |||||
* | Updated British English translation | Chris Leonard | 2012-11-06 | 1 | -506/+512 |
| | |||||
* | e_flaw_wait_until() expects gint64, not gint | Milan Crha | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Missing search buttons in Calendar view | Milan Crha | 2012-11-06 | 2 | -3/+5 |
| | |||||
* | Replace e_flag_timed_wait() with e_flag_wait_until() | Milan Crha | 2012-11-06 | 1 | -4/+4 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-11-06 | 1 | -946/+833 |
| | |||||
* | Restrict geocode-glib dependency to 0.99.0. | Matthew Barnes | 2012-11-06 | 1 | -1/+3 |
| | | | | | | Use geocode-glib = 0.99.0 or else pass --disable-contact-maps to configure. The next release of geocode-glib will contain API changes, and we don't want to adapt to those API changes until they're released. | ||||
* | Updated Czech translation | Marek Černocký | 2012-11-05 | 1 | -2108/+330 |
| | |||||
* | Require WebKitGtk 1.10.0 for webkit_web_frame_get_dom_document() | Milan Crha | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-11-05 | 1 | -140/+67 |
| | |||||
* | Bug 687400 - Composer settings not applied | Matthew Barnes | 2012-11-03 | 5 | -215/+391 |
| | | | | | | | | | | | EMailConfigWebView is an extension that configures EWebView instances. This used to cover both the email formatter and the email composer, but with the email formatter now using WebKit/GTK+ and the email composer still using GtkHtml, the composer was left unconfigured. Add an EMailConfigWebViewGtkHTML extension that targets EWebViewGtkHTML instances and applies the relevant settings, and remove all the GtkHTML contortions from EMailConfigWebView. | ||||
* | Bug #687442 - Magic spacebar avoids iTip formatter comment write | Milan Crha | 2012-11-02 | 2 | -7/+39 |
| | |||||
* | Remove unused/forgotten function declarations | Milan Crha | 2012-11-02 | 1 | -5/+0 |
| | |||||
* | Fixed squished labels on Identity page of Account Assistant. | Matthew Barnes | 2012-11-02 | 1 | -1/+0 |
| | | | | | GtkSizeGroup::ignore-hidden is broken, or so I'm told in the discussion on https://bugzilla.gnome.org/show_bug.cgi?id=677609. Leave it FALSE. | ||||
* | Updated Greek translation | Tom Tryfonidis | 2012-11-01 | 1 | -581/+579 |
| | |||||
* | mail_session_refresh_cb(): Skip disabled sources. | Matthew Barnes | 2012-11-01 | 1 | -2/+10 |
| | |||||
* | Bug #422273 - Wrap searchbar widgets for smaller minimum width request | Milan Crha | 2012-10-31 | 5 | -65/+210 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-10-31 | 1 | -922/+923 |
| | |||||
* | Bug #687155 - Text/plain signatures wrap in an editor | Milan Crha | 2012-10-30 | 2 | -3/+11 |
| | |||||
* | Bug #317153 - Contact editor too large for small screens | Milan Crha | 2012-10-30 | 2 | -11/+70 |
| | |||||
* | Bug #267787 - Preferences too large for small screens | Milan Crha | 2012-10-30 | 1 | -1/+57 |
| | |||||
* | Bug #663844 - [CalDAV] Fails to parse iCloud XML response | Milan Crha | 2012-10-29 | 1 | -2/+0 |
| | |||||
* | Bug 687060 - Identity page shows read-only GOA properties as editable | Matthew Barnes | 2012-10-29 | 1 | -0/+8 |
| | | | | | Hide the account name and email address fields when editing an Evolution account linked to a GNOME Online Account. | ||||
* | EMailConfigIdentityPage: Add a "show-email-address" property. | Matthew Barnes | 2012-10-29 | 2 | -4/+71 |
| | | | | Allows the Email Address field to be hidden. | ||||
* | EMailConfigIdentityPage cleanups. | Matthew Barnes | 2012-10-29 | 1 | -3/+3 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2012-10-29 | 1 | -441/+440 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2012-10-28 | 1 | -350/+247 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2012-10-28 | 1 | -413/+410 |
| | |||||
* | Bug 687010 - Add keywords to the desktop file | Matthias Clasen | 2012-10-28 | 1 | -0/+1 |
| | | | | This makes gnome-shell search more useful. | ||||
* | Bug 627244 - Bold days in "Select Date" dialog not updated when changing month | Fabiano Fidêncio | 2012-10-26 | 1 | -1/+5 |
| | |||||
* | Prefer e_source_registry_check_enabled(). | Matthew Barnes | 2012-10-26 | 8 | -54/+20 |
| | | | | | Prefer e_source_registry_check_enabled() over e_source_get_enabled() for most instances where we want to exclude disabled data sources. | ||||
* | Bug 686813 - ECaldavChooser: Deadlock on cancellation | Matthew Barnes | 2012-10-25 | 1 | -1/+6 |
| | |||||
* | Bug #680497 - POP3 re-adds messages to local Inbox | Milan Crha | 2012-10-25 | 1 | -36/+55 |
| | |||||
* | Bug #686785 - Port of WebDAV source doesn't match SSL check | Milan Crha | 2012-10-25 | 1 | -0/+31 |
| | |||||
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-22 | 3 | -14/+63 |
| | | | | | | Follow-up fixes: a) don't copy to origin folder for forwarded messages b) use a real folder when reply/forward from a vFolder | ||||
* | Post-release version bump. | Matthew Barnes | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.1 release.EVOLUTION_3_7_1 | Matthew Barnes | 2012-10-21 | 1 | -0/+98 |
| | |||||
* | EMailShellView: Remove GroupWise-specific cruft. | Matthew Barnes | 2012-10-19 | 1 | -43/+0 |
| | | | | | The GroupWise backend is dead, and this logic never belonged here in the first place. | ||||
* | Remove "Disable Account" menu item for GOA-based accounts. | Matthew Barnes | 2012-10-19 | 3 | -2/+32 |
| | | | | GOA-based accounts must only be disabled from gnome-control-center. | ||||
* | Bug #588959 - Expanding appointment crashes Evolution | Vibha Yadav | 2012-10-19 | 1 | -0/+5 |
| | |||||
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-19 | 3 | -5/+51 |
| | |||||
* | Encode also message_uid in e_mail_part_build_uri() | Milan Crha | 2012-10-19 | 1 | -2/+5 |
| | | | | | | This reverts commit 7050a1286825, which broke opening of IMAP message. It's also the correct solution for the initial issue, because the message_uid can contain letters which should be encoded in the URI. | ||||
* | Revert "Decode EMailRequest::priv::uri_base URI-escaped letters" | Matthew Barnes | 2012-10-18 | 1 | -2/+1 |
| | | | | | | This reverts commit 7050a12868252cf6254620cd27dcb6832851040d. Incomplete solution, renders Bugzilla mails unreadable. | ||||
* | MailFolderCache: Silently ignore cancellation errors. | Matthew Barnes | 2012-10-18 | 1 | -1/+5 |
| | |||||
* | Decode EMailRequest::priv::uri_base URI-escaped letters | Milan Crha | 2012-10-18 | 1 | -1/+2 |
| | | | | | | | | It's for cases when message UID contains letters which are supposed to be encoded, like "<>" in NNTP message UIDs. Without the decode the message preview is left empty and only console shows a runtime critical warning: handle_mail_request: assertion `part_list != NULL' failed | ||||
* | Bug #310978 - USENET always requires authentication | Milan Crha | 2012-10-18 | 1 | -3/+10 |
| | |||||
* | Bug #201807 - Cannot specify sendmail parameters | Milan Crha | 2012-10-18 | 1 | -0/+58 |
| | |||||
* | Bug #685262 - Attachments disappear when dragged in message preview | Milan Crha | 2012-10-17 | 1 | -0/+11 |
| | |||||
* | Add format checker (in compile time) to e_notice() | Milan Crha | 2012-10-17 | 3 | -13/+7 |
| | |||||
* | Do not crash in create_default_shell() | Milan Crha | 2012-10-17 | 1 | -3/+9 |
| | |||||
* | Bug #686278 - Prefer-plain can break parts list | Milan Crha | 2012-10-17 | 1 | -16/+7 |
| | |||||
* | Adapt to CamelJunkFilter API changes. | Matthew Barnes | 2012-10-16 | 2 | -16/+21 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-10-16 | 1 | -2/+0 |
| | |||||
* | Bug 676141 - Use GtkApplication for session management | Matthew Barnes | 2012-10-16 | 15 | -4274/+14 |
| | | | | | As of GTK+ 3.4, GtkApplication now provides session management support similar to EggSMClient. So drop our copy of EggSMClient. | ||||
* | Remove mail module's g_module_check_init(). | Matthew Barnes | 2012-10-16 | 1 | -12/+0 |
| | | | | Not needed anymore since all modules are resident nowadays. | ||||
* | Bug #683849 - Add account name to »Checking for new mail« | Milan Crha | 2012-10-16 | 2 | -2/+4 |
| | |||||
* | Bug #681314 - Add address dialog should follow composer's view settings | Milan Crha | 2012-10-16 | 1 | -0/+18 |
| | |||||
* | Bug #344579 - Vertical view: Drafts column header states "Sent Messages" | Milan Crha | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Bug #663844 - [CalDAV] calendar-home-set/href may contain full URI | Milan Crha | 2012-10-16 | 1 | -4/+16 |
| | |||||
* | evolution.convert: Remove leftover "force-message-limit" entry. | Matthew Barnes | 2012-10-15 | 1 | -1/+0 |
| | | | | | | | | | The GSettings key was removed in commit f4c30fe: "Bug #672249 - Crash when showing message with large text/plain" This was causing gsettings-data-convert to abort and not mark itself as having run, so the GConf conversion runs repeatedly, potentially overwriting changes the user made in GSettings. | ||||
* | Bug 685786 - EWebView: Signal handlers never disconnected | Matthew Barnes | 2012-10-14 | 2 | -1/+14 |
| | | | | | | | | | | | | Both EWebView and EMailDisplay listen for "changed" signals from a GSettings instance, passing itself as the 'user_data' to the signal handler e_web_view_update_fonts(). But in both cases the signal handler was left connected after EWebView and EMailDisplay were finalized, resulting in the signal handler receiving a dangling pointer. Not using g_signal_connect_object() here because of the unresolved reference leak issue in GObject. The GSettings instance is likely cached internally and lives well beyond EWebView and EMailDisplay. | ||||
* | EWebView cleanups. | Matthew Barnes | 2012-10-14 | 1 | -78/+91 |
| | |||||
* | EMailDisplay cleanups. | Matthew Barnes | 2012-10-14 | 1 | -430/+467 |
| | |||||
* | Prefer e_source_extension_ref_source(). | Matthew Barnes | 2012-10-13 | 3 | -5/+9 |
| | | | | e_source_extension_get_source() is now deprecated. | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2012-10-13 | 1 | -2301/+478 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-10-13 | 1 | -0/+1 |
| | |||||
* | Prototype CamelSaslXOAuth2. | Matthew Barnes | 2012-10-12 | 4 | -3/+343 |
| | | | | Untested, but conforms to the specification as well as I understand it. | ||||
* | CamelSaslXOAuth: Further refinements. | Matthew Barnes | 2012-10-12 | 1 | -40/+35 |
| | | | | To synchronize with the forthcoming XOAUTH2 prototype. | ||||
* | CamelSaslXOAuth: Use GHmac to sign the client request. | Matthew Barnes | 2012-10-11 | 1 | -242/+124 |
| | | | | Also refactor the code to more closely resemble EGDataGoaAuthorizer. | ||||
* | CamelSaslXOAuth: Remove unused GOA_KEY definition. | Matthew Barnes | 2012-10-11 | 1 | -4/+0 |
| | |||||
* | Bug 685675 - Fix packing of spell check language options | Matthew Barnes | 2012-10-10 | 2 | -47/+39 |
| | | | | | | Word-wrapped GtkLabels and GtkTables just don't seem to get along. The vertical allocation for the GtkLabel was way too big. Replace the GtkTable with a GtkGrid. | ||||
* | Bug 684691 - EMailConfigFormatHTML: Signal handler never disconnected | Matthew Barnes | 2012-10-10 | 1 | -33/+59 |
| | | | | | | | | | | | EMailConfigFormatHTML listens for "changed" signals from a GSettings instance, passing itself as the 'user_data' to the signal handler. But the signal handler was left connected after EMailConfigFormatHTML was finalized, resulting in the signal handler receiving a dangling pointer. Not using g_signal_connect_object() here because of the unresolved reference leak issue in GObject. The GSettings instance is likely cached internally and lives well beyond the EMailConfigFormatHTML. | ||||
* | EBookConfigNameSelectorEntry: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -44/+82 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigView: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+71 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigModel: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+73 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigMeetingTimeSelector: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+77 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigMeetingStore: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+75 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigDateEdit: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+74 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigCompEditor: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+74 |
| | | | | Follow the usual GObject conventions. | ||||
* | ECalConfigCalendarItem: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-10 | 3 | -27/+76 |
| | | | | Follow the usual GObject conventions. | ||||
* | EMailConfigWebView: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-09 | 3 | -63/+103 |
| | | | | Follow the usual GObject conventions. | ||||
* | EMailConfigReader: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-09 | 3 | -27/+74 |
| | | | | Follow the usual GObject conventions. | ||||
* | EMailConfigFormatHTML: Use G_DEFINE_DYNAMIC_TYPE. | Matthew Barnes | 2012-10-09 | 3 | -27/+76 |
| | | | | Follow the usual GObject conventions. | ||||
* | Don't rely on user's $PATH, use HIGHLIGHT_COMMAND defined by configure | Dan Vrátil | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Bug #684447 - Check for highlight during configure. | Dan Vrátil | 2012-10-09 | 4 | -33/+91 |
| | | | | | | | | | | | | | | If the highlight program cannot be found width AC_PATH_PROGS, configure will abort with an error message. You can either a) install highlight b) specify the patch with HIGHLIGHT=/path/to/highlight c) pass --disable-text-highlight to configure to exclude the module This also makes text-highlight module to fallback to text/plain formatter when highlight program would crash or fail to ensure the content is delivered to user. | ||||
* | portability: don't use too generic variable names | Antoine Jacoutot | 2012-10-04 | 1 | -4/+4 |
| | | | | | | | OpenBSD (and maybe other OS) already declare stdout and stdin in <stdio.h> which breaks evolution build, so prefix both with "pipe_" to prevent clashing. https://bugzilla.gnome.org/show_bug.cgi?id=685471 | ||||
* | Updated Thai translation | Theppitak Karoonboonyanan | 2012-10-04 | 1 | -1980/+405 |
| | |||||
* | Bug 684249 - Signatures get compounded, not replaced | Matthew Barnes | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | po/vi: am/pm translations are too long, use original strings | Nguyễn Thái Ngọc Duy | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | Bug 678750 - Use geocode-glib instead of geoclue | Matthew Barnes | 2012-10-04 | 4 | -91/+129 |
| | |||||
* | Fix contact maps. | Matthew Barnes | 2012-10-04 | 2 | -4/+17 |
| | | | | | | | | I broke contact maps when I removed the settings capplet. The contact maps feature uses clutter-gtk, so we still need to call gtk_clutter_init_with_args() instead of gtk_init_with_args() if the contact maps feature is enabled. | ||||
* | Updated Thai translation | Akom Chotiphantawanon | 2012-10-01 | 1 | -12721/+14828 |
| | |||||
* | Remove e_mail_junk_filter_available(). | Matthew Barnes | 2012-10-01 | 5 | -113/+3 |
| | | | | | | | | Because we now check for junk filtering software in configure, junk filtering modules can now safely assume the required junk filtering software is installed. No more having the module installed but not the required software. If this invariant is broken, an error will be shown for each new message received. | ||||
* | spamassassin: Delay spamd tests until needed using GOnce. | Matthew Barnes | 2012-10-01 | 1 | -19/+59 |
| | | | | | Avoid blocking the available() method with synchronous tests that, it turns out, do cause a noticable delay. | ||||
* | Check for SpamAssassin during configure. | Matthew Barnes | 2012-10-01 | 4 | -146/+103 |
| | | | | | | | | | | | | | If the spamassassin and sa-learn programs cannot be found with AC_PATH_PROG, configure will abort with an error message. You can then either: a) install the SpamAssassin software b) specify the path with SPAMASSASSIN=/path/to/spamassassin and/or SA_LEARN=/path/to/sa-learn c) pass --disable-spamassassin to configure to exclude the module This also drops the "spamc" and "spamd" GSettings keys. | ||||
* | Check for Bogofilter during configure. | Matthew Barnes | 2012-10-01 | 3 | -9/+38 |
| | | | | | | | | | | If the bogofilter program cannot be found with AC_PATH_PROG, configure will abort with an error message. You can then either: a) install the Bogofilter software b) specify the path with BOGOFILTER=/path/to/bogofilter c) pass --disable-bogofilter to configure to exclude the module | ||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2012-09-30 | 1 | -1688/+2608 |
| | |||||
* | User Docs: Remove hint about --component. It doesn't fit here. | Andre Klapper | 2012-09-26 | 1 | -3/+1 |
| | |||||
* | User Docs: Use consistent instructions for commands/terminal usage | Andre Klapper | 2012-09-26 | 4 | -4/+4 |
| | |||||
* | User Docs: Explain using the --component parameter | Andre Klapper | 2012-09-26 | 1 | -3/+5 |
| | |||||
* | [l10n] Updated Catalan (Valencian) translation | Carles Ferrando | 2012-09-26 | 1 | -7213/+7279 |
| | |||||
* | [l10n] Updated Catalan translation | Gil Forcada | 2012-09-26 | 1 | -7101/+7402 |
| | |||||
* | Added uk translation | Daniel Korostil | 2012-09-26 | 1 | -147/+124 |
| | |||||
* | Updated Czech translation by Jiri Eischmann | Petr Kovar | 2012-09-24 | 1 | -6863/+7249 |
| | |||||
* | Updated Danish translation | Flemming Christensen | 2012-09-24 | 1 | -7113/+7389 |
| | |||||
* | Updated Finnish translation by Jiri Grönroos. | Timo Jyrinki | 2012-09-24 | 1 | -7019/+9055 |
| | |||||
* | Update French translation | Alexandre Franke | 2012-09-24 | 3 | -10089/+10257 |
| | |||||
* | Updated Malayalam file | Ani Peter | 2012-09-23 | 1 | -10780/+9545 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-09-22 | 1 | -9040/+7853 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-09-21 | 1 | -2433/+2239 |
| | |||||
* | Updated Telugu Translation | Sasi Bhushan Boddepalli | 2012-09-20 | 1 | -2147/+2252 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-09-20 | 1 | -928/+684 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-20 | 1 | -1170/+912 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-20 | 1 | -6954/+7605 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-20 | 1 | -4/+4 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-19 | 1 | -1/+8 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-19 | 1 | -11093/+10775 |
| | |||||
* | Bug #678408 - WebKit renders frames with plain/text parts too small | Dan Vrátil | 2012-09-19 | 1 | -11/+8 |
| | | | | | | | | | Workaround for a WebKit bug [0] which appeared in 1.9.x series. When message is loaded, the content is zoomed in and out to force WebKit to recalculate and redraw the iframe so that the content is correctly visible [0] https://bugs.webkit.org/show_bug.cgi?id=89553 | ||||
* | Updated Bulgarian translation | Krasimir Chonov | 2012-09-19 | 1 | -6927/+7440 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-09-19 | 1 | -1/+0 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-09-18 | 1 | -49/+32 |
| | |||||
* | updated uk translation | Daniel Korostil | 2012-09-18 | 1 | -6850/+7200 |
| | |||||
* | Updated Brazilian Portuguese translation, reviewed by Djavan Fagundes ↵ | Rafael Ferreira | 2012-09-18 | 1 | -8471/+5714 |
| | | | | <djavan@comum.org>. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-18 | 1 | -2/+11 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-18 | 1 | -2553/+696 |
| | |||||
* | Remove ldap-config.ui. | Matthew Barnes | 2012-09-18 | 2 | -707/+0 |
| | | | | Leftover file from ages past. No longer used. | ||||
* | Bug #549819 - Cannot specify a custom sendmail program | Milan Crha | 2012-09-18 | 2 | -2/+109 |
| | |||||
* | Updated Hungarian help translation | Gabor Kelemen | 2012-09-17 | 1 | -9895/+10108 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-17 | 1 | -427/+425 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2012-09-17 | 1 | -8523/+8620 |
| | |||||
* | Updated Greek translation | Tom Tryfonidis | 2012-09-17 | 1 | -328/+129 |
| | |||||
* | Bump version to 3.7.1. | Matthew Barnes | 2012-09-16 | 1 | -4/+4 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-09-16 | 1 | -2/+2 |
| | |||||
* | NEWS update for 3.5.92 release.EVOLUTION_3_5_92 | Matthew Barnes | 2012-09-16 | 1 | -0/+81 |
| | |||||
* | Bug 684021 - EBookConfigWebdav: Invalid callback on property binding | Matthew Barnes | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-09-16 | 1 | -565/+564 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-09-16 | 1 | -10817/+8714 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-16 | 1 | -20/+10 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-16 | 1 | -275/+175 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-15 | 1 | -26/+14 |
| | |||||
* | Fix broken tag in German help translation | Piotr Drąg | 2012-09-15 | 1 | -1/+1 |
| | |||||
* | Bug #682295 - Fix deadlock in EHttpRequest | Dan Vrátil | 2012-09-14 | 1 | -77/+89 |
| | | | | | | | | | | Fix deadlock in EHttpRequest by running each libsoup operation in it's own GMainContext. The patch also replaces use of features from libsoup>=2.39, because we can't change dependency. The code is based on code from CalDAV, which uses synchronous libsoup API as well and works with libsoup<2.39 | ||||
* | Updated kn translation | Shankar Prasad | 2012-09-14 | 1 | -36/+19 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-14 | 1 | -78/+43 |
| | |||||
* | User Docs: Clarify scope of aplying same view for all folders | Andre Klapper | 2012-09-14 | 1 | -3/+2 |
| | |||||
* | Fails to import calendar events due to used incorrect enum values | Milan Crha | 2012-09-14 | 1 | -2/+2 |
| | |||||
* | Updated German translation | Christian Kirbach | 2012-09-14 | 1 | -360/+370 |
| | |||||
* | Could not set custom port for LDAP addressbook | Milan Crha | 2012-09-14 | 1 | -4/+16 |
| | |||||
* | Bug #683949 - Cannot create new LDAP Addressbook | Milan Crha | 2012-09-14 | 2 | -0/+14 |
| | |||||
* | Autocompletion in meeting editor doesn't work | Milan Crha | 2012-09-14 | 1 | -1/+11 |
| | |||||
* | User Docs: Clarify requirements for delegation | Andre Klapper | 2012-09-14 | 1 | -4/+2 |
| | |||||
* | Updated German help translation | Mario Blättermann | 2012-09-14 | 1 | -10002/+10355 |
| | |||||
* | Update French translation | Alexandre Franke | 2012-09-14 | 1 | -4802/+2888 |
| | |||||
* | Fix broken tag in German help translation | Piotr Drąg | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2012-09-13 | 1 | -12/+12 |
| | |||||
* | Critical warning on ETree dispose, g_object_unref() called on freed object | Milan Crha | 2012-09-13 | 1 | -4/+2 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-13 | 1 | -162/+98 |
| | |||||
* | Bug #683866 - Leaks of EMailFormatter object | Milan Crha | 2012-09-13 | 2 | -7/+5 |
| | |||||
* | [text/plain parser] Use original part when nothing found inline | Milan Crha | 2012-09-13 | 3 | -3/+22 |
| | | | | | | | This way the view corresponds to the original part properties, not those stripped by the inline filter. Also initialize EMailInlineFilter::filename on creation of the structure, thus the value is actually used on the subparts, if needed. | ||||
* | Updated kn translation | Shankar Prasad | 2012-09-13 | 1 | -7315/+7561 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-13 | 1 | -176/+89 |
| | |||||
* | Bug #680537 - Reply to individual message in digest generates empty body | Milan Crha | 2012-09-13 | 1 | -0/+14 |
| | |||||
* | Avoid code duplication for reply on message attachment | Milan Crha | 2012-09-12 | 1 | -33/+11 |
| | |||||
* | [itip-formatter] Do not include empty values in a printout | Milan Crha | 2012-09-12 | 1 | -22/+38 |
| | |||||
* | Fix a memory leak when replying to a message | Milan Crha | 2012-09-12 | 2 | -1/+10 |
| | |||||
* | Bug #681279 - Reply on selection doesn't work (re-fix) | Milan Crha | 2012-09-12 | 1 | -13/+59 |
| | |||||
* | [prefer-plain] Always show HTML part as attachment for only HTML messages | Milan Crha | 2012-09-12 | 1 | -11/+5 |
| | | | | | | | | When the prefer-plain is set to show only text/plain parts, without showing suppressed HTML parts as attachments, and the received message contains only one part, the text/html part, then the preview was completely empty, which is confusing. With this change, the text/html only messages will show the suppressed part as attachment regardless the setting. | ||||
* | Bug #678291 - Identifies application/mbox as text/plain attachment | Milan Crha | 2012-09-12 | 1 | -2/+7 |
| | |||||
* | Bug #683676 - Message source does not work when 'All Message Headers' enabled | Milan Crha | 2012-09-12 | 1 | -5/+14 |
| | |||||
* | Updated Marathi Translations | Sandeep Sheshrao Shedmake | 2012-09-12 | 1 | -1024/+943 |
| | |||||
* | Bug #680611 - Hibernation shifts alarm notification time | Milan Crha | 2012-09-12 | 3 | -2/+47 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2012-09-12 | 1 | -6976/+7284 |
| | |||||
* | Updated Hindi translation | chandankumar | 2012-09-12 | 1 | -7870/+8190 |
| | |||||
* | BR is not a "pair" HTML element | Milan Crha | 2012-09-11 | 2 | -3/+3 |
| | |||||
* | Revert commit c9d0ac7 (bug #681279) | Milan Crha | 2012-09-11 | 1 | -13/+0 |
| | |||||
* | Bug #683758 - Crash on display meeting invite | Lucian Langa | 2012-09-11 | 1 | -1/+2 |
| | |||||
* | Bug #683665 - Crash on displaying message with broken Content-Type attachment | Lucian Langa | 2012-09-11 | 1 | -0/+3 |
| | |||||
* | Bug #683663 - Attachment bar missing when showing 'All Message Headers' | Lucian Langa | 2012-09-11 | 3 | -3/+6 |
| | |||||
* | Make sure the selected days in the calendar matches shown days | Milan Crha | 2012-09-11 | 1 | -0/+16 |
| | |||||
* | Make sure selection in ECalendar is visible | Milan Crha | 2012-09-11 | 1 | -0/+7 |
| | | | | | | | The GtkStyle's GTK_STATE_ACTIVE background color can match background color of GTK_STATE_NORMAL, when there is not visible selected days in the calendar, thus fallback to GTK_STATE_SELECTED colors in that case. | ||||
* | Bug #683407 - Preserve week views in calendar when clicking one day | Milan Crha | 2012-09-11 | 1 | -2/+5 |
| | |||||
* | Calendar's Work Week view could left empty after start | Milan Crha | 2012-09-11 | 1 | -1/+2 |
| | | | | | | | | | | When Evolution started in the Calendar view with Work Week view selected it left the view empty, because the Work Week view was not set focused. This change was not made, because GnomeCalendar has set Work Week view as a default view, thus gnome_calendar_set_view() just returned for "no change made" on the view type. Checking also 'in_focus' property of the view makes sure the initialization will be done as expected. | ||||
* | Don't re-parse attachment parts as attachments | Dan Vrátil | 2012-09-11 | 1 | -2/+4 |
| | |||||
* | Bug #678835 - Disconnect signal handlers from WebKit plugin widgets on dispose | Milan Crha | 2012-09-11 | 1 | -1/+24 |
| | |||||
* | Bug #678806 - Flush Outbox doesn't remove sent messages | Milan Crha | 2012-09-11 | 1 | -2/+4 |
| | |||||
* | Bug #683736 - Calendar work week view drops Monday's entries | Milan Crha | 2012-09-11 | 2 | -15/+21 |
| | |||||
* | [itip-formatter] May not send replies on meeting request mails | Milan Crha | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | [itip-formatter] Cancel pending event searches when any found | Milan Crha | 2012-09-10 | 1 | -3/+37 |
| | |||||
* | Bug #683349 - Crash when sending a mail from the Outbox folder | Milan Crha | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Fix typo in 'activity' word (macro/function/variable names) | Milan Crha | 2012-09-10 | 2 | -13/+13 |
| | |||||
* | Bug #683548 - Initialize webkit's web view before other threads are run | Milan Crha | 2012-09-10 | 1 | -0/+17 |
| | | | | Just a workaround until Webkit upstream has that fixed. |