blob: 7c751f17b1ef014d13c978d9b7c67729ff7976ba (
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
61
62
63
|
High priority (for 0.7.0pre3):
* basic FS integration:
- download (Tuesday/Wednesday)
+ find selection, start FSUI download
+ add download to download view:
- construct view
- maintain view
+ process progress events
- update download view
- show contents of directory in associated search view!
- insert (Thursday/Friday?)
+ launch file selection window
+ launch meta-data edit window
+ launch insertion process
+ add insertion to insertion view
+ process insertion progress events
Important (for 0.7.0):
* make use of anonymity level specification widgets (easy):
- search
- download
- upload
* implement advanced FS operations (namespace, collection)
* search:
+ update namespace list combo box
+ support namespace URIs
* insertion:
+ support nice progress view for recursive insertions
* stats integration
* available apps
Later (0.7.1):
* more help-texts
* pop-up dialogs
* chat
* look into I18N
gnunet-gtk wishlist (from pre-0.7.0 days):
- #770? (use freedback (LOG) in gnunet-gtk via show-messages)
(is this not working nicely already?)
- while (!) downloading directory, display already received results
for download (now supported by libecrs!)
- add option to list all indexed files and perhaps delete from them
(ECRS now supports listing of indexed files!)
- 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)
- implement search bookmarking (e.g. user could add/edit/delete
favourite namespace/key etc combinations)
- in Assemble Directory's Files Available/Selected
Add sortability
Add multiselection
Print filenames as well
- add right button popup menu operations for
Select by pattern
in the search result list.
- 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.
- give user opportunity to change namespace rating after
namespace download succeeded
|