summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple problems on the "Change device" bootloader dialog.Chris Lumens2009-03-051-4/+8
* Remove all uses of isys.cdromList, which no longer exists.Chris Lumens2009-03-051-2/+2
* Check to see if we're on S390 on the congrats screen (#488747).Chris Lumens2009-03-051-1/+2
* Merge branch 'master' into storageDavid Lehman2009-03-042-7/+27
|\
| * reIPL support for s390Mark Hamzy2009-03-021-5/+27
| * Revert "Use direct reference instead of setattr()."David Cantrell2009-02-231-2/+4
| * Use direct reference instead of setattr().David Cantrell2009-02-231-4/+2
| * Remove unnecessary import lines.David Cantrell2009-02-234-4/+0
* | Fix adding bootloader entries on the bootloader config screen.Chris Lumens2009-03-041-1/+3
* | If nothing's selected in the bootloader selection combo, don't traceback.Chris Lumens2009-03-041-1/+6
* | Fix some booty import errors.Chris Lumens2009-03-041-1/+1
* | Fix tracebacks when loading the "Change device" dialog.Chris Lumens2009-03-041-3/+3
* | Make the lvm dialogs minimally functional.David Lehman2009-03-041-68/+32
* | Several fixes to raid dialog.David Lehman2009-03-041-16/+28
* | More UI plumbing for filesystem migration support.David Cantrell2009-03-031-0/+8
* | Handle instances where migrate is not possible.David Cantrell2009-03-031-2/+6
* | Migrate FS user interface plumbing.David Cantrell2009-03-031-20/+25
* | Make it possible to create encrypted partitions interactively.David Lehman2009-03-031-28/+28
* | Fix check for newly encrypted partitions in main part window.David Lehman2009-03-031-1/+3
* | Import LUKSDevice from storage.devices since we might use it.David Lehman2009-03-031-1/+1
* | Several fixes to main partitioning gui.David Lehman2009-03-031-16/+5
* | Several fixes to storage dialog common code.David Lehman2009-03-031-18/+17
* | Lots of little fixes to raid dialog.David Lehman2009-03-021-4/+39
* | Lots of fixes to partition dialog.David Lehman2009-03-021-20/+24
* | Lots of little fixes to lvm dialogs.David Lehman2009-03-021-36/+75
* | Import lvm module to provide has_lvm.David Lehman2009-03-021-0/+1
* | Handle existing volumes without labels.David Cantrell2009-03-021-1/+1
* | Remove calls to sanityCheckRequest()David Cantrell2009-03-023-32/+0
* | Syntax fixes for new storage code.David Cantrell2009-03-022-8/+8
* | Import doPartitioning from storage.partitioning.David Cantrell2009-03-021-1/+2
* | Syntax and import fixes.David Cantrell2009-03-023-9/+9
* | Use disk.name to get device node name.David Cantrell2009-03-021-1/+1
* | First crack at making upgrade migrate gui work with new storage code.David Lehman2009-02-271-27/+27
* | Fix up calls to bootloaderChoices to refer to the platform module now.Chris Lumens2009-02-271-2/+2
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-275-44/+38
* | Lots of little updates to make things use the new storage module.David Lehman2009-02-246-50/+38
* | Remove a bunch of obsolete imports.David Lehman2009-02-231-6/+0
* | Update to use new storage module.David Lehman2009-02-231-46/+46
* | Update UI code to use new storage module.David Lehman2009-02-235-1159/+993
|/
* A parted.Disk has no attribute named "dev". It's named "device" (#486007).Chris Lumens2009-02-171-2/+2
* It's part.active, not part.is_active().Chris Lumens2009-02-162-2/+2
* Iterate over partitions to see free space.David Cantrell2009-02-121-1/+7
* Syntax fixes for the new pyparted for parted.FileSystem.David Cantrell2009-02-121-2/+2
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-12/+5
* Read CHS values from Device.biosGeometry propertyDavid Cantrell2009-02-122-8/+7
* Use device property on Disk and Geometry objects.David Cantrell2009-02-124-27/+27
* Syntax changes for the new pyparted.David Cantrell2009-02-122-4/+4
* Don't use the native_type flag anymore.Chris Lumens2009-02-121-2/+2
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-2/+1
* Removed partedUtils.get_partition_name()David Cantrell2009-02-122-4/+4