diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 37 |
1 files changed, 16 insertions, 21 deletions
@@ -1,24 +1,17 @@ | |||
1 | Important (for 0.7.0): | 1 | 0.7.0 (all of these can go under "known limitations", that |
2 | * bugs: | 2 | is, they are not release-critical IMO): |
3 | - figure out where seemingly spurious "pending" downloads come from | 3 | 1) stats integration (daemon+own module for graphical stats) |
4 | - why can the "file sharing" tab not be selected first | 4 | 2) update interval is not parsed |
5 | (I can select first "General" and then "file sharing"!, | 5 | 3) update namespace content (not implemented) |
6 | glade shows no difference between the two!!!) | 6 | 4) code cleanup (lots of repetition of code in fs plugin) |
7 | * implement advanced FS operations: | 7 | 5) various minor memory leaks in models (esp. on shutdown) |
8 | - create namespace [ medium, CG ] | 8 | 6) figure out where seemingly spurious "pending" downloads |
9 | * minor FIXMEs: root entry, minor FIXMEs, error hanlding | 9 | come from (still there?) |
10 | - delete namespace [ medium, CG ] | 10 | 7) why can the "file sharing" tab not be selected first |
11 | - publish to namespace [ easy, CG ] | 11 | (I can select first "General" and then "file sharing"!, |
12 | - publish update [ easy, CG ] | 12 | glade shows no difference between the two!!!) |
13 | - start collection [ easy, CG ] | ||
14 | * enable stop collection! | ||
15 | * need visual feedback for collection status! | ||
16 | - stop collection [ easy, CG ] | ||
17 | * enable start collection! | ||
18 | 13 | ||
19 | 14 | Later (0.7.1+): | |
20 | Later (0.7.1): | ||
21 | 0) stats integration (daemon+own module for graphical stats) [ medium ] | ||
22 | 1) auto-rename downloaded files | 15 | 1) auto-rename downloaded files |
23 | to better names (user feedback!?) [ medium ] | 16 | to better names (user feedback!?) [ medium ] |
24 | 2) create directory from known file IDs [ medium ] | 17 | 2) create directory from known file IDs [ medium ] |
@@ -27,8 +20,10 @@ Later (0.7.1): | |||
27 | 4) more help-texts (glade) [ easy ] | 20 | 4) more help-texts (glade) [ easy ] |
28 | 5) highlight completed downloads [ easy ] | 21 | 5) highlight completed downloads [ easy ] |
29 | 6) highlight active downloads in search list [ easy ] | 22 | 6) highlight active downloads in search list [ easy ] |
30 | 7) pop-up dialogs / context menus [ medium ] | 23 | 7) pop-up dialogs / context menus (show extra information, |
24 | in particular full metadata) [ medium ] | ||
31 | 8) chat [ difficult ] | 25 | 8) chat [ difficult ] |
26 | 9) show content of current collection | ||
32 | 27 | ||
33 | 28 | ||
34 | gnunet-gtk wishlist (from pre-0.7.0 days): | 29 | gnunet-gtk wishlist (from pre-0.7.0 days): |