summaryrefslogtreecommitdiff
path: root/xfconfd
Commit message (Expand)AuthorAgeFilesLines
* * 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
* make the array stuff work, in theory.Brian Tarricone2008-01-142-24/+30
* * handle 'empty' branches properlyBrian Tarricone2007-12-051-20/+23
* don't use old <string> elem; use <value type="string" ...> insteadBrian Tarricone2007-12-051-2/+6
* add gnuc visibility stuffBrian Tarricone2007-11-061-0/+1
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-251-113/+379
* add --version optionBrian Tarricone2007-10-031-3/+13
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-039-104/+171
* ignore sigpipe againBrian Tarricone2007-10-031-2/+2
* don't print warnings on common non-error errors unless XFCONF_ENABLE_CHECKSBrian Tarricone2007-10-031-0/+12
* fix RemoveProperty removing all properties from the tree :-(Brian Tarricone2007-10-031-2/+5
* * make error reporting more verbose (should have a way to turn this off)Brian Tarricone2007-10-031-2/+28
* correct GDestroyNotify for the proptreeBrian Tarricone2007-10-031-1/+3
* add posix signal handling to exit xfconfd cleanlyBrian Tarricone2007-10-031-0/+124
* fix missing root node property name, fix crash on double-free()Brian Tarricone2007-10-011-1/+2
* * stupid - fix RemoveProperty() crash; just a mistaken parameterBrian Tarricone2007-10-011-14/+35
* redid perchannel-xml backend to use GNode internally for the property treeBrian Tarricone2007-10-011-284/+385
* add permission denied error typeBrian Tarricone2007-10-012-0/+2
* fix file writing - forgot to XfconfProperty-ise itBrian Tarricone2007-09-171-16/+13
* fix some get/set stuff. make set and get_all use the new XfconfPropertyBrian Tarricone2007-09-171-13/+21
* fix a bunch of parsing buglets - still more thoBrian Tarricone2007-09-171-10/+57
* this appears to work for writing out the perchannel-xml config files, butBrian Tarricone2007-09-161-12/+105
* lowercase all channel/property names to enforce case-insensitivityBrian Tarricone2007-09-141-2/+2
* implement most of the the perchannel-xml reading and parsing code. it's notBrian Tarricone2007-09-141-19/+532
* change version of perchannel-xml file format from 1 to 0.1Brian Tarricone2007-09-061-1/+1
* implement most of the perchannel-xml backend. reading stuff fromBrian Tarricone2007-09-065-36/+586
* do some cosmetic renamingBrian Tarricone2007-09-062-69/+69
* * add RemoveChannel() to the dbus interface and client libBrian Tarricone2007-09-064-46/+102
* add dbus activation service fileBrian Tarricone2007-09-052-1/+15
* add comment about possible memory leakBrian Tarricone2007-09-051-0/+5
* launch to-be-written settings app on ShowList() and ShowPlugin()Brian Tarricone2007-09-052-2/+31
* add gtk-doc framework and fix up docs everywhereBrian Tarricone2007-09-052-95/+120
* fix some license headers and document all functions in libxfconfBrian Tarricone2007-09-051-1/+1
* add docs for XfconfBackendInterface, and change the interface a littleBrian Tarricone2007-09-054-6/+115
* * change xfconf_channel_get_*() API to return the values directlyBrian Tarricone2007-09-054-1/+161