aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-settings.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+2
|
* Bug #320976 - Remember last New button choice in Calendar viewMilan Crha2012-02-171-0/+5
|
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-141-0/+10
|
* Migrate EShellSettings to GSettingsRodrigo Moya2011-11-151-36/+72
|
* Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-261-3/+28
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-101-3/+92
| | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
* Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-101-0/+4
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-106/+146
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* 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.