aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 677624 - Disable Properties when Search Folders is selectedMatthew Barnes2012-06-082-4/+10
|
* CamelNullStoreClass: Override settings_type.Matthew Barnes2012-06-081-0/+5
| | | | | | CamelStoreClass bumps the settings_type to CAMEL_TYPE_STORE_SETTINGS, which has a filter-inbox property. But we don't want ANY settings in a CamelNullStore, so revert the settings_type to CAMEL_TYPE_SETTINGS.
* Bump minimum libnotify version to 0.7.Matthew Barnes2012-06-084-19/+1
| | | | | | GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an optional dependency for Evolution, but if you're gonna use it you'll need a GNOME3-era release.
* EMailAccountStore: Fix a typo.Matthew Barnes2012-06-081-1/+1
|
* Bug 677628 - Remove account and folder name from mail notificationsMatthew Barnes2012-06-081-9/+11
|
* EMailAccountStore: Check for a collection when adding a service.Matthew Barnes2012-06-082-1/+28
| | | | | | | | If the mail account is part of a collection of sources, we want to read the enabled state from the top-level "collection" source instead of the mail account source. Addendum: Same deal in mail_ui_session_source_changed_cb().
* em-format: Add missing linker flags.Matthew Barnes2012-06-081-2/+4
|
* Updated Spanish translationDaniel Mustieles2012-06-071-1436/+1548
|
* Bug #676563 - Cannot create folders directly under store nodeMilan Crha2012-06-071-1/+6
|
* Remove a leftover debug messageDan Vrátil2012-06-071-3/+0
|
* Fix build issue in itip-formatterMilan Crha2012-06-071-1/+3
|
* Add missing '-include $(top_srcdir)/git.mk'Milan Crha2012-06-072-9/+25
|
* EMailAccountStore: Handle collections when enabling/disablingMatthew Barnes2012-06-071-0/+28
| | | | | | If the mail account is part of a collection of sources, we want to enable or disable the top-level "collection" source instead of the mail account source.
* Updated French translationBruno Brouard2012-06-071-4901/+5290
|
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-0664-5418/+7680
| | | | | | | | | | audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.
* Mail formatter rewriteDan Vrátil2012-06-06119-10539/+16050
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* Updated Spanish translationDaniel Mustieles2012-06-061-79/+12
|
* EMailSession: Use e_source_camel_generate_subtype().Matthew Barnes2012-06-061-1/+1
| | | | | | | | | Use e_source_camel_generate_subtype() to register an ESourceCamelNone class based on the newly-registered "none" CamelProvider. e_source_camel_register_types() won't pick up the new provider if it was already called prior to the provider being registered. That might be a bug... I'm not sure yet. The Camel/ESource integration is kinda messy.
* Updated Galician translationsFran Diéguez2012-06-051-45/+31
|
* Updated Galician translationsFran Diéguez2012-06-051-3759/+3903
|
* Fix a couple distcheck errors.Matthew Barnes2012-06-052-0/+4
|
* Updated Spanish translationDaniel Mustieles2012-06-051-150/+76
|
* Fix build (typo in e-source-weather.c)Milan Crha2012-06-041-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-06-041-3798/+4101
|
* Remove local mail autoconfiguration data.Matthew Barnes2012-06-04192-6672/+1
| | | | | | We're using version 1.1 of Mozilla's ClientConfig format now. These files are all version 1.0. But even aside from that, offline autoconfig is not compelling enough to warrant maintaining two copies of this data.
* Remove mail-guess-servers.[ch].Matthew Barnes2012-06-043-508/+0
| | | | Obsoleted by EMailAutoconfig.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-04371-962/+389
|
* Update po/POTFILES.in.Matthew Barnes2012-06-031-33/+53
|
* Adapt API documentation to the new ESource API.Matthew Barnes2012-06-036-157/+280
|
* Adapt vcard-inline plugin to the new ESource API.Matthew Barnes2012-06-031-20/+31
|
* Adapt save-calendar plugin to new ESource API.Matthew Barnes2012-06-033-12/+0
|
* Adapt publish-calendar plugin to the new ESource API.Matthew Barnes2012-06-034-42/+45
|
* Adapt pst-importer plugin to the new ESource API.Matthew Barnes2012-06-031-21/+44
|
* Adapt mailing-list-actions plugin to the new ESource API.Matthew Barnes2012-06-031-12/+30
|
* Adapt mail-to-task plugin to the new ESource API.Matthew Barnes2012-06-031-82/+105
|
* Adapt itip-formatter plugin to the new ESource API.Matthew Barnes2012-06-038-551/+1166
|
* Adapt email-custom-header plugin to the new ESource API.Matthew Barnes2012-06-031-1/+0
|
* Adapt bbdb plugin to new ESource API.Matthew Barnes2012-06-032-93/+56
|
* Remove default-source plugin.Matthew Barnes2012-06-034-285/+1
| | | | Obsoleted by EBookSourceConfig and ECalSourceConfig.
* Add 'mail-config' module.Matthew Barnes2012-06-0313-1/+1695
| | | | | | This breaks a good chunk of logic out of EMAccountEditor and hopefully makes it less brittle. Because honestly, every time I fix one thing in EMAccountEditor it breaks three other things. It's unmaintainable.
* Add 'imap-features' module.Matthew Barnes2012-06-0312-754/+1232
| | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin.
* Add 'cal-config-webcal' module.Matthew Barnes2012-06-037-329/+246
| | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin.
* Add 'cal-config-weather' module.Matthew Barnes2012-06-039-594/+682
| | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin.
* Add 'cal-config-google' module.Matthew Barnes2012-06-0315-1274/+1694
| | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin.
* Add 'cal-config-contacts' module.Matthew Barnes2012-06-038-0/+679
| | | | Registers the "Contacts" backend in ECalSourceConfig widgets.
* Add 'cal-config-caldav' module.Matthew Barnes2012-06-0313-2055/+2683
| | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin.
* Add 'cal-config-local' module.Matthew Barnes2012-06-039-300/+607
| | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin.
* Add 'book-config-webdav' module.Matthew Barnes2012-06-037-391/+261
| | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin.
* Add 'book-config-ldap' module.Matthew Barnes2012-06-036-0/+1809
| | | | Register the "On LDAP Servers" backend in EBookSourceConfig widgets.
* Add 'book-config-google' module.Matthew Barnes2012-06-034-0/+190
| | | | | | Register the "Google" backend in EBookSourceConfig widgets. Partially replaces the 'google-account-setup' plugin.
* Add 'book-config-local' module.Matthew Barnes2012-06-038-120/+103
| | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin.
* Add 'backup-restore' module.Matthew Barnes2012-06-0312-317/+929
| | | | Replaces the 'backup-restore' plugin.
* Adapt modules/startup-wizard to the new ESource API.Matthew Barnes2012-06-038-488/+1330
|
* Adapt modules/online-accounts to the new ESource API.Matthew Barnes2012-06-035-1036/+47
|
* Adapt modules/mdn to the new ESource API.Matthew Barnes2012-06-031-31/+96
|
* Adapt modules/mail to the new ESource API.Matthew Barnes2012-06-0310-409/+1027
|
* Adapt modules/calendar to the new ESource API.Matthew Barnes2012-06-0340-2194/+782
|
* Adapt modules/addressbook to the new ESource API.Matthew Barnes2012-06-0316-2133/+245
|
* Adapt evolution-settings capplet to the new ESource API.Matthew Barnes2012-06-036-154/+46
|
* Adapt mail to the new ESource API.Matthew Barnes2012-06-0381-11385/+15626
|
* Adapt composer to the new ESource API.Matthew Barnes2012-06-0318-1110/+1206
|
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-0351-1460/+1241
|
* Adapt AlarmNotify to the new ESource API.Matthew Barnes2012-06-035-518/+138
|
* Adapt calendar/importers to the new ESource API.Matthew Barnes2012-06-031-38/+40
|
* Adapt mail/importers to the new ESource API.Matthew Barnes2012-06-031-25/+19
|
* Adapt addressbook/tools to the new ESource API.Matthew Barnes2012-06-034-87/+124
|
* Adapt addressbook/gui/widgets to the new ESource API.Matthew Barnes2012-06-039-101/+179
|
* Adapt addressbook/gui/merging to the new ESource API.Matthew Barnes2012-06-034-22/+41
|
* Adapt addressbook/importers to the new ESource API.Matthew Barnes2012-06-034-42/+67
|
* Adapt addressbook/util to the new ESource API.Matthew Barnes2012-06-032-9/+26
|
* Adapt EContactListEditor to the new ESource API.Matthew Barnes2012-06-032-21/+24
|
* Adapt EContactEditor to the new ESource API.Matthew Barnes2012-06-034-44/+61
|
* Adapt libeshell to the new ESource API.Matthew Barnes2012-06-039-152/+129
|
* Adapt widgets/misc to the new ESource API.Matthew Barnes2012-06-0340-5077/+4785
|
* Adapt libeutil to the new ESource API.Matthew Barnes2012-06-0325-3284/+1880
|
* Adapt GSettings schemas to the new ESource API.Matthew Barnes2012-06-032-18/+0
|
* Add ESourceConfig widget.Matthew Barnes2012-06-0318-1/+3462
| | | | Base class for building address book and calendar configuration dialogs.
* Remove EDS_DISABLE_DEPRECATED.Matthew Barnes2012-06-031-2/+4
| | | | libedataserverui/e-passwords.h is deprecated. We need to stop using it.
* Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2012-06-031-0/+7
| | | | | Hide EAccount usage behind a generic API so EAccount can be replaced more easily.
* Revert "Bug #668481 - Account order is not remembered"Matthew Barnes2012-06-034-178/+87
| | | | This reverts commit 61a15e4d9dd303c23b6e44af9d084e3f3c609192.
* Revert "Bug #669463 - HTML signature opens in editor as Plain text"Matthew Barnes2012-06-034-66/+8
| | | | | | This reverts commit f25826211b007a615118f9b583a66d7027eddeac. Not an issue on the account-mgmt branch. We can do without this hack.
* Post-release version bump.Matthew Barnes2012-06-031-1/+1
|
* NEWS update for 3.5.2 release.Matthew Barnes2012-06-031-0/+71
|
* Updated Galician translationsFran Diéguez2012-06-031-716/+737
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-0334-100/+149
| | | | One last time.
* Fix an unused-but-set-variable warning.Matthew Barnes2012-06-021-1/+3
|
* Whitespace cleanups.Matthew Barnes2012-06-027-16/+16
|
* Bug 677280 - "Help - Quick Reference" opens multiple PDF documentsMatthew Barnes2012-06-011-2/+4
|
* Bug 677273 - Bad default for month-hpane-position settingMatthew Barnes2012-06-011-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-05-311-308/+320
|
* Bug #673946 - Cannot delete search foldersMilan Crha2012-05-312-6/+7
|
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-3111-7/+44
|
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-3110-25/+102
|
* Updated Norwegian bokmål translationKjartan Maraas2012-05-301-42/+45
|
* Bump goa_minimum_version to 3.2.Matthew Barnes2012-05-301-1/+1
| | | | Just to make it a stable release number.
* Bug 677045 - pkg-config files missing libebackend-1.2 requirementMatthew Barnes2012-05-302-2/+2
|
* po/vi.po: better translations in preference dialogNguyễn Thái Ngọc Duy2012-05-291-5/+5
|
* Updated German help translationChristian Kirbach2012-05-291-53/+264
|
* Make the settings capplet optional.Matthew Barnes2012-05-298-41/+87
| | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). Add a --with-capplet configure switch defaulting to 'no'. The capplet will eventually be removed unless I see someone actively maintaining it.
* Fixed Russian translationDmitry Shachnev2012-05-271-3246/+4956
|
* l10n: updated Italian translationLuca Ferretti2012-05-261-9499/+10916
|
* l10n: Updated Italian translationLuca Ferretti2012-05-261-2/+2
| | | | Close bug #675664
* Avoid New unread icon emblem on virtual foldersMilan Crha2012-05-241-1/+3
|
* Bug 676492 - Mail backend properties with underscores stopped working.David Woodhouse2012-05-211-0/+3
| | | | | Fix oal_selected and oab_offline properties for EWS, and account_uid for ActiveSync.
* Bug 672827 - 'Mark as read' confirmation dialog is too bigMatthew Barnes2012-05-211-45/+14
|
* Bug 676410 - Add Unity to OnlyShowIn whitelistJeremy Bicha2012-05-211-1/+1
|
* Updated French doc translationBruno Brouard2012-05-201-5/+16
|
* Adapt to CamelService API changes.Matthew Barnes2012-05-208-91/+22
| | | | | | em_utils_connect_service_sync() and em_utils_disconnect_service_sync() are no longer needed. CamelService itself now effectively does what these functions were doing.
* Updated Norwegian bokmål translationKjartan Maraas2012-05-191-235/+288
|
* Remove tooltip_markup from .uiPiotr Drąg2012-05-191-4/+1
| | | | As it turns out, it's not actually required.
* Remove camel_folder_has_search_capability()Milan Crha2012-05-181-4/+1
|
* Bug #675061 - Evolution 3.5.1 does not buildDan Vrátil2012-05-182-3/+1
|
* Bug #676226 - Changing GOA mail account looses GOA keyMilan Crha2012-05-172-0/+48
|
* Updated Galician translationsFran Diéguez2012-05-171-420/+488
|
* Updated Spanish translationDaniel Mustieles2012-05-171-103/+128
|
* Restore previously set port in mail account editor only if it was setMilan Crha2012-05-171-2/+3
|
* Bug #206484 - Add year scrolling to date pickerMilan Crha2012-05-174-42/+277
|
* Bug #673514 - Crash in WebKit after printingDan Vrátil2012-05-171-2/+7
|
* Bug #675863 - Cannot load webview.css from Tasks/MemosDan Vrátil2012-05-173-26/+34
|
* Bug #671585 - e-week-view.c: Use page_increment for smooth scrollingVolker Sobek2012-05-161-1/+1
| | | | | | Otherwise 4 smooth scroll events with a delta_y of 1.0 are required to scroll the view by a month if the setting 'Scroll Month View by a week' is disabled.
* Updated Spanish translationDaniel Mustieles2012-05-161-284/+325
|
* Update About dialog contentJavier Jardón2012-05-162-7/+6
|
* Mark forgotten tooltip strings as translatablePiotr Drąg2012-05-161-3/+3
|
* Make Yahoo! mail-autoconfig use IMAP, instead of POP3 and preconfig also TasksMilan Crha2012-05-153-57/+181
| | | | | | | | | There were slightly more fixes included, namely: - alternate domain name was not recognized in autoconfig files - POP3 to IMAP+ change for mail account type in offline Yahoo! autoconfig - calendar/task ESources for Google/Yahoo should have set color - autoconfig didn't add Yahoo!'s Calendar, even when checked - allow preconfig Yahoo! Tasks
* Bug #671585 - Add support for smooth scrolling devicesMilan Crha2012-05-156-8/+108
|
* Updated Norwegian bokmål translationKjartan Maraas2012-05-151-473/+513
|
* Bug #675723 - UI lock from action_mail_show_source_cbDan Vrátil2012-05-151-9/+67
|
* Bug #669893 - Send/Receive dialog content too tallMilan Crha2012-05-153-53/+38
|
* Don't unref the result in GAsyncReadyCallback functions.Matthew Barnes2012-05-151-2/+0
| | | | The callback does not own the GAsyncResult passed to it.
* Bug #669657 - Move External Editor plugin to standard pluginsHolger Macht2012-05-141-2/+2
|
* Bug #669983 - Add "To" only search option (like for CC and BCC exists)Milan Crha2012-05-143-0/+135
|
* Don't unref GAsyncResult in "finish" functions.Matthew Barnes2012-05-144-4/+0
|
* Bug #669674 - EMailBrowser doesn't copy search settingsMilan Crha2012-05-141-0/+10
|
* Fix some GSimpleAsyncResult reference leaks.Matthew Barnes2012-05-136-0/+12
|
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-1313-31/+107
| | | | Always call it immediately after g_simple_async_result_new().
* Whitespace cleanups.Matthew Barnes2012-05-1326-88/+83
|
* Updated Spanish translationDaniel Mustieles2012-05-111-139/+145
|
* Bug #675871 - Hide gnu make extensions warnings for automake 1.12Milan Crha2012-05-111-1/+1
|
* Bug #675725 - SMTP configuration window forgets custom portMilan Crha2012-05-111-0/+12
|
* Bug #559710 - Do not close Event/Task/Memo editor on saveMilan Crha2012-05-111-4/+58
|
* Updated Galician translationsFran Diéguez2012-05-111-240/+264
|
* Bug #675728 - Crash in strcmp, e_filter_rule_find_listMilan Crha2012-05-111-6/+9
|
* Rename Evolution module libraries.Matthew Barnes2012-05-1116-81/+80
| | | | | | | Drop the "libevolution" prefix so it's not so verbose and also consistent with upcoming evolution-data-server module libraries. libevolution-module-foo.so --> module-foo.so
* Spell checking for 'Summary' in Event/Task/Memo editorsMilan Crha2012-05-107-32/+84
|
* Updated Spanish translationDaniel Mustieles2012-05-101-214/+222
|
* Updated POTFILES.inPiotr Drąg2012-05-101-0/+1
|
* Bug #200683 - Composer subject spell checkingMilan Crha2012-05-1011-9/+1119
|
* [l10n] Update Japanese translationJiro Matsuzawa2012-05-071-193/+193
| | | | Fix an error in translation
* Last commit didn't include the fix for #566029.Reinout van Schouwen2012-05-071-5/+5
|
* Correct spelling errors and typos. Fixes bugs 566029 and 648135.Reinout van Schouwen2012-05-071-142/+137
|
* Bug #669111 - Lost charset in replies to encrypted mailsMilan Crha2012-05-041-1/+7
|
* Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH.Matthew Barnes2012-05-042-63/+17
| | | | | | | | | | | | | | This was a hidden feature to load EPlugins from a custom location by setting the EVOLUTION_PLUGIN_PATH environment variable. It defaulted to $HOME/.eplugins, which is in violation of the XDG Base Directory Specification. Since I've never ever heard of anyone using this and wasn't even aware of it myself, rather than migrating the folder to a standard-compliant location I'm just going to drop support for EVOLUTION_PLUGIN_PATH and put my money on no one noticing. The EPlugin framework is gradually being decommissioned anyway in favor of the simpler and more flexible EExtension framework in Evolution-Data-Server.
* Fix displaying icons in EWebView alertsDan Vrátil2012-05-033-32/+10
|
* Bug #669463 - HTML signature opens in editor as Plain textMilan Crha2012-05-034-8/+66
|
* Initialize ESignatureEditor with GtkHTML's WebViewMilan Crha2012-05-031-2/+2
|
* Bug #669445 - A way of turning Message Preview off by defaultMilan Crha2012-05-031-5/+21
|
* Bug #669295 - Choice made for 'setup Google contact/calendar' is not rememberedMilan Crha2012-05-031-2/+8
|
* Bug #675347 - No 'Retrieving message...' in preview panelDan Vrátil2012-05-032-2/+3
|
* Bug #669133 - Import Assistant preview widget is too smallMilan Crha2012-05-031-1/+1
|
* Bug #674997 - Collapsing contact lists broken in Contacts previewDan Vrátil2012-05-034-11/+105
|
* Bug #246581 - Replies in Sent folder goes to myselfMilan Crha2012-05-021-0/+4
|
* Updated German translationChristian Kirbach2012-05-011-171/+169
|
* Require libsoup >= 2.38.1.Matthew Barnes2012-05-011-1/+1
| | | | | To pick up the fix for bug 673678: "Property SSL_USE_SYSTEM_CA_FILE's value is ignored"
* Updated Norwegian bokmål translationKjartan Maraas2012-04-301-891/+872
|
* Fix memleak introduced from patch for bug #674466Priit Laes2012-04-301-0/+1
|
* EMFormat: Cleanups.Matthew Barnes2012-04-293-188/+171
|
* Post-release version bump.Matthew Barnes2012-04-291-1/+1
|
* NEWS update for 3.5.1 release.EVOLUTION_3_5_1Matthew Barnes2012-04-291-0/+139
|
* ItipView: Cleanups.Matthew Barnes2012-04-282-295/+202
|
* Bug #674381 - Show contact photo from address book doesn't workDan Vrátil2012-04-282-24/+56
|
* Bug #674060 - Preview panel on folder change not updatedDan Vrátil2012-04-273-3/+11
|
* Bug #674466 - Mail's preview panel can show listing of local filesystem rootDan Vrátil2012-04-271-2/+15
|
* Updated Galician translationsFran Diéguez2012-04-271-278/+281
|
* Bug #673225 - White box in message preview not wide enough for very long stringsDan Vrátil2012-04-271-7/+7
|
* Bug #669088 - Add a Column dialog draws incorrectlyMilan Crha2012-04-271-0/+2
|
* Updated Spanish translationDaniel Mustieles2012-04-271-298/+314
|
* Updated Spanish translationDaniel Mustieles2012-04-271-5/+22
|
* Bug #528508 - Wrap long lines when printing emailsDan Vrátil2012-04-271-0/+1
|
* Bug #673420 - Itip formatter lost all mnemonicsDan Vrátil2012-04-271-29/+105
|
* Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/MemosMilan Crha2012-04-262-2/+4
|
* Bug #668989 - Add a twitter username to IM in contactsMilan Crha2012-04-263-2/+25
|
* Bug #668988 - Handle a "minutes" entry greater than 59 intelligentlyMilan Crha2012-04-261-0/+29
|
* Bug #674340 - Evolution hangs on startupDan Vrátil2012-04-261-2/+29
|
* Bug #674701 - Clicking address in preview composes to default accountMilan Crha2012-04-261-0/+9
|
* Updated Arabic translationIbrahim Saed2012-04-261-1579/+1905
|
* Remove "currently-offline" key from GSettings added for bug #655753Milan Crha2012-04-252-14/+0
|
* User Docs: Fix logic to not display empty <note> containers on library.gnome.orgAndre Klapper2012-04-253-23/+23
|
* Revert "User Docs: Cover the Magic Spacebar"Andre Klapper2012-04-251-3/+1
| | | | This reverts commit 391db81e51dc418223359c4e650b88f1750d0ba7.
* User Docs: Cover the Magic SpacebarAndre Klapper2012-04-251-1/+3
|
* Updated Spanish translationDaniel Mustieles2012-04-251-581/+615
|
* Fix a build break in e-stock-request.c.Matthew Barnes2012-04-251-0/+1
| | | | atoi() needs <stdlib.h>
* Bug #668769 - Recurrence editor weekday items slightly croppedMilan Crha2012-04-242-7/+7
|
* Bug #668768 - Copy&paste of appointment occurrence creates two appointmentsMilan Crha2012-04-241-8/+1
|
* Bug #674062 - Runtime warning from e_attachment_load_handle_error()Milan Crha2012-04-242-4/+4
|
* Updated Galician translationsFran Diéguez2012-04-241-573/+605
|
* Bug #668687 - MDN panel left shown when moving to an empty folderMilan Crha2012-04-231-7/+71
|
* Fix possible memory leaks of GError structuresMilan Crha2012-04-236-7/+14
|
* Bug #668543 - Crash in view_modify_contact_cb() if contact has no UIDMilan Crha2012-04-231-0/+7
|
* Bug #560654 - Better description for message list filterMilan Crha2012-04-231-1/+4
|
* Bug #564820 - Search filter persists when changing foldersMilan Crha2012-04-232-1/+12
|
* Bug #671537 - Option to validate SSL certificates with libsoupMilan Crha2012-04-236-10/+74
|
* Updated French translationBruno Brouard2012-04-231-1572/+1775
|
* Bug #655753 - Improve offline notification for network outageMilan Crha2012-04-233-8/+23
|
* Bug #674380 - Deselected contact keeps preview filledDan Vrátil2012-04-231-1/+3
|
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-2314-580/+1215
| | | | | | This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest, making the first two available globally from e-utils, the othe two are loaded only with mailer, since no other component uses them.
* Updated Galician translationsFran Diéguez2012-04-231-14/+14
|
* Missed one.Matthew Barnes2012-04-221-4/+8
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-2259-275/+487
|
* Updated French doc translationBruno Brouard2012-04-211-6/+6
|
* Updated Slovenian translationMatej Urbančič2012-04-211-1256/+1508
|
* Updated Spanish translationDaniel Mustieles2012-04-201-4/+2
|
* Updated Spanish translationDaniel Mustieles2012-04-201-13/+10
|
* Bug #668481 - Account order is not rememberedMilan Crha2012-04-204-87/+178
|
* Bug #674194 - Missing text in emailDan Vrátil2012-04-201-0/+1
|
* Updated Galician translationsFran Diéguez2012-04-201-1336/+1554
|
* Don't display border around photo in contacts previewDan Vrátil2012-04-191-0/+4
|
* Bug #465076 - INBOX confusion with outboxMilan Crha2012-04-193-50/+72
|
* Updated Spanish translationDaniel Mustieles2012-04-191-206/+178
|
* Bug #674249 - Crash when showing message with large text/plainDan Vrátil2012-04-194-207/+5
|
* Bug #674248 - Lost new lines from text/plainDan Vrátil2012-04-192-3/+31
|
* Updated Norwegian bokmål translationKjartan Maraas2012-04-191-7/+12
|
* Fix wording in two stringsKjartan Maraas2012-04-191-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2012-04-191-1196/+1382
|
* Remove forgotten debug printsMilan Crha2012-04-181-2/+0
|
* Bug #674282 - Don't crash on reply with empty selectionYanko Kaneti2012-04-181-1/+1
|
* Bug #667912 - Remove name field from formatted address labelMilan Crha2012-04-181-6/+11
|
* Updated Spanish translationDaniel Mustieles2012-04-171-53/+38
|
* Fix text color of message source viewDan Vrátil2012-04-171-1/+1
|
* Bug #667046 - Outgoing filter cannot override used Sent folderMilan Crha2012-04-171-1/+22
|
* Bug #674037 - [attachment-reminder] Parses message body inefficientlyMilan Crha2012-04-171-54/+158
|
* Bug #673123 - Crash in http_request_write_to_cacheDan Vrátil2012-04-161-52/+85
|
* Updated Spanish translationDaniel Mustieles2012-04-161-349/+364
|
* Show calendar Find Next/Prev/Stop buttons beside Search text entryMilan Crha2012-04-163-0/+68
|
* Handle default e-mail fonts with multiword names correctlyDan Vrátil2012-04-161-2/+2
|
* Bug #674176 - Sender's photo not shown properlyDan Vrátil2012-04-161-41/+45
|
* Pass GCancellable to em_format_write()Dan Vrátil2012-04-161-2/+2
|
* Bug #674034 - Attached images from IMAP provider email not shownDan Vrátil2012-04-131-32/+18
|
* Bug #600860 - Opening IMAP message with large attachment blocks UIMilan Crha2012-04-133-7/+36
|
* Bug #673525 - Crash under efh_write_message()Dan Vrátil2012-04-131-0/+11
| | | | Make sure the EMFormat* lives until EMailRequest is finished.
* Use link colors from GtkStyleContextDan Vrátil2012-04-131-0/+35
|
* Bug #673228 - Fails to display attached image in attached emailDan Vrátil2012-04-121-1/+3
|
* EWebView: Make antialiasing settings optional.Matthew Barnes2012-04-121-25/+38
| | | | | | Check if the "org.gnome.settings-daemon.plugins.xsettings" schema is available before creating a GSettings object for it, to avoid a hard dependency on gnome-settings-daemon.
* Bug #673108 - Font settings and monospace fonts don't workDan Vrátil2012-04-125-19/+212
|
* Fix backward buttons in "restore-confirm" dialog.Matthew Barnes2012-04-121-1/+1
| | | | Cancel button belongs on the left.
* Bug 673955 - Can not display email and calendar in separate windows anymoreMatthew Barnes2012-04-121-1/+6
|
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-1111-1/+574
|
* Bug 673895 - "Send To..." doesn't work anymoreMatthew Barnes2012-04-111-1/+23
| | | | | | Our hidden file/directory blacklist went a little too far. Evolution was blacklisting its own temporary files. This changes the blacklist function to trust the user's own XDG Base Directories.
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-111-1073/+1279
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-111-40/+41
|
* Fix a memory leakDan Vrátil2012-04-101-1/+3
|