summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a few bugs in the lvm dialog. (#489022)David Lehman2009-03-111-2/+2
* Hook up 'Shrink current system' dialog to new storage code.David Cantrell2009-03-101-7/+13
* Speed up partitioning screen redraws by trimming workload where possible.David Lehman2009-03-101-40/+48
* Fix name collision between formats.mdraid and devicelibs.mdraid.David Lehman2009-03-101-5/+5
* Fix several minor bugs preventing upgrade/rescue mount. (#488946)David Lehman2009-03-091-1/+1
* Fix booty for dmraidHans de Goede2009-03-091-2/+2
* It's self.origrequest, not self.origreqest (#489036).Chris Lumens2009-03-091-1/+1
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-062-10/+7
* Pass storage.disks, not storage, to createAllowed.... (#488860)David Lehman2009-03-051-1/+1
* Prevent clobbering of name 'mdraid' by qualifying it.David Lehman2009-03-051-2/+2
* 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