summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk.TreeStores are iterable, so use indices instead of iterators.Chris Lumens2010-01-291-32/+37
* Build sorted models on top of filtered models to make column sorting work.Chris Lumens2010-01-292-24/+26
* Skip the filtering UI if there's only one disk in the machine.Chris Lumens2010-01-292-9/+24
* Startup iscsi / fcoe / zfcp before listing drives in the filter UIHans de Goede2010-01-281-0/+9
* 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
* Fix typo in partition_ui_helpers_gui.pyHans de Goede2010-01-281-1/+1
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-1/+1
* 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
* Remove MDRaidArrayDevice biosraid propertyHans de Goede2010-01-251-1/+1
* Check for devices with no media present in filter_gui.py (#558177)Hans de Goede2010-01-251-2/+13
* Fix an infinite loop by properly iterating over the disks store (#557856).Chris Lumens2010-01-221-2/+2
* Fix a syntax error in filter_gui.pyHans de Goede2010-01-211-1/+1
* List biosraids w/ disks and don't include them w/ md arrays in partgui.David Lehman2010-01-211-5/+5
* 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
* Make clearDisksWindow use device.model not device.partedDevice.modelPeter Jones2010-01-151-1/+1
* 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
* Fixup various errors detected by pylintHans de Goede2010-01-143-3/+4
* 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-132-2/+12
* 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
* Fix bootloader driveorder dialog.Radek Vykydal2009-12-221-5/+3
* Fix selection of default boot target in UI (#548695)Radek Vykydal2009-12-221-1/+2
* 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 an interface to select the fancy filtering UI vs. the regular one.Chris Lumens2009-12-111-0/+80
* Add a step to prompt for the cleardisks UI.Chris Lumens2009-12-111-0/+201
* Add a dialog to configure advanced storage devices.Chris Lumens2009-12-112-22/+347
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-112-0/+723
* Rework the upgrade vs. install screen a bit to make it look nicer.Chris Lumens2009-12-111-42/+33
* Add the updated and simplified parttype screen.Chris Lumens2009-12-111-472/+87
* Put less space between rows and allow text to be longer before wrapping.Chris Lumens2009-12-111-4/+4
* A couple of cleanups to warnings about formatting preexisting devices.David Lehman2009-12-101-1/+1
* Hide devices with certain formatting in the main partitioning UI.David Lehman2009-12-091-0/+3
* Automatic partitioning support for whole-disk formatting.David Lehman2009-12-092-16/+78
* Add support for whole-disk formatting.David Lehman2009-12-095-67/+74