diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-06-22 09:33:43 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-06-22 17:01:10 -0400 |
| commit | 01693f2020d7d9e797c1e2a8290de72742f2bf14 (patch) | |
| tree | 22bc86cd515f20d035155871db68419589ca4a66 /pyanaconda | |
| parent | 826a9c170a7618ae7cd7761f1cb9a844fc615fbc (diff) | |
| download | anaconda-01693f2020d7d9e797c1e2a8290de72742f2bf14.tar.gz anaconda-01693f2020d7d9e797c1e2a8290de72742f2bf14.tar.xz anaconda-01693f2020d7d9e797c1e2a8290de72742f2bf14.zip | |
TODO list updates.
Diffstat (limited to 'pyanaconda')
| -rw-r--r-- | pyanaconda/ui/gui/TODO | 9 | ||||
| -rw-r--r-- | pyanaconda/ui/gui/spokes/custom.py | 3 |
2 files changed, 2 insertions, 10 deletions
diff --git a/pyanaconda/ui/gui/TODO b/pyanaconda/ui/gui/TODO index 1418f9d91..90badf635 100644 --- a/pyanaconda/ui/gui/TODO +++ b/pyanaconda/ui/gui/TODO @@ -1,9 +1,7 @@ -- Add a base class with kill switch for check threads (561185b0a8c2e7aaf4a9a8b551bab394116430a8). -- Add "Add custom repo..." dialog. ++ Add "Add custom repo..." dialog. - 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? -- Hubs need a way of noticing check threads are running (561185b0a8c2e7aaf4a9a8b551bab394116430a8). - 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? - Network spoke needs apply method and to look at ksdata when setting itself up. @@ -18,11 +16,8 @@ - There are three different free space displays - on lower left of install destination, on disk shopping cart, and on lower left of custom partition. They're all different. Which is correct? -- Update exception handling. This requires updating python-meh to use gtk3, ++ 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. - Wall of anaconda needs to be taken into account. -- The Welcome spoke appears to show back up after you click through betanag. -- When a SpokeSelector or MountpointSelector is clicked on, highlight it in blue just like - if it were navigated to with the keyboard. - Why does the first hub jump left a little bit the first time you use the keyboard to navigate? diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py index a97b96eb7..a54d2743b 100644 --- a/pyanaconda/ui/gui/spokes/custom.py +++ b/pyanaconda/ui/gui/spokes/custom.py @@ -25,9 +25,6 @@ # - Deleting an LV is not reflected in available space in the bottom left. # - Device descriptions, suggested sizes, etc. should be moved out into a support file. # - Newly created devices can not be resized (because self.resizable requires self.exists). -# - Removing a device is not very smart. It needs to take into account LUKS, LVM, RAID, -# all that kind of stuff. If this is the last device in one of those containers, all -# the containers should be deleted too. # - Tabbing behavior in the accordion is weird. import gettext |
