summaryrefslogtreecommitdiffstats
path: root/iw/partition_ui_helpers_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in partition_ui_helpers_gui.pyHans de Goede2010-01-281-1/+1
* Automatic partitioning support for whole-disk formatting.David Lehman2009-12-091-4/+5
* Add support for whole-disk formatting.David Lehman2009-12-091-1/+1
* Add per-row control over sensitive property for CheckList and WideCheckList.David Lehman2009-12-091-3/+4
* Fix traceback when editing a pre-existing logical volumeHans de Goede2009-09-021-3/+4
* Fix up handling of preexisting partitions.David Lehman2009-08-281-9/+0
* Prevent resizes that would go past the end of the disk (#495520)David Cantrell2009-08-261-5/+9
* Add a description to DiskDevice, and use it in the UI.Peter Jones2009-08-061-1/+1
* Fix traceback in second editing of existing raid dev (#497234).Radek Vykydal2009-04-301-2/+2
* Don't traceback on invalid filesystem detection (#495156)David Cantrell2009-04-151-1/+1
* Check to see if formatcb is None.Joel Granados Moreno2009-04-151-2/+7
* We don't always have a formatcb either (#495665).Chris Lumens2009-04-141-1/+2
* Handle format combo box not existing (#495288)David Cantrell2009-04-131-1/+1
* Fix display of format type for devices.anaconda-11.5.0.42-1David Lehman2009-04-091-1/+1
* partedUtils doesn't exist anymoreJeremy Katz2009-04-081-1/+0
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-021-2/+1
* Fix format check box for pre-existing partitions (#491675)David Cantrell2009-04-021-38/+60
* Fix some pylint warnings in iw/*.pyHans de Goede2009-03-311-14/+14
* Fix problem with format and migrate combo box activation.David Cantrell2009-03-301-2/+2
* 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-231-1/+1
* Fix creation of fs options for preexisting encrypted devices.David Lehman2009-03-161-14/+18
* 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
* Several fixes to storage dialog common code.David Lehman2009-03-031-18/+17
* Handle existing volumes without labels.David Cantrell2009-03-021-1/+1
* Syntax fixes for new storage code.David Cantrell2009-03-021-6/+5
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-8/+8
* Update UI code to use new storage module.David Lehman2009-02-231-40/+55
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-6/+6
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-121-1/+1
* Make ext4 default in UI filesystem selection (bug #481112)Radek Vykydal2009-02-031-0/+2
* Fix the last pychecker warnings in masterHans de Goede2008-10-301-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+2
* Set the FS combo to efi for efi partitions.Peter Jones2008-04-081-1/+1
* Make lukscb.get_data("encrypt") always return a valid value.Peter Jones2008-04-031-0/+2
* Partitioning UI for handling of preexisting encrypted devices.David Lehman2008-03-281-3/+4
* Use iutil.isEfi() instead of testing for ia64-ness.Peter Jones2008-03-041-1/+1
* 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
* Better checking for bootable request on an encrypted deviceJeremy Katz2007-12-111-1/+1
* Give access to partitions when determining min/max size to resize; also keepJeremy Katz2007-11-291-6/+5
* If we're formatting the partition, we can resize to 1Jeremy Katz2007-11-291-5/+27
* Implement resizing UI for graphical mode.Jeremy Katz2007-11-291-53/+56
* This is used for more than partitions; and add a mnemonicJeremy Katz2007-11-281-1/+1
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-4/+24
* no more partitioning.pyJeremy Katz2007-11-061-1/+0