From df25a4b6cb11afe8592560e5ccb2cd8f5121a9b9 Mon Sep 17 00:00:00 2001 From: Frederic Back Date: Mon, 25 Sep 2006 09:57:53 +0000 Subject: * added some items git-svn-id: file:///home/lennart/svn/public/fring/trunk@24 d0d2c35f-0a1e-0410-abeb-dabff30a67ee --- TODO | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'TODO') 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 errors + + [ ] enable threading while running c function (?) + currently, gtk is not responsive while walking the tree. + +[ ] walk remote directories (use gnomevfs?) -- cgit