aboutsummaryrefslogtreecommitdiffstats
path: root/modules/settings/e-settings-web-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-171-2/+1
| | | | Plus a little code cleanup for easier grepping.
* Check whether value really changed in callbacks of GSettings::changed signalMilan Crha2014-06-121-1/+36
| | | | | Just two more places, which are new after a merge of the webkit-composer branch changes.
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-9/+180
| | | | Merge wip/webkit-composer branch into master.
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Remove EMailShellSettings.Matthew Barnes2013-03-171-15/+15
| | | | | | | | 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.
* Add a "settings" module.Matthew Barnes2013-01-211-0/+109
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.