summaryrefslogtreecommitdiff
path: root/xfconfd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-294-0/+100
* * configure.ac.in: Bump glib dependency to 2.12.0.Nick Schermer2008-07-282-24/+25
* fix get_all(), stupid typoBrian Tarricone2008-07-271-1/+1
* revert a change -- avoid double leading slashes when returning all propsBrian Tarricone2008-07-271-3/+10
* improve property name validationBrian Tarricone2008-07-271-0/+16
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-274-126/+143
* remove unneeded code, fixes memleak on channel loadBrian Tarricone2008-07-251-5/+0
* xfconfd/xfconf-backend-perchannel-xml.c: Fix crash when removing theJannis Pohlmann2008-07-171-8/+3
* xfconfd/main.c, xfconfd/xfconf-backend-perchannel-xml.c: Fix a fewJannis Pohlmann2008-07-172-0/+5
* Add optional profiling support for xfconfd and xfsettingsdStephan Arts2008-07-141-0/+4
* * xfconfd/xfconf-backend.c, xfconfd/xfconf-backend-perchannel-xml.c:Jannis Pohlmann2008-07-033-187/+193
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-292-4/+5
* emit PropertyChanged on all props when a channel is removedBrian Tarricone2008-05-131-4/+35
* add PropertyRemoved signal to dbus interface and hook it up everywhereBrian Tarricone2008-05-131-5/+19
* don't emit PropertyChanged before returning from a get/set/etc. handlerBrian Tarricone2008-05-121-8/+36
* Add the .service file to CLEANFILES instead of DISTCLEANFILES.Stephan Arts2008-05-021-2/+2
* do validate the first char of the channel nameBrian Tarricone2008-05-011-1/+0
* i suck. 0-9 are valid characters.Brian Tarricone2008-04-301-0/+2
* prevent xfconfd from freezingStephan Arts2008-04-291-0/+1
* validate channel namesBrian Tarricone2008-04-281-3/+48
* validate property names and throw an error if they're badBrian Tarricone2008-04-261-2/+56
* add property value to PropertyChanged/XfconfChannel::property-changed signalBrian Tarricone2008-04-211-4/+12
* do some rearranging of code locationsBrian Tarricone2008-04-145-40/+173
* emit the PropertyChanged signal properly. duh.Brian Tarricone2008-04-131-25/+19
* move GValue convenience funcs to their own libtool convenience libBrian Tarricone2008-04-093-138/+7
* make the PropertyChanged signal workBrian Tarricone2008-04-074-3/+108