aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug #672200 - Skip Reply-To-List check for list administrative messagesMilan Crha2012-11-291-4/+22
|
* Bug #671628 - Size of backup window is bigMilan Crha2012-11-281-24/+35
|
* Assamese translation updatedNilamdyuti Goswami2012-11-281-216/+236
|
* Bug #671200 - Inherit source message crypto options when reply on selectionMilan Crha2012-11-271-2/+55
|
* Identify calendar/memo/task sources in error messagesMilan Crha2012-11-274-26/+94
|
* Update German help translationChristian Kirbach2012-11-271-320/+287
|
* Bug #680244 - CalDAV URL should be configured in once, not separatedMilan Crha2012-11-261-112/+77
|
* Assamese translation updatedNilamdyuti Goswami2012-11-261-3104/+3455
|
* Bug #686212 - Cannot print html mails with defined <style>Milan Crha2012-11-261-12/+24
|
* Bug #687974 - No displaying of extended free/busy (XFB) informationChristian Hilberg2012-11-267-16/+385
|
* Updated German help translation (bug 688629)Paul Menzel2012-11-261-1/+1
|
* Bug #688819 - It's possible to make Evolution stop sending emailsMilan Crha2012-11-231-1/+7
|
* EMailDisplay lefts opened file handles to downloaded imagesMilan Crha2012-11-231-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 listMilan Crha2012-11-224-0/+70
|
* Bug #674678 - Event notification uses wrong app nameMilan Crha2012-11-221-2/+3
|
* Bug #680201 - Backup restore doesn't migrate accounts from GConfMilan Crha2012-11-222-10/+62
|
* Bug #687670 - Signing with both pgp and S/MIME shows only one signatureMilan Crha2012-11-226-67/+187
|
* Bug #677378 - Alert about self-signed certificates when checking auth typesMilan Crha2012-11-213-8/+16
|
* Bug #685808 - Search bar entry background does not change on searchMilan Crha2012-11-211-10/+60
|
* [l10n] Updated German translationMario Blättermann2012-11-211-1720/+1579
|
* Post-release version bump.Matthew Barnes2012-11-181-1/+1
|
* NEWS update for 3.7.2 release.EVOLUTION_3_7_2_FIXEDMatthew Barnes2012-11-181-0/+56
|
* Updated Norwegian bokmål translationKjartan Maraas2012-11-171-1335/+1289
|
* Bug #688199 - Replying via a template doesn't mark mail as read/repliedMilan Crha2012-11-133-9/+25
|
* Relative URI can crash Evolution in http_request_send_async()Milan Crha2012-11-132-3/+8
|
* Updated Japanese translationTakayuki KUSANO2012-11-131-6964/+7379
|
* Bug #687997 - No email sent for shared memosMilan Crha2012-11-122-3/+30
|
* Bug #687999 - 'Open calendar' in invitation email does nothingMilan Crha2012-11-121-50/+25
|
* Bug #687998 - Attachment dialog shown when storing assigned taskMilan Crha2012-11-123-3/+82
|
* Bug 688084 - Cannot configure connection to webdav address bookAlban Browaeys2012-11-111-3/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-11293-8365/+10886
|
* Replace e_ensure_type() with g_type_ensure().Matthew Barnes2012-11-091-12/+1
|
* Bug 687137 - Google account user name overwritten with email addressMatthew Barnes2012-11-091-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 Barnes2012-11-091-0/+46
|
* EMailAutoconfig: Restructure XML parsing.Matthew Barnes2012-11-093-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 linksMilan Crha2012-11-095-146/+95
|
* Bump minimum GLib requirement to 2.34.Matthew Barnes2012-11-081-1/+1
| | | | For g_resolver_lookup_records(). E-D-S already requires 2.34 anyway.
* EMailAutoconfig: Use GResolver for DNS lookups.Matthew Barnes2012-11-081-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 Barnes2012-11-081-3/+0
|
* EMailConfigAssistant: Make revising auto-configuration easier.Matthew Barnes2012-11-081-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 Barnes2012-11-081-13/+69
| | | | Based on my initial patch in https://bugzilla.gnome.org/678615.
* EMailAutoconfig: Use libsoup instead of gvfs.Matthew Barnes2012-11-081-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 Barnes2012-11-083-106/+1
| | | | | | This reverts commit 039c29c112179ad92233f0a85b7332ad2f2dd373. Auto-configuration should instead be cancellable from the progress page.
* Bug #686325 - Preview message window keyboard use severely limitedMilan Crha2012-11-081-27/+66
|
* Bug #686620 - Add an option to skip New Account autodiscoveryMilan Crha2012-11-073-1/+106
|
* Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)Dominique Leuenberger2012-11-0718-34/+34
|
* Introduce --enable-strict configure optionMilan Crha2012-11-061-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 Crha2012-11-063-3/+3
| | | | soup_message_headers_get_list()
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-0638-359/+345
|
* Updated British English translationChris Leonard2012-11-061-506/+512
|
* e_flaw_wait_until() expects gint64, not gintMilan Crha2012-11-061-1/+1
|
* Missing search buttons in Calendar viewMilan Crha2012-11-062-3/+5
|
* Replace e_flag_timed_wait() with e_flag_wait_until()Milan Crha2012-11-061-4/+4
|
* Updated Norwegian bokmål translationKjartan Maraas2012-11-061-946/+833
|
* Restrict geocode-glib dependency to 0.99.0.Matthew Barnes2012-11-061-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 translationMarek Černocký2012-11-051-2108/+330
|
* Require WebKitGtk 1.10.0 for webkit_web_frame_get_dom_document()Milan Crha2012-11-051-1/+1
|
* Updated Russian translationYuri Myasoedov2012-11-051-140/+67
|
* Bug 687400 - Composer settings not appliedMatthew Barnes2012-11-035-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 writeMilan Crha2012-11-022-7/+39
|
* Remove unused/forgotten function declarationsMilan Crha2012-11-021-5/+0
|
* Fixed squished labels on Identity page of Account Assistant.Matthew Barnes2012-11-021-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 translationTom Tryfonidis2012-11-011-581/+579
|
* mail_session_refresh_cb(): Skip disabled sources.Matthew Barnes2012-11-011-2/+10
|
* Bug #422273 - Wrap searchbar widgets for smaller minimum width requestMilan Crha2012-10-315-65/+210
|
* Updated Galician translationsFran Diéguez2012-10-311-922/+923
|
* Bug #687155 - Text/plain signatures wrap in an editorMilan Crha2012-10-302-3/+11
|
* Bug #317153 - Contact editor too large for small screensMilan Crha2012-10-302-11/+70
|
* Bug #267787 - Preferences too large for small screensMilan Crha2012-10-301-1/+57
|
* Bug #663844 - [CalDAV] Fails to parse iCloud XML responseMilan Crha2012-10-291-2/+0
|
* Bug 687060 - Identity page shows read-only GOA properties as editableMatthew Barnes2012-10-291-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 Barnes2012-10-292-4/+71
| | | | Allows the Email Address field to be hidden.
* EMailConfigIdentityPage cleanups.Matthew Barnes2012-10-291-3/+3
|
* Updated Polish translationPiotr Drąg2012-10-291-441/+440
|
* Updated Indonesian translationAndika Triwidada2012-10-281-350/+247
|
* Updated Indonesian translationAndika Triwidada2012-10-281-413/+410
|
* Bug 687010 - Add keywords to the desktop fileMatthias Clasen2012-10-281-0/+1
| | | | This makes gnome-shell search more useful.
* Bug 627244 - Bold days in "Select Date" dialog not updated when changing monthFabiano Fidêncio2012-10-261-1/+5
|
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-268-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 cancellationMatthew Barnes2012-10-251-1/+6
|
* Bug #680497 - POP3 re-adds messages to local InboxMilan Crha2012-10-251-36/+55
|
* Bug #686785 - Port of WebDAV source doesn't match SSL checkMilan Crha2012-10-251-0/+31
|
* Bug #268618 - Add: Save replies in the folder of the message being replied toMilan Crha2012-10-223-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 Barnes2012-10-211-1/+1
|
* NEWS update for 3.7.1 release.EVOLUTION_3_7_1Matthew Barnes2012-10-211-0/+98
|
* EMailShellView: Remove GroupWise-specific cruft.Matthew Barnes2012-10-191-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 Barnes2012-10-193-2/+32
| | | | GOA-based accounts must only be disabled from gnome-control-center.
* Bug #588959 - Expanding appointment crashes EvolutionVibha Yadav2012-10-191-0/+5
|
* Bug #268618 - Add: Save replies in the folder of the message being replied toMilan Crha2012-10-193-5/+51
|
* Encode also message_uid in e_mail_part_build_uri()Milan Crha2012-10-191-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 Barnes2012-10-181-2/+1
| | | | | | This reverts commit 7050a12868252cf6254620cd27dcb6832851040d. Incomplete solution, renders Bugzilla mails unreadable.
* MailFolderCache: Silently ignore cancellation errors.Matthew Barnes2012-10-181-1/+5
|
* Decode EMailRequest::priv::uri_base URI-escaped lettersMilan Crha2012-10-181-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 authenticationMilan Crha2012-10-181-3/+10
|
* Bug #201807 - Cannot specify sendmail parametersMilan Crha2012-10-181-0/+58
|
* Bug #685262 - Attachments disappear when dragged in message previewMilan Crha2012-10-171-0/+11
|
* Add format checker (in compile time) to e_notice()Milan Crha2012-10-173-13/+7
|
* Do not crash in create_default_shell()Milan Crha2012-10-171-3/+9
|
* Bug #686278 - Prefer-plain can break parts listMilan Crha2012-10-171-16/+7
|
* Adapt to CamelJunkFilter API changes.Matthew Barnes2012-10-162-16/+21
|
* Updated POTFILES.inPiotr Drąg2012-10-161-2/+0
|
* Bug 676141 - Use GtkApplication for session managementMatthew Barnes2012-10-1615-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 Barnes2012-10-161-12/+0
| | | | Not needed anymore since all modules are resident nowadays.
* Bug #683849 - Add account name to »Checking for new mail«Milan Crha2012-10-162-2/+4
|
* Bug #681314 - Add address dialog should follow composer's view settingsMilan Crha2012-10-161-0/+18
|
* Bug #344579 - Vertical view: Drafts column header states "Sent Messages"Milan Crha2012-10-161-1/+1
|
* Bug #663844 - [CalDAV] calendar-home-set/href may contain full URIMilan Crha2012-10-161-4/+16
|
* evolution.convert: Remove leftover "force-message-limit" entry.Matthew Barnes2012-10-151-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 disconnectedMatthew Barnes2012-10-142-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 Barnes2012-10-141-78/+91
|
* EMailDisplay cleanups.Matthew Barnes2012-10-141-430/+467
|
* Prefer e_source_extension_ref_source().Matthew Barnes2012-10-133-5/+9
| | | | e_source_extension_get_source() is now deprecated.
* Updated Bulgarian translationAlexander Shopov2012-10-131-2301/+478
|
* Updated POTFILES.inPiotr Drąg2012-10-131-0/+1
|
* Prototype CamelSaslXOAuth2.Matthew Barnes2012-10-124-3/+343
| | | | Untested, but conforms to the specification as well as I understand it.
* CamelSaslXOAuth: Further refinements.Matthew Barnes2012-10-121-40/+35
| | | | To synchronize with the forthcoming XOAUTH2 prototype.
* CamelSaslXOAuth: Use GHmac to sign the client request.Matthew Barnes2012-10-111-242/+124
| | | | Also refactor the code to more closely resemble EGDataGoaAuthorizer.
* CamelSaslXOAuth: Remove unused GOA_KEY definition.Matthew Barnes2012-10-111-4/+0
|
* Bug 685675 - Fix packing of spell check language optionsMatthew Barnes2012-10-102-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 disconnectedMatthew Barnes2012-10-101-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 Barnes2012-10-103-44/+82
| | | | Follow the usual GObject conventions.
* ECalConfigView: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+71
| | | | Follow the usual GObject conventions.
* ECalConfigModel: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+73
| | | | Follow the usual GObject conventions.
* ECalConfigMeetingTimeSelector: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+77
| | | | Follow the usual GObject conventions.
* ECalConfigMeetingStore: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+75
| | | | Follow the usual GObject conventions.
* ECalConfigDateEdit: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+74
| | | | Follow the usual GObject conventions.
* ECalConfigCompEditor: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+74
| | | | Follow the usual GObject conventions.
* ECalConfigCalendarItem: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-103-27/+76
| | | | Follow the usual GObject conventions.
* EMailConfigWebView: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-093-63/+103
| | | | Follow the usual GObject conventions.
* EMailConfigReader: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-093-27/+74
| | | | Follow the usual GObject conventions.
* EMailConfigFormatHTML: Use G_DEFINE_DYNAMIC_TYPE.Matthew Barnes2012-10-093-27/+76
| | | | Follow the usual GObject conventions.
* Don't rely on user's $PATH, use HIGHLIGHT_COMMAND defined by configureDan Vrátil2012-10-091-1/+1
|
* Bug #684447 - Check for highlight during configure.Dan Vrátil2012-10-094-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 namesAntoine Jacoutot2012-10-041-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 translationTheppitak Karoonboonyanan2012-10-041-1980/+405
|
* Bug 684249 - Signatures get compounded, not replacedMatthew Barnes2012-10-041-1/+1
|
* po/vi: am/pm translations are too long, use original stringsNguyễn Thái Ngọc Duy2012-10-041-2/+2
|
* Bug 678750 - Use geocode-glib instead of geoclueMatthew Barnes2012-10-044-91/+129
|
* Fix contact maps.Matthew Barnes2012-10-042-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 translationAkom Chotiphantawanon2012-10-011-12721/+14828
|
* Remove e_mail_junk_filter_available().Matthew Barnes2012-10-015-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 Barnes2012-10-011-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 Barnes2012-10-014-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 Barnes2012-10-013-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čka2012-09-301-1688/+2608
|
* User Docs: Remove hint about --component. It doesn't fit here.Andre Klapper2012-09-261-3/+1
|
* User Docs: Use consistent instructions for commands/terminal usageAndre Klapper2012-09-264-4/+4
|
* User Docs: Explain using the --component parameterAndre Klapper2012-09-261-3/+5
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2012-09-261-7213/+7279
|
* [l10n] Updated Catalan translationGil Forcada2012-09-261-7101/+7402
|
* Added uk translationDaniel Korostil2012-09-261-147/+124
|
* Updated Czech translation by Jiri EischmannPetr Kovar2012-09-241-6863/+7249
|
* Updated Danish translationFlemming Christensen2012-09-241-7113/+7389
|
* Updated Finnish translation by Jiri Grönroos.Timo Jyrinki2012-09-241-7019/+9055
|
* Update French translationAlexandre Franke2012-09-243-10089/+10257
|
* Updated Malayalam fileAni Peter2012-09-231-10780/+9545
|
* Assamese translation updatedNilamdyuti Goswami2012-09-221-9040/+7853
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-211-2433/+2239
|
* Updated Telugu TranslationSasi Bhushan Boddepalli2012-09-201-2147/+2252
|
* Updated Russian translationYuri Myasoedov2012-09-201-928/+684
|
* updated Tamil translationDr.T.Vasudevan2012-09-201-1170/+912
|
* updated Tamil translationDr.T.Vasudevan2012-09-201-6954/+7605
|
* updated Tamil translationDr.T.Vasudevan2012-09-201-4/+4
|
* Updated kn translationShankar Prasad2012-09-191-1/+8
|
* Updated kn translationShankar Prasad2012-09-191-11093/+10775
|
* Bug #678408 - WebKit renders frames with plain/text parts too smallDan Vrátil2012-09-191-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 translationKrasimir Chonov2012-09-191-6927/+7440
|
* Updated POTFILES.inPiotr Drąg2012-09-191-1/+0
|
* Updated Russian translationYuri Myasoedov2012-09-181-49/+32
|
* updated uk translationDaniel Korostil2012-09-181-6850/+7200
|
* Updated Brazilian Portuguese translation, reviewed by Djavan Fagundes ↵Rafael Ferreira2012-09-181-8471/+5714
| | | | <djavan@comum.org>.
* Updated Slovenian translationMatej Urbančič2012-09-181-2/+11
|
* Updated Slovenian translationMatej Urbančič2012-09-181-2/+2
|
* Updated Slovenian translationMatej Urbančič2012-09-181-2553/+696
|
* Remove ldap-config.ui.Matthew Barnes2012-09-182-707/+0
| | | | Leftover file from ages past. No longer used.
* Bug #549819 - Cannot specify a custom sendmail programMilan Crha2012-09-182-2/+109
|
* Updated Hungarian help translationGabor Kelemen2012-09-171-9895/+10108
|
* Updated kn translationShankar Prasad2012-09-171-427/+425
|
* Updated Latvian translationRūdolfs Mazurs2012-09-171-8523/+8620
|
* Updated Greek translationTom Tryfonidis2012-09-171-328/+129
|
* Bump version to 3.7.1.Matthew Barnes2012-09-161-4/+4
|
* Post-release version bump.Matthew Barnes2012-09-161-2/+2
|
* NEWS update for 3.5.92 release.EVOLUTION_3_5_92Matthew Barnes2012-09-161-0/+81
|
* Bug 684021 - EBookConfigWebdav: Invalid callback on property bindingMatthew Barnes2012-09-161-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-09-161-565/+564
|
* Updated Hungarian translationGabor Kelemen2012-09-161-10817/+8714
|
* Updated Slovenian translationMatej Urbančič2012-09-161-20/+10
|
* Updated kn translationShankar Prasad2012-09-161-1/+1
|
* Updated kn translationShankar Prasad2012-09-161-275/+175
|
* Updated kn translationShankar Prasad2012-09-151-26/+14
|
* Fix broken tag in German help translationPiotr Drąg2012-09-151-1/+1
|
* Bug #682295 - Fix deadlock in EHttpRequestDan Vrátil2012-09-141-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 translationShankar Prasad2012-09-141-36/+19
|
* Updated kn translationShankar Prasad2012-09-141-78/+43
|
* User Docs: Clarify scope of aplying same view for all foldersAndre Klapper2012-09-141-3/+2
|
* Fails to import calendar events due to used incorrect enum valuesMilan Crha2012-09-141-2/+2
|
* Updated German translationChristian Kirbach2012-09-141-360/+370
|
* Could not set custom port for LDAP addressbookMilan Crha2012-09-141-4/+16
|
* Bug #683949 - Cannot create new LDAP AddressbookMilan Crha2012-09-142-0/+14
|
* Autocompletion in meeting editor doesn't workMilan Crha2012-09-141-1/+11
|
* User Docs: Clarify requirements for delegationAndre Klapper2012-09-141-4/+2
|
* Updated German help translationMario Blättermann2012-09-141-10002/+10355
|
* Update French translationAlexandre Franke2012-09-141-4802/+2888
|
* Fix broken tag in German help translationPiotr Drąg2012-09-141-1/+1
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-09-131-12/+12
|
* Critical warning on ETree dispose, g_object_unref() called on freed objectMilan Crha2012-09-131-4/+2
|
* Updated kn translationShankar Prasad2012-09-131-1/+1
|
* Updated kn translationShankar Prasad2012-09-131-162/+98
|
* Bug #683866 - Leaks of EMailFormatter objectMilan Crha2012-09-132-7/+5
|
* [text/plain parser] Use original part when nothing found inlineMilan Crha2012-09-133-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 translationShankar Prasad2012-09-131-7315/+7561
|
* Updated Slovenian translationMatej Urbančič2012-09-131-176/+89
|
* Bug #680537 - Reply to individual message in digest generates empty bodyMilan Crha2012-09-131-0/+14
|
* Avoid code duplication for reply on message attachmentMilan Crha2012-09-121-33/+11
|
* [itip-formatter] Do not include empty values in a printoutMilan Crha2012-09-121-22/+38
|
* Fix a memory leak when replying to a messageMilan Crha2012-09-122-1/+10
|
* Bug #681279 - Reply on selection doesn't work (re-fix)Milan Crha2012-09-121-13/+59
|
* [prefer-plain] Always show HTML part as attachment for only HTML messagesMilan Crha2012-09-121-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 attachmentMilan Crha2012-09-121-2/+7
|
* Bug #683676 - Message source does not work when 'All Message Headers' enabledMilan Crha2012-09-121-5/+14
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-09-121-1024/+943
|
* Bug #680611 - Hibernation shifts alarm notification timeMilan Crha2012-09-123-2/+47
|
* Updated Portuguese translationDuarte Loreto2012-09-121-6976/+7284
|
* Updated Hindi translationchandankumar2012-09-121-7870/+8190
|
* BR is not a "pair" HTML elementMilan Crha2012-09-112-3/+3
|
* Revert commit c9d0ac7 (bug #681279)Milan Crha2012-09-111-13/+0
|
* Bug #683758 - Crash on display meeting inviteLucian Langa2012-09-111-1/+2
|
* Bug #683665 - Crash on displaying message with broken Content-Type attachmentLucian Langa2012-09-111-0/+3
|
* Bug #683663 - Attachment bar missing when showing 'All Message Headers'Lucian Langa2012-09-113-3/+6
|
* Make sure the selected days in the calendar matches shown daysMilan Crha2012-09-111-0/+16
|
* Make sure selection in ECalendar is visibleMilan Crha2012-09-111-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 dayMilan Crha2012-09-111-2/+5
|
* Calendar's Work Week view could left empty after startMilan Crha2012-09-111-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 attachmentsDan Vrátil2012-09-111-2/+4
|
* Bug #678835 - Disconnect signal handlers from WebKit plugin widgets on disposeMilan Crha2012-09-111-1/+24
|
* Bug #678806 - Flush Outbox doesn't remove sent messagesMilan Crha2012-09-111-2/+4
|
* Bug #683736 - Calendar work week view drops Monday's entriesMilan Crha2012-09-112-15/+21
|
* [itip-formatter] May not send replies on meeting request mailsMilan Crha2012-09-101-1/+1
|
* [itip-formatter] Cancel pending event searches when any foundMilan Crha2012-09-101-3/+37
|
* Bug #683349 - Crash when sending a mail from the Outbox folderMilan Crha2012-09-101-1/+1
|
* Fix typo in 'activity' word (macro/function/variable names)Milan Crha2012-09-102-13/+13
|
* Bug #683548 - Initialize webkit's web view before other threads are runMilan Crha2012-09-101-0/+17
| | | | Just a workaround until Webkit upstream has that fixed.
* Updated Korean translationChangwoo Ryu2012-09-101-6802/+5546
|
* Updated Belarusian translation.Ihar Hrachyshka2012-09-091-1680/+1654
|
* Updated Greek translationTom Tryfonidis2012-09-081-1189/+1128
|
* Bug #681279 - Reply on selection doesn't workMilan Crha2012-09-071-0/+13
| | | | | This time because Prefer-plain could hide text/html part, which resulted in no text shown in the reply.
* Updated German translationChristian Kirbach2012-09-071-7469/+5963
|
* Updated Serbian translationМирослав Николић2012-09-072-1146/+1136
|
* Blacklist WebKitGTK+ 1.9.90.Matthew Barnes2012-09-071-0/+10
| | | | Accidental API breakage => no build for you.
* Revert "Adjust for webkit 1.9.90 API change."Matthew Barnes2012-09-071-5/+0
| | | | | | This reverts commit 485704419b11685e4753024dabec53d1668aaa9d. WebKit reverted its API break in 1.9.91, so revert our workaround.