I guess we might as well start assembling a list of things we need to do
after F18 goes out. Here's what I've got:
* Put advanced storage (filtering, multipath/iscsi/zfcp dialogs) back
in.
* Make system-config-kickstart work again. It's been broken since I got
rid of iw/GroupSelector.py (#859928).
* Add keyboard accelerators to pretty much everything, breaking all
kinds of strings in the process (#864964).
* Move us to using mutter (or something like it) so we don't get all
the redraw ugliness (#858684).
* Review Allan Day's suggestions, see what we can and cannot do, do it.
* Review the Wall of Anaconda, see what we can and cannot do, do it.
* Work on making our threading a little less awkward. In particular,
it can be very hard to tell what thread a method is executing in, and
whether or not you can do GTK calls directly. We also could use
thread name constants (wasn't someone else already working on that?).
* Allow selecting multiple disks (#864707).
* Allow a faster way of deleting everything on a disk (#880686).
- Chris