summaryrefslogtreecommitdiffstats
path: root/iw/lvm_dialog_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup various errors detected by pylintHans de Goede2010-01-141-1/+1
* Consider encryption when checking for duplicate mountpoint. (#526697)David Lehman2009-10-091-1/+4
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-16/+22
* Edit LVM LV when user has a LV selected.Joel Granados Moreno2009-10-011-0/+4
* Make sure user-selected mountpoint is not already in use. (#524584)David Lehman2009-09-221-2/+12
* Take into account snapshots and mirrored volumes in lvm dialogs.David Lehman2009-09-211-20/+27
* Handle Esc keypress in (some more) dialogs as Cancel - (#520110).Radek Vykydal2009-09-211-2/+2
* Fix handling of locked preexisting LUKS devices. (#502310)David Lehman2009-08-281-1/+2
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-6/+11
* Don't schedule a format resize if reformat scheduled. (#500991)David Lehman2009-05-151-1/+2
* Correct handling of formats on encrypted preexisting LVs. (#499828)David Lehman2009-05-141-24/+31
* Set new mountpoint correctly for existing encrypted LVs. (#496363)David Lehman2009-05-081-1/+1
* Fix calculation of smallest PV's size in the lvm dialog. (#493753)David Lehman2009-05-071-2/+2
* Support LVM PE sizes > 128MB (#497733)Cristian Ciupitu2009-05-051-2/+3
* Allow existing LVs with filesystems to be resized (#490913)David Cantrell2009-04-291-3/+2
* If the LV has no child, don't attempt to grab its format (#497239).Chris Lumens2009-04-241-1/+4
* Use size instead of currentSize when comparing lv sizesHans de Goede2009-04-161-1/+1
* The entry is named lvsizeentry now.Joel Granados Moreno2009-04-141-1/+1
* 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-091-2/+2
* Raise message, not exception when size set in LV dialog is too big.Radek Vykydal2009-04-071-1/+13
* Present the correct max lv size in the dialog.David Lehman2009-04-021-1/+1
* Fix pylint errors in iw/*.pyHans de Goede2009-03-251-1/+1
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-231-1/+1
* Rework the lvm dialog. (#490301,#490966,#490681,#489870)David Lehman2009-03-191-224/+377
* Fix creation of fs options for preexisting encrypted devices.David Lehman2009-03-161-2/+4
* clampPVSize -> clampSize in lvm.py (#490295).Chris Lumens2009-03-161-1/+1
* Schedule format create action for newly encrypted preexisting LV.David Lehman2009-03-131-1/+2
* 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
* Make the lvm dialogs minimally functional.David Lehman2009-03-041-68/+32
* Lots of little fixes to lvm dialogs.David Lehman2009-03-021-36/+75
* Remove calls to sanityCheckRequest()David Cantrell2009-03-021-11/+0
* Syntax and import fixes.David Cantrell2009-03-021-2/+2
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-6/+4
* Update UI code to use new storage module.David Lehman2009-02-231-361/+331
* Fix a few syntax error caugh by pycheckerHans de Goede2008-12-201-2/+2
* Fix the last pychecker warnings in masterHans de Goede2008-10-301-1/+1
* Don't prompt for a passphrase when creating encrypted devices.David Lehman2008-09-151-25/+2
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-1/+13
* - Fix formatting on disk sizes >1TBPeter Jones2008-08-061-9/+8
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+3
* Partitioning UI for handling of preexisting encrypted devices.David Lehman2008-03-281-2/+6
* Add support for encrypted LVs.David Lehman2008-03-261-0/+32
* Add efi to the ignoreable filesystem list.Peter Jones2008-03-141-1/+1
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1