summaryrefslogtreecommitdiffstats
path: root/iw/partition_dialog_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no-instdata'Chris Lumens2010-02-081-2/+2
|\
| * Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+2
* | Use 0 for a default max_req_size instead of None.David Lehman2010-02-051-1/+1
|/
* Add support for whole-disk formatting.David Lehman2009-12-091-3/+3
* Select drives in partition dialog, preserving settings. (#529931)David Lehman2009-11-021-2/+2
* Fix arrow key cycling in the Edit Partition dialog (#519641).Chris Lumens2009-10-271-4/+2
* Consider encryption when checking for duplicate mountpoint. (#526697)David Lehman2009-10-091-1/+4
* Make sure user-selected mountpoint is not already in use. (#524584)David Lehman2009-09-221-2/+16
* Handle Esc keypress in (some more) dialogs as Cancel - (#520110).Radek Vykydal2009-09-211-1/+1
* Fix handling of locked preexisting LUKS devices. (#502310)David Lehman2009-08-281-2/+7
* Fix up handling of preexisting partitions.David Lehman2009-08-281-2/+0
* Pick up mountpoint set for protected partitions. (#498591)David Lehman2009-08-281-0/+3
* Update code that checks for devices that contain install media.David Lehman2009-07-011-1/+1
* Create and use unique ids for Device instances. (#500808)David Lehman2009-05-281-1/+1
* Don't schedule a format resize if reformat scheduled. (#500991)David Lehman2009-05-151-1/+1
* Allow setting a mountpoint w/o formatting an encrypted partition. (#495417)David Lehman2009-04-241-5/+3
* Remove encryption from preexisting device if "Encrypt" is deactivated.David Lehman2009-04-241-1/+21
* Fix indentation of preexisting partition handling block.David Lehman2009-04-241-35/+35
* Fix preservation of format attrs for preexisting luks partitions.David Lehman2009-04-211-13/+12
* Fix changing size of newly created partitionsHans de Goede2009-04-151-0/+1
* Fix format check box for pre-existing partitions (#491675)David Cantrell2009-04-021-21/+45
* Assign weights to partition requests when doing manual or kickstart installs.Chris Lumens2009-03-301-1/+9
* If the new size and old size are the same, treat as a no-op (#491496).Chris Lumens2009-03-231-3/+7
* Fix New partition in UIRadek Vykydal2009-03-191-1/+2
* Do not create a LUKSDevice if we do not have a way to map the device.David Lehman2009-03-161-4/+13
* Fix creation of fs options for preexisting encrypted devices.David Lehman2009-03-161-1/+1
* Fix lots of buggy behavior in the partition dialog.David Lehman2009-03-161-12/+23
* Schedule format create for newly encrypted preexisting partition.David Lehman2009-03-131-0/+1
* Make it possible to create encrypted partitions interactively.David Lehman2009-03-031-28/+28
* Import LUKSDevice from storage.devices since we might use it.David Lehman2009-03-031-1/+1
* Lots of fixes to partition dialog.David Lehman2009-03-021-20/+24
* Remove calls to sanityCheckRequest()David Cantrell2009-03-021-15/+0
* Syntax fixes for new storage code.David Cantrell2009-03-021-2/+3
* Syntax and import fixes.David Cantrell2009-03-021-3/+3
* Update UI code to use new storage module.David Lehman2009-02-231-238/+172
* Read CHS values from Device.biosGeometry propertyDavid Cantrell2009-02-121-1/+1
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-1/+1
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-121-5/+4
* Don't prompt for a passphrase when creating encrypted devices.David Lehman2008-09-151-50/+4
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-2/+26
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+2
* remove debugging printBill Nottingham2008-04-071-1/+0
* Partitioning UI for handling of preexisting encrypted devices.David Lehman2008-03-281-16/+16
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-7/+14
* More mnemonicsJeremy Katz2007-12-121-1/+1
* Give access to partitions when determining min/max size to resize; also keepJeremy Katz2007-11-291-1/+1
* Implement resizing UI for graphical mode.Jeremy Katz2007-11-291-33/+10
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-0/+49
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-24/+3