summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
...
* A volume group device has a "peSize" attribute (not "pesize").David Lehman2009-04-131-1/+1
* Remove uncommitted new lv from dict on cancel.David Lehman2009-04-131-0/+2
* Use the correct value when setting new extent size. (#493753)David Lehman2009-04-131-1/+1
* Clean up the code in editLogicalVolume function.Joel Granados Moreno2009-04-101-78/+137
* Aesthetic changes to "editLogicalVolume" function.Joel Granados Moreno2009-04-101-76/+74
* Fix display of format type for devices.anaconda-11.5.0.42-1David Lehman2009-04-093-4/+4
* partedUtils doesn't exist anymoreJeremy Katz2009-04-081-1/+0
* Use getDeviceNodeName() instead of basename of device node.Hans de Goede2009-04-081-1/+2
* Raise message, not exception when size set in LV dialog is too big.Radek Vykydal2009-04-071-1/+13
* Remove some old, unused code that also uses biosGeometry.Chris Lumens2009-04-061-14/+4
* For very small disks, don't try to display a stripe in the graph (#480484).Chris Lumens2009-04-061-0/+6
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-062-4/+2
* Present the correct max lv size in the dialog.David Lehman2009-04-021-1/+1
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-022-3/+2
* Fix format check box for pre-existing partitions (#491675)David Cantrell2009-04-022-59/+105
* Fix some pylint warnings in iw/*.pyHans de Goede2009-03-313-24/+15
* Reference the format by type, not name.(#492596)Joel Granados Moreno2009-03-311-1/+1
* Assign weights to partition requests when doing manual or kickstart installs.Chris Lumens2009-03-301-1/+9
* 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