summaryrefslogtreecommitdiff
path: root/gio/src/settings.hg
Commit message (Expand)AuthorAgeFilesLines
* Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource.Murray Cumming2015-06-211-1/+1
* Don't disable more deprecation warnings than necessaryKjell Ahlstedt2015-06-171-5/+0
* Gio::Settings: Don't use the deprecated "schema" propertyKjell Ahlstedt2015-05-231-8/+8
* Gio::Settings: Replace connect_changed() by signal_changed(key)Kjell Ahlstedt2015-05-231-14/+2
* Gio::Settings: Add connect_changed().Murray Cumming2015-05-061-0/+13
* Deprecate API which is deprecated in glibKjell Ahlstedt2014-06-131-3/+14
* Settings: Add get_user_value() and get_default_value().Murray Cumming2014-04-041-0/+63
* Fix some doxygen warningsKjell Ahlstedt2014-01-311-1/+1
* Gio::Settings: Add create_action().Murray Cumming2013-10-111-0/+3
* Gio::Settings: Add get/set_uint().Murray Cumming2013-09-201-0/+2
* Settings: Wrap the properties.José Alburquerque2013-04-251-0/+10
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-3/+3
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* Gio::Settings: Really add list_schemas().Murray Cumming2011-04-041-2/+5
* Gio: Remove SettingsBackend.Murray Cumming2011-03-241-5/+4
* Dealt with several TODOs.Murray Cumming2011-02-151-4/+7
* Gio: Added some methods.Murray Cumming2010-11-101-9/+14
* Settings: Comment out get_destroyed() to avoid a linker error.Murray Cumming2010-09-141-3/+5
* giomm: Add various unwrapped methods.José Alburquerque2010-09-131-1/+10
* Fix warnings.Murray Cumming2010-07-231-1/+1
* DBusMessage: Add get_header() and set_header().Murray Cumming2010-07-221-1/+1
* Variant<>: Make this usable as an ouput parameter.Murray Cumming2010-07-221-1/+5
* Revert changes that I did not mean to commit yet.Murray Cumming2010-07-221-5/+1
* Variant: Added some methods.Murray Cumming2010-07-221-1/+5
* Fix the build for a GDBusConnection API change.Murray Cumming2010-07-151-0/+5
* Simplify VariantBase .hg code and use it in Settings.Murray Cumming2010-06-241-0/+4
* Settings: Fix the build with the latest glib.Murray Cumming2010-06-181-5/+5
* Settings: Fix the build with the latest glib from git master.Murray Cumming2010-06-061-27/+4
* Gio::Settings: [get|set]_strv(): Rename to [get|set]_string_array().José Alburquerque2010-06-021-7/+5
* Gio::Settings: Make get_has_unapplied() const.Murray Cumming2010-06-011-1/+4
* Wrapped new glib-2.26 methods.José Alburquerque2010-05-311-0/+8
* Settings: Add [get|set]_strv().José Alburquerque2010-05-281-3/+28
* Initial implementation of Gio::SettingsJonathon Jongsma2010-04-201-0/+86