openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Xfconf
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
May 11, 2024 — May 11, 2025
Showing page 43 of 44
Search / Filter on:
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.
Brian Tarricone
More...
over 17 years ago
add permission denied error type
Brian Tarricone
More...
over 17 years ago
fix file writing - forgot to XfconfProperty-ise it
Brian Tarricone
More...
over 17 years ago
fix some get/set stuff. make set and get_all use the new XfconfProperty stuff. i think stuff is starting to work.
Brian Tarricone
More...
over 17 years ago
fix a bunch of parsing buglets - still more tho
Brian Tarricone
More...
over 17 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
Brian Tarricone
More...
over 17 years ago
lowercase all channel/property names to enforce case-insensitivity
Brian Tarricone
More...
over 17 years ago
fix build of autogenerated sources
Brian Tarricone
More...
over 17 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.
Brian Tarricone
More...
over 17 years ago
add some preliminary specs/behavior descriptions
Brian Tarricone
More...
over 17 years ago
change version of perchannel-xml file format from 1 to 0.1
Brian Tarricone
More...
over 17 years ago
update todo again
Brian Tarricone
More...
over 17 years ago
update todo
Brian Tarricone
More...
over 17 years ago
add todo file
Brian Tarricone
More...
over 17 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
Brian Tarricone
More...
over 17 years ago
whoops, forgot the makefile
Brian Tarricone
More...
over 17 years ago
add prelim dtd for the perchannel-xml backend
Brian Tarricone
More...
over 17 years ago
add xfconf_g_value_free() utility function
Brian Tarricone
More...
over 17 years ago
clean up header files
Brian Tarricone
More...
over 17 years ago
do some cosmetic renaming
Brian Tarricone
More...
over 17 years ago
* add RemoveChannel() to the dbus interface and client lib * rename some dbus methods so it's more clear what they do
Brian Tarricone
More...
over 17 years ago
add dbus activation service file
Brian Tarricone
More...
over 17 years ago
add comment about possible memory leak
Brian Tarricone
More...
over 17 years ago
launch to-be-written settings app on ShowList() and ShowPlugin()
Brian Tarricone
More...
over 17 years ago
set svn:ignore
Brian Tarricone
More...
over 17 years ago
add gtk-doc framework and fix up docs everywhere
Brian Tarricone
More...
over 17 years ago
set svn:ignore
Brian Tarricone
More...
over 17 years ago
fix some license headers and document all functions in libxfconf
Brian Tarricone
More...
over 17 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
Brian Tarricone
More...
over 17 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()
Brian Tarricone
More...
over 17 years ago
←
1
2
…
36
37
38
39
40
41
42
43
44
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree