summaryrefslogtreecommitdiff
path: root/gio/gsettings-tool.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix non-initialized variable in gio/gsettings-tool.cLoic Le Page2022-02-181-2/+2
* Sort output of gsettings command-line toolFrederic Martinsons2021-11-181-0/+12
* Fix signedness warning in gio/gsettings-tool.cEmmanuel Fleury2021-04-051-5/+10
* gio tools: Use the proper string for default locale for setlocale()Chun-wei Fan2019-06-181-3/+1
* gsettings: remove redundancy in 'list-recursive'Allison Lortie2018-02-021-1/+19
* Add ‘gsettings list-schemas --print-paths’ optionArnaud Bonatti2018-01-051-3/+40
* gsettings: Try harder to describe keysMatthias Clasen2017-07-071-0/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-8/+8
* Added describe command to gsettings command-line tool.Jeremy Whiting2016-08-251-0/+21
* gsettings: Don't crash when no schemas are installedJan Alexander Steffens (heftig)2016-03-021-2/+8
* Revert "GSettings: delay backend subscription"Matthias Clasen2015-09-011-13/+0
* gsettings-tool: fix deprecated callDan Winship2015-08-071-1/+1
* gsettings tool: use schema for listing keysRyan Lortie2015-06-051-18/+57
* GSettings: delay backend subscriptionRyan Lortie2014-11-191-0/+13
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gsettings tool: print GVariant errors in contextRyan Lortie2013-12-221-1/+4
* gsettings tool: stop using GMainLoopRyan Lortie2013-11-271-1/+2
* gsettings tool: fix some sed damageRyan Lortie2013-11-271-3/+5
* gsettings(1): stop using deprecated APIsRyan Lortie2013-10-281-64/+41
* gsettings(1): use global variablesRyan Lortie2013-10-281-97/+77
* gsettings-tool: Add --version into general usageJiro Matsuzawa2013-10-241-0/+1
* gsettings tool: report failure to writeMatthias Clasen2013-07-191-1/+5
* gsettings: implemented --version commandDavid Gomes2013-04-031-0/+18
* gsettings-tool: Make a string translatableJiro Matsuzawa2013-03-091-1/+1
* win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship2012-11-151-1/+4
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* gsettings-tool: make list-recursively really recurseDaiki Ueno2012-08-281-8/+3
* gsettings tool: fix a memory errorRyan Lortie2012-02-021-1/+3
* Fix a refcounting errorMatthias Clasen2012-01-201-2/+1
* gsettings-tool: allow specifying custom schema dirsGiovanni Campagna2011-12-191-75/+104
* Update gsettings utilities in GIOChun-wei Fan2011-06-071-1/+6
* Revert "gsettings-tool: warn if setting a value fails"Ray Strode2011-05-231-11/+3
* Whitespace fixesRyan Lortie2011-05-181-9/+9
* Fix gsettings tool string handlingRyan Lortie2011-05-171-12/+24
* gsettings-tool fixes: Add missing _apply(), add unset-recursively to man pageColin Walters2011-04-121-0/+1
* gsettings: Implement reset-recursivelyColin Walters2011-04-121-0/+57
* gsettings-tool: warn if setting a value failsDan Winship2011-04-091-3/+11
* Allow to list keys in all schemasMatthias Clasen2011-02-231-19/+35
* Fix some problems with message handlingMatthias Clasen2011-02-121-3/+16
* Update help and docs for gsettings cmdline toolMatthias Clasen2011-01-211-9/+19
* Better error reporting for g_variant_parse()Christian Persch2010-12-121-1/+3
* Be more careful about overwriting errorsMatthias Clasen2010-10-311-3/+4
* gsettings-tool: Support completion for enum valuesMatthias Clasen2010-10-301-0/+17
* Add a command to list keys and values recursivelyMatthias Clasen2010-10-301-0/+66
* Make gsettings-tool translatable againMatthias Clasen2010-10-291-43/+49
* gsettings-tool: Add 'range' subcommandRyan Lortie2010-10-041-0/+63
* gsettings-tool: implement range-checkingRyan Lortie2010-10-041-0/+7
* gsettings-tool: RewriteRyan Lortie2010-10-031-679/+368