summaryrefslogtreecommitdiffstats
path: root/iw/raid_dialog_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Never pass "<Not applicable>" as mountpoint to format constructors.David Lehman2010-03-101-0/+3
* Fix up device dialogs' handling of preexisting formatting.David Lehman2010-03-101-9/+43
* Add support for whole-disk formatting.David Lehman2009-12-091-2/+2
* When creating a new md array check we have enough members (#533027)Hans de Goede2009-11-101-1/+6
* Consider encryption when checking for duplicate mountpoint. (#526697)David Lehman2009-10-091-1/+4
* Don't warn /usr should be formatted when "Format as:" is already selectedHans de Goede2009-10-061-1/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-3/+3
* Reduce message size in clone screen.Joel Granados Moreno2009-10-011-20/+10
* Make sure user-selected mountpoint is not already in use. (#524584)David Lehman2009-09-221-0/+14
* Handle Esc keypress in (some more) dialogs as Cancel - (#520110).Radek Vykydal2009-09-211-2/+2
* Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity.David Lehman2009-09-151-1/+1
* Fix handling of locked preexisting LUKS devices. (#502310)David Lehman2009-08-281-1/+3
* getDependentDevices is in devicetree, not storage (#499144).Chris Lumens2009-05-051-1/+1
* Fix traceback in second editing of existing raid dev (#497234).Radek Vykydal2009-04-301-2/+2
* When making a RAID device, require that some members be selected (#491932).Chris Lumens2009-04-231-0/+5
* Fix member preselection in raid UI.Radek Vykydal2009-04-171-5/+6
* Fix editing of raid device (persistence of level choice) (#496159)Radek Vykydal2009-04-171-9/+8
* Fix display of format type for devices.David Lehman2009-04-091-1/+1
* Fix pylint errors in iw/*.pyHans de Goede2009-03-251-1/+1
* Fix traceback when editing encrypted mdraid device in UI.Radek Vykydal2009-03-201-4/+5
* 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
* 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-161-9/+25
* Fix creation of fs options for preexisting encrypted devices.David Lehman2009-03-161-2/+4
* Fix getting of number of total devices of sw raid.Radek Vykydal2009-03-131-0/+1
* Fix name collision between formats.mdraid and devicelibs.mdraid.David Lehman2009-03-101-5/+5
* It's self.origrequest, not self.origreqest (#489036).Chris Lumens2009-03-091-1/+1
* Prevent clobbering of name 'mdraid' by qualifying it.David Lehman2009-03-051-2/+2
* Several fixes to raid dialog.David Lehman2009-03-041-16/+28
* Lots of little fixes to raid dialog.David Lehman2009-03-021-4/+39
* Remove calls to sanityCheckRequest()David Cantrell2009-03-021-6/+0
* Syntax and import fixes.David Cantrell2009-03-021-4/+4
* Update UI code to use new storage module.David Lehman2009-02-231-171/+144
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-2/+1
* 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
* Fix traceback in passphrase handling code for encrypted RAID requests. (#459121)David Lehman2008-08-141-2/+2
* 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-9/+14
* Add efi to the ignoreable filesystem list.Peter Jones2008-03-141-1/+1
* Default to RAID1 instead of RAID0 (#435579)Jeremy Katz2008-03-021-0/+2
* When editing the raid partitions show raid memebers. (#352721)Joel Andres Granados2008-01-311-1/+12
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-8/+15
* 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-16/+6