Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EMsgComposer: Fix packing of content area. | Matthew Barnes | 2013-01-21 | 1 | -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 Barnes | 2013-01-21 | 1 | -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 IMAP | Matthew Barnes | 2013-01-21 | 1 | -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 attachment | Milan Crha | 2013-01-21 | 1 | -3/+28 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-01-21 | 1 | -397/+402 |
| | |||||
* | evolution-module-mail.c: Remove unused declaration. | Matthew Barnes | 2013-01-21 | 1 | -1/+0 |
| | |||||
* | Add a "settings" module. | Matthew Barnes | 2013-01-21 | 45 | -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 Barnes | 2013-01-20 | 82 | -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 Barnes | 2013-01-20 | 1 | -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 Holthuizen | 2013-01-19 | 1 | -3/+3 |
| | |||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-01-19 | 1 | -12368/+13662 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Bug #692005 - Changing character encoding doesn't work | Milan Crha | 2013-01-19 | 14 | -10/+153 |
| | |||||
* | Bug #692003 - Print of text/html with no html/body end tag cuts content | Milan Crha | 2013-01-18 | 1 | -0/+3 |
| | |||||
* | Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter too | Milan Crha | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | Bump libsoup dependency to 2.40.3 | Milan Crha | 2013-01-18 | 2 | -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 attachments | Milan Crha | 2013-01-18 | 3 | -1/+56 |
| | |||||
* | Fix a recently introduced white-space error in a source file | Milan Crha | 2013-01-17 | 1 | -1/+0 |
| | |||||
* | Updated Thai translation | Theppitak Karoonboonyanan | 2013-01-17 | 1 | -39/+43 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-01-16 | 1 | -85/+87 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-01-16 | 1 | -577/+561 |
| | |||||
* | Updated slovak translation | Marián Čavojský | 2013-01-16 | 1 | -8824/+8108 |
| | |||||
* | Avoid deprecated libedataserver APIs. | Matthew Barnes | 2013-01-15 | 15 | -54/+72 |
| | | | | I forgot to include this in 3.7.4, but no matter. | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-01-15 | 1 | -396/+350 |
| | |||||
* | Bug #691194 - Import .ics preview shows UTC time instead of local time | Milan Crha | 2013-01-15 | 1 | -0/+3 |
| | |||||
* | Bug #691640 - Distinguish the word "Title" for translation | Milan Crha | 2013-01-15 | 2 | -2/+2 |
| | |||||
* | Updated Thai translation | Akom Chotiphantawanon | 2013-01-14 | 1 | -4693/+4816 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.4 release.EVOLUTION_3_7_4_FIXED | Matthew Barnes | 2013-01-13 | 1 | -0/+39 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2013-01-13 | 1 | -5448/+6546 |
| | |||||
* | Adapt to CamelSession API changes. | Matthew Barnes | 2013-01-13 | 4 | -33/+27 |
| | |||||
* | Remove EMailConfigImapBackend. | Matthew Barnes | 2013-01-12 | 1 | -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 Barnes | 2013-01-12 | 7 | -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 Crha | 2013-01-12 | 1 | -11/+32 |
| | | | | characters | ||||
* | Assamese translation updated | Nilamdyuti Goswami | 2013-01-11 | 1 | -269/+294 |
| | |||||
* | Reduce diff noise with webkit-composer branch. | Matthew Barnes | 2013-01-11 | 6 | -29/+42 |
| | |||||
* | Add single-include barriers to a few e-util headers. | Matthew Barnes | 2013-01-11 | 4 | -0/+16 |
| | |||||
* | Bug #691134 - Only autocompleted name is added to a contact list | Milan Crha | 2013-01-11 | 1 | -3/+35 |
| | |||||
* | Do not hide 'attachment' images with Content-ID | Milan Crha | 2013-01-11 | 1 | -2/+8 |
| | |||||
* | e-composer-header-table.c: Remove redundant #define. | Matthew Barnes | 2013-01-11 | 1 | -4/+0 |
| | |||||
* | Be more strict in inline PGP mime filter/part parser | Milan Crha | 2013-01-11 | 3 | -4/+44 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-01-11 | 33 | -178/+229 |
| | |||||
* | Updated Bulgarian translation | Krasimir Chonov | 2013-01-10 | 1 | -4682/+4667 |
| | |||||
* | Bug #690177 - Use trust-prompt for certificate verification in WebDAV backends | Milan Crha | 2013-01-10 | 2 | -26/+166 |
| | |||||
* | Bug #691134 - New contact lists always saved to a default book | Milan Crha | 2013-01-09 | 2 | -4/+34 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-01-09 | 1 | -6424/+5554 |
| | |||||
* | Update X-GNOME-Bugzilla-OtherBinaries. | Matthew Barnes | 2013-01-09 | 1 | -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 filtering | Matthew Barnes | 2013-01-09 | 4 | -4/+20 |
| | | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource | ||||
* | Update French translation | Alexandre Franke | 2013-01-07 | 1 | -2/+2 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-01-07 | 1 | -146/+105 |
| | |||||
* | Use version-based libsoup warnings. | Matthew Barnes | 2013-01-05 | 1 | -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' zombies | Matthew Barnes | 2013-01-04 | 1 | -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 updated | Nilamdyuti Goswami | 2013-01-02 | 1 | -272/+167 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Remove --with-kde-applnk-path configure option. | Matthew Barnes | 2013-01-01 | 2 | -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 Barnes | 2012-12-31 | 1 | -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 Barnes | 2012-12-31 | 7 | -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 Hrachyshka | 2012-12-31 | 1 | -4726/+4669 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-31 | 1 | -8/+8 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-31 | 1 | -4684/+4926 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-31 | 1 | -14/+10 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-31 | 1 | -70/+8 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-31 | 1 | -15502/+15560 |
| | |||||
* | Updated Slovenian translation | Martin Srebotnjak | 2012-12-30 | 1 | -8032/+5979 |
| | |||||
* | Bug 588216 - 'Unsubscribe' disabled for newsgroups | Matthew Barnes | 2012-12-29 | 1 | -1/+1 |
| | | | | Unsubscribable folders are not necessarily deletable. | ||||
* | Typo | Khaled Hosny | 2012-12-29 | 1 | -4/+4 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-12-28 | 1 | -78/+80 |
| | |||||
* | Updated Brazilian Portuguese Translation | Rafael Ferreira | 2012-12-26 | 1 | -1425/+1299 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-12-25 | 1 | -4477/+4613 |
| | |||||
* | Remove the "imap-features" module. | Matthew Barnes | 2012-12-24 | 9 | -1228/+0 |
| | | | | | This only worked with the legacy IMAP backend, which has now been removed per bug 665371. | ||||
* | Updated Greek translation | Dimitris Spingos | 2012-12-24 | 1 | -4656/+4881 |
| | |||||
* | Fixed Russian translation | Yuri Myasoedov | 2012-12-24 | 1 | -2/+2 |
| | |||||
* | Fixed Russian translation | Yuri Myasoedov | 2012-12-24 | 1 | -4179/+1256 |
| | |||||
* | Update the MAINTAINERS file too, while I'm at it. | Matthew Barnes | 2012-12-23 | 1 | -15/+1 |
| | |||||
* | Reset the maintainer list in the About dialog. | Matthew Barnes | 2012-12-23 | 1 | -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 translation | Kjartan Maraas | 2012-12-22 | 1 | -14/+31 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-12-21 | 1 | -357/+428 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-12-21 | 1 | -1647/+1663 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-12-20 | 1 | -4610/+4855 |
| | |||||
* | evolution-shell.pc.in: Remove libedataserverui-3.0. | Matthew Barnes | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-12-19 | 1 | -4300/+4432 |
| | |||||
* | Fix a tests build break in e-util/ | Milan Crha | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | e-config: Remove unused functions. | Matthew Barnes | 2012-12-17 | 14 | -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 Barnes | 2012-12-17 | 10 | -50/+43 |
| | |||||
* | e-passwords: Remove unused functions. | Matthew Barnes | 2012-12-17 | 3 | -102/+1 |
| | | | | | | | e_passwords_cancel() e_passwords_clear_passwords() e_passwords_forget_passwords() e_passwords_shutdown() | ||||
* | Remove unused marshallers. | Matthew Barnes | 2012-12-17 | 1 | -7/+0 |
| | |||||
* | main.c: Use g_type_ensure() to register plugin hook types. | Matthew Barnes | 2012-12-17 | 1 | -2/+2 |
| | | | | Make sure EImportHook and EPluginUIHook types are registered at startup. | ||||
* | Post-release version bump. | Matthew Barnes | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.3 release.EVOLUTION_3_7_3 | Matthew Barnes | 2012-12-16 | 1 | -0/+69 |
| | |||||
* | Fix compiler warnings. | Matthew Barnes | 2012-12-15 | 8 | -15/+18 |
| | |||||
* | Finish adding symbols to libeutil API docs. | Matthew Barnes | 2012-12-15 | 143 | -1173/+4432 |
| | |||||
* | Use cancellable mutex for photo and address book lookups in mailer | Milan Crha | 2012-12-15 | 1 | -40/+51 |
| | |||||
* | Revert part of the previous commit, EMailUISession::alert_user() | Milan Crha | 2012-12-14 | 1 | -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 Crha | 2012-12-14 | 4 | -263/+130 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-12-14 | 1 | -3817/+3937 |
| | |||||
* | libeshell documentation cleanups. | Matthew Barnes | 2012-12-14 | 11 | -63/+52 |
| | |||||
* | Remove unused E_SHELL_MIGRATE_ERROR domain. | Matthew Barnes | 2012-12-14 | 2 | -17/+0 |
| | |||||
* | e_mail_migrate(): Remove directory creation code. | Matthew Barnes | 2012-12-14 | 1 | -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 Barnes | 2012-12-14 | 2 | -1065/+0 |
| | | | | Let's not drag the old password keyfile along any further. | ||||
* | e-misc-util.h: Fix quoted #includes. | Matthew Barnes | 2012-12-14 | 1 | -2/+2 |
| | |||||
* | e-util: Add xpm icons to EXTRA_DIST. | Matthew Barnes | 2012-12-14 | 1 | -1/+2 |
| | |||||
* | help/fr/fr.po: Escape '<' and '>' to silence gettext warning | Matthew Barnes | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Update POTFILES.in. | Matthew Barnes | 2012-12-13 | 1 | -109/+122 |
| | |||||
* | es translation: Escape markup so gettext does not complain | Andre Klapper | 2012-12-13 | 1 | -15505/+15503 |
| | |||||
* | fr translation: Escape and fix markup so gettext does not complain | Andre Klapper | 2012-12-13 | 1 | -10/+5 |
| | |||||
* | de translation: Escape markup so gettext does not complain | Andre Klapper | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | Move the contact map widgets to addressbook/gui/widgets. | Matthew Barnes | 2012-12-13 | 78 | -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 Barnes | 2012-12-13 | 993 | -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 updated | Nilamdyuti Goswami | 2012-12-12 | 1 | -197/+211 |
| | |||||
* | Use the same certificate-viewer as the trust-prompt from eds | Milan Crha | 2012-12-12 | 13 | -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 hidden | Milan Crha | 2012-12-11 | 1 | -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 folder | Milan Crha | 2012-12-11 | 1 | -16/+2 |
| | | | | The previous commit broke MDN send, which this one fixes. | ||||
* | Bug #689966 - MDN bar shown in Sent folder | Milan Crha | 2012-12-11 | 1 | -2/+9 |
| | |||||
* | Bug #579315 - Identify filter names in filtering errors | Milan Crha | 2012-12-10 | 1 | -3/+12 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-12-10 | 1 | -429/+416 |
| | |||||
* | Updated Tamil translation | Dr.T.Vasudevan | 2012-12-09 | 1 | -458/+479 |
| | |||||
* | backup-restore: Remove references to ~/.camel_certs. | Matthew Barnes | 2012-12-09 | 1 | -8/+1 |
| | | | | The path is now XDG-base-dir compliant: ~/.local/share/camel_certs | ||||
* | Teach EMailExtensionRegistry to find extensions. | Matthew Barnes | 2012-12-08 | 60 | -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 Barnes | 2012-12-08 | 2 | -79/+62 |
| | |||||
* | Add EMailFormatterQuoteExtension. | Matthew Barnes | 2012-12-08 | 8 | -22/+57 |
| | | | | | This is an abstract base type for formatter extensions which are intended only for use by EMailFormatterQuote. | ||||
* | Add EMailFormatterPrintExtension. | Matthew Barnes | 2012-12-08 | 3 | -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 Barnes | 2012-12-08 | 1 | -1/+56 |
| | |||||
* | e_mail_formatter_quote_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -4/+21 |
| | |||||
* | e_mail_formatter_print_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -1/+8 |
| | |||||
* | e_mail_formatter_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -3/+29 |
| | |||||
* | EMailFormatterContext: Clearify the flags type. | Matthew Barnes | 2012-12-08 | 2 | -6/+6 |
| | | | | We define the header flags as an enum type, so use the enum type. | ||||
* | EMailFormatterHeader: Clarify the flags type. | Matthew Barnes | 2012-12-08 | 2 | -4/+4 |
| | | | | We define the header flags as an enum type, so use the enum type. | ||||
* | Remove unused EMP_EXTENSION_GET_PARSER macro. | Matthew Barnes | 2012-12-08 | 1 | -3/+0 |
| | |||||
* | EMailParserExtension: Convert get_flags() to an enum field. | Matthew Barnes | 2012-12-08 | 11 | -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 Barnes | 2012-12-08 | 32 | -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 Barnes | 2012-12-08 | 1 | -3/+0 |
| | |||||
* | EMailFormatterExtension: Convert get_description() to a string field. | Matthew Barnes | 2012-12-08 | 24 | -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 Barnes | 2012-12-08 | 24 | -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 Barnes | 2012-12-08 | 25 | -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 Barnes | 2012-12-08 | 61 | -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 Barnes | 2012-12-08 | 54 | -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 Barnes | 2012-12-08 | 34 | -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 Barnes | 2012-12-08 | 2 | -12/+24 |
| | |||||
* | Make EMailPartList thread-safe. | Matthew Barnes | 2012-12-08 | 28 | -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 Barnes | 2012-12-08 | 15 | -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 Barnes | 2012-12-08 | 3 | -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 Barnes | 2012-12-08 | 1 | -156/+156 |
| | |||||
* | Fix references to subpages of other documents, use / instead of # | Gabor Kelemen | 2012-12-06 | 5 | -6/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689765 | ||||
* | Do not generate a ChangeLog file from 'git log' | Milan Crha | 2012-12-05 | 2 | -20/+6 |
| | |||||
* | Do not empty trash/delete junk in disabled accounts on exit | Milan Crha | 2012-12-05 | 1 | -2/+31 |
| | |||||
* | Bug #315317 - Add option to expunge messages on folder leave | Milan Crha | 2012-12-05 | 8 | -17/+76 |
| | |||||
* | Further EMailParser cleanups. | Matthew Barnes | 2012-12-05 | 1 | -96/+95 |
| | |||||
* | mail_parser_run(): Eliminate a dead code branch. | Matthew Barnes | 2012-12-05 | 1 | -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 Barnes | 2012-12-05 | 2 | -54/+57 |
| | | | | Use the existing AsyncContext struct instead of defining a new struct. | ||||
* | Bug 689639 - File -> Print Preview in composer brings up Print dialog | Matthew Barnes | 2012-12-05 | 1 | -2/+1 |
| | |||||
* | Bug #449081 - Drop read-only calendar error message | Milan Crha | 2012-12-04 | 2 | -29/+1 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-12-04 | 1 | -578/+601 |
| | |||||
* | Bug #687503 - Improve error message »Failed to refresh folders« | Milan Crha | 2012-12-04 | 1 | -7/+22 |
| | |||||
* | Bug #502516 - Avoid "source" string in user visible dialogs | Milan Crha | 2012-12-04 | 2 | -9/+9 |
| | |||||
* | Bug #525932 - Unhelpful "Error while Filtering Selected Messages." | Milan Crha | 2012-12-03 | 1 | -4/+16 |
| | |||||
* | Bug #529743 - Add "Any header" filter and search folder condition | Milan Crha | 2012-12-03 | 3 | -0/+159 |
| | |||||
* | Bug #678606 - Crash under mail_backend_folder_deleted_cb() | Milan Crha | 2012-12-03 | 1 | -0/+3 |
| | |||||
* | Updated Tamil translation | Dr.T.Vasudevan | 2012-12-02 | 1 | -4583/+5124 |
| | |||||
* | Updated Tamil translation | Dr.T.Vasudevan | 2012-12-02 | 1 | -1580/+1563 |
| | |||||
* | Avoid gtk_rc_parse_string(). | Matthew Barnes | 2012-12-01 | 2 | -16/+37 |
| | | | | Use gtk_css_provider_load_from_data() instead. | ||||
* | Avoid gdk_display_get_pointer(). | Matthew Barnes | 2012-12-01 | 1 | -7/+11 |
| | | | | Use gdk_device_get_position(). | ||||
* | ECellText: Simplify fetching vertical-spacing style property. | Matthew Barnes | 2012-12-01 | 1 | -5/+1 |
| | | | | Call gtk_widget_style_get(). No need to get GtkStyle involved. | ||||
* | Avoid gtk_style_attach(). | Matthew Barnes | 2012-12-01 | 1 | -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 Barnes | 2012-12-01 | 5 | -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 Barnes | 2012-12-01 | 2 | -4/+4 |
| | | | | Use gtk_widget_get_preferred_size() instead. | ||||
* | Avoid gdk_app_launch_context_new(). | Matthew Barnes | 2012-12-01 | 1 | -1/+3 |
| | | | | Use gdk_display_get_app_launch_context() instead. | ||||
* | Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab(). | Matthew Barnes | 2012-12-01 | 8 | -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 scan | Milan Crha | 2012-11-30 | 41 | -105/+146 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-11-30 | 1 | -10897/+11186 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-11-30 | 1 | -32/+80 |
| | |||||
* | Fix Copy&Paste error found by Coverity scan | Milan Crha | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Add a GdkDevice parameter to gnome_canvas_item_grab(). | Matthew Barnes | 2012-11-30 | 11 | -174/+382 |
| | | | | | GnomeCanvas will stash the GdkDevice and reuse it in the subsequent gnome_canvas_item_ungrab() call. | ||||
* | EDayView: Fix a typo. | Matthew Barnes | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | AlarmQueue: Forgot to add this to the previous commit. | Matthew Barnes | 2012-11-30 | 1 | -7/+7 |
| | |||||
* | Avoid using GdkEventButton directly in certain places. | Matthew Barnes | 2012-11-30 | 32 | -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 Barnes | 2012-11-30 | 1 | -60/+60 |
| | |||||
* | EWeekView: Remove disabled debug output. | Matthew Barnes | 2012-11-30 | 1 | -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 Barnes | 2012-11-30 | 1 | -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 Barnes | 2012-11-29 | 4 | -0/+9 |
| | | | | Will be needed for grabs in response to button events. | ||||
* | Avoid gdk_window_get_pointer(). | Matthew Barnes | 2012-11-29 | 2 | -7/+39 |
| | | | | Use gdk_window_get_device_position() instead. | ||||
* | Avoid gdk_cursor_unref(). | Matthew Barnes | 2012-11-29 | 2 | -2/+2 |
| | | | | Use g_object_unref() instead. | ||||
* | Avoid gtk_tree_view_get_vadjustment(). | Matthew Barnes | 2012-11-29 | 2 | -4/+6 |
| | | | | Use gtk_scrollable_get_vadjustment() instead. | ||||
* | Bug #687360 - Crash on quit in gtk_style_context_get_valist() | Milan Crha | 2012-11-29 | 1 | -3/+8 |
| | |||||
* | Use version-based GLib/GDK/GTK+ warnings. | Matthew Barnes | 2012-11-29 | 1 | -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 messages | Milan Crha | 2012-11-29 | 1 | -4/+22 |
| | |||||
* | Bug #671628 - Size of backup window is big | Milan Crha | 2012-11-28 | 1 | -24/+35 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-11-28 | 1 | -216/+236 |
| | |||||
* | Bug #671200 - Inherit source message crypto options when reply on selection | Milan Crha | 2012-11-27 | 1 | -2/+55 |
| | |||||
* | Identify calendar/memo/task sources in error messages | Milan Crha | 2012-11-27 | 4 | -26/+94 |
| | |||||
* | Update German help translation | Christian Kirbach | 2012-11-27 | 1 | -320/+287 |
| | |||||
* | Bug #680244 - CalDAV URL should be configured in once, not separated | Milan Crha | 2012-11-26 | 1 | -112/+77 |
| | |||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-11-26 | 1 | -3104/+3455 |
| | |||||
* | Bug #686212 - Cannot print html mails with defined <style> | Milan Crha | 2012-11-26 | 1 | -12/+24 |
| | |||||
* | Bug #687974 - No displaying of extended free/busy (XFB) information | Christian Hilberg | 2012-11-26 | 7 | -16/+385 |
| | |||||
* | Updated German help translation (bug 688629) | Paul Menzel | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Bug #688819 - It's possible to make Evolution stop sending emails | Milan Crha | 2012-11-23 | 1 | -1/+7 |
| | |||||
* | EMailDisplay lefts opened file handles to downloaded images | Milan Crha | 2012-11-23 | 1 | -22/+26 |
| | | | | | | | This fixes three things: a) mail_display_resource_requested() was leaking file handles on downloaded images b) it's not necessary to open files, it's enough to test whether file exists c) mail_display_button_press_event() used incorrect key for "http" cache | ||||
* | Bug #202576 - A way to refresh IMAP folder list | Milan Crha | 2012-11-22 | 4 | -0/+70 |
| | |||||
* | Bug #674678 - Event notification uses wrong app name | Milan Crha | 2012-11-22 | 1 | -2/+3 |
| | |||||
* | Bug #680201 - Backup restore doesn't migrate accounts from GConf | Milan Crha | 2012-11-22 | 2 | -10/+62 |
| | |||||
* | Bug #687670 - Signing with both pgp and S/MIME shows only one signature | Milan Crha | 2012-11-22 | 6 | -67/+187 |
| | |||||
* | Bug #677378 - Alert about self-signed certificates when checking auth types | Milan Crha | 2012-11-21 | 3 | -8/+16 |
| | |||||
* | Bug #685808 - Search bar entry background does not change on search | Milan Crha | 2012-11-21 | 1 | -10/+60 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2012-11-21 | 1 | -1720/+1579 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.7.2 release.EVOLUTION_3_7_2_FIXED | Matthew Barnes | 2012-11-18 | 1 | -0/+56 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-11-17 | 1 | -1335/+1289 |
| | |||||
* | Bug #688199 - Replying via a template doesn't mark mail as read/replied | Milan Crha | 2012-11-13 | 3 | -9/+25 |
| | |||||
* | Relative URI can crash Evolution in http_request_send_async() | Milan Crha | 2012-11-13 | 2 | -3/+8 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2012-11-13 | 1 | -6964/+7379 |
| | |||||
* | Bug #687997 - No email sent for shared memos | Milan Crha | 2012-11-12 | 2 | -3/+30 |
| | |||||
* | Bug #687999 - 'Open calendar' in invitation email does nothing | Milan Crha | 2012-11-12 | 1 | -50/+25 |
| | |||||
* | Bug #687998 - Attachment dialog shown when storing assigned task | Milan Crha | 2012-11-12 | 3 | -3/+82 |
| | |||||
* | Bug 688084 - Cannot configure connection to webdav address book | Alban Browaeys | 2012-11-11 | 1 | -3/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 293 | -8365/+10886 |
| | |||||
* | Replace e_ensure_type() with g_type_ensure(). | Matthew Barnes | 2012-11-09 | 1 | -12/+1 |
| | |||||
* | Bug 687137 - Google account user name overwritten with email address | Matthew Barnes | 2012-11-09 | 1 | -8/+8 |
| | | | | | | | | | | | Evolution's Google account module was setting the ECollectionSource's "identity" property to the account's email address before submitting the account to E-D-S. Meanwhile, the Google module in E-D-S was syncing the account user name to the ECollectionSource's "identity" property. This mismatch resulted in an explicitly specified GMail user name being overwritten when the account information is submitted. Evolution should instead set the "identity" property to the account's user name. | ||||
* | Document why I decided not to implement RFC 6186. | Matthew Barnes | 2012-11-09 | 1 | -0/+46 |
| | |||||
* | EMailAutoconfig: Restructure XML parsing. | Matthew Barnes | 2012-11-09 | 3 | -169/+224 |
| | | | | | | | | | | If we get a hit from the online database, parse the XML immediately and store the results in generic internal structs. Then when we're given an ESource to populate we can feed it the stored results instead of parsing the XML on demand (and repeatedly). What this is really doing is making room for other auto-configuration methods besides the online database lookup. | ||||
* | Bug #683877 - No more contextual menus for links | Milan Crha | 2012-11-09 | 5 | -146/+95 |
| | |||||
* | Bump minimum GLib requirement to 2.34. | Matthew Barnes | 2012-11-08 | 1 | -1/+1 |
| | | | | For g_resolver_lookup_records(). E-D-S already requires 2.34 anyway. | ||||
* | EMailAutoconfig: Use GResolver for DNS lookups. | Matthew Barnes | 2012-11-08 | 1 | -244/+17 |
| | | | | | | Use g_resolver_lookup_records() instead of parsing binary DNS records ourselves (yuck!). Also, realized what we really want are NS records not MX records. We just want the name server for a given domain. | ||||
* | EMailAutoconfig: Comment no longer applies. | Matthew Barnes | 2012-11-08 | 1 | -3/+0 |
| | |||||
* | EMailConfigAssistant: Make revising auto-configuration easier. | Matthew Barnes | 2012-11-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | After providing a name and email address on the Identity page, the user clicks Forward and auto-configuration runs. If successful, it jumps to the Account Summary page showing a table of auto-configured settings. If the user wants to go back and revise auto-configured settings, he would click Go Back to return to the Identity Page, then click Forward again to go to Receiving Email (since auto-coniguration only runs once). But this is confusing. It's not clear that clicking Forward from the Identity Page will behave differently after auto-configuration has run. Instead, clicking Go Back from the Summary Page after auto-configuration should return to the Receiving Email page where IMAP/POP settings can be modified. This behavior combined with the GtkAssistant navigation sidebar should hopefully make it less confusing. | ||||
* | Make auto-configuration cancellable. | Matthew Barnes | 2012-11-08 | 1 | -13/+69 |
| | | | | Based on my initial patch in https://bugzilla.gnome.org/678615. | ||||
* | EMailAutoconfig: Use libsoup instead of gvfs. | Matthew Barnes | 2012-11-08 | 1 | -12/+41 |
| | | | | | | | The GVFS HTTP backend seems to just hang forever when an I/O operation is cancelled. Use libsoup instead. See also: https://bugzilla.gnome.org/678615 | ||||
* | Revert "Bug #686620 - Add an option to skip New Account autodiscovery" | Matthew Barnes | 2012-11-08 | 3 | -106/+1 |
| | | | | | | This reverts commit 039c29c112179ad92233f0a85b7332ad2f2dd373. Auto-configuration should instead be cancellable from the progress page. | ||||
* | Bug #686325 - Preview message window keyboard use severely limited | Milan Crha | 2012-11-08 | 1 | -27/+66 |
| | |||||
* | Bug #686620 - Add an option to skip New Account autodiscovery | Milan Crha | 2012-11-07 | 3 | -1/+106 |
| | |||||
* | Bug #656143 - Stop using deprecated Gtk[HV]Box(Class) | Dominique Leuenberger | 2012-11-07 | 18 | -34/+34 |
| | |||||
* | Introduce --enable-strict configure option | Milan Crha | 2012-11-06 | 1 | -5/+26 |
| | | | | | This is currently used to add extra AM_CPPFLAGS to disable deprecated symbols from other libraries. | ||||
* | Replace deprecated soup_message_headers_get() with ↵ | Milan Crha | 2012-11-06 | 3 | -3/+3 |
| | | | | soup_message_headers_get_list() | ||||
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 38 | -359/+345 |
| | |||||
* | Updated British English translation | Chris Leonard | 2012-11-06 | 1 | -506/+512 |
| | |||||
* | e_flaw_wait_until() expects gint64, not gint | Milan Crha | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Missing search buttons in Calendar view | Milan Crha | 2012-11-06 | 2 | -3/+5 |
| | |||||
* | Replace e_flag_timed_wait() with e_flag_wait_until() | Milan Crha | 2012-11-06 | 1 | -4/+4 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-11-06 | 1 | -946/+833 |
| | |||||
* | Restrict geocode-glib dependency to 0.99.0. | Matthew Barnes | 2012-11-06 | 1 | -1/+3 |
| | | | | | | Use geocode-glib = 0.99.0 or else pass --disable-contact-maps to configure. The next release of geocode-glib will contain API changes, and we don't want to adapt to those API changes until they're released. | ||||
* | Updated Czech translation | Marek Černocký | 2012-11-05 | 1 | -2108/+330 |
| | |||||
* | Require WebKitGtk 1.10.0 for webkit_web_frame_get_dom_document() | Milan Crha | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-11-05 | 1 | -140/+67 |
| | |||||
* | Bug 687400 - Composer settings not applied | Matthew Barnes | 2012-11-03 | 5 | -215/+391 |
| | | | | | | | | | | | EMailConfigWebView is an extension that configures EWebView instances. This used to cover both the email formatter and the email composer, but with the email formatter now using WebKit/GTK+ and the email composer still using GtkHtml, the composer was left unconfigured. Add an EMailConfigWebViewGtkHTML extension that targets EWebViewGtkHTML instances and applies the relevant settings, and remove all the GtkHTML contortions from EMailConfigWebView. | ||||
* | Bug #687442 - Magic spacebar avoids iTip formatter comment write | Milan Crha | 2012-11-02 | 2 | -7/+39 |
| | |||||
* | Remove unused/forgotten function declarations | Milan Crha | 2012-11-02 | 1 | -5/+0 |
| | |||||
* | Fixed squished labels on Identity page of Account Assistant. | Matthew Barnes | 2012-11-02 | 1 | -1/+0 |
| | | | | | GtkSizeGroup::ignore-hidden is broken, or so I'm told in the discussion on https://bugzilla.gnome.org/show_bug.cgi?id=677609. Leave it FALSE. | ||||
* | Updated Greek translation | Tom Tryfonidis | 2012-11-01 | 1 | -581/+579 |
| | |||||
* | mail_session_refresh_cb(): Skip disabled sources. | Matthew Barnes | 2012-11-01 | 1 | -2/+10 |
| | |||||
* | Bug #422273 - Wrap searchbar widgets for smaller minimum width request | Milan Crha | 2012-10-31 | 5 | -65/+210 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-10-31 | 1 | -922/+923 |
| |