1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
redid perchannel-xml backend to use GNode internally for the property tree rather than GTree, as GTree is just not really working right here (even tho it's easier to use). GetProperty(), SetProperty(), GetAllProperties(), PropertyExists(), and RemoveChannel() appear to work. RemoveProperty() causes a segfault, not sure why yet. More... over 16 years ago
add permission denied error type More... over 16 years ago
fix file writing - forgot to XfconfProperty-ise it More... over 16 years ago
fix some get/set stuff. make set and get_all use the new XfconfProperty stuff. i think stuff is starting to work. More... over 16 years ago
fix a bunch of parsing buglets - still more tho More... over 16 years ago
this appears to work for writing out the perchannel-xml config files, but it's pretty ugly, and i'm not sure if it works in all cases More... over 16 years ago
lowercase all channel/property names to enforce case-insensitivity More... over 16 years ago
fix build of autogenerated sources More... over 16 years ago
implement most of the the perchannel-xml reading and parsing code. it's not complete, and it completely differs from the write code (right now, it can't properly read the files it writes), and there are some problems parsing string lists (sometimes), which i know how to fix. also there's a new locking scheme that dupilcates the functionality currently in XfceKiosk. More... over 16 years ago
add some preliminary specs/behavior descriptions More... over 16 years ago
change version of perchannel-xml file format from 1 to 0.1 More... over 16 years ago
update todo again More... over 16 years ago
update todo More... over 16 years ago
add todo file More... over 16 years ago
implement most of the perchannel-xml backend. reading stuff from the xml files isn't implemented yet, but writing values is done and appears to work More... over 16 years ago
whoops, forgot the makefile More... over 16 years ago
add prelim dtd for the perchannel-xml backend More... over 16 years ago
add xfconf_g_value_free() utility function More... over 16 years ago
clean up header files More... over 16 years ago
do some cosmetic renaming More... over 16 years ago
* add RemoveChannel() to the dbus interface and client lib * rename some dbus methods so it's more clear what they do More... over 16 years ago
add dbus activation service file More... over 16 years ago
add comment about possible memory leak More... over 16 years ago
launch to-be-written settings app on ShowList() and ShowPlugin() More... over 16 years ago
set svn:ignore More... over 16 years ago
add gtk-doc framework and fix up docs everywhere More... over 16 years ago
set svn:ignore More... over 16 years ago
fix some license headers and document all functions in libxfconf More... over 16 years ago
add docs for XfconfBackendInterface, and change the interface a little so the backend should expect an already-inited GHashTable for GetAll() rather than doing that itself More... over 16 years ago
* change xfconf_channel_get_*() API to return the values directly and take a 'default_value' param for when a property doesn't exist * add API to DBus interface: GetAll, Exists, Remove * add XfconfChannel API: xfconf_channel_get_all(), xfconf_channel_property_exists(), xfconf_channel_remove_property() More... over 16 years ago