summaryrefslogtreecommitdiff
path: root/xfconf-query/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #15960: Add some missing xfconf_shutdown() in xfconf-queryRomain Bouvier2020-04-241-0/+4
|
* xfconf_shutdown was never used, causing pending message to never be sent.Ali Abdallah2017-07-241-27/+44
| | | | So correctly use xfconf_shutdown before exiting.
* Remove XFCONF_TYPE_G_VALUE_ARRAY collection dbus-glib type asAli Abdallah2016-04-251-5/+5
| | | | it is no longer required.
* update copyright yearLandry Breuil2015-02-181-1/+1
|
* Fix previous commit.Nick Schermer2013-07-111-1/+1
|
* Drop deprecated function.Nick Schermer2013-07-111-0/+3
|
* Cleanup includes.Nick Schermer2011-05-261-2/+2
|
* Remove one invalid translatable string.Nick Schermer2011-05-251-1/+1
|
* Translate all error strings in xfconf-query.Nick Schermer2011-05-251-76/+94
|
* Improve version output.Nick Schermer2011-05-251-4/+9
|
* Remove unusable import and export options.Nick Schermer2011-05-251-112/+1
| | | | We can add this back when it is actually implemented.
* Add toggle option to xfconf-query.Nick Schermer2011-05-251-1/+20
| | | | | This makes it easy to invert boolean values, something people often do.
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-4/+3
|
* send errors to stderr, not stdoutBrian J. Tarricone2009-09-171-9/+9
|
* Remove unimplemented import and export functionsStephan Arts2009-02-231-0/+2
| | | | (Old svn revision: 29541)
* Fix Bug #4622, applied patch by Mike Massonnet Stephan Arts2009-02-201-6/+9
| | | | | | | <mike.massonnet@gmail.com> (with changes) (Old svn revision: 29522)
* Revert previous change to xfconf-query, but still clean up the Stephan Arts2009-02-121-35/+5
| | | | | | | | g_critical assertion (Old svn revision: 29483)
* Fix my previous commitStephan Arts2009-02-071-4/+3
| | | | (Old svn revision: 29471)
* Now it supports showing array contents inside the verbose-list view.Stephan Arts2009-02-071-2/+42
| | | | (Old svn revision: 29460)
* Apply another small string review patch by David Mohr (same bug asJannis Pohlmann2009-01-101-7/+7
| | | | | | before). (Old svn revision: 29120)
* string review patch from david mohr (bug 4770)Brian Tarricone2009-01-091-6/+6
| | | | (Old svn revision: 29117)
* fix a bunch of warningsBrian Tarricone2008-12-271-8/+12
| | | | (Old svn revision: 29055)
* fix it by xfce-wrapper func (like jannis suggested)Stephan Arts2008-11-171-5/+1
| | | | (Old svn revision: 28842)
* Prevent me from being kicked by ofourdanStephan Arts2008-11-171-3/+8
| | | | (Old svn revision: 28841)
* Execute set_locale (at the risk of being kicked by ofourdan for breaking api ↵Stephan Arts2008-11-171-0/+3
| | | | | | | | | | compatibility) Lets see if this fixes the UTF-8 issue in bug #4622 (Old svn revision: 28840)
* check xfconf_init() retval for errors, properly check retval ofBrian Tarricone2008-11-031-4/+12
| | | | | | xfconf_list_channels() for null pointer (Old svn revision: 28596)
* * Add -m option to monitor property changes of a channel.Nick Schermer2008-10-201-1/+46
| | | | (Old svn revision: 28319)
* * Sort the output of xfconf-query --list and improve column printing.Nick Schermer2008-10-201-21/+37
| | | | | | | | | * Allow -p in combination with -l to list a part of a channel. This breaks listing a channel and settings a property at the same time, but IMHO that's not really a user case. (Old svn revision: 28318)
* fix a bunch of stringsBrian Tarricone2008-10-121-6/+6
| | | | (Old svn revision: 28161)
* add option to force creation of array prop even if only one valueBrian Tarricone2008-10-121-1/+6
| | | | (Old svn revision: 28160)
* use g_set_error(), not g_error_new(), mark some more strings as i18n-able,Brian Tarricone2008-10-121-26/+37
| | | | | | make stuff more portable (Old svn revision: 28159)
* Add -R option (recursive) for use with --resetStephan Arts2008-10-071-1/+6
| | | | (Old svn revision: 28087)
* Update TODOStephan Arts2008-09-281-12/+12
| | | | | | | | | Remove profiling-switch from configure.ac.in Update xfconf-query to use the new 'Reset' function in favour of the deprecated 'remove'. (Old svn revision: 27979)
* Add filename selection for --import and --export functions... still need ↵Stephan Arts2008-09-031-2/+123
| | | | | | implementations though (Old svn revision: 27648)
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-291-2/+11
| | | | (Old svn revision: 27395)
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-1/+1
| | | | | | | all removing multiple properties at once based on a subtree of the property tree. ditto for getting multiple properties at once (Old svn revision: 27376)
* * xfconfd/xfconf-backend.c, xfconfd/xfconf-backend-perchannel-xml.c:Jannis Pohlmann2008-07-031-1/+1
| | | | | | | | | Allow '<' and '>' to be in property names. Escape property names using g_markup_escape() before writing them to the XML files. * xfconf-query/main.c: Add message newline to one of the error messages. (Old svn revision: 27198)
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-291-2/+2
| | | | | | | | | Fixes compiler-warnings Fixes XCursor Xrdb issue (Old svn revision: 27186)
* add support for getting and setting array properties to xfconf-queryBrian Tarricone2008-04-281-34/+168
| | | | (Old svn revision: 26897)
* use standard capital 'V' for version and lowercase 'v' for verboseBrian Tarricone2008-04-201-2/+2
| | | | (Old svn revision: 26873)
* Add --remove field to xfconf-query (usefull for xfconfd-database maintenance)Stephan Arts2008-04-171-3/+21
| | | | (Old svn revision: 26850)
* allow xfconf-query to create new channels/propertiesBrian Tarricone2008-04-141-2/+30
| | | | (Old svn revision: 26835)
* Fix build with --enable-debug=fullStephan Arts2008-04-131-2/+2
| | | | (Old svn revision: 26833)
* Add --list and --verbose options to xfconf-queryStephan Arts2008-04-131-21/+87
| | | | (Old svn revision: 26832)
* Improve xfconf-query support for gvalue types (use common-code for gvalue >< ↵Stephan Arts2008-04-091-92/+7
| | | | | | | | | | | string conversion) Fix compile-warning with make-distcheck inside common-libs, (add header to Makefile.am) Update pot file. (Old svn revision: 26810)
* Code-cleanup inside xfconf-queryStephan Arts2008-04-081-71/+77
| | | | | | | | Update --version string of xfconf-query and xfsettingsd (Old svn revision: 26793)
* Add read-support to xfconf-queryStephan Arts2008-04-071-0/+36
| | | | (Old svn revision: 26788)
* Add xfconf-query cli-tool (it can only update existing values for now)Stephan Arts2008-04-071-0/+185
Fix an uninitialized gvalue struct inside the xfconf library (Old svn revision: 26787)