summaryrefslogtreecommitdiffstats
path: root/adept/TODO
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-09 10:18:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-09 10:18:22 +0000
commita4e1f41de249a24f3a3607b3ed5d5f02c094e8b5 (patch)
tree7e484840aaf31fc0d4780295b342592f3dd87a72 /adept/TODO
downloadadept-a4e1f41de249a24f3a3607b3ed5d5f02c094e8b5.tar.gz
adept-a4e1f41de249a24f3a3607b3ed5d5f02c094e8b5.zip
Added adept (KDE3 version abandoned by original author)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/adept@1072021 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'adept/TODO')
-rw-r--r--adept/TODO33
1 files changed, 33 insertions, 0 deletions
diff --git a/adept/TODO b/adept/TODO
new file mode 100644
index 0000000..504a439
--- /dev/null
+++ b/adept/TODO
@@ -0,0 +1,33 @@
+the 1.88 milestone:
+* the most "intrusive" changes to ui should be done at this point: the detailed
+ package view and package browsing interface, improvements to the filtering ui
+- make the filter area resize itself to fit the contained filters [done]
+- clean up individual filters (their extended state that is) [done]
+- implement a sidebar for listing available filtering options
+- implement "buckets" for wanted and unwanted tags (these are basically a
+ want/unwant anded tag filters)
+- implement drag&drop from sidebar to buckets and to filter list
+- implement shuffling of items in the filter list by d&d (needs fixes in
+ extendablelist)
+- implement detailed package view
+- implement package browsing (needs thinking)
+
+* basic pinning support in the libraries should be done (the ui will possibly
+ have to wait till beta)
+
+* the ui should be fully i18n'd
+- libapt-front needs to be i18n'd
+- strings in libept and apps need to be wrapped in i18n
+
+* skeleton of the update notifier should be done
+
+* purge and reinstall options in the UI
+- need respective options in libapt-front
+- add actions to context menu
+- think about semantics...
+
+* support for individual deb handling in the libraries (possibly without
+ ui)
+
+* at least basic support for konsole hiding (eventually without "waiting
+ for input" detection)