summaryrefslogtreecommitdiff
path: root/xfconfd
Commit message (Expand)AuthorAgeFilesLines
* Allow installation of the helpers in a custom location.Guido Berhoerster2011-12-232-3/+3
* Avoid gcc 4.6 compiler warning.Nick Schermer2011-12-231-2/+2
* Move xfconfd from $libexecdir to $libdir.Nick Schermer2010-08-262-3/+4
* Use G_GSIZE_FORMAT in the DBG message.Nick Schermer2010-02-101-1/+1
* Free backends hash table on exit.Nick Schermer2010-02-083-0/+15
* Fix handling of dirty channels and use hash table.Nick Schermer2010-02-081-51/+45
* Plug a memory leak.Nick Schermer2010-02-081-0/+1
* Use async DBus messages in xfconfd.Nick Schermer2010-02-081-155/+185
* Use g_clear_error where possible.Nick Schermer2010-02-082-27/+12
* Plug small memory leak in xml parser.Nick Schermer2010-02-081-0/+1
* Use glibs implementation for loading mapped files.Nick Schermer2010-02-081-52/+39
* Use g_strsplit instead of g_strsplit_set.Nick Schermer2010-02-021-1/+1
* Silent the build.Nick Schermer2010-02-011-2/+2
* Make the comment from the previous commit useful.Nick Schermer2010-01-281-1/+2
* Merge xml files in reversed order (bug #6079).Nick Schermer2010-01-281-4/+5
* Fix indentation from pervious commit.Nick Schermer2010-01-251-5/+5
* Use a seconds timeout to reduce system wakeups.Nick Schermer2010-01-251-4/+4
* Remove dangling nodes from the tree after a recursive remove.Nick Schermer2010-01-251-1/+21
* Previous commit seems to have worked. Add dist-hook: all to xfconfd.Jannis Pohlmann2009-09-271-0/+3
* fix test framework, hopefully for the last timeBrian J. Tarricone2009-09-181-2/+21
* fix compilation with Sun cc (bug 5477)Brian J. Tarricone2009-09-041-1/+1
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-065-10/+11
* be a bit safer when writing out channel filesBrian Tarricone2009-03-111-1/+14
* just malloc a GType to store in the hash table rather than assuming aBrian Tarricone2009-02-021-7/+12
* Replace GUINT_TO_POINTER and GPOINTER_TO_UINT with GSIZE_TO_POINTER and GPOIN...Stephan Arts2009-02-011-2/+2
* string review patch from david mohr (bug 4770)Brian Tarricone2009-01-094-6/+7
* fix a bunch of warningsBrian Tarricone2008-12-275-10/+4
* install xfconfd to $libexecdir instead of $bindirBrian Tarricone2008-11-122-3/+3
* only consider the file under $XDG_CONFIG_HOME as the user dir. allBrian Tarricone2008-11-081-25/+16
* check error code properlyBrian Tarricone2008-11-021-2/+3
* filter duplicates from _list_channels()Brian Tarricone2008-11-021-2/+8
* some cleanups. don't g_error(), just g_critical() so it doesn't abort()Brian Tarricone2008-11-022-12/+10
* add dbus filter function earlier so we don't get an abort() from dbus ifBrian Tarricone2008-11-021-9/+9
* some cleanupsBrian Tarricone2008-11-021-5/+9
* don't use deprecated GIOChannel functionBrian Tarricone2008-11-021-2/+2
* fix srcdir != builddir buildBrian Tarricone2008-10-271-0/+2
* add dbus message filter to catch disconnects and flush backends (bug 4487)Brian Tarricone2008-10-241-0/+37
* fix MAINTAINER_MODE build with glib 2.12Brian Tarricone2008-10-241-2/+2
* make the locking/reset situation a lot better. i'm not sure that it allBrian Tarricone2008-10-221-434/+606
* whoops, plug memleak i just introducedBrian Tarricone2008-10-071-0/+2
* fix incorrect property names sent with the PropertyRemove signalBrian Tarricone2008-10-071-17/+47
* fix crash when resetting multiple propertiesBrian Tarricone2008-10-071-6/+6
* cosmetic: remove extra space in xml outputBrian Tarricone2008-09-281-1/+1
* avoid emitting PropertyChanged when a property is set to the same valueBrian Tarricone2008-09-281-2/+3
* use same string for perms denied errorBrian Tarricone2008-09-281-1/+1
* clarify code a bitBrian Tarricone2008-09-281-2/+5
* rename RemoveProperty() to ResetProperty() all over the placeBrian Tarricone2008-09-284-46/+50
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-284-0/+130
* clarify RemoveProperty() dbus method description.Brian Tarricone2008-09-271-53/+0
* fix fetching properties rooted at something other than /Brian Tarricone2008-08-311-21/+16