aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Updated Slovenian translationMatej Urbančič2012-09-071-3679/+3903
|
* Bug #679382 - Saving attachments takes too long, maxes CPU usageMilan Crha2012-09-061-3/+16
|
* Honor CAMEL_PROVIDER_DISABLE_SENT_FOLDER in account preferencesMilan Crha2012-09-061-4/+19
|
* Updated Indonesian translationDirgita2012-09-061-387/+365
|
* Bug #682873 - Prefer-plain shows text plain in meeting inviteMilan Crha2012-09-061-9/+3
|
* Composer could start with empty FromMilan Crha2012-09-052-3/+45
|
* Bug #682425 - Can do network operations on disabled accountsMilan Crha2012-09-057-68/+136
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-09-051-57/+45
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2012-09-051-129/+616
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-09-052-432/+414
|
* Bug #679780 - Offline mode doesn't work in mailerMilan Crha2012-09-052-5/+8
|
* Bug #682820 - Settings not converted on backup restoreMilan Crha2012-09-051-0/+5
|
* Updated Russian translationYuri Myasoedov2012-09-051-155/+105
|
* em_folder_tree_model_get_folder_name: Don't return NULL.Matthew Barnes2012-09-041-2/+2
| | | | | | | | | | If a folder's display name is not available in the folder tree model for some reason, return the raw folder path rather than NULL. This silences a runtime warning in the mail-notification plugin. This feels like a Band-Aid for a deeper issue -- perhaps we're racing the folder tree model? Might be better to just fetch the CamelFolder asynchronously and get the folder's display name directly.
* Updated British English translationBruce Cowan2012-09-041-6898/+7194
|
* Bug #683130 - Folder hangs when reading mail with an attachmentDan Vrátil2012-09-041-5/+13
|
* Updated Swedish translationDaniel Nylander2012-09-041-6720/+6985
|
* Updated Greek translationDimitris Spingos2012-09-041-10226/+10704
|
* Updated Polish translationPiotr Drąg2012-09-031-149/+167
|
* Post-release version bump.Matthew Barnes2012-09-011-1/+1
|
* NEWS update for 3.5.91 release.EVOLUTION_3_5_91Matthew Barnes2012-09-011-0/+42
|
* Coding style and whitespace cleanup.Matthew Barnes2012-09-0114-503/+734
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-09-011-22/+23
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2012-09-011-714/+39
|
* evolution-shell.pc.in: Add some missing libraries.Matthew Barnes2012-08-311-1/+1
| | | | Need -lemiscwidgets and -leutil in addition to -leshell.
* Bug 682955 - Support GStreamer 1.0Dominique Leuenberger2012-08-311-2/+4
| | | | | | Check for gstreamer-1.0 first, then fall back to gstreamer-0.10. No other source code changes required.
* evolution-alarm-notify: Save changes in LastNotifiedMilan Crha2012-08-311-0/+15
| | | | Thus they persist between alarm notify process runs.
* Bug #682678 - Entering the end date for a recurring event is very difficultMilan Crha2012-08-312-8/+15
|
* Make sure evolution-alarm-notify is running on Evolution's startMilan Crha2012-08-304-12/+63
|
* Bug #586186 - Calendar print uses too small fontConrad Steenberg2012-08-301-68/+135
|
* Updated Galician translationsFran Diéguez2012-08-301-549/+544
|
* Bug #681431 - Expanded attachment bar hides headersDan Vrátil2012-08-291-5/+3
|
* Updated Lithuanian translationAurimas Černius2012-08-291-86/+56
|
* Add support for application/ics to ITIP formatterDan Vrátil2012-08-282-3/+20
|
* Fix visibility of parts in prefer-plainDan Vrátil2012-08-281-6/+20
|
* Updated Norwegian bokmål translationKjartan Maraas2012-08-281-48/+38
|
* MailFolderCache: Remove dead code.Matthew Barnes2012-08-281-6/+0
| | | | No comment as to why it's disabled => has no value.
* MailFolderCache: Remove some unnecessary #includes.Matthew Barnes2012-08-281-3/+0
|
* Bug 682811 - Can edit properties of local/vfolder storesMatthew Barnes2012-08-281-2/+16
|
* Updated Spanish translationDaniel Mustieles2012-08-271-96/+42
|
* Updated Spanish translationDaniel Mustieles2012-08-261-118/+115
|
* Remove some obsolete documentation.Matthew Barnes2012-08-254-344/+0
| | | | These date back to Evolution 1.x era or perhaps earlier.
* Update COPYING.Matthew Barnes2012-08-251-16/+6
| | | | | | Several files with license exceptions are now gone. Files from the list that I moved and rewrote are now LGPLv2+.
* Updated Spanish translationDaniel Mustieles2012-08-251-62/+56
|
* Updated Polish translationPiotr Drąg2012-08-251-6827/+5529
|
* Remove test EShellBackend module.Matthew Barnes2012-08-2510-584/+0
| | | | | This was useful early in the kill-bonobo project when I was rewriting EShell from scratch. Nowadays not so much. Drop it.
* Remove --disable-scrollkeeper from DISTCHECK_CONFIGURE_FLAGS.Matthew Barnes2012-08-251-3/+0
| | | | We stopped using ScrollKeeper ages ago.
* Adjust for webkit 1.9.90 API change.Dominique Leuenberger2012-08-251-0/+5
|
* Bug 682519 - vcard-inline: Typo in translatable stringMatthew Barnes2012-08-251-1/+1
|
* cal-config-webcal: Fix error in a tranform function.Matthew Barnes2012-08-251-5/+3
| | | | | | | | When writing a GBindingTransformFunc for a bi-directional binding in the reverse direction, the "source" and "target" properties of the GBinding are flip-flopped wrt the transform function. That always throws me. Just pass the ESource to the tranform function to avoid this confusion.
* cal-config-webcal: Accept URIs with webcal:// scheme.Matthew Barnes2012-08-251-0/+8
| | | | | webcal:// is a non-standard URI scheme, but still commonly used. We're using HTTP[S] regardless, so just accept it in the editor.
* Bug #681669 - 'Select today' in work week view goes to wrong weekMilan Crha2012-08-251-8/+8
|
* Updated Russian translationYuri Myasoedov2012-08-241-6818/+7191
|
* Bug #680786 - [text-highlight] Correctly display binary patchesDan Vrátil2012-08-231-6/+19
|
* Bug #681877 - Postpone window changes saving for a secondMilan Crha2012-08-231-1/+1
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-08-231-599/+391
|
* po/vi: imported from Damned LiesNguyễn Thái Ngọc Duy2012-08-231-7020/+7441
|
* Bug 682494 - Add some defensive checks in gal-a11y-e-text.cMike Gorse2012-08-231-6/+21
|
* Disconnect signal handler from 'candidate' on its freeMilan Crha2012-08-231-0/+4
|
* Updated Norwegian bokmål translationKjartan Maraas2012-08-231-1589/+1568
|
* Bump GTK+ requirement to 3.4.Matthew Barnes2012-08-221-1/+1
| | | | | | | | Due to the use of gdk_screen_get_monitor_workarea(), which is only available in GDK >= 3.4. Introduced in commits: 5f0c5122552e19a4989f5961151b52cd72daf047 90b80d173ff72c1d4a7a92dd2563b20866eb9ff1
* Updated Lithuanian translationAurimas Černius2012-08-221-1900/+1698
|
* Bug #678476 - Critical warnings on calendar factory consoleMilan Crha2012-08-214-2/+56
|
* Bug #679862 - Do not use ENameSelectorEntry in .ui filesMilan Crha2012-08-211-1/+1
|
* Updated Indonesian translationAndika Triwidada2012-08-211-1072/+812
|
* Updated Spanish translationDaniel Mustieles2012-08-211-430/+704
|
* User Docs: Mention that SyncEvolution uses ActiveSyncAndre Klapper2012-08-211-2/+2
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-08-202-2049/+1946
|
* Updated Spanish translationDaniel Mustieles2012-08-201-572/+578
|
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-207-4/+10
|
* Fix typo. Fixes bug #682214Andre Klapper2012-08-201-1/+1
|