summaryrefslogtreecommitdiffstats
path: root/TODO
blob: e3da2995534e4c573633345528178fb1a5453c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TODO

========================= GUI
[x] menubar (fring,help)
    [x] refresh
    [x] save to file
    [x] select directory
    [x] show hidden files
    [x] "about" dialogue
    [x] open parent folder

[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
[x] display total in ring center 
[ ] always render text on top
[ ] 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?)