summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?)