aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add e_client_selector_is_backend_dead().Matthew Barnes2013-02-213-0/+40
* Add e_client_cache_is_backend_dead().Matthew Barnes2013-02-213-0/+52
* EClientCache: Don't emit signals while holding a lock.Matthew Barnes2013-02-211-2/+28
* EClientCache: Add a "client-notify" signal.Matthew Barnes2013-02-212-1/+104
* EClientCache: Fix some signal handler ID variable names.Matthew Barnes2013-02-211-10/+10
* Updated Belarusian translation.Ihar Hrachyshka2013-02-211-1125/+1115
* Show local images in Signature previewMilan Crha2013-02-211-2/+62
* Updated Uyghur translationGheyret Kenji2013-02-201-207/+198
* EAttachment: Use Subject as fallback filename for message attachmentsMilan Crha2013-02-201-0/+21
* EAttachment: Decode part's file name before using itMilan Crha2013-02-201-2/+12
* Bug #674236 - Extra ref in e_action_combo_box_set_action()Milan Crha2013-02-191-2/+3
* Remove task_shell_sidebar_ref_client_cache().Matthew Barnes2013-02-191-28/+7
* Remove memo_shell_sidebar_ref_client_cache().Matthew Barnes2013-02-191-28/+7
* Remove cal_shell_sidebar_ref_client_cache().Matthew Barnes2013-02-191-28/+7
* ETaskShellSidebar: Use EClientSelector to obtain EClient instances.Matthew Barnes2013-02-191-22/+11
* EMemoShellSidebar: Use EClientSelector to obtain EClient instances.Matthew Barnes2013-02-191-22/+11
* ECalShellSidebar: Use EClientSelector to obtain EClient instances.Matthew Barnes2013-02-191-22/+11
* ETaskListSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-16/+28
* EMemoListSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-16/+28
* ECalendarSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-13/+24
* EAddressbookSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-14/+26
* Add EClientSelector.Matthew Barnes2013-02-197-1/+535
* Updated Serbian translationМирослав Николић2013-02-182-1644/+1470
* Post-release version bump.Matthew Barnes2013-02-181-1/+1
* NEWS update for 3.7.90 release.EVOLUTION_3_7_90Matthew Barnes2013-02-181-0/+24
* EClientCache: Keep a strong reference on the ESourceRegistry.Matthew Barnes2013-02-181-20/+19
* ETaskShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-38/+60
* EMemoShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-38/+60
* ECalShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-44/+85
* EBookShellView: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-182-8/+44
* EBookShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-6/+14
* TaskPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* MemoPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* EventPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* Updated Polish translationPiotr Drąg2013-02-171-283/+295
* Updated Galician translationsFran Diéguez2013-02-171-234/+282
* Updated Uyghur translationGheyret Kenji2013-02-171-649/+677
* ETaskShellSidebar: Remove internal client table.Matthew Barnes2013-02-171-107/+14
* EMemoShellSidebar: Remove internal client table.Matthew Barnes2013-02-171-107/+14
* ECalShellSidebar: Remove internal client table.Matthew Barnes2013-02-171-107/+14
* ETaskShellSidebar: Use EClientCache to determine refresh support.Matthew Barnes2013-02-171-7/+12
* EMemoShellSidebar: Use EClientCache to determine refresh support.Matthew Barnes2013-02-171-7/+12
* ECalShellSidebar: Use EClientCache to determine refresh support.Matthew Barnes2013-02-171-7/+12
* Remove e_task_shell_sidebar_get_clients().Matthew Barnes2013-02-172-15/+0
* Remove e_memo_shell_sidebar_get_clients().Matthew Barnes2013-02-172-15/+0
* Remove e_cal_shell_sidebar_get_clients().Matthew Barnes2013-02-172-15/+0
* e_task_shell_view_delete_completed: Obtain client list from ECalModel.Matthew Barnes2013-02-171-3/+8
* Remove client list param from e_task_table_process_completed_tasks().Matthew Barnes2013-02-173-24/+12
* Remove e_task_shell_view_update_timezone().Matthew Barnes2013-02-172-33/+0
* Remove e_memo_shell_view_update_timezone().Matthew Barnes2013-02-172-33/+0
* Remove e_cal_shell_view_update_timezone().Matthew Barnes2013-02-172-33/+0
* ETaskShellSidebar: Use EClientCache to obtain EClient instances.Matthew Barnes2013-02-171-65/+40
* EMemoShellSidebar: Use EClientCache to obtain EClient instances.Matthew Barnes2013-02-171-65/+40
* ECalShellSidebar: Use EClientCache to obtain EClient instances.Matthew Barnes2013-02-171-65/+40
* Defer "backend-error" alerts to shell views.Matthew Barnes2013-02-174-154/+0
* ETaskShellView: Handle error signals from task list backends.Matthew Barnes2013-02-172-3/+50
* EMemoShellView: Handle error signals from memo list backends.Matthew Barnes2013-02-172-1/+50
* ECalShellView: Handle error signals from calendar backends.Matthew Barnes2013-02-172-0/+49
* EBookShellView: Handle error signals from address book backends.Matthew Barnes2013-02-172-0/+45
* Defer "backend-died" alerts to EShell.Matthew Barnes2013-02-179-136/+10
* e_shell_load_modules: Explicitly load EClientCache extensions.Matthew Barnes2013-02-171-0/+6
* EShell: Add a read-only "client-cache" property.Matthew Barnes2013-02-173-6/+82
* Add ESettingsClientCache.Matthew Barnes2013-02-174-0/+176
* Add EClientCache.Matthew Barnes2013-02-179-0/+1254
* EBookShellView: Keep an ID for "source-removed" signal handler.Matthew Barnes2013-02-162-8/+13
* ETaskShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
* EMemoShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
* EMailShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-12/+5
* ECalShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
* EBookShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
* Remove old GTK+ version checks.Matthew Barnes2013-02-164-12/+0
* Add mnemonic widget for Start date field in memo editorVadim Rutkovsky2013-02-141-0/+1
* Replace deprecated static mutexesVadim Rutkovsky2013-02-146-26/+26
* Use camel_service_ref_session().Matthew Barnes2013-02-1111-65/+136
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-0911-30/+49
* Add comments around g_idle_add() changesMilan Crha2013-02-0912-1/+16
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-0912-18/+19
* email-custom-header.c cleanups.Matthew Barnes2013-02-091-8/+10
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-0812-19/+18
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-0812-18/+19
* Add mnemonic widgets for title and suffix comboboxesVadim Rutkovsky2013-02-081-0/+2
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2013-02-081-2/+2
* [web-inspector] Add a secret debugging shortcut.Matthew Barnes2013-02-071-52/+31
* Updated Galician translationsFran Diéguez2013-02-071-928/+928
* EMailFormatterQuote: Use e_mail_formatter_find_rfc822_end_iter().Matthew Barnes2013-02-071-14/+2
* Use CamelMimeFilterToHTMLFlags enum type where appropriate.Matthew Barnes2013-02-0710-26/+39
* e-mail-formatter-utils.c cleanups.Matthew Barnes2013-02-072-58/+91
* ESourceWeather: Synchronize with ESourceWeather in E-D-S.Matthew Barnes2013-02-051-6/+2
* Bug #693132 - Editing a signature does not refresh preview after saveMilan Crha2013-02-041-0/+11
* Post-release version bump.Matthew Barnes2013-02-031-1/+1
* NEWS update for 3.7.5 release.Matthew Barnes2013-02-031-0/+65
* Updated Polish translationPiotr Drąg2013-02-031-3/+3
* Updated Polish translationPiotr Drąg2013-02-031-4772/+4691
* Updated Uyghur translationGheyret Kenji2013-02-021-1356/+714
* Update Dutch translationRachid2013-02-011-12400/+14422
* Add a priority field for mail formatter and parser extensions.Matthew Barnes2013-02-0146-4/+94
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2013-02-0160-752/+201
* EMailAccountStore: Use an appropriate icon for online accounts.Matthew Barnes2013-02-013-10/+22
* Incorporate ESourceUOA.Matthew Barnes2013-02-014-14/+79
* Bug #689476 - Slow composer open (ENameSelector object leaks)Milan Crha2013-02-011-0/+10
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-3124-135/+101
* Updated Spanish translationDaniel Mustieles2013-01-301-795/+706
* Remove e-client-utils.[ch].Matthew Barnes2013-01-306-493/+0
* pst-importer: Avoid EClientSourceType enum.Matthew Barnes2013-01-301-55/+32
* Use e_cal_client_connect().Matthew Barnes2013-01-3027-953/+1185
* Use e_book_client_connect().Matthew Barnes2013-01-3026-366/+274
* Update Makefile.am. I always forget that when removing files.Andre Klapper2013-01-301-3/+0
* Bug #692818 - Remove documentation on Novell GroupWiseAndre Klapper2013-01-3010-153/+0
* Bug #692781 - [pine-importer] Abort on book failure during contact importMilan Crha2013-01-301-1/+1
* Bug #692783 - [mail-to-task] Crash on edit prompt cancelMilan Crha2013-01-301-1/+0
* Bug #692777 - Crash on folder renameMilan Crha2013-01-291-3/+3
* Revert "Teach EMailExtensionRegistry to find extensions."Milan Crha2013-01-2960-201/+752
* Bug #692775 - Double-quoting message with HTML and textMilan Crha2013-01-291-0/+14
* Updated Slovenian translationMatej Urbančič2013-01-291-274/+258
* Updated Spanish translationDaniel Mustieles2013-01-281-630/+659
* Updated Serbian translationМирослав Николић2013-01-262-10072/+9622
* Remove usage of deprecated e_client_is_opened().Matthew Barnes2013-01-268-115/+10
* E_CLIENT_ERROR_BUSY is no longer used.Matthew Barnes2013-01-256-307/+1
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-243-10/+3
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-01-242-12573/+9248
* Bug #680537 - Reply to individual message in digest generates empty bodyMilan Crha2013-01-241-27/+64
* Bug #639698 - Crash in mail_shell_view_execute_search()Milan Crha2013-01-231-20/+28
* Bug #685757 - Update cache location in user docsAndre Klapper2013-01-231-2/+2
* Update file list after last commits. Again.Andre Klapper2013-01-231-2/+0
* Update file list after last commitsAndre Klapper2013-01-231-4/+0
* Remove pages on 3.0 errors from user helpAndre Klapper2013-01-232-81/+0
* Bug #690697 - Document using real (non-virtual) Junk and Trash folders with I...Andre Klapper2013-01-232-11/+15
* Bug #688294 - Update how online/offline mode works nowadaysAndre Klapper2013-01-232-11/+16
* Bug #690696 - Remove references to the old IMAP backendAndre Klapper2013-01-2312-120/+2
* Bug #692213 - Remove evolution-exchange recommendationAndre Klapper2013-01-238-137/+7
* Contact's print doesn't decode QP encoded email addressesMilan Crha2013-01-2311-67/+120
* Exclude also text/calendar in a fix for bug #692009Milan Crha2013-01-221-1/+2
* EMsgComposer: Fix packing of content area.Matthew Barnes2013-01-211-1/+1
* EMailBrowser: Fix packing of preview pane.Matthew Barnes2013-01-211-1/+4
* Bug 692143 - Auto-configured MSN account should use POP, not IMAPMatthew Barnes2013-01-211-0/+6
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-211-3/+28
* Updated Norwegian bokmål translationKjartan Maraas2013-01-211-397/+402
* evolution-module-mail.c: Remove unused declaration.Matthew Barnes2013-01-211-1/+0
* Add a "settings" module.Matthew Barnes2013-01-2145-1046/+1113
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-2082-204/+210
* configure.ac: Remove obsolete deprecation flags.Matthew Barnes2013-01-201-1/+1
* Updated Dutch translation by Patrick Holthuizen (bug 690720)Patrick Holthuizen2013-01-191-3/+3
* Updated Uyghur translationGheyret Kenji2013-01-191-12368/+13662
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-1914-10/+153
* Bug #692003 - Print of text/html with no html/body end tag cuts contentMilan Crha2013-01-181-0/+3
* Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter tooMilan Crha2013-01-181-1/+1
* Bump libsoup dependency to 2.40.3Milan Crha2013-01-182-43/+2
* Bug #691732 - multipart/related hides attachmentsMilan Crha2013-01-183-1/+56
* Fix a recently introduced white-space error in a source fileMilan Crha2013-01-171-1/+0
* Updated Thai translationTheppitak Karoonboonyanan2013-01-171-39/+43
* Assamese translation updatedNilamdyuti Goswami2013-01-161-85/+87
* Updated Spanish translationDaniel Mustieles2013-01-161-577/+561
* Updated slovak translationMarián Čavojský2013-01-161-8824/+8108
* Avoid deprecated libedataserver APIs.Matthew Barnes2013-01-1515-54/+72
* Updated Lithuanian translationAurimas Černius2013-01-151-396/+350
* Bug #691194 - Import .ics preview shows UTC time instead of local timeMilan Crha2013-01-151-0/+3
* Bug #691640 - Distinguish the word "Title" for translationMilan Crha2013-01-152-2/+2
* Updated Thai translationAkom Chotiphantawanon2013-01-141-4693/+4816
* Post-release version bump.Matthew Barnes2013-01-131-1/+1
* NEWS update for 3.7.4 release.EVOLUTION_3_7_4_FIXEDMatthew Barnes2013-01-131-0/+39
* Updated Slovenian translationMatej Urbančič2013-01-131-5448/+6546
* Adapt to CamelSession API changes.Matthew Barnes2013-01-134-33/+27
* Remove EMailConfigImapBackend.Matthew Barnes2013-01-121-42/+0
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-127-46/+58
* Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte cha...Milan Crha2013-01-121-11/+32
* Assamese translation updatedNilamdyuti Goswami2013-01-111-269/+294
* Reduce diff noise with webkit-composer branch.Matthew Barnes2013-01-116-29/+42
* Add single-include barriers to a few e-util headers.Matthew Barnes2013-01-114-0/+16
* Bug #691134 - Only autocompleted name is added to a contact listMilan Crha2013-01-111-3/+35
* Do not hide 'attachment' images with Content-IDMilan Crha2013-01-111-2/+8
* e-composer-header-table.c: Remove redundant #define.Matthew Barnes2013-01-111-4/+0
* Be more strict in inline PGP mime filter/part parserMilan Crha2013-01-113-4/+44
* Coding style and whitespace cleanup.Matthew Barnes2013-01-1133-178/+229
* Updated Bulgarian translationKrasimir Chonov2013-01-101-4682/+4667
* Bug #690177 - Use trust-prompt for certificate verification in WebDAV backendsMilan Crha2013-01-102-26/+166
* Bug #691134 - New contact lists always saved to a default bookMilan Crha2013-01-092-4/+34
* Updated Lithuanian translationAurimas Černius2013-01-091-6424/+5554
* Update X-GNOME-Bugzilla-OtherBinaries.Matthew Barnes2013-01-091-1/+1
* Bug 691047 - Support notification filteringMatthew Barnes2013-01-094-4/+20
* Update French translationAlexandre Franke2013-01-071-2/+2
* Updated Norwegian bokmål translationKjartan Maraas2013-01-071-146/+105
* Use version-based libsoup warnings.Matthew Barnes2013-01-051-3/+8
* Bug 691133 - Evolution creates 'highlight' zombiesMatthew Barnes2013-01-041-8/+13
* Assamese translation updatedNilamdyuti Goswami2013-01-021-272/+167
* Updated POTFILES.inPiotr Drąg2013-01-011-1/+1
* Remove --with-kde-applnk-path configure option.Matthew Barnes2013-01-012-26/+0
* book-config-google: Populate [Authentication] group.Matthew Barnes2012-12-311-4/+2
* Move CamelSaslXOAuth2 to libemail-engine.Matthew Barnes2012-12-317-273/+140
* Updated Belarusian translation.Ihar Hrachyshka2012-12-311-4726/+4669
* Updated Spanish translationDaniel Mustieles2012-12-311-8/+8
* Updated Spanish translationDaniel Mustieles2012-12-311-4684/+4926
* Updated Spanish translationDaniel Mustieles2012-12-311-14/+10
* Updated Spanish translationDaniel Mustieles2012-12-311-70/+8
* Updated Spanish translationDaniel Mustieles2012-12-311-15502/+15560
* Updated Slovenian translationMartin Srebotnjak2012-12-301-8032/+5979
* Bug 588216 - 'Unsubscribe' disabled for newsgroupsMatthew Barnes2012-12-291-1/+1
* TypoKhaled Hosny2012-12-291-4/+4
* Assamese translation updatedNilamdyuti Goswami2012-12-281-78/+80
* Updated Brazilian Portuguese TranslationRafael Ferreira2012-12-261-1425/+1299
* Updated Galician translationsFran Diéguez2012-12-251-4477/+4613
* Remove the "imap-features" module.Matthew Barnes2012-12-249-1228/+0
* Updated Greek translationDimitris Spingos2012-12-241-4656/+4881
* Fixed Russian translationYuri Myasoedov2012-12-241-2/+2
* Fixed Russian translationYuri Myasoedov2012-12-241-4179/+1256
* Update the MAINTAINERS file too, while I'm at it.Matthew Barnes2012-12-231-15/+1
* Reset the maintainer list in the About dialog.Matthew Barnes2012-12-231-569/+8
* Updated Norwegian bokmål translationKjartan Maraas2012-12-221-14/+31
* Assamese translation updatedNilamdyuti Goswami2012-12-211-357/+428
* Assamese translation updatedNilamdyuti Goswami2012-12-211-1647/+1663
* Updated Russian translationYuri Myasoedov2012-12-201-4610/+4855
* evolution-shell.pc.in: Remove libedataserverui-3.0.Matthew Barnes2012-12-201-1/+1
* Updated Norwegian bokmål translationKjartan Maraas2012-12-191-4300/+4432
* Fix a tests build break in e-util/Milan Crha2012-12-171-1/+1
* e-config: Remove unused functions.Matthew Barnes2012-12-1714-783/+40
* e-passwords: Remove unused function parameters.Matthew Barnes2012-12-1710-50/+43
* e-passwords: Remove unused functions.Matthew Barnes2012-12-173-102/+1
* Remove unused marshallers.Matthew Barnes2012-12-171-7/+0
* main.c: Use g_type_ensure() to register plugin hook types.Matthew Barnes2012-12-171-2/+2
* Post-release version bump.Matthew Barnes2012-12-171-1/+1
* NEWS update for 3.7.3 release.EVOLUTION_3_7_3Matthew Barnes2012-12-161-0/+69
* Fix compiler warnings.Matthew Barnes2012-12-158-15/+18
* Finish adding symbols to libeutil API docs.Matthew Barnes2012-12-15143-1173/+4432
* Use cancellable mutex for photo and address book lookups in mailerMilan Crha2012-12-151-40/+51
* Revert part of the previous commit, EMailUISession::alert_user()Milan Crha2012-12-141-3/+237
* Implement and use CamelSession::trust_prompt()Milan Crha2012-12-144-263/+130
* Assamese translation updatedNilamdyuti Goswami2012-12-141-3817/+3937
* libeshell documentation cleanups.Matthew Barnes2012-12-1411-63/+52
* Remove unused E_SHELL_MIGRATE_ERROR domain.Matthew Barnes2012-12-142-17/+0
* e_mail_migrate(): Remove directory creation code.Matthew Barnes2012-12-141-11/+0
* e-util: Remove e-passwords-win32.c.Matthew Barnes2012-12-142-1065/+0
* e-misc-util.h: Fix quoted #includes.Matthew Barnes2012-12-141-2/+2
* e-util: Add xpm icons to EXTRA_DIST.Matthew Barnes2012-12-141-1/+2
* help/fr/fr.po: Escape '<' and '>' to silence gettext warningMatthew Barnes2012-12-141-1/+1
* Update POTFILES.in.Matthew Barnes2012-12-131-109/+122
* es translation: Escape markup so gettext does not complainAndre Klapper2012-12-131-15505/+15503
* fr translation: Escape and fix markup so gettext does not complainAndre Klapper2012-12-131-10/+5
* de translation: Escape markup so gettext does not complainAndre Klapper2012-12-131-1/+1
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-1378-165/+20
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-13993-5308/+29181
* Assamese translation updatedNilamdyuti Goswami2012-12-121-197/+211
* Use the same certificate-viewer as the trust-prompt from edsMilan Crha2012-12-1213-1881/+1370
* Do not restore certificate manager columns when all are hiddenMilan Crha2012-12-111-1/+7
* Bug #689966 - MDN bar shown in Sent folderMilan Crha2012-12-111-16/+2
* Bug #689966 - MDN bar shown in Sent folderMilan Crha2012-12-111-2/+9
* Bug #579315 - Identify filter names in filtering errorsMilan Crha2012-12-101-3/+12
* Assamese translation updatedNilamdyuti Goswami2012-12-101-429/+416
* Updated Tamil translationDr.T.Vasudevan2012-12-091-458/+479
* backup-restore: Remove references to ~/.camel_certs.Matthew Barnes2012-12-091-8/+1
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2012-12-0860-785/+201
* EMailExtensionRegistry cleanups.Matthew Barnes2012-12-082-79/+62