summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-10 18:11:45 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-10 18:11:45 +0100
commit04c6e02dde3ea10b50aeff0f2193892207d86bfb (patch)
treea1cff1d2274b80f8b1758e24c0f3b7da1b77916e /TODO
parent7d63d384de7621802e1c9cec438c030c6b74c7e7 (diff)
cleaned up and abstracted ui code everywhere
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index b0d9e99..5337afd 100644
--- a/TODO
+++ b/TODO
@@ -4,13 +4,11 @@ See also the FIXME's and TODO's in the code.
ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and refactoring
General:
* setup bugtracker/roadmap thingie
-* write the ui functions for asking questions etc for both cli and dialog and port all code to use it.
* find a way to not have to preload libs and stuff, only load them when needed. -> faster start of install program
* test refactored disk code
Specifically:
* lib/blockdevice: autoprepare does not take the last item in 'for fsspec in $STRING; do' (check debug output)
-* core/interactive: gui transparancy: interactive autoprepare, package selection
* core/interactive: fix workaround needed for installpkg exitcode
* core/interactive: keymap setting from installer does not go in $target/etc/rc.conf
* lib-ui: don't echo the results, just use the $ANSWER_<foo> variables