diff options
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,17 +1,20 @@ | |||
1 | High priority: | 1 | High priority: |
2 | * figure out how list views work | 2 | * figure out how list views work |
3 | * decide between C and C++ | 3 | * basic FS integration: |
4 | (figure out how to inspect internals of | 4 | - search: |
5 | object tree in C / C++) | 5 | + properly get page from glade window |
6 | * basic FS integration (insert, search, download) | 6 | + properly initialize tree view |
7 | * better widget naming -- conventions? | 7 | + process search result events |
8 | + process search frame close event | ||
9 | + support namespace URIs | ||
10 | + update namespace list combo box | ||
11 | - insert | ||
12 | - download | ||
8 | 13 | ||
9 | Important: | 14 | Important: |
10 | * look at pango for welcome/splash screen | ||
11 | * advanced FS operations (namespace, collection) | 15 | * advanced FS operations (namespace, collection) |
12 | * stats integration | 16 | * stats integration |
13 | * available apps | 17 | * available apps |
14 | * about dialog | ||
15 | 18 | ||
16 | Later: | 19 | Later: |
17 | * more help-texts | 20 | * more help-texts |