diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 53 |
1 files changed, 29 insertions, 24 deletions
@@ -1,36 +1,41 @@ | |||
1 | 0.7.1: | 1 | 0.7.1: |
2 | 1) create directory from known file IDs [ medium ] | 2 | - create directory from known file IDs [ medium ] |
3 | 2) disable inactive buttons (if no search/download | 3 | in Assemble Directory's Files Available/Selected |
4 | is selected to operate on) [ medium ] | 4 | + have sortability |
5 | 3) more help-texts (glade) [ easy ] | 5 | + have multiselection |
6 | 4) highlight completed downloads [ easy ] | 6 | + print filenames as well |
7 | 5) highlight active downloads in search list [ easy ] | 7 | - disable inactive buttons (if no search/download |
8 | 6) pop-up dialogs / context menus (show extra information, | 8 | is selected to operate on) [ medium ] |
9 | in particular full metadata) [ medium ] | 9 | - more help-texts (glade) [ easy ] |
10 | 7) chat [ difficult ] | 10 | - highlight active downloads in search list [ easy ] |
11 | 8) show content of current collection | ||
12 | 9) various minor memory leaks (see FIXME in search.c, | ||
13 | #if 0 code in namespace.c) | ||
14 | 11 | ||
12 | 0.7.2: | ||
13 | - various minor memory leaks (see FIXME in search.c, | ||
14 | #if 0 code in namespace.c) | ||
15 | 15 | ||
16 | gnunet-gtk wishlist (from pre-0.7.0 days): | 16 | 0.7.3: |
17 | - add option to list all indexed files and perhaps delete from them | 17 | - show content of current collection |
18 | (ECRS now supports listing of indexed files!) | 18 | - highlight completed downloads [ easy ] |
19 | - pop-up dialogs / context menus (show extra information, | ||
20 | in particular full metadata) [ medium ] | ||
21 | - add right button popup menu operations for | ||
22 | Select by pattern | ||
23 | in the search result list. | ||
19 | - for potentially long clists, add option to specify a string | 24 | - for potentially long clists, add option to specify a string |
20 | pattern that must be matched for the lines to be displayed | 25 | pattern that must be matched for the lines to be displayed |
21 | (to further prune search results, for example) | 26 | (to further prune search results, for example) |
27 | |||
28 | 0.7.4: | ||
29 | - chat [ difficult ] | ||
30 | - add option to list all indexed files and delete from them | ||
31 | (ECRS now supports listing of indexed files!) | ||
22 | - implement search bookmarking (e.g. user could add/edit/delete | 32 | - implement search bookmarking (e.g. user could add/edit/delete |
23 | favourite namespace/key etc combinations) | 33 | favourite namespace/key etc combinations) |
24 | - in Assemble Directory's Files Available/Selected | 34 | |
25 | Add sortability | 35 | |
26 | Add multiselection | 36 | 1.0.0: |
27 | Print filenames as well | ||
28 | - add right button popup menu operations for | ||
29 | Select by pattern | ||
30 | in the search result list. | ||
31 | - a completely new interactive namespace/directory building | 37 | - a completely new interactive namespace/directory building |
32 | module that would allow importing files/directories from | 38 | module that would allow importing files/directories from |
33 | disk and edit various parameters, file descriptions and | 39 | disk and edit various parameters, file descriptions and |
34 | the dir tree structure before the insertion. | 40 | the dir tree structure before the insertion. |
35 | - give user opportunity to change namespace rating after | 41 | |
36 | namespace download succeeded | ||