summaryrefslogtreecommitdiffstats
path: root/iw/cleardisks_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Do some editing of package and filter UI strings (#569039).Chris Lumens2010-03-041-3/+3
* Revert "Add StorageDevice.serial_for_display"Peter Jones2010-02-261-1/+0
* Add StorageDevice.serial_for_displayPeter Jones2010-02-261-0/+1
* Don't show BIOS RAID and multipath members in the cleardisks UI (#567281).Chris Lumens2010-02-231-17/+13
* Don't traceback during kickstart if no ignoredisk line is given (#563581).Chris Lumens2010-02-111-8/+15
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-3/+3
* Move storage into the Anaconda class.Chris Lumens2010-02-041-12/+12
* Build sorted models on top of filtered models to make column sorting work.Chris Lumens2010-01-291-20/+22
* Skip the filtering UI if there's only one disk in the machine.Chris Lumens2010-01-291-0/+7
* cleardisk_gui: Fix going back to the cleardisks guiHans de Goede2010-01-281-3/+9
* cleardisk_gui: Base autoselection of bootdev on detected BIOS orderHans de Goede2010-01-281-30/+15
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-1/+1
* Fix an infinite loop by properly iterating over the disks store (#557856).Chris Lumens2010-01-221-2/+2
* Make clearDisksWindow use device.model not device.partedDevice.modelPeter Jones2010-01-151-1/+1
* Support moving multiple rows at once in the cleardisks UI.Chris Lumens2010-01-131-22/+48
* Allow disks in the filter and cleardisks UIs to be selected via double-click.Chris Lumens2010-01-131-2/+6
* Add a step to prompt for the cleardisks UI.Chris Lumens2009-12-111-0/+201