summaryrefslogtreecommitdiffstats
path: root/iw/filter_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Add device node names to the filter UI, hidden by default (#566375).Chris Lumens2010-02-181-0/+5
* Fix hiding the advanced button on the filter UI (#555769, #565425, #560016).Chris Lumens2010-02-161-1/+1
* Warn when ignoring BIOS RAID members (#560932)Hans de Goede2010-02-161-0/+9
* Fix traceback in filter_gui.py when dealing with RAID10 BIOSRAID (#565444)Hans de Goede2010-02-161-1/+5
* Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-041-2/+2
* Move storage into the Anaconda class.Chris Lumens2010-02-041-6/+6
* Display ID_PATH for zFCP devices instead of looking for a WWID.Chris Lumens2010-02-031-2/+2
* Fix a variety of filtering UI problems caused by switching models around.Chris Lumens2010-02-031-13/+29
* Display ID_PATH instead of WWID for DASDs as well.Chris Lumens2010-02-031-3/+4
* Rename the WWID column to Identifier.Chris Lumens2010-02-031-14/+14
* Build sorted models on top of filtered models to make column sorting work.Chris Lumens2010-01-291-4/+4
* Skip the filtering UI if there's only one disk in the machine.Chris Lumens2010-01-291-9/+17
* Startup iscsi / fcoe / zfcp before listing drives in the filter UIHans de Goede2010-01-281-0/+9
* Fix visibility counting on filter notebook pages.Chris Lumens2010-01-251-1/+10
* Fix thinko in displaying the first filter notebook page that disks.Peter Jones2010-01-251-0/+1
* Filter UI: don't show cciss controllers without setsHans de Goede2010-01-251-0/+4
* Filter UI: give BIOS RAID sets a usable model string and display thatHans de Goede2010-01-251-2/+3
* Check for devices with no media present in filter_gui.py (#558177)Hans de Goede2010-01-251-2/+13
* Fix a syntax error in filter_gui.pyHans de Goede2010-01-211-1/+1
* Add mpath device to selection instead of its constituents.Peter Jones2010-01-201-4/+4
* Add udev_device_get_multipath_name().Peter Jones2010-01-201-1/+2
* Display the first filter notebook page that has any disks on it.Chris Lumens2010-01-151-0/+11
* Fix a traceback adding RAID devices to the filtering UI.Chris Lumens2010-01-151-1/+1
* Take ignoredDisks into account on the filter screen as well.Chris Lumens2010-01-081-6/+13
* When displaying the filter UI, check devices that are in exclusiveDisks.Chris Lumens2010-01-081-5/+12
* Do not duplicate exclusiveDisks when going back to filtering UI.Radek Vykydal2010-01-081-1/+1
* Don't include advanced devices in the total count on the basic filter UI.Chris Lumens2009-12-181-2/+10
* For iSCSI devices, put the path into the UI instead of a WWID.Chris Lumens2009-12-181-2/+9
* Make Callbacks._update_size_label callable from outside the object.Chris Lumens2009-12-181-8/+11
* Do not show the "Add Advanced" button on the basic filtering screen.Chris Lumens2009-12-181-0/+8
* Fix multipath filtering.Chris Lumens2009-12-161-2/+4
* Add a dialog to configure advanced storage devices.Chris Lumens2009-12-111-22/+92
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-111-0/+528