aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 8891aefa79df4437cd11756e289aa9d86ebef63e (plain) (blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0.7.1:
- fix addition of previews for uploads [pre2]
- create directory from known file IDs [ medium ] [pre2]
  in Assemble Directory's Files Available/Selected
  + have sortability
  + have multiselection
  + print filenames as well
- re-enable advanced/namespace menus [pre3]
  + namespace creation
  + namespace update
  + namespace search
  + collection creation
  + collection abortion
- Assertion failed at download.c:300 in fs_download_started [RC]
  Possible path for reproduction:
  * Start download of directory (directory download completes),
  * download files in the directory
  * stop download of directory (=> kills pending downloads of files)
  * re-start download of files
    => assertion failure (once for each re-started download)
- should show upload/download status as tree, not flat list [RC]
  (makes recursive nature of aborting upload/download clearer!)

0.7.2:
- various minor memory leaks (see #if 0 code in namespace.c)
- proper namespace/collection support:
  * avoid repeatedly calling slow gnunet-gtk iterator (see drupal)
  * use new namespace APIs
  * clean, short namespace search URIs
- fix custom gtk logger (via memory logger?)
- show content of current collection
- color-coding of pending/completion of search results
  should be made persistent (currently reverts to white
  when gnunet-gtk is stopped and restarted); also need
  to add color for results previously downloaded

0.7.3:
- pop-up dialogs / context menus (show extra information,
  in particular full metadata) [ medium ]
- add right button popup menu operations for
    Select by pattern
  in the search result list.
- for potentially long clists, add option to specify a string
  pattern that must be matched for the lines to be displayed
  (to further prune search results, for example)

0.7.4:
- chat [ difficult ]
- add option to list all indexed files and delete from them
  (ECRS now supports listing of indexed files!)
- implement search bookmarking (e.g. user could add/edit/delete
  favourite namespace/key etc combinations)


1.0.0:
- a completely new interactive namespace/directory building
  module that would allow importing files/directories from
  disk and edit various parameters, file descriptions and
  the dir tree structure before the insertion.