Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 1 | -18/+18 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 1 | -0/+2 |
| | |||||
* | Add new preferences missed during the 2.27.90 merge. | Matthew Barnes | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Get the itip-formatter plugin working. | Matthew Barnes | 2009-08-12 | 1 | -0/+8 |
| | |||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-09 | 1 | -6/+12 |
| | |||||
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 1 | -2/+636 |
| | |||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 1 | -167/+30 |
| | |||||
* | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 1 | -0/+170 |
| | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | ||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -0/+59 |
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets. |