summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/custom.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for deleting an entire root via the existing ConfirmDeleteDialog.Chris Lumens2012-10-151-3/+14
* Don't traceback when removing a mountpoint with no expanded selector (#862746).Chris Lumens2012-10-151-32/+35
* Remove the code for removing an entire Root all at once.Chris Lumens2012-10-151-24/+0
* Special boot devices are handled the same whether they exist or not.David Lehman2012-10-121-7/+4
* Remove some extra calls to show_first_mountpoint.David Lehman2012-10-121-5/+0
* Show the correct raid options for btrfs.David Lehman2012-10-121-1/+5
* Support change of raid level in custom spoke.David Lehman2012-10-121-6/+26
* Pass disk list when trying to recover from device type change failure.David Lehman2012-10-121-0/+1
* Fill in missing parts of the disabled raid features dict.David Lehman2012-10-121-1/+5
* Clear errors when entering or leaving the custom spoke.David Lehman2012-10-121-0/+2
* Improve validation of device edit requests.David Lehman2012-10-111-7/+33
* Don't set mountpoints of "(null)" in mountpoint selectors.David Lehman2012-10-111-2/+4
* Prevent crash trying to populate raid options on a one-disk system.David Lehman2012-10-111-1/+6
* Rework type combos and don't offer RAID on one-disk systems.David Lehman2012-10-111-46/+135
* Add UI support for encrypted automatic partitioning.David Lehman2012-10-081-0/+5
* Add support to the custom spoke for encrypted block devices.David Lehman2012-10-081-37/+186
* Remove empty extended partitions after removing a logical partition.David Lehman2012-10-051-0/+4
* Pull in existing swaps and bootloader devices whenever there are mounts.David Lehman2012-10-041-1/+1
* Add an apply button to the device/mountpoint configuration options.David Lehman2012-10-041-0/+4
* Fix error handling in the add mountpoint dialog. (#860992)David Lehman2012-10-041-0/+2
* Disks with new disklabels don't count as new devices in custom.David Lehman2012-09-261-1/+2
* Fix thread synchronization issue going from storage to custom. (#860495)David Lehman2012-09-261-0/+9
* Improve management of mountpoint selectors in the custom spoke.David Lehman2012-09-261-69/+175
* Improve handling of existing devices when refreshing the custom spoke.David Lehman2012-09-261-8/+16
* Apply custom changes not involving actions to the main devicetree.David Lehman2012-09-261-0/+16
* Add a mountpoint entry to the device options area.David Lehman2012-09-261-12/+63
* Move mountpoint validation out of the add mountpoint dialog.David Lehman2012-09-261-45/+50
* Keep btrfs selectors' sizes in sync as volume size changes.David Lehman2012-09-171-1/+17
* Allow specification of a label for new swap space via custom ui.David Lehman2012-09-171-1/+2
* Allow creation of biosboot and prepboot partitions in the custom spoke.David Lehman2012-09-131-6/+17
* Hide removable disks containing install media from the custom spoke.David Lehman2012-09-131-0/+6
* Make the minimum size for custom spoke partitions 1MB.David Lehman2012-09-131-0/+4
* Handle btrfs volumes with a dataLevel of None.David Lehman2012-09-131-2/+2
* Add error handling around significant ui-initiated storage operations.David Lehman2012-09-111-35/+206
* Handle changes to sizes of predefined devices in custom spoke.David Lehman2012-09-111-0/+18
* Fix traceback when switching device type to BTRFS.David Lehman2012-09-111-1/+2
* Validate mountpoints in the add-a-mountpoint dialog.David Lehman2012-09-111-8/+46
* Destroy the Add Mountpoint dialog when escape is pressed (#853058).Chris Lumens2012-08-311-3/+1
* Prevent duplicate mountpoint creation.David Lehman2012-08-301-1/+5
* Add support md devices and btrfs raid features in the custom spoke.David Lehman2012-08-301-19/+203
* Add mounts before swaps so the default selection is a mount.David Lehman2012-08-241-6/+6
* Use MB if a new mountpoint size does not include a unit spec. (#850839)David Lehman2012-08-241-1/+7
* Offer completions for new mountpoints.David Lehman2012-08-241-2/+15
* Show fstype as "Unknown" for devices with unrecognised formatting.David Lehman2012-08-201-0/+10
* BTRFS magic for custom spoke.David Lehman2012-08-201-6/+46
* The device type of preexisting devices cannot be changed.David Lehman2012-08-201-0/+3
* Use correct device instance when updating selector w/ new device.David Lehman2012-08-201-1/+4
* Fix a traceback when clicking on the summary in custom spoke.David Lehman2012-08-201-4/+7
* Add support for most device editing functions.David Lehman2012-08-171-2/+127
* Various fixes, cleanups, and added logging for the custom spoke.David Lehman2012-08-171-20/+60