1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* handle 'empty' branches properly * fix typo (attribute_values[i] -> type) More... over 16 years ago
don't use old <string> elem; use <value type="string" ...> instead More... over 16 years ago
extract svn revision using git-svn More... over 16 years ago
add gnuc visibility stuff More... over 16 years ago
fix make dist More... over 16 years ago
distcheck requires a po/changelog More... over 16 years ago
start migration to new library API with array types and struct serializers. this isn't completely done and doesn't quite work (needs some more daemon backend work), but what's in svn doesn't work properly right now either More... over 16 years ago
use tagged svn version scheme More... over 16 years ago
update todo, spearate items into '1.0' items and 'future' items More... over 16 years ago
add --version option More... over 16 years ago
* move XfconfBackendError to a more public place and rename it to XfconfError * allow xfconfd to load multiple backends, the first of which is read/write, and the others are read-only * update docs More... over 16 years ago
ignore sigpipe again More... over 16 years ago
don't print warnings on common non-error errors unless XFCONF_ENABLE_CHECKS is defined More... over 16 years ago
use #define instead of hardcoded test channel name More... over 16 years ago
make RemoveProperty test more robust - check for presence of each property before removing, and again after each remove More... over 16 years ago
fix RemoveProperty removing all properties from the tree :-( More... over 16 years ago
update svn:ignore More... over 16 years ago
set svn:ignore More... over 16 years ago
fix template to use local XDG_CONFIG_HOME More... over 16 years ago
* add test framework to build * add possibility for extra error checking in libxfconf * fix warning (don't init gvalues before passing to dbus) * handle G_TYPE_STRV as string list in libxfconf More... over 16 years ago
add a sleep(). meh. More... over 16 years ago
add tests framework More... over 16 years ago
* make error reporting more verbose (should have a way to turn this off) * handle G_TYPE_STRV (i'm not sure why strlists aren't getting received as a GPtrArray of (gchar *)s) * fix channel xml file parse problem with string lists More... over 16 years ago
correct GDestroyNotify for the proptree More... over 16 years ago
add posix signal handling to exit xfconfd cleanly More... over 16 years ago
* call g_type_init() in xfconf_init() * register marshaller and signal for PropertyChanged * fix signal name Changed -> PropertyChanged More... over 16 years ago
move channel init stuff out of _new() and into _init() More... over 16 years ago
update todo More... over 16 years ago
fix missing root node property name, fix crash on double-free() More... over 16 years ago
* stupid - fix RemoveProperty() crash; just a mistaken parameter * make _proptree_remove() remove empty parents of the node to be removed More... over 16 years ago