aboutsummaryrefslogtreecommitdiffstats
path: root/modules/settings/e-settings-cal-model.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove ECalShellSettings.Matthew Barnes2013-03-171-74/+105
| | | | | | | | EShellSettings predates GSettings and is no longer necessary. GSettings allows binding GObject properties to GSettings keys, with optional mapping functions. That fulfills the purpose of EShellSettings.
* EDayView: Move "work-day-*" properties to ECalModel.Matthew Barnes2013-03-171-0/+35
| | | | EWeekView would like to use them too, please.
* Add a "settings" module.Matthew Barnes2013-01-211-0/+182
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.