summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorFrederic Back <fredericback@gmail.com>2006-09-27 17:23:20 +0000
committerFrederic Back <fredericback@gmail.com>2006-09-27 17:23:20 +0000
commit5ba898be2dc980923161092dc607ec89dc2d8655 (patch)
treebd61ef39d6e9beb5e6225023630b617c4073bf98 /TODO
parent7eb65214f77699ca519bd3d5784f034577887c60 (diff)
* removed obsolete TODO items
* merged extension back from c_walker git-svn-id: file:///home/lennart/svn/public/fring/trunk@34 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index e3da299..55f731d 100644
--- a/TODO
+++ b/TODO
@@ -19,14 +19,3 @@ TODO
[ ] make sure that filenames are always visible
[ ] do more magic adjustments
[ ] clean gui -> renderer interface
-
-========================= 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?)