diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,20 +1,29 @@ | |||
1 | 0.7.1: | 1 | 0.7.1: |
2 | - deadlock (download directory, download files in | ||
3 | directory, clear (multiple) completed downloads | ||
4 | => strange deadlock) | ||
5 | - Assertion failed at download.c:264 in fs_download_started. | ||
6 | - disable inactive buttons (if no search/download | 2 | - disable inactive buttons (if no search/download |
7 | is selected to operate on) [ medium ] [pre1] | 3 | is selected to operate on) [ medium ] [pre1] |
8 | - highlight active downloads in search list [ easy ] [pre1] | 4 | - highlight active downloads in search list [ easy ] [pre1] |
9 | - highlight completed downloads [ easy ] [pre1] | 5 | - highlight completed downloads [ easy ] [pre1] |
10 | - allow deletion of keywords and metadata [pre1] | 6 | - allow deletion of keywords and metadata [pre1] |
7 | |||
11 | - create directory from known file IDs [ medium ] [pre2] | 8 | - create directory from known file IDs [ medium ] [pre2] |
12 | in Assemble Directory's Files Available/Selected | 9 | in Assemble Directory's Files Available/Selected |
13 | + have sortability | 10 | + have sortability |
14 | + have multiselection | 11 | + have multiselection |
15 | + print filenames as well | 12 | + print filenames as well |
16 | - more help-texts (glade) [ easy ] [pre2] | 13 | - more help-texts (glade) [ easy ] [pre2] |
14 | |||
17 | - re-enable advanced/namespace menus [RC] | 15 | - re-enable advanced/namespace menus [RC] |
16 | + namespace creation | ||
17 | + namespace update | ||
18 | + namespace search | ||
19 | + collection creation | ||
20 | + collection abortion | ||
21 | |||
22 | ODD BUGS TO WATCH OUT FOR (seen, possibly fixed, hard to reproduce): | ||
23 | - deadlock (download directory, download files in | ||
24 | directory, clear (multiple) completed downloads | ||
25 | => strange deadlock) | ||
26 | - Assertion failed at download.c:264 in fs_download_started. | ||
18 | 27 | ||
19 | 0.7.2: | 28 | 0.7.2: |
20 | - various minor memory leaks (see #if 0 code in namespace.c) | 29 | - various minor memory leaks (see #if 0 code in namespace.c) |