diff options
author | Chris Lumens <clumens@redhat.com> | 2012-07-16 15:52:16 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2012-07-16 15:52:16 -0400 |
commit | fd8d0fbe64b43a07a458f861c5e0a9a22a54d017 (patch) | |
tree | 991f712a5d513cb25650fdfbdc67cd5c52c8b4f7 /pyanaconda | |
parent | 5ff750be4db77d10446f358e1bb75c343a4431bc (diff) | |
download | anaconda-fd8d0fbe64b43a07a458f861c5e0a9a22a54d017.tar.gz anaconda-fd8d0fbe64b43a07a458f861c5e0a9a22a54d017.tar.xz anaconda-fd8d0fbe64b43a07a458f861c5e0a9a22a54d017.zip |
More TODO list updating.
Diffstat (limited to 'pyanaconda')
-rw-r--r-- | pyanaconda/ui/gui/TODO | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/pyanaconda/ui/gui/TODO b/pyanaconda/ui/gui/TODO index 388cf8ed6..b228a30e5 100644 --- a/pyanaconda/ui/gui/TODO +++ b/pyanaconda/ui/gui/TODO @@ -1,16 +1,18 @@ +Fedora 18 +========= + Add "Add custom repo..." dialog. +- Add simple keyboard layout selection to welcome language screen. - Can the entry next to "Closest Mirror" be filled in with something to make it look less weird? - Disk tug-o-war needs to be written. - Do the really slow redraws happen on real hardware, or just virt? -- Install hub needs to be skipped if all spokes are completed on a kickstart install. - How to handle the fact that spokes may only be ready once they're finished downloading? +- Media install selectors take up all horizontal space on source spoke. - Network spoke needs apply method and to look at ksdata when setting itself up. - NetworkStandaloneSpoke needs completed method and to look at ksdata when setting itself up. - Need to sort out checking of storage config against package set space needs. - Reword "Continue" button on Install Destination confirmation to give a better indicator of where you go next. +- The setting on the welcome screen does not get reflected on the language and keyboard spokes. - Something causes the up and down arrows to resize the anaconda window. -- Test handling of inconsistent LVM/RAID, and uninitialized disks. + Update exception handling. This requires updating python-meh to use gtk3, which also requires updating firstboot and s-c-ks to gtk3. I want to turn s-c-ks into an anaconda wrapper first, though. @@ -18,3 +20,9 @@ - Why does the first hub jump left a little bit the first time you use the keyboard to navigate? - We need a way for users to look at the list of problems resulting from the software dependency check and the storage sanity check + +Beyond +====== +- "Choose Disks" dialog before hub #1. +- Device filtering. +- Write out in-progress install to kickstart file, detect it on restart |