summaryrefslogtreecommitdiffstats
path: root/iw/autopart_type.py
Commit message (Expand)AuthorAgeFilesLines
* Add a description to DiskDevice, and use it in the UI.Peter Jones2009-08-061-1/+1
* Initial FCoE supportHans de Goede2009-07-021-1/+83
* Tell booty to rescan for bootable drivers when an extra disks get addedHans de Goede2009-06-181-0/+1
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-051-1/+8
* Forward port various iscsi fixes from 5.4 iscsi workHans de Goede2009-05-061-9/+0
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-021-1/+1
* Correct bounds checking problems in 'Shrink current system'David Cantrell2009-03-301-14/+12
* Create separate resize actions for formats and devices.David Cantrell2009-03-151-27/+53
* Hook up 'Shrink current system' dialog to new storage code.David Cantrell2009-03-101-7/+13
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-061-6/+3
* Pass storage.disks, not storage, to createAllowed.... (#488860)David Lehman2009-03-051-1/+1
* Use disk.name to get device node name.David Cantrell2009-03-021-1/+1
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-3/+3
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-2/+2
* Update to use new storage module.David Lehman2009-02-231-46/+46
* 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
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-1/+6
* Make text for autopartitioning types clearer (#441350)Jeremy Katz2008-12-011-4/+4
* iscsi do missing value check only onceHans de Goede2008-11-111-22/+6
* Do all new device passphrase prompting from partitioningComplete.David Lehman2008-10-271-6/+0
* There's only one passphrase member (encryptionPassphrase) in Partitions.David Lehman2008-09-151-3/+6
* Fix the crash reported in bug 454135Hans de Goede2008-09-151-0/+2
* Add full CHAP support to iSCSI. (rhbz#432819)Hans de Goede2008-09-151-7/+38
* Fix line wrapping on part type screen (jlaska, #461759).Chris Lumens2008-09-101-2/+2
* Remove invalid line iw/autopart_type.pyDavid Cantrell2008-08-271-1/+0
* Fix text wrap width on the partition type combo, for real this time (#221791)dlehman2008-08-261-2/+3
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-1/+1
* Fix a typo in the initial partitioning screen.Chris Lumens2008-08-041-1/+1
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-4/+5
* Set the initial state of the auto-encrypt checkbutton (#441018)Jeremy Katz2008-04-081-0/+2
* Fix up autopart resizing for the multiple partitions to resize caseJeremy Katz2008-03-271-2/+4
* Cancel on escape being pressedJeremy Katz2008-02-061-3/+3
* Add resizing support in autopartitioningJeremy Katz2008-02-051-0/+82
* Fix some error reporting tracebacks.Chris Lumens2008-01-231-1/+1
* If we can't possibly add advanced devices, don't offer it (#429210).Chris Lumens2008-01-181-1/+4
* Fix the selected device when disabling entries in Add advanced drive dialog. ...Martin Sivak2008-01-101-0/+8
* Set initial sensitivity of encrypt button correctlyJeremy Katz2007-12-311-0/+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/+12
* Add support for encryption via autopart.Jeremy Katz2007-12-141-0/+12
* Fix tracebacks in exn dialog and in partitioning UI (#405951).Chris Lumens2007-11-301-1/+1
* With moving partitioning, we should do a confirmation before we write thingsJeremy Katz2007-11-291-3/+0
* * partitions.py: Move partitionObjectsInitialize() andDavid Cantrell2007-10-291-1/+1
* 2007-10-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-091-0/+4
* Unsafe bootloader defaults (#243556, #243799)msivak2007-09-211-0/+7
* Remove the zfcp radio button from its group so it's not selectable via theChris Lumens2007-08-271-1/+2
* * iw/netconfig_dialog.py (NetworkConfigurator): Added a specialDavid Cantrell2007-06-221-2/+3
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-1/+1
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-11/+27