summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStephan Arts <stephan@xfce.org>2008-09-28 13:34:06 +0000
committerStephan Arts <stephan@xfce.org>2008-09-28 13:34:06 +0000
commit2e4325dce79445845e455fae0a1628e9deb33175 (patch)
treee1226d655422ae5ede16ad675a0fa4c52ca0c72b /TODO
parent70ea1be1fdc450da143b882304359bced662de2f (diff)
downloadxfconf-2e4325dce79445845e455fae0a1628e9deb33175.tar.gz
Update TODO
Remove profiling-switch from configure.ac.in Update xfconf-query to use the new 'Reset' function in favour of the deprecated 'remove'. (Old svn revision: 27979)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 0e80ae4..47fbb6d 100644
--- a/TODO
+++ b/TODO
@@ -7,10 +7,7 @@
- tests for all the array and struct stuff
* MCS settings migration code
- special backend to read config entries
- - script/c code for users who want to migrate all their settings to
- xfconf and ditch MCS entirely
* expire channels from memory if they aren't accessed for a while
-* add a GetAllChannels() method to enable a gconf-editor type app
* PropertyChanged signal works, but...
- optimise by checking previous value; don't fire signal if the value
hasn't really changed. will this slow down the daemon too much?