summaryrefslogtreecommitdiff
path: root/gio/gsettings-tool.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-12-22gsettings tool: print GVariant errors in contextRyan Lortie1-1/+4
2013-11-27gsettings tool: stop using GMainLoopRyan Lortie1-1/+2
2013-11-27gsettings tool: fix some sed damageRyan Lortie1-3/+5
2013-10-28gsettings(1): stop using deprecated APIsRyan Lortie1-64/+41
2013-10-28gsettings(1): use global variablesRyan Lortie1-97/+77
2013-10-24gsettings-tool: Add --version into general usageJiro Matsuzawa1-0/+1
2013-07-19gsettings tool: report failure to writeMatthias Clasen1-1/+5
2013-04-03gsettings: implemented --version commandDavid Gomes1-0/+18
2013-03-09gsettings-tool: Make a string translatableJiro Matsuzawa1-1/+1
2012-11-15win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship1-1/+4
2012-10-16Remove g_type_init() callsRyan Lortie1-2/+0
2012-08-28gsettings-tool: make list-recursively really recurseDaiki Ueno1-8/+3
2012-02-02gsettings tool: fix a memory errorRyan Lortie1-1/+3
2012-01-20Fix a refcounting errorMatthias Clasen1-2/+1
2011-12-19gsettings-tool: allow specifying custom schema dirsGiovanni Campagna1-75/+104
2011-06-07Update gsettings utilities in GIOChun-wei Fan1-1/+6
2011-05-23Revert "gsettings-tool: warn if setting a value fails"Ray Strode1-11/+3
2011-05-18Whitespace fixesRyan Lortie1-9/+9
2011-05-17Fix gsettings tool string handlingRyan Lortie1-12/+24
2011-04-12gsettings-tool fixes: Add missing _apply(), add unset-recursively to man pageColin Walters1-0/+1
2011-04-12gsettings: Implement reset-recursivelyColin Walters1-0/+57
2011-04-09gsettings-tool: warn if setting a value failsDan Winship1-3/+11
2011-02-23Allow to list keys in all schemasMatthias Clasen1-19/+35
2011-02-12Fix some problems with message handlingMatthias Clasen1-3/+16
2011-01-21Update help and docs for gsettings cmdline toolMatthias Clasen1-9/+19
2010-12-12Better error reporting for g_variant_parse()Christian Persch1-1/+3
2010-10-31Be more careful about overwriting errorsMatthias Clasen1-3/+4
2010-10-30gsettings-tool: Support completion for enum valuesMatthias Clasen1-0/+17
2010-10-30Add a command to list keys and values recursivelyMatthias Clasen1-0/+66
2010-10-29Make gsettings-tool translatable againMatthias Clasen1-43/+49
2010-10-04gsettings-tool: Add 'range' subcommandRyan Lortie1-0/+63
2010-10-04gsettings-tool: implement range-checkingRyan Lortie1-0/+7
2010-10-03gsettings-tool: RewriteRyan Lortie1-679/+368
2010-09-22Add translator comments for command parameter translationClaude Paroz1-0/+2
2010-09-09split GSettings.list_items => list_{children,keys}Ryan Lortie1-10/+8
2010-07-22Cleanup the GSettingsBackend APIRyan Lortie1-1/+101
2010-06-30g_settings_list_keys() -> _list_items()Ryan Lortie1-2/+2
2010-06-27Filter out child schema entries when listing keysMatthias Clasen1-3/+7
2010-06-27Implement bash completion for gsettingsMatthias Clasen1-79/+419
2010-06-27GSettings: Don't free value before using its typeRyan Lortie1-4/+4
2010-06-19Fix gsettings tool crash, part 2Milan Bouchet-Valat1-2/+8
2010-06-19Fix gsettings tool crashMilan Bouchet-Valat1-2/+8
2010-06-17Make g_settings_sync() a proper prototype.Ryan Lortie1-1/+1
2010-06-10Add g_settings_sync() and use itRyan Lortie1-18/+1
2010-05-24GDBusConnection.call(): add 'reply_type' argumentRyan Lortie1-1/+1
2010-05-17GSettings tool: work-around GDBus issueRyan Lortie1-0/+18
2010-04-22Rename gsettings-tool to gsettingsMatthias Clasen1-97/+313
2010-04-20Add documentation and translation for gsettings-toolMatthias Clasen1-16/+17
2010-04-20Add a minimal commandline utility to poke GSettingsMatthias Clasen1-0/+169