aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-settings.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove /apps/evolution/calendar/date_navigator/show_week_numbersFederico Mena Quintero2010-04-181-4/+0
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Use a single /apps/evolution/calendar/display/show_week_numbersFederico Mena Quintero2010-04-181-2/+2
| | | | | | | | | | We have two preferences for showing week numbers in various places. We will combine these to be a single preference. This change replaces /apps/evolution/calendar/display/day_view_show_week_number with a general /apps/evolution/calendar/display/show_week_numbers. We'll deal with the other preference in subsequent commits. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-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 Barnes2009-08-161-0/+2
|
* Add new preferences missed during the 2.27.90 merge.Matthew Barnes2009-08-131-1/+1
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-121-0/+8
|
* More refactoring of settings management.Matthew Barnes2009-08-091-6/+12
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-2/+636
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-167/+30
|
* Add properties to calendar classes.Matthew Barnes2009-07-311-0/+170
| | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
* Radically reorganize source code.Matthew Barnes2009-06-251-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.