dialog parent fix, etc
[fapman] / TODO.txt
1 -------------------------------------------------------------------------------------
2  TODO for Faster Application Manager
3
4  Note that many of these are just random ideas, not all of them will get implemented
5 -------------------------------------------------------------------------------------
6
7 0.6.6:
8 * show a warning if all packages are pinned in apt settings
9 * fix: confirmation dialog has wrong parent set
10
11
12 0.7:
13 - update install/remove changes directly to internal package db & don't require re-reading package lists afterwards
14 - support loading .install files
15 - support installing local .debs
16 - dbus interface for installing packages by name
17 - mime type handling for .install and .deb (can it be done without conflicting HAM?)
18 - warn about unauthenticated packages / option to disable installing unauthenticated packages
19
20
21 0.8 (possibly):
22 - "problem solver" window/feature (find broken packages, handle recovery from broken packages better)
23 - possible to save package selection or a list of installed (user category) packages anywhere
24
25
26 later/any/uncertain:
27 - don't lose package selections when returning to main menu
28   (autostore/load selections - to different file than normal store)
29 - show download speed for apt-get update
30 - keep a list of recently removed apps for easy reinstallation
31 - add an option to start fetching changelogs automatically for all upgradeable packages?
32 - how to handle package names that end in '-'? (theoretically they are valid but nonexistent?)
33 - filtering by repository / repository color coding?
34 - make sure network is online on startup?
35 - fetch dates for other than user categories?
36 - "online search" (a new button to main menu): use maemo.org search to find packages without loading local package lists (?)
37 - ability to easily add extras-devel and extras-testing to repos if they don't exist
38 - load package lists in the background when the main menu is visible?
39 - read all hildon app manager repository settings (requires too much work...)
40 - possible to select cache location?
41
42
43 known bugs:
44 - possible to get stuck in portrait mode (wait for Qt autorotation fix)
45 - updating menu icons after installation does not work or works only sometimes (currently disabled)