summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with format and migrate combo box activation.David Cantrell2009-03-301-2/+2
* Correct bounds checking problems in 'Shrink current system'David Cantrell2009-03-301-14/+12
* Fix pylint errors in iw/*.pyHans de Goede2009-03-253-2/+7
* Do not flag every existing partition for resize (#491803)David Cantrell2009-03-241-1/+3
* Remove unused noformatCB() function.David Cantrell2009-03-241-9/+1
* Remove unnecessary istruefalse() function.David Cantrell2009-03-241-7/+2
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-232-2/+2
* If the new size and old size are the same, treat as a no-op (#491496).Chris Lumens2009-03-231-3/+7
* Fix traceback when editing encrypted mdraid device in UI.Radek Vykydal2009-03-201-4/+5
* Handle system crappyness.Joel Granados Moreno2009-03-191-1/+1
* Fix New partition in UIRadek Vykydal2009-03-191-1/+2
* Rework the lvm dialog. (#490301,#490966,#490681,#489870)David Lehman2009-03-191-224/+377
* Destroy and create luks child of raid array too when editing in UI.Radek Vykydal2009-03-181-10/+14
* Editing non-existent raid device by destroying and creating actionsRadek Vykydal2009-03-181-36/+43
* actionDestroyFormat call takes device, not formatRadek Vykydal2009-03-181-2/+2
* Fix getChildren call in partition UIRadek Vykydal2009-03-181-1/+1
* Do not duplicate requested minor number in edit raid UI list.Radek Vykydal2009-03-181-1/+1
* Offer available partitions when editing non-preexisting raid request.Radek Vykydal2009-03-181-1/+1
* Do not create a LUKSDevice if we do not have a way to map the device.David Lehman2009-03-163-19/+56
* Fix creation of fs options for preexisting encrypted devices.David Lehman2009-03-164-19/+27
* Fix lots of buggy behavior in the partition dialog.David Lehman2009-03-161-12/+23
* editPartitionRequest -> editPartition in iw/partition_gui.py (#490384).Chris Lumens2009-03-161-3/+3
* clampPVSize -> clampSize in lvm.py (#490295).Chris Lumens2009-03-161-1/+1
* Create separate resize actions for formats and devices.David Cantrell2009-03-151-27/+53
* Fix display of LV format type for encrypted LVs.David Lehman2009-03-131-1/+1
* Schedule format create for newly encrypted preexisting partition.David Lehman2009-03-131-0/+1
* Schedule format create action for newly encrypted preexisting LV.David Lehman2009-03-131-1/+2
* Use the right import path for checkbootloader (#490049).Chris Lumens2009-03-131-1/+1
* Fix infinite loops in partition screen populate. (#490051)David Lehman2009-03-131-0/+2
* Fix getting of number of total devices of sw raid.Radek Vykydal2009-03-131-0/+1
* Fix editing of existing logical volume.Radek Vykydal2009-03-131-2/+2
* 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