Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 1 | -4/+2 |
| | |||||
* | Adapt modules/calendar to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -20/+24 |
| | |||||
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 1 | -2/+4 |
| | | | | One last time. | ||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -5/+9 |
| | |||||
* | Bug #600860 - Opening IMAP message with large attachment blocks UI | Milan Crha | 2012-04-13 | 1 | -0/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -3/+5 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 1 | -15/+41 |
| | |||||
* | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 1 | -42/+57 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+3 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -5/+1 |
| | |||||
* | Bug #608804 - Some attachments make evolution crash in libical | Milan Crha | 2011-02-22 | 1 | -1/+13 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -3/+0 |
| | |||||
* | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-02 | 1 | -1/+1 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 1 | -2/+2 |
| | | | | | | | If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is deprecated but the property is still present and defaults to TRUE), we still need to set the property to FALSE. So instead use g_object_set() up through GTK+ 2.90.6, after which the property itself is gone. | ||||
* | Work around deprecation of gtk_dialog_set_has_separator() | Matthew Barnes | 2010-09-11 | 1 | -0/+2 |
| | | | | | | Unfortunately the default value for this property is TRUE (bzzt, WRONG!) so we can't just remove the function outright until we require GTK+ 2.22. It was deprecated in GTK+ 2.21.8. | ||||
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 1 | -5/+5 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -1/+1 |
| | |||||
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Make authentication functionality available | Gustavo Noronha Silva | 2010-01-27 | 1 | -1/+1 |
| | | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | BugĀ 606250 - Remove usage of deprecated GTK+ symbols | Matthew Barnes | 2010-01-08 | 1 | -2/+2 |
| | | | | Several GtkWidget macros were recently deprecated. | ||||
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -0/+512 |
- Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. |