aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-0812-19/+18
| | | | | | | | | This reverts commit 2b507716b257e6ef98dae8463180dbe718eb7b64. The commit contains not a single comment as to why these custom priority values are being used. The rationale needs to be documented in the code, either at each call point or preferrably at a centralized priority value definition.
* 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
| | | https://bugzilla.gnome.org/show_bug.cgi?id=692720
* 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
| | | | | Drop the pop-up menu item and instead install a key-press-event handler on all WebKitWebView instances. <Ctrl>+<Alt>+I opens the web inspector.
* 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
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Update Dutch translationRachid2013-02-011-12400/+14422
|
* Add a priority field for mail formatter and parser extensions.Matthew Barnes2013-02-0146-4/+94
| | | | | | | | | | | Add a priority field to EMailFormatterExtension and EMailParserExtension class structs. Extension classes can then explicitly specify a priority with respect to other extension classes with the same MIME type, so that the order of extension registration doesn't matter. Priority field defaults to G_PRIORITY_DEFAULT. Built-in formatters and extensions will use G_PRIORITY_LOW. We can get more sophisticated with priority values if we need to, but this should suffice for now.
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2013-02-0160-752/+201
| | | | Restore this commit with a proper bug fix to follow.
* EMailAccountStore: Use an appropriate icon for online accounts.Matthew Barnes2013-02-013-10/+22
| | | | | | Use "goa-panel" for GOA, "credentials-preferences" for UOA. Also move the icon before the account name. Looks better.
* Incorporate ESourceUOA.Matthew Barnes2013-02-014-14/+79
| | | | | Where we make exceptions for GNOME Online Accounts, so too shall we for Ubuntu Online Accounts.
* 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 ESource extension names instead.
* Use e_cal_client_connect().Matthew Barnes2013-01-3027-953/+1185
| | | | Instead of e_client_utils_open_new() or e_cal_client_new().
* Use e_book_client_connect().Matthew Barnes2013-01-3026-366/+274
| | | | Instead of e_client_utils_open_new() and e_book_client_new().
* 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
| | | | | | | | | | This reverts commit bf30024dd7973006bf99d0ae509a7f0022368a41, because it breaks EMailFormatter/Parser extensions, like the prefer-plain. The thing is that the internal formatters/parsers (also extensions) should be always added first, and only after then can be added extended extensions, which are used before those internal. This constraint was not satisfied with the reverted commit, the order of extension registration was unpredictable, depended on GType.
* 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_is_opened() always returns TRUE, so skip it.
* 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
| | | | | | | Might be the final change for this bug, the two previous commits were not using the right approach, causing regression in rendering of text/* parts which were not named in the list of excluded content types for a 'raw' formatting.
* 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 ↵Andre Klapper2013-01-232-11/+15
| | | | IMAP+
* 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
| | | | | | | | | | Using gtk_box_new() instead of gtk_vbox_new() changes the way child widgets are packed by default via gtk_container_add(). gtk_vbox_new() expands them by default, gtk_box_new() does not, and the preview pane was being packed with gtk_container_add(). Packing widgets into a GtkBox with gtk_container_add() is usually the wrong way. Use gtk_box_pack_start() instead, with expand=TRUE.
* EMailBrowser: Fix packing of preview pane.Matthew Barnes2013-01-211-1/+4
| | | | | | | | | | Using gtk_box_new() instead of gtk_vbox_new() changes the way child widgets are packed by default via gtk_container_add(). gtk_vbox_new() expands them by default, gtk_box_new() does not, and the preview pane was being packed with gtk_container_add(). Packing widgets into a GtkBox with gtk_container_add() is usually the wrong way. Use gtk_box_pack_start() instead, with expand=TRUE.
* Bug 692143 - Auto-configured MSN account should use POP, not IMAPMatthew Barnes2013-01-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | In e_mail_config_service_page_auto_configre(), we do detect that only POP3 is available for MSN accounts and switch to the appropriate service backend. The problem was with the hack I added awhile back to momentarily skip to the Receiving page just before skipping to the Summary page, so clicking "Go Back" from the Summary page would return to the Receiving page. That momentary skip triggered mail_config_assistant_prepare() on the Receiving page, which then triggered e_mail_config_page_setup_defaults() since the Receiving page was not yet in the visited pages hash table. The Receiving page's setup_defaults() method reset the service backend to IMAPX, which is the correct thing to do when not auto-configured. The solution is add the Receiving page to the visited pages hash table after a successful auto-configuration, but just BEFORE we momentarily skip to it. This tricks mail_config_assistant_prepare() into thinking the page was already visited, and it skips setting up defaults for it. Also added the Sending page to visited pages, just for consistency.
* 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
| | | | | | Collect all the "config" extensions from the "addressbook", "calendar", and "mail" modules into one place. These extensions typically just bind GObject properties of extensible classes to app-specific GSettings keys.
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-2082-204/+210
| | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
* configure.ac: Remove obsolete deprecation flags.Matthew Barnes2013-01-201-1/+1
| | | | | E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED are no longer used in evolution-data-server.
* Updated Dutch translation by Patrick Holthuizen (bug 690720)Patrick Holthuizen2013-01-191-3/+3
|
* Updated Uyghur translationGheyret Kenji2013-01-191-12368/+13662
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* 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
| | | | | | | | | | | | This removes workarounds for below libsoup bugs and makes trust-prompt for WebDAV based backends work better, by checking also server certificates.  * soup_message_get_https_status() now returns the certificate    and flags for unsuccessful https connections as well as    successful ones. [bug #690176]  * Fixed a deadlock when calling soup_session_abort() on a SoupSessionSync in some cases. [bug #691399]
* 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
| | | | I forgot to include this in 3.7.4, but no matter.
* 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
| | | | No longer needed since the "imap" backend is gone.
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-127-46/+58
| | | | | | | g_hash_table_add(table, key) uses less memory than g_hash_table_insert(table, key, GINT_TO_POINTER (1)). Also use g_hash_table_contains() when testing for membership.
* Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte ↵Milan Crha2013-01-121-11/+32
| | | | characters
* 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
| | | | | I don't know if any distros still honor these X-GNOME-Bugzilla settings but keep them up-to-date anyway.
* Bug 691047 - Support notification filteringMatthew Barnes2013-01-094-4/+20
| | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource
* 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
| | | | | | | | Use SOUP_VERSION_MAX_ALLOWED to warn if we accidentally use symbols that were introduced in libsoup versions subsequent to our minimum requirement. Use SOUP_VERSION_MIN_REQUIRED to suppress libsoup deprecation warnings by version so we can clean them up incrementally.
* Bug 691133 - Evolution creates 'highlight' zombiesMatthew Barnes2013-01-041-8/+13
| | | | | | | | | | | Evolution spawns the 'highlight' program with these flags: G_SPAWN_SEARCH_PATH G_SPAWN_DO_NOT_REAP_CHILD G_SPAWN_SEARCH_PATH is not needed because configure already determines the absolute path to the 'highlight' program. G_SPAWN_DO_NOT_REAP_CHILD results in zombie 'highlight' processes. Remove both flags.
* 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
| | | | | | | | I had to research what "applnk" even was. It seems to have been KDE's own precursor to the FreeDesktop.org Desktop Menu Specification and was abandoned in KDE 3.2 (circa 2004!). The option is way obsolete. Get rid of it.
* book-config-google: Populate [Authentication] group.Matthew Barnes2012-12-311-4/+2
| | | | | | | | | | | Set the Host to "www.google.com" and Method to "ClientLogin". Don't need to worry about migrating existing Google Contacts sources, which had "plain/password" as the auth method. The Google EBookBackend only explicitly checks whether the auth method is "OAuth2", and assumes "ClientLogin" otherwise. (I suppose the registry service could tweak older key files, but meh...)
* Move CamelSaslXOAuth2 to libemail-engine.Matthew Barnes2012-12-317-273/+140
| | | | | | | | | | | This now uses e_source_get_oauth2_access_token_sync() instead of talking directly to GNOME Online Accounts and therefore no longer has to live in the "online-accounts" module. The "online-accounts" module will be removed in Evolution 3.9.1, when we can require GNOME Online Accounts 3.8. Evolution 3.8 will still support older versions of GNOME Online Accounts, which use OAuth 1.0a tokens for Google authentication.
* 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
| | | | Unsubscribable folders are not necessarily deletable.
* 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
| | | | | This only worked with the legacy IMAP backend, which has now been removed per bug 665371.
* 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
| | | | | | | | | | | No disrespect to past maintainers, documenters and contributers, but the Credits section of Evolution's About dialog is a mess and needs a reset. The list of authors and documenters is YEARS out of date, and it's not feasible to maintain a complete list of contributors for a project this large and this old. Reset the authors list to myself, Milan and Dan and the documenters list to Andre -- with a nod to past contributers.
* 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_config_add_skip_check() e_config_class_remove_factory() e_config_create_window() e_config_page_get() e_config_page_next() e_config_page_prev() e_config_set_page_is_finish() Also remove E_CONFIG_ASSISTANT and all the assistant support therein.
* e-passwords: Remove unused function parameters.Matthew Barnes2012-12-1710-50/+43
|
* e-passwords: Remove unused functions.Matthew Barnes2012-12-173-102/+1
| | | | | | | e_passwords_cancel() e_passwords_clear_passwords() e_passwords_forget_passwords() e_passwords_shutdown()
* 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
| | | | Make sure EImportHook and EPluginUIHook types are registered at startup.
* 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
| | | | | | | Keep the EMailUISession define its own implementation of CamelSession::alert_user(). It's good for couple reasons: a) dialog is shown above Evolution itself (has parent) b) info dialogs are shown in an alert bar
* 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_shell_backend_get_data_dir() already creates the user's data directory for mail, so there's no need to try and create the directory again. This eliminates the only usage of the E_SHELL_MIGRATE_ERROR domain.
* e-util: Remove e-passwords-win32.c.Matthew Barnes2012-12-142-1065/+0
| | | | Let's not drag the old password keyfile along any further.
* 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
| | | | | | | | | | | | Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-13993-5308/+29181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Assamese translation updatedNilamdyuti Goswami2012-12-121-197/+211
|
* Use the same certificate-viewer as the trust-prompt from edsMilan Crha2012-12-1213-1881/+1370
| | | | | | This way it'll be possible to copy whole files if change in one of them will be done. A real code reuse, rather than copy, would be ideal, but the trust-prompt is just a module for evolution-user-prompter.
* Do not restore certificate manager columns when all are hiddenMilan Crha2012-12-111-1/+7
| | | | | | If all columns are hidden, then header of a GtkTreeView is also hidden, thus there is no way to show columns again, which results in empty Certificate Preferences view.
* Bug #689966 - MDN bar shown in Sent folderMilan Crha2012-12-111-16/+2
| | | | The previous commit broke MDN send, which this one fixes.
* 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
| | | | The path is now XDG-base-dir compliant: ~/.local/share/camel_certs
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2012-12-0860-785/+201
| | | | | | | | | | | | | | | | | | | | | Now we have the following extension points in the GType hierarchy: E_TYPE_MAIL_FORMATTER_EXTENSION E_TYPE_MAIL_FORMATTER_PRINT_EXTENSION E_TYPE_MAIL_FORMATTER_QUOTE_EXTENSION E_TYPE_MAIL_PARSER_EXTENSION A registry just needs to be given one of these extension points, and it can use g_type_children() to find and load all registered extensions. This eliminates e-mail-format-extensions.[ch] as well as the dynamic loaders I added a few commits back. Dynamically loaded extensions are now easier to register, at the cost of internal extensions being a tad more cumbersome to register. Fair tradeoff, imo. This also makes e_mail_extension_registry_add_extension() a private function used only by e_mail_formatter_extension_registry_load() and e_mail_parser_extension_registry_load().
* EMailExtensionRegistry cleanups.Matthew Barnes2012-12-082-79/+62
|
* Add EMailFormatterQuoteExtension.Matthew Barnes2012-12-088-22/+57
| | | | | This is an abstract base type for formatter extensions which are intended only for use by EMailFormatterQuote.
* Add EMailFormatterPrintExtension.Matthew Barnes2012-12-083-8/+47
| | | | | This is an abstract base type for formatter extensions which are intended only for use by EMailFormatterPrint.
* e_mail_parser_base_init(): Register internal extension types.Matthew Barnes2012-12-081-1/+56
|
* e_mail_formatter_quote_base_init(): Register internal extension types.Matthew Barnes2012-12-081-4/+21
|
* e_mail_formatter_print_base_init(): Register internal extension types.Matthew Barnes2012-12-081-1/+8
|
* e_mail_formatter_base_init(): Register internal extension types.Matthew Barnes2012-12-081-3/+29
|
* EMailFormatterContext: Clearify the flags type.Matthew Barnes2012-12-082-6/+6
| | | | We define the header flags as an enum type, so use the enum type.
* EMailFormatterHeader: Clarify the flags type.Matthew Barnes2012-12-082-4/+4
| | | | We define the header flags as an enum type, so use the enum type.
* Remove unused EMP_EXTENSION_GET_PARSER macro.Matthew Barnes2012-12-081-3/+0
|
* EMailParserExtension: Convert get_flags() to an enum field.Matthew Barnes2012-12-0811-84/+20
| | | | | | | Of the parser extensions that override get_flags(), they all return a fixed set of flags. So we don't need an instance of the extension to obtain its flags. Just make it an EMailParserExtensionFlags field in the class structure.
* Convert EMailParserExtension to an abstract class.Matthew Barnes2012-12-0832-738/+298
| | | | | | | | | With the previous changes, all parser extensions derive from GObjectClass and implement the EMailParserExtensionInterface. Simplify things further by making EMailParserExtension an abstract base class so parser extensions are now just direct subclasses and need not bother with implementing GObject interfaces.
* Remove unused EMF_EXTENSION_GET_FORMATTER macro.Matthew Barnes2012-12-081-3/+0
|
* EMailFormatterExtension: Convert get_description() to a string field.Matthew Barnes2012-12-0824-180/+17
| | | | | | Of the formatter extensions that provide a description, they all use a static string. So we don't need an instance of the extension to obtain its description. Just make it a string field in the class structure.
* EMailFormatterExtension: Convert get_display_name() to a string field.Matthew Barnes2012-12-0824-180/+17
| | | | | | Of the formatter extensions that provide a display name, they all use a static string. So we don't need an instance of the extension to obtain its display name. Just make it a string field in the class structure.
* Convert EMailFormatterExtension to an abstract class.Matthew Barnes2012-12-0825-679/+320
| | | | | | | | | With the previous changes, all formatter extensions derive from GObjectClass and implement the EMailFormatterExtensionInterface. Simplify things further by making EMailFormatterExtension an abstract base class so formatter extensions are now just direct subclasses and need not bother with implementing GObject interfaces.
* Remove EMailExtension.Matthew Barnes2012-12-0861-963/+556
| | | | | | | | | | | | EMailExtension is now too trivial to keep as a standalone interface. Add a 'mime_types' string array to the EMailFormatterExtension and EMailFormatterParser interface structs. Alter e_mail_extension_registry_add_extension() to take a 'mime_types' string array and the GType of an extension to instantiate, rather than the extension instance directly. e_mail_extension_registry_remove_extension() is no longer needed.
* EMailExtension: Replace mime_types() method with a string array.Matthew Barnes2012-12-0854-555/+389
| | | | | | | | | | | In all implementations for EMailExtension, the MIME type list is a static string array -- with the single exception of the text-highlight module, where the MIME type list is dynamically assembled once. Replace the mime_types() method with a "mime_types" string array in the EMailExtensionInterface struct. Then the list of MIME types supported by the class implementing the EMailExtensionInterface can be obtained without requiring an instance of the class.
* EMailParserExtension: Collect EMailParts in a GQueue.Matthew Barnes2012-12-0834-749/+725
| | | | | | | | | | | | | | | Collect EMailParts in a GQueue provided to the EMailParserExtension, and change the return type of parse() to gboolean to indicate whether the given CamelMimePart was handled (even if no parts were added to the output GQueue). This avoids the awkward corner case of a parser extension returning a linked list node with a NULL data member to indicate the CamelMimePart was handled but no EMailParts produced, and then having to watch out for that NULL data member corner case throughout the application. Also, remove the GCancellable parameter from e_mail_parser_error() and e_mail_parser_wrap_as_attachment() since neither function blocks.
* EMailParserExtension cleanups.Matthew Barnes2012-12-082-12/+24
|
* Make EMailPartList thread-safe.Matthew Barnes2012-12-0828-325/+665
| | | | | | Exposing data members in the public struct is unwise, especially when EMailPartList is used from multiple threads. Instead keep the members private and provide a set of thread-safe functions to manipulate them.
* EMailFormatterContext: Keep a reference to EMailPartList.Matthew Barnes2012-12-0815-104/+133
| | | | | Replace the individual components of an EMailPartList with a reference on the EMailPartList itself in EMailFormatContext. Easier to manage.
* EMailFormatter: Simplify context allocation.Matthew Barnes2012-12-083-53/+17
| | | | | | | | | | Replace the create_context() and free_context() class methods with a "context_size" class member defaulting to sizeof(EMailFormatterContext). EMailFormatter will use "context_size" to allocate a zero-filled slab of heap memory. Since EMailFormatterQuote is currently the only thing that overrides the "context_size" (to append a "qf_flags" member), let's keep this simple.
* EMailFormatter: Class method rearrangement.Matthew Barnes2012-12-081-156/+156
|
* Fix references to subpages of other documents, use / instead of #Gabor Kelemen2012-12-065-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=689765
* Do not generate a ChangeLog file from 'git log'Milan Crha2012-12-052-20/+6
|
* Do not empty trash/delete junk in disabled accounts on exitMilan Crha2012-12-051-2/+31
|
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-058-17/+76
|
* Further EMailParser cleanups.Matthew Barnes2012-12-051-96/+95
|
* mail_parser_run(): Eliminate a dead code branch.Matthew Barnes2012-12-051-24/+16
| | | | | There's no need to check whether the 'parsers' GQueue is NULL since we assert that it's non-NULL just a few lines above.
* e_mail_reader_parse_message() cleanups.Matthew Barnes2012-12-052-54/+57
| | | | Use the existing AsyncContext struct instead of defining a new struct.
* Bug 689639 - File -> Print Preview in composer brings up Print dialogMatthew Barnes2012-12-051-2/+1
|
* Bug #449081 - Drop read-only calendar error messageMilan Crha2012-12-042-29/+1
|
* Assamese translation updatedNilamdyuti Goswami2012-12-041-578/+601
|
* Bug #687503 - Improve error message »Failed to refresh folders«Milan Crha2012-12-041-7/+22
|
* Bug #502516 - Avoid "source" string in user visible dialogsMilan Crha2012-12-042-9/+9
|
* Bug #525932 - Unhelpful "Error while Filtering Selected Messages."Milan Crha2012-12-031-4/+16
|
* Bug #529743 - Add "Any header" filter and search folder conditionMilan Crha2012-12-033-0/+159
|
* Bug #678606 - Crash under mail_backend_folder_deleted_cb()Milan Crha2012-12-031-0/+3
|
* Updated Tamil translationDr.T.Vasudevan2012-12-021-4583/+5124
|
* Updated Tamil translationDr.T.Vasudevan2012-12-021-1580/+1563
|
* Avoid gtk_rc_parse_string().Matthew Barnes2012-12-012-16/+37
| | | | Use gtk_css_provider_load_from_data() instead.
* Avoid gdk_display_get_pointer().Matthew Barnes2012-12-011-7/+11
| | | | Use gdk_device_get_position().
* ECellText: Simplify fetching vertical-spacing style property.Matthew Barnes2012-12-011-5/+1
| | | | Call gtk_widget_style_get(). No need to get GtkStyle involved.
* Avoid gtk_style_attach().Matthew Barnes2012-12-011-5/+0
| | | | | Documentation claims this step is unnecessary with GtkStyleContext, and indeed the current gtk_style_attach() code does nothing at all.
* Avoid GtkStyle-based "paint" functions.Matthew Barnes2012-12-015-116/+203
| | | | | | | | | | | Use GtkStyleContext-based "render" functions instead. gtk_paint_arrow() --> gtk_render_arrow() gtk_paint_box() --> gtk_render_background() gtk_paint_expander() --> gtk_render_expander() gtk_paint_flat_box() --> gtk_render_background() gtk_paint_shadow() --> gtk_render_frame() gtk_paint_vline() --> gtk_render_line()
* Avoid gtk_widget_get_child_requisition().Matthew Barnes2012-12-012-4/+4
| | | | Use gtk_widget_get_preferred_size() instead.
* Avoid gdk_app_launch_context_new().Matthew Barnes2012-12-011-1/+3
| | | | Use gdk_display_get_app_launch_context() instead.
* Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab().Matthew Barnes2012-12-018-101/+417
| | | | | | | Use gdk_device_grab() and gdk_device_ungrab() instead. In some cases this requires stashing the grabbed device so it can be ungrabbed outside of an GdkEvent handler.
* Address couple issues found by a Coverity scanMilan Crha2012-11-3041-105/+146
|
* Updated kn translationShankar Prasad2012-11-301-1/+1
|
* Updated kn translationShankar Prasad2012-11-301-10897/+11186
|
* Updated kn translationShankar Prasad2012-11-301-32/+80
|
* Fix Copy&Paste error found by Coverity scanMilan Crha2012-11-301-1/+1
|
* Add a GdkDevice parameter to gnome_canvas_item_grab().Matthew Barnes2012-11-3011-174/+382
| | | | | GnomeCanvas will stash the GdkDevice and reuse it in the subsequent gnome_canvas_item_ungrab() call.
* EDayView: Fix a typo.Matthew Barnes2012-11-301-1/+1
|
* AlarmQueue: Forgot to add this to the previous commit.Matthew Barnes2012-11-301-7/+7
|
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-3032-327/+535
| | | | | | | | | | | | Prefer dealing with GdkEvent pointers and using accessor functions like gdk_event_get_button(). This is complicated by the fact that some GtkWidget method declarations still use GdkEventButton pointers, and synthesizing button events pretty much requires direct GdkEventButton access. But GDK seems to be nudging itself toward sealing the GdkEvent union. Likely to happen in GDK4. Mainly clean up signal handlers and leave method overrides alone for now.
* EWebViewGtkHTML: Fix code alignment issues.Matthew Barnes2012-11-301-60/+60
|
* EWeekView: Remove disabled debug output.Matthew Barnes2012-11-301-28/+0
| | | | | | Adding temporary printf() calls to aid in debugging is fine, but leaving them in the code permanently is not useful, especially when maintenance duties are passed on to others.
* EDayView: Remove disabled debug output.Matthew Barnes2012-11-301-80/+3
| | | | | | Adding temporary printf() calls to aid in debugging is fine, but leaving them in the code permanently is not useful, especially when maintenance duties are passed on to others.
* Add the GdkDevice to ETextEventProcessorCommand.Matthew Barnes2012-11-294-0/+9
| | | | Will be needed for grabs in response to button events.
* Avoid gdk_window_get_pointer().Matthew Barnes2012-11-292-7/+39
| | | | Use gdk_window_get_device_position() instead.
* Avoid gdk_cursor_unref().Matthew Barnes2012-11-292-2/+2
| | | | Use g_object_unref() instead.
* Avoid gtk_tree_view_get_vadjustment().Matthew Barnes2012-11-292-4/+6
| | | | Use gtk_scrollable_get_vadjustment() instead.
* Bug #687360 - Crash on quit in gtk_style_context_get_valist()Milan Crha2012-11-291-3/+8
|
* Use version-based GLib/GDK/GTK+ warnings.Matthew Barnes2012-11-291-4/+22
| | | | | | | | | | | Use GLIB_VERSION_MAX_ALLOWED and GDK_VERSION_MAX_ALLOWED to warn if we accidentally use symbols that were introduced in versions subsequent to our minimum requirement. Use GLIB_VERSION_MIN_REQUIRED and GDK_VERSION_MIN_REQUIRED to suppress deprecation warnings by version so we can clean them up incrementally. The initial values produce a few deprecation warnings which should not be terribly difficult to clean up.
* Bug #672200 - Skip Reply-To-List check for list administrative messagesMilan Crha2012-11-291-4/+22
|
* Bug #671628 - Size of backup window is bigMilan Crha2012-11-281-24/+35
|
* Assamese translation updatedNilamdyuti Goswami2012-11-281-216/+236
|
* Bug #671200 - Inherit source message crypto options when reply on selectionMilan Crha2012-11-271-2/+55
|
* Identify calendar/memo/task sources in error messagesMilan Crha2012-11-274-26/+94
|
* Update German help translationChristian Kirbach2012-11-271-320/+287
|
* Bug #680244 - CalDAV URL should be configured in once, not separatedMilan Crha2012-11-261-112/+77
|
* Assamese translation updatedNilamdyuti Goswami2012-11-261-3104/+3455
|
* Bug #686212 - Cannot print html mails with defined <style>Milan Crha2012-11-261-12/+24
|
* Bug #687974 - No displaying of extended free/busy (XFB) informationChristian Hilberg2012-11-267-16/+385
|
* Updated German help translation (bug 688629)Paul Menzel2012-11-261-1/+1
|
* Bug #688819 - It's possible to make Evolution stop sending emailsMilan Crha2012-11-231-1/+7
|