summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* Select/Deselect All should only apply to the current tab (#516143, #568875).Chris Lumens2010-03-042-8/+13
* Fixes bug #569373 - Change udev_trigger block calls to use change actionBrian C. Lane2010-03-041-2/+2
* 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
* Revert "working on this"Peter Jones2010-02-261-1/+1
* working on thisPeter Jones2010-02-261-1/+1
* 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
* Replace calls to isys.getDasdPorts() with calls to new getDasdPorts()David Cantrell2010-02-221-4/+4
* Reset the resolver cache after bringing up the network (#562209).Chris Lumens2010-02-221-0/+7
* 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
* Fix a handful of simple pychecker errors.Chris Lumens2010-02-162-2/+2
* 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
* Don't traceback during kickstart if no ignoredisk line is given (#563581).Chris Lumens2010-02-111-8/+15
* Be even more clear about removing existing linux installations. (#493360)David Lehman2010-02-101-2/+2
* Merge branch 'no-instdata'Chris Lumens2010-02-0823-94/+98
|\
| * Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-042-5/+5
| * Move bootloader into the Anaconda object.Chris Lumens2010-02-047-10/+10
| * Move storage into the Anaconda class.Chris Lumens2010-02-0413-45/+45
| * Move timezone to the Anaconda object.Chris Lumens2010-02-042-2/+2
| * Move users and security to the Anaconda object.Chris Lumens2010-02-041-6/+6
| * Move network to the Anaconda object.Chris Lumens2010-02-043-4/+4
| * Move keyboard to the Anaconda object.Chris Lumens2010-02-041-2/+2
| * Move instLanguage to the Anaconda object.Chris Lumens2010-02-043-4/+4
| * Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-042-13/+17
| * Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-041-1/+1
| * Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-3/+3
| * Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-1/+1
* | Fix partitioning help spelling (#562823).Chris Lumens2010-02-081-4/+4
* | Take advantage of default size for new partitions.David Lehman2010-02-051-7/+5
* | Use 0 for a default max_req_size instead of None.David Lehman2010-02-051-1/+1
|/
* 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