Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e-text: remove property that is never set | Cosimo Cecchi | 2012-06-18 | 1 | -6/+1 |
| | |||||
* | e-text: remove draw-button property | Cosimo Cecchi | 2012-06-18 | 2 | -124/+1 |
| | | | | Nothing in Evolution sets it, so we can just remove this. | ||||
* | e-text: remove commented out code | Cosimo Cecchi | 2012-06-18 | 1 | -66/+1 |
| | |||||
* | Bug #431497 - Offline mode should disable loading of images from the internet | Dan Vrátil | 2012-06-18 | 1 | -0/+8 |
| | |||||
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 78 | -22/+625 |
| | |||||
* | User Docs: Clarify which Exchange connector is recommended | Andre Klapper | 2012-06-18 | 1 | -6/+6 |
| | |||||
* | Bug #677608 - Fails to open message which is not yet downloaded | Dan Vrátil | 2012-06-18 | 7 | -163/+210 |
| | |||||
* | Bug #764467 - URL popup shows all Copy options | Dan Vrátil | 2012-06-18 | 4 | -60/+58 |
| | |||||
* | Fix some memory leaks | Dan Vrátil | 2012-06-18 | 4 | -11/+21 |
| | |||||
* | Bug #678304 - Save Draft prevents Evolution's quit | Milan Crha | 2012-06-18 | 1 | -0/+15 |
| | |||||
* | Remove -Werror from AM_INIT_AUTOMAKE. | Matthew Barnes | 2012-06-17 | 1 | -1/+1 |
| | | | | Can't guarantee external software packages will not cause warnings. | ||||
* | User Docs: Update a bug report URL in a comment | Andre Klapper | 2012-06-17 | 1 | -2/+2 |
| | |||||
* | cal-config-caldav: Hide host details for collection members. | Matthew Barnes | 2012-06-16 | 1 | -8/+26 |
| | |||||
* | Disable 'Rename' if source is a collection member. | Matthew Barnes | 2012-06-15 | 12 | -58/+133 |
| | | | | | | For consistency with the Preferences window. We assume the display names are server-assigned and not user-assigned, at least not assigned through Evolution. | ||||
* | ESourceConfig: Lock down name when editing a collection member. | Matthew Barnes | 2012-06-15 | 1 | -7/+36 |
| | |||||
* | ESourceConfig: Add "collection-source" property. | Matthew Barnes | 2012-06-15 | 2 | -0/+50 |
| | | | | | | This is a read-only property, set when editing an existing data source which is a collection member. We'll use this to lock down certain UI elements. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-15 | 1 | -1868/+1409 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-15 | 1 | -14/+15 |
| | |||||
* | Remove out-of-tree kn.po file | Milan Crha | 2012-06-15 | 1 | -26405/+0 |
| | |||||
* | Fix typo in SOURCES for itip-formatter | Milan Crha | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | User Docs: Fixing broken link to Empathy | Andre Klapper | 2012-06-15 | 1 | -3/+2 |
| | |||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 65 | -4542/+334 |
| | |||||
* | Finish incomplete change (and fix newly introduced compiler warning) | Milan Crha | 2012-06-15 | 1 | -22/+9 |
| | |||||
* | Remove some unnecessary linker flags. | Matthew Barnes | 2012-06-15 | 10 | -26/+1 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-06-15 | 1 | -12/+12 |
| | |||||
* | Move ECalSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 16 | -15/+14 |
| | | | | | | ECalSourceConfig drags in no additional dependencies, and although we do publish a libevolution-calendar.so, this keeps all the ESource config UI in one place so it can more easily be moved to Evolution-Data-Server. | ||||
* | Bug #677673 - Reply contains quoted top headers | Dan Vrátil | 2012-06-15 | 1 | -0/+5 |
| | |||||
* | Move EBookSourceConfig to /widgets/misc. | Matthew Barnes | 2012-06-15 | 11 | -9/+9 |
| | | | | | | | | | | | EBookSourceConfig drags in no additional dependencies, and allows us to delay publishing a libevolution-addressbook.so since 3rd party packages will need to subclass EBookSourceConfig. The address book source code will need to be flattened into a single library before we could publish a libevolution-addressbook.so anyway. That would be a good thing to do regardless -- Evolution has way too many internal libraries -- but it's out of scope at the moment. | ||||
* | Make em_utils_in_addressbook() cancellable | Dan Vrátil | 2012-06-14 | 4 | -5/+7 |
| | |||||
* | Don't use '%%' in strings that are not printf()'ed | Dan Vrátil | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 6 | -66/+181 |
| | |||||
* | Bug #676179 - Memos/Tasks - Update preview when it's shown | Dan Vrátil | 2012-06-14 | 2 | -0/+12 |
| | |||||
* | Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files | Milan Crha | 2012-06-14 | 3 | -0/+5 |
| | |||||
* | User docs: Add translator comment as suggested in bug 673070 | Andre Klapper | 2012-06-14 | 1 | -2/+2 |
| | |||||
* | Bug #569540 - Remove unused message-display-style GSettings key | Milan Crha | 2012-06-14 | 2 | -7/+0 |
| | |||||
* | Adapt to evolution-data-server's port from GConf to GSettings | Milan Crha | 2012-06-14 | 6 | -9/+172 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2012-06-14 | 1 | -130/+195 |
| | |||||
* | Bug 677995 - Asks password for disabled mail account | Matthew Barnes | 2012-06-13 | 3 | -20/+1 |
| | | | | | | | | | | | | Remove mail_folder_cache_service_added() and rely instead on mail_folder_cache_service_enabled()/disabled(). Despite the function names the folder cache doesn't actually care about enabled status, it simply maintains a set of CamelStores to monitor. We should refactor the folder cache API to better reflect that. EMailAccountStore always immediately follows a "service-added" signal emission with either a "service-enabled" or "service-disabled" emission, which will add or remove the service from the folder cache. | ||||
* | Bug 677882 - Cannot create account with Sendmail | Matthew Barnes | 2012-06-13 | 1 | -26/+21 |
| | |||||
* | Bug #677597 - Crash on vFolder source folder removal | Milan Crha | 2012-06-13 | 1 | -3/+4 |
| | |||||
* | Bug #677607 - Closing Mail Browser emits critical warnings | Dan Vrátil | 2012-06-13 | 2 | -4/+5 |
| | |||||
* | Bug #677631 - Some HTML links don't work | Dan Vrátil | 2012-06-13 | 1 | -0/+5 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-06-12 | 1 | -5118/+5127 |
| | |||||
* | Bug 677679 - Folder tree unread counts don't decrease | Matthew Barnes | 2012-06-12 | 1 | -4/+22 |
| | | | | | EMailAccountStore was not keeping MailFolderCache informed about added, removed, enabled, or disabled CamelServices. | ||||
* | Bug #677706 - Crash in spell_entry_recheck_all() | Milan Crha | 2012-06-12 | 1 | -0/+3 |
| | |||||
* | Fix possible use of uninitialized variable | Milan Crha | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-11 | 1 | -88/+49 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-11 | 1 | -434/+430 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-11 | 1 | -49/+108 |
| | |||||
* | Mark default attachment reminder clues as translatable. Fixes bug #476474 | Andre Klapper | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | User Docs: Add TODO to recheck in 3.5.3 | Andre Klapper | 2012-06-10 | 1 | -1/+6 |
| | |||||
* | Bug 677686 - Account editor missing refresh interval setting | Matthew Barnes | 2012-06-09 | 1 | -2/+77 |
| | |||||
* | user Docs: Add note about mass-saving attachments. Fixes bug #671633#c1 | Andre Klapper | 2012-06-09 | 1 | -1/+2 |
| | |||||
* | User Docs: Add 3.6 location for account settings | Andre Klapper | 2012-06-09 | 1 | -2/+6 |
| | |||||
* | User Docs: Update Message Templates help | Andre Klapper | 2012-06-09 | 1 | -4/+15 |
| | |||||
* | itip-formatter: Remove redundant declaration. | Matthew Barnes | 2012-06-09 | 1 | -2/+0 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-06-09 | 1 | -4977/+5443 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-06-09 | 1 | -1616/+1711 |
| | |||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 8 | -96/+35 |
| | | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store. | ||||
* | Synchronize identities when enabling/disabling accounts. | Matthew Barnes | 2012-06-08 | 1 | -0/+64 |
| | |||||
* | ItipView should hold a reference to underlaying WebKitDOMDocument | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Do not unref CamelDataWrapper obtained from CamelMimePart | Dan Vrátil | 2012-06-08 | 1 | -1/+0 |
| | |||||
* | Hide every part in multipart/related with Content-ID set | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Fix displayed message headers | Dan Vrátil | 2012-06-08 | 7 | -111/+99 |
| | | | | | | | | | The new formatter was ignoring selected headers, always displaying only From, To, Subject and Date (default headers). Handling of the currently displayed headers has been moved to EMailConfigFormatHTML extension, because it is related to configuration of EMailFormatter, rather then EMailReader. | ||||
* | Bug #300677 - vFolder rules shouldn't refer to the Unmatched folder | Milan Crha | 2012-06-08 | 1 | -1/+19 |
| | |||||
* | Bug #670876 - Missing mnemonics for buttons for vcard attached to email | Dan Vrátil | 2012-06-08 | 5 | -59/+106 |
| | |||||
* | Bug 677624 - Disable Properties when Search Folders is selected | Matthew Barnes | 2012-06-08 | 2 | -4/+10 |
| | |||||
* | CamelNullStoreClass: Override settings_type. | Matthew Barnes | 2012-06-08 | 1 | -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 Barnes | 2012-06-08 | 4 | -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 Barnes | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Bug 677628 - Remove account and folder name from mail notifications | Matthew Barnes | 2012-06-08 | 1 | -9/+11 |
| | |||||
* | EMailAccountStore: Check for a collection when adding a service. | Matthew Barnes | 2012-06-08 | 2 | -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 Barnes | 2012-06-08 | 1 | -2/+4 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-07 | 1 | -1436/+1548 |
| | |||||
* | Bug #676563 - Cannot create folders directly under store node | Milan Crha | 2012-06-07 | 1 | -1/+6 |
| | |||||
* | Remove a leftover debug message | Dan Vrátil | 2012-06-07 | 1 | -3/+0 |
| | |||||
* | Fix build issue in itip-formatter | Milan Crha | 2012-06-07 | 1 | -1/+3 |
| | |||||
* | Add missing '-include $(top_srcdir)/git.mk' | Milan Crha | 2012-06-07 | 2 | -9/+25 |
| | |||||
* | EMailAccountStore: Handle collections when enabling/disabling | Matthew Barnes | 2012-06-07 | 1 | -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 translation | Bruno Brouard | 2012-06-07 | 1 | -4901/+5290 |
| | |||||
* | Mail formatter rewrite - convert some plugins to modules | Dan Vrátil | 2012-06-06 | 64 | -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 rewrite | Dan Vrátil | 2012-06-06 | 119 | -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 translation | Daniel Mustieles | 2012-06-06 | 1 | -79/+12 |
| | |||||
* | EMailSession: Use e_source_camel_generate_subtype(). | Matthew Barnes | 2012-06-06 | 1 | -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 translations | Fran Diéguez | 2012-06-05 | 1 | -45/+31 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-06-05 | 1 | -3759/+3903 |
| | |||||
* | Fix a couple distcheck errors. | Matthew Barnes | 2012-06-05 | 2 | -0/+4 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-05 | 1 | -150/+76 |
| | |||||
* | Fix build (typo in e-source-weather.c) | Milan Crha | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-04 | 1 | -3798/+4101 |
| | |||||
* | Remove local mail autoconfiguration data. | Matthew Barnes | 2012-06-04 | 192 | -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 Barnes | 2012-06-04 | 3 | -508/+0 |
| | | | | Obsoleted by EMailAutoconfig. | ||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 371 | -962/+389 |
| | |||||
* | Update po/POTFILES.in. | Matthew Barnes | 2012-06-03 | 1 | -33/+53 |
| | |||||
* | Adapt API documentation to the new ESource API. | Matthew Barnes | 2012-06-03 | 6 | -157/+280 |
| | |||||
* | Adapt vcard-inline plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -20/+31 |
| | |||||
* | Adapt save-calendar plugin to new ESource API. | Matthew Barnes | 2012-06-03 | 3 | -12/+0 |
| | |||||
* | Adapt publish-calendar plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -42/+45 |
| | |||||
* | Adapt pst-importer plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -21/+44 |
| | |||||
* | Adapt mailing-list-actions plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -12/+30 |
| | |||||
* | Adapt mail-to-task plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -82/+105 |
| | |||||
* | Adapt itip-formatter plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 8 | -551/+1166 |
| | |||||
* | Adapt email-custom-header plugin to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -1/+0 |
| | |||||
* | Adapt bbdb plugin to new ESource API. | Matthew Barnes | 2012-06-03 | 2 | -93/+56 |
| | |||||
* | Remove default-source plugin. | Matthew Barnes | 2012-06-03 | 4 | -285/+1 |
| | | | | Obsoleted by EBookSourceConfig and ECalSourceConfig. | ||||
* | Add 'mail-config' module. | Matthew Barnes | 2012-06-03 | 13 | -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 Barnes | 2012-06-03 | 12 | -754/+1232 |
| | | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin. | ||||
* | Add 'cal-config-webcal' module. | Matthew Barnes | 2012-06-03 | 7 | -329/+246 |
| | | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin. | ||||
* | Add 'cal-config-weather' module. | Matthew Barnes | 2012-06-03 | 9 | -594/+682 |
| | | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin. | ||||
* | Add 'cal-config-google' module. | Matthew Barnes | 2012-06-03 | 15 | -1274/+1694 |
| | | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin. | ||||
* | Add 'cal-config-contacts' module. | Matthew Barnes | 2012-06-03 | 8 | -0/+679 |
| | | | | Registers the "Contacts" backend in ECalSourceConfig widgets. | ||||
* | Add 'cal-config-caldav' module. | Matthew Barnes | 2012-06-03 | 13 | -2055/+2683 |
| | | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin. | ||||
* | Add 'cal-config-local' module. | Matthew Barnes | 2012-06-03 | 9 | -300/+607 |
| | | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin. | ||||
* | Add 'book-config-webdav' module. | Matthew Barnes | 2012-06-03 | 7 | -391/+261 |
| | | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin. | ||||
* | Add 'book-config-ldap' module. | Matthew Barnes | 2012-06-03 | 6 | -0/+1809 |
| | | | | Register the "On LDAP Servers" backend in EBookSourceConfig widgets. | ||||
* | Add 'book-config-google' module. | Matthew Barnes | 2012-06-03 | 4 | -0/+190 |
| | | | | | | Register the "Google" backend in EBookSourceConfig widgets. Partially replaces the 'google-account-setup' plugin. | ||||
* | Add 'book-config-local' module. | Matthew Barnes | 2012-06-03 | 8 | -120/+103 |
| | | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin. | ||||
* | Add 'backup-restore' module. | Matthew Barnes | 2012-06-03 | 12 | -317/+929 |
| | | | | Replaces the 'backup-restore' plugin. | ||||
* | Adapt modules/startup-wizard to the new ESource API. | Matthew Barnes | 2012-06-03 | 8 | -488/+1330 |
| | |||||
* | Adapt modules/online-accounts to the new ESource API. | Matthew Barnes | 2012-06-03 | 5 | -1036/+47 |
| | |||||
* | Adapt modules/mdn to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -31/+96 |
| | |||||
* | Adapt modules/mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 10 | -409/+1027 |
| | |||||
* | Adapt modules/calendar to the new ESource API. | Matthew Barnes | 2012-06-03 | 40 | -2194/+782 |
| | |||||
* | Adapt modules/addressbook to the new ESource API. | Matthew Barnes | 2012-06-03 | 16 | -2133/+245 |
| | |||||
* | Adapt evolution-settings capplet to the new ESource API. | Matthew Barnes | 2012-06-03 | 6 | -154/+46 |
| | |||||
* | Adapt mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 81 | -11385/+15626 |
| | |||||
* | Adapt composer to the new ESource API. | Matthew Barnes | 2012-06-03 | 18 | -1110/+1206 |
| | |||||
* | Adapt calendar/gui to the new ESource API. | Matthew Barnes | 2012-06-03 | 51 | -1460/+1241 |
| | |||||
* | Adapt AlarmNotify to the new ESource API. | Matthew Barnes | 2012-06-03 | 5 | -518/+138 |
| | |||||
* | Adapt calendar/importers to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -38/+40 |
| | |||||
* | Adapt mail/importers to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -25/+19 |
| | |||||
* | Adapt addressbook/tools to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -87/+124 |
| | |||||
* | Adapt addressbook/gui/widgets to the new ESource API. | Matthew Barnes | 2012-06-03 | 9 | -101/+179 |
| | |||||
* | Adapt addressbook/gui/merging to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -22/+41 |
| | |||||
* | Adapt addressbook/importers to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -42/+67 |
| | |||||
* | Adapt addressbook/util to the new ESource API. | Matthew Barnes | 2012-06-03 | 2 | -9/+26 |
| | |||||
* | Adapt EContactListEditor to the new ESource API. | Matthew Barnes | 2012-06-03 | 2 | -21/+24 |
| | |||||
* | Adapt EContactEditor to the new ESource API. | Matthew Barnes | 2012-06-03 | 4 | -44/+61 |
| | |||||
* | Adapt libeshell to the new ESource API. | Matthew Barnes | 2012-06-03 | 9 | -152/+129 |
| | |||||
* | Adapt widgets/misc to the new ESource API. | Matthew Barnes | 2012-06-03 | 40 | -5077/+4785 |
| | |||||
* | Adapt libeutil to the new ESource API. | Matthew Barnes | 2012-06-03 | 25 | -3284/+1880 |
| | |||||
* | Adapt GSettings schemas to the new ESource API. | Matthew Barnes | 2012-06-03 | 2 | -18/+0 |
| | |||||
* | Add ESourceConfig widget. | Matthew Barnes | 2012-06-03 | 18 | -1/+3462 |
| | | | | Base class for building address book and calendar configuration dialogs. | ||||
* | Remove EDS_DISABLE_DEPRECATED. | Matthew Barnes | 2012-06-03 | 1 | -2/+4 |
| | | | | libedataserverui/e-passwords.h is deprecated. We need to stop using it. | ||||
* | Refactor CompEditor pages to isolate EAccount usage. | Matthew Barnes | 2012-06-03 | 1 | -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 Barnes | 2012-06-03 | 4 | -178/+87 |
| | | | | This reverts commit 61a15e4d9dd303c23b6e44af9d084e3f3c609192. | ||||
* | Revert "Bug #669463 - HTML signature opens in editor as Plain text" | Matthew Barnes | 2012-06-03 | 4 | -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 Barnes | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.5.2 release. | Matthew Barnes | 2012-06-03 | 1 | -0/+71 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-06-03 | 1 | -716/+737 |
| | |||||
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 34 | -100/+149 |
| | | | | One last time. | ||||
* | Fix an unused-but-set-variable warning. | Matthew Barnes | 2012-06-02 | 1 | -1/+3 |
| | |||||
* | Whitespace cleanups. | Matthew Barnes | 2012-06-02 | 7 | -16/+16 |
| | |||||
* | Bug 677280 - "Help - Quick Reference" opens multiple PDF documents | Matthew Barnes | 2012-06-01 | 1 | -2/+4 |
| | |||||
* | Bug 677273 - Bad default for month-hpane-position setting | Matthew Barnes | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-31 | 1 | -308/+320 |
| | |||||
* | Bug #673946 - Cannot delete search folders | Milan Crha | 2012-05-31 | 2 | -6/+7 |
| | |||||
* | Fix memory leaks around gtk_tree_model_get() function | Milan Crha | 2012-05-31 | 11 | -7/+44 |
| | |||||
* | Adapt to vFolder changes from evolution-data-server | Milan Crha | 2012-05-31 | 10 | -25/+102 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-05-30 | 1 | -42/+45 |
| | |||||
* | Bump goa_minimum_version to 3.2. | Matthew Barnes | 2012-05-30 | 1 | -1/+1 |
| | | | | Just to make it a stable release number. | ||||
* | Bug 677045 - pkg-config files missing libebackend-1.2 requirement | Matthew Barnes | 2012-05-30 | 2 | -2/+2 |
| | |||||
* | po/vi.po: better translations in preference dialog | Nguyễn Thái Ngọc Duy | 2012-05-29 | 1 | -5/+5 |
| | |||||
* | Updated German help translation | Christian Kirbach | 2012-05-29 | 1 | -53/+264 |
| | |||||
* | Make the settings capplet optional. | Matthew Barnes | 2012-05-29 | 8 | -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 translation | Dmitry Shachnev | 2012-05-27 | 1 | -3246/+4956 |
| | |||||
* | l10n: updated Italian translation | Luca Ferretti | 2012-05-26 | 1 | -9499/+10916 |
| | |||||
* | l10n: Updated Italian translation | Luca Ferretti | 2012-05-26 | 1 | -2/+2 |
| | | | | Close bug #675664 | ||||
* | Avoid New unread icon emblem on virtual folders | Milan Crha | 2012-05-24 | 1 | -1/+3 |
| | |||||
* | Bug 676492 - Mail backend properties with underscores stopped working. | David Woodhouse | 2012-05-21 | 1 | -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 big | Matthew Barnes | 2012-05-21 | 1 | -45/+14 |
| | |||||
* | Bug 676410 - Add Unity to OnlyShowIn whitelist | Jeremy Bicha | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2012-05-20 | 1 | -5/+16 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-05-20 | 8 | -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 translation | Kjartan Maraas | 2012-05-19 | 1 | -235/+288 |
| | |||||
* | Remove tooltip_markup from .ui | Piotr Drąg | 2012-05-19 | 1 | -4/+1 |
| | | | | As it turns out, it's not actually required. | ||||
* | Remove camel_folder_has_search_capability() | Milan Crha | 2012-05-18 | 1 | -4/+1 |
| | |||||
* | Bug #675061 - Evolution 3.5.1 does not build | Dan Vrátil | 2012-05-18 | 2 | -3/+1 |
| | |||||
* | Bug #676226 - Changing GOA mail account looses GOA key | Milan Crha | 2012-05-17 | 2 | -0/+48 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-05-17 | 1 | -420/+488 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-17 | 1 | -103/+128 |
| | |||||
* | Restore previously set port in mail account editor only if it was set | Milan Crha | 2012-05-17 | 1 | -2/+3 |
| | |||||
* | Bug #206484 - Add year scrolling to date picker | Milan Crha | 2012-05-17 | 4 | -42/+277 |
| | |||||
* | Bug #673514 - Crash in WebKit after printing | Dan Vrátil | 2012-05-17 | 1 | -2/+7 |
| | |||||
* | Bug #675863 - Cannot load webview.css from Tasks/Memos | Dan Vrátil | 2012-05-17 | 3 | -26/+34 |
| | |||||
* | Bug #671585 - e-week-view.c: Use page_increment for smooth scrolling | Volker Sobek | 2012-05-16 | 1 | -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 translation | Daniel Mustieles | 2012-05-16 | 1 | -284/+325 |
| | |||||
* | Update About dialog content | Javier Jardón | 2012-05-16 | 2 | -7/+6 |
| | |||||
* | Mark forgotten tooltip strings as translatable | Piotr Drąg | 2012-05-16 | 1 | -3/+3 |
| | |||||
* | Make Yahoo! mail-autoconfig use IMAP, instead of POP3 and preconfig also Tasks | Milan Crha | 2012-05-15 | 3 | -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 devices | Milan Crha | 2012-05-15 | 6 | -8/+108 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-05-15 | 1 | -473/+513 |
| | |||||
* | Bug #675723 - UI lock from action_mail_show_source_cb | Dan Vrátil | 2012-05-15 | 1 | -9/+67 |
| | |||||
* | Bug #669893 - Send/Receive dialog content too tall | Milan Crha | 2012-05-15 | 3 | -53/+38 |
| | |||||
* | Don't unref the result in GAsyncReadyCallback functions. | Matthew Barnes | 2012-05-15 | 1 | -2/+0 |
| | | | | The callback does not own the GAsyncResult passed to it. | ||||
* | Bug #669657 - Move External Editor plugin to standard plugins | Holger Macht | 2012-05-14 | 1 | -2/+2 |
| | |||||
* | Bug #669983 - Add "To" only search option (like for CC and BCC exists) | Milan Crha | 2012-05-14 | 3 | -0/+135 |
| | |||||
* | Don't unref GAsyncResult in "finish" functions. | Matthew Barnes | 2012-05-14 | 4 | -4/+0 |
| | |||||
* | Bug #669674 - EMailBrowser doesn't copy search settings | Milan Crha | 2012-05-14 | 1 | -0/+10 |
| | |||||
* | Fix some GSimpleAsyncResult reference leaks. | Matthew Barnes | 2012-05-13 | 6 | -0/+12 |
| | |||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 13 | -31/+107 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 26 | -88/+83 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-11 | 1 | -139/+145 |
| | |||||
* | Bug #675871 - Hide gnu make extensions warnings for automake 1.12 | Milan Crha | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Bug #675725 - SMTP configuration window forgets custom port | Milan Crha | 2012-05-11 | 1 | -0/+12 |
| | |||||
* | Bug #559710 - Do not close Event/Task/Memo editor on save | Milan Crha | 2012-05-11 | 1 | -4/+58 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-05-11 | 1 | -240/+264 |
| | |||||
* | Bug #675728 - Crash in strcmp, e_filter_rule_find_list | Milan Crha | 2012-05-11 | 1 | -6/+9 |
| | |||||
* | Rename Evolution module libraries. | Matthew Barnes | 2012-05-11 | 16 | -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 editors | Milan Crha | 2012-05-10 | 7 | -32/+84 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-10 | 1 | -214/+222 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-05-10 | 1 | -0/+1 |
| | |||||
* | Bug #200683 - Composer subject spell checking | Milan Crha | 2012-05-10 | 11 | -9/+1119 |
| | |||||
* | [l10n] Update Japanese translation | Jiro Matsuzawa | 2012-05-07 | 1 | -193/+193 |
| | | | | Fix an error in translation | ||||
* | Last commit didn't include the fix for #566029. | Reinout van Schouwen | 2012-05-07 | 1 | -5/+5 |
| | |||||
* | Correct spelling errors and typos. Fixes bugs 566029 and 648135. | Reinout van Schouwen | 2012-05-07 | 1 | -142/+137 |
| | |||||
* | Bug #669111 - Lost charset in replies to encrypted mails | Milan Crha | 2012-05-04 | 1 | -1/+7 |
| | |||||
* | Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH. | Matthew Barnes | 2012-05-04 | 2 | -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 alerts | Dan Vrátil | 2012-05-03 | 3 | -32/+10 |
| | |||||
* | Bug #669463 - HTML signature opens in editor as Plain text | Milan Crha | 2012-05-03 | 4 | -8/+66 |
| | |||||
* | Initialize ESignatureEditor with GtkHTML's WebView | Milan Crha | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | Bug #669445 - A way of turning Message Preview off by default | Milan Crha | 2012-05-03 | 1 | -5/+21 |
| | |||||
* | Bug #669295 - Choice made for 'setup Google contact/calendar' is not remembered | Milan Crha | 2012-05-03 | 1 | -2/+8 |
| | |||||
* | Bug #675347 - No 'Retrieving message...' in preview panel | Dan Vrátil | 2012-05-03 | 2 | -2/+3 |
| | |||||
* | Bug #669133 - Import Assistant preview widget is too small | Milan Crha | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Bug #674997 - Collapsing contact lists broken in Contacts preview | Dan Vrátil | 2012-05-03 | 4 | -11/+105 |
| | |||||
* | Bug #246581 - Replies in Sent folder goes to myself | Milan Crha | 2012-05-02 | 1 | -0/+4 |
| | |||||
* | Updated German translation | Christian Kirbach | 2012-05-01 | 1 | -171/+169 |
| | |||||
* | Require libsoup >= 2.38.1. | Matthew Barnes | 2012-05-01 | 1 | -1/+1 |
| | | | | | To pick up the fix for bug 673678: "Property SSL_USE_SYSTEM_CA_FILE's value is ignored" | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-30 | 1 | -891/+872 |
| | |||||
* | Fix memleak introduced from patch for bug #674466 | Priit Laes | 2012-04-30 | 1 | -0/+1 |
| | |||||
* | EMFormat: Cleanups. | Matthew Barnes | 2012-04-29 | 3 | -188/+171 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.5.1 release.EVOLUTION_3_5_1 | Matthew Barnes | 2012-04-29 | 1 | -0/+139 |
| | |||||
* | ItipView: Cleanups. | Matthew Barnes | 2012-04-28 | 2 | -295/+202 |
| | |||||
* | Bug #674381 - Show contact photo from address book doesn't work | Dan Vrátil | 2012-04-28 | 2 | -24/+56 |
| | |||||
* | Bug #674060 - Preview panel on folder change not updated | Dan Vrátil | 2012-04-27 | 3 | -3/+11 |
| | |||||
* | Bug #674466 - Mail's preview panel can show listing of local filesystem root | Dan Vrátil | 2012-04-27 | 1 | -2/+15 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-04-27 | 1 | -278/+281 |
| | |||||
* | Bug #673225 - White box in message preview not wide enough for very long strings | Dan Vrátil | 2012-04-27 | 1 | -7/+7 |
| | |||||
* | Bug #669088 - Add a Column dialog draws incorrectly | Milan Crha | 2012-04-27 | 1 | -0/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-27 | 1 | -298/+314 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-27 | 1 | -5/+22 |
| | |||||
* | Bug #528508 - Wrap long lines when printing emails | Dan Vrátil | 2012-04-27 | 1 | -0/+1 |
| | |||||
* | Bug #673420 - Itip formatter lost all mnemonics | Dan Vrátil | 2012-04-27 | 1 | -29/+105 |
| | |||||
* | Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/Memos | Milan Crha | 2012-04-26 | 2 | -2/+4 |
| | |||||
* | Bug #668989 - Add a twitter username to IM in contacts | Milan Crha | 2012-04-26 | 3 | -2/+25 |
| | |||||
* | Bug #668988 - Handle a "minutes" entry greater than 59 intelligently | Milan Crha | 2012-04-26 | 1 | -0/+29 |
| | |||||
* | Bug #674340 - Evolution hangs on startup | Dan Vrátil | 2012-04-26 | 1 | -2/+29 |
| | |||||
* | Bug #674701 - Clicking address in preview composes to default account | Milan Crha | 2012-04-26 | 1 | -0/+9 |
| |