Improve GSettings test coverage
[platform/upstream/glib.git] / gio / gsettings.c
2012-07-06 Ryan LortieGSettings: be more careful about keys names with /
2012-04-13 Ryan LortieGSettings docs: clarify what is a good path
2012-01-27 Ryan LortieGSettings: two memory use fixes
2012-01-19 Ryan Lortieadd a way to create a GAction from GSettings
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-21 Ryan LortieDrop last uses of @returns:
2011-11-18 Ryan LortieWe need <locale.h> in gsettingsschema.c now
2011-11-17 Ryan Lortieg_settings_new_full(): more docs
2011-11-17 Jasper St. Pierregsettings: add annotations for _new_full()
2011-11-17 Ryan LortieAdd test case and fix some bugs
2011-11-17 Ryan LortieClarify docs/params for 'schema' vs 'schema id'
2011-11-17 Ryan LortieAdd g_settings_new_full() taking GSettingsSchema
2011-11-17 Ryan LortieGSettings: add 'settings-schema' property
2011-11-17 Ryan LortieDrop the 'schema_name' field of GSettings
2011-11-17 Ryan Lortiespeak of 'schema id' rather than 'schema name'
2011-11-17 Ryan LortieGSettings: deprecate 'schema' property
2011-11-17 Ryan Lortiedrop the now-trivial g_settings_schema_new
2011-11-17 Ryan Lortiemove GSettingsSchemaKey to gsettingsschema.c
2011-11-17 Ryan LortieGSettingsSchemaKey: store the GSettingsSchema*
2011-11-17 Ryan Lortieg_settings_schema_key_init: take GSettingsSchema*
2011-11-17 Ryan Lortierename GSettingsKeyInfo to GSettingsSchemaKey
2011-11-17 Ryan LortieGSettingsKeyInfo: rename field 'key' to 'name'
2011-11-17 Ryan Lortieremove GSettings* from GSettingsKeyInfo
2011-11-17 Ryan Lortiestore some extra info in GSettingsKeyInfo
2011-11-17 Ryan LortieGSettingsKeyInfo: drop unused variable
2011-11-17 Ryan Lortierename gsettingsschema.h to -internal.h
2011-11-17 Ryan LortieunGObjectify GSettingsSchema
2011-10-18 Javier Jardóngio: Use G_VALUE_INIT
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-10-03 Ryan LortieRevert "GSettings: don't abort on missing schemas"
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-15 Ryan Lortieg_settings_bind: add some g_return checks
2011-07-20 Ryan LortieGSettings: don't abort on missing schemas
2011-07-19 Johan DahlinPass in NULL instead of g_cclosure_marshal_generic
2011-07-19 Ryan LortieGSettings: remove key length restrictions
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-05-10 Ryan LortieGSettings: fix example in the docs
2011-05-03 Dan WinshipFix usage of _GNU_SOURCE
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Matthias ClasenSlight docs rewording
2011-04-13 Matthias ClasenFix a typo in the GSettings docs
2011-04-08 Ryan LortieGSettings: remove more asserts
2011-04-08 Ryan LortieDon't assert on backend == settings->priv->backend
2011-03-31 Ryan LortieAdd 'uint' convenience functions for GSettings
2011-03-15 Matthias ClasenDocument which files glib-compile-schemas looks at
2011-02-11 Colin Waltersgsettings: Minor typo in previous commit
2011-02-09 Ryan LortieGSettings: add paragraph with performance notes
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-17 Ray Strodegsettings: Update documentation on schema naming convention
2011-01-09 Matthias ClasenGSettings: Fix a copy-paste error
2011-01-07 Pavel HolejsovskyAdd and update GI annotations in 'Settings'
2010-12-20 Matthias ClasenAdd a delay-apply property to GSettings
2010-12-16 Pavel Holejsovsky[gi] Fix GObject.Object annotations.
2010-12-16 John (J5) Palmieri[gi] add annotations for methods which take a gpointer...
2010-12-01 Matthew BarnesBug 636100 - Can't read GSettings:backend property
2010-11-29 Matthias ClasenVarious doc tweaks
2010-11-27 Christian PerschTypo fix
2010-11-07 Dan Winshipfix make check
2010-11-05 Matthias ClasenFix markup
2010-11-05 Matthias ClasenDescribe enum and flags types a bit
2010-11-05 Matthias ClasenReport more useful errors from g_settings_set_value
2010-10-04 Ryan LortieGSettings: add g_settings_range_check() API
2010-10-04 Ryan LortieBug 631263 - GSettings needs range/choice APIs
2010-10-04 Ryan LortieGSettings big endian tweaks
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-03 Ryan LortieGSettings: implement .property_get('path')
2010-09-29 Colin Waltersintrospection: Fix one annotation syntax
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-24 Johan Dahlin[introspection] Move over annotations
2010-09-12 Ryan LortieGSettings: no writability->value change assumption
2010-09-09 Ryan Lortiesplit GSettings.list_items => list_{children,keys}
2010-09-09 Ryan LortieCreate GSettingsListenerVTable
2010-08-14 Matthias ClasenDocument vendor override files
2010-08-03 Ryan LortieGSettings: add G_SETTINGS_BIND_INVERT_BOOLEAN flag
2010-07-22 Ryan LortieGSettings: add g_settings_reset()
2010-07-12 Ryan Lortiegio/ docs fixup
2010-07-10 Matthias ClasenChain up in g_settings_finalize
2010-07-08 Matthias Clasenxinclude the dtd
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 Ryan Lortietrivial GSettings docs fix
2010-07-06 Matthias ClasenFix the get_property implementation for GSettings:...
2010-07-01 Ryan LortieBug 622124 - implement flags for GSettings
2010-06-30 Ryan Lortieg_settings_list_keys() -> _list_items()
2010-06-28 Ryan LortieBug 622127 - GSettings extended key validation
2010-06-25 Ryan LortieBug 622128 - retry with default for failed mapping
2010-06-24 Ryan LortieTweak GSettings key/schema listing APIs
2010-06-24 Ryan LortieClarify GSettings documentation wrt errors
2010-06-24 Ryan LortieGSettings: add g_settings_list_keys()
2010-06-23 Matthias ClasenGIO doc cleanups
2010-06-17 Matthias ClasenFix a typo
2010-06-17 Ryan LortieBug 621266 - GSettings "context" clarification
2010-06-17 Ryan LortieMore GSettings doc fixups
2010-06-17 Ryan Lortie<alias> takes mandatory target='' arg
2010-06-17 Ryan LortieGSettings: Fix comment formatting, whitespace.
2010-06-17 Matthias ClasenAdd some schema examples
next