aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-06 22:01:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-06 22:01:02 +0000
commit556e516a1b602add68b568c078fa07221b6fcfa1 (patch)
treef1f72d9e530fd3431b708ed107cfa8c01c299513 /TODO
parentc4559cf4a740cc50af599fad4bbff834c8ad5fa0 (diff)
downloadgnunet-556e516a1b602add68b568c078fa07221b6fcfa1.tar.gz
gnunet-556e516a1b602add68b568c078fa07221b6fcfa1.zip
stuff
Diffstat (limited to 'TODO')
-rw-r--r--TODO26
1 files changed, 16 insertions, 10 deletions
diff --git a/TODO b/TODO
index e536258a4..437fd9d67 100644
--- a/TODO
+++ b/TODO
@@ -22,19 +22,21 @@
22 - only connect() sockets that are ready (select()) [Nils] 22 - only connect() sockets that are ready (select()) [Nils]
23 [On W32, we need to select after calling socket before doing connect etc.] 23 [On W32, we need to select after calling socket before doing connect etc.]
24* GNUNET-GTK: 24* GNUNET-GTK:
25 - search events: 25 - handle download events:
26 + results 26 + download start
27 / thumbnail update 27 + download stop
28 / metadata view update 28 + download completed
29 + result updates 29 + download progress
30 + suspend / resume 30 + download error
31 + errors 31 + download resume
32 - double-clicking on search result in master list should open save-as dialog for CHK/LOC URIs 32 + download suspend
33 + download active
34 + download inactive
35 + download lost-parent (!)
33 - right-clicking on search result should open menu that allows: 36 - right-clicking on search result should open menu that allows:
34 + viewing full meta data
35 + starting download
36 + starting recursive download 37 + starting recursive download
37 + aborting active download 38 + aborting active download
39 + copy URI to clipboard
38 - implement publish dialog 40 - implement publish dialog
39 + add (single file) 41 + add (single file)
40 + edit (meta data add, meta data del, meta data type population, keyword add (button, activate entry line), 42 + edit (meta data add, meta data del, meta data type population, keyword add (button, activate entry line),
@@ -49,6 +51,9 @@
49 + open (import directory structure) 51 + open (import directory structure)
50 + cancel 52 + cancel
51 + execute (publish) 53 + execute (publish)
54 - events:
55 + search resume
56 + search error
52 - pick appropriate sort-by columns for various tree view columns 57 - pick appropriate sort-by columns for various tree view columns
53 58
540.9.0pre2: 590.9.0pre2:
@@ -102,6 +107,7 @@
102 - implement API to get notifications about bandwidth assignments to individual peers 107 - implement API to get notifications about bandwidth assignments to individual peers
103 - implement API to get notifications about updates to liveness of individual peers (before disconnect) 108 - implement API to get notifications about updates to liveness of individual peers (before disconnect)
104 - extend peer dialog with green-yellow-red connectivity status lights 109 - extend peer dialog with green-yellow-red connectivity status lights
110 - extend peer dialog with country flags and names
105 - implement statistics tabs 111 - implement statistics tabs
106 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...) 112 - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)
107 - implement unindex operation (use dialog with all indexed files for selection) 113 - implement unindex operation (use dialog with all indexed files for selection)