summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Back <fredericback@gmail.com>2006-09-25 09:57:53 +0000
committerFrederic Back <fredericback@gmail.com>2006-09-25 09:57:53 +0000
commitdf25a4b6cb11afe8592560e5ccb2cd8f5121a9b9 (patch)
tree125aabb445b6856cf329e672d40c63050eedf2f7
parent6bdf25e0ab8fc889060f548bfda8a25367e5ab5f (diff)
* added some items
git-svn-id: file:///home/lennart/svn/public/fring/trunk@24 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index cf3582f..ed14e58 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
TODO
+========================= GUI
[x] menubar (fring,help)
[x] refresh
[x] save to file
@@ -10,9 +11,21 @@ TODO
[x] click on folder -> open it
[x] show busy cursor while walking dir tree
+[x] do not show black backrgound when app starts up
+========================= DISPLAY
[ ] always render text on top
[ ] make sure that filenames are always visible
[ ] do more magic adjustments
[ ] clean gui -> renderer interface
-[x] do not show black backrgound when app starts up
+
+========================= PARSING / C-PORTAGE
+[ ] port pure walking function to c or c++
+ [ ] check if unsigned long is long enough
+ [ ] raise python errors (instead of returning None)
+ [ ] catch all possible <dirent.h> errors
+
+ [ ] enable threading while running c function (?)
+ currently, gtk is not responsive while walking the tree.
+
+[ ] walk remote directories (use gnomevfs?)