summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/custom.py
Commit message (Expand)AuthorAgeFilesLines
* Condense some duplicated and overly wordy code in custom.py.Chris Lumens2013-02-281-39/+39
* All Pages have a title, so get rid of the getattr games.Chris Lumens2013-02-281-2/+2
* Allow more than one Page to be expanded at a time.Chris Lumens2013-02-281-26/+5
* Get rid of the currentPage method.Chris Lumens2013-02-281-6/+22
* Promote page._members to page.members.Chris Lumens2013-02-281-11/+8
* Require passing the title to a Page's constructor.Chris Lumens2013-02-281-8/+6
* Fix RAID level testBrian C. Lane2013-02-201-5/+7
* Don't treat the _ in x86_64 as a mnemonic.Chris Lumens2013-02-201-0/+2
* If you set_markup, the label forgets set_use_underline from glade.Chris Lumens2013-02-201-0/+1
* Add a new selectorFromDevice method to the accordion.Chris Lumens2013-02-111-55/+14
* The storage logger is now the blivet logger.David Lehman2013-02-111-1/+1
* DeviceFactory has moved from blivet to blivet.devicefactory.David Lehman2013-02-111-38/+41
* Convert the mount point entry to one containing a drop down.Chris Lumens2013-02-071-3/+5
* Don't say you can reuse existing mountpoints unless there are some.Chris Lumens2013-02-051-1/+1
* When the user creates a new mountpoint, display it by default (#886039).Chris Lumens2013-01-311-9/+20
* Preserve the state of the Customize... expanders on custom storage (#883134).Chris Lumens2013-01-311-0/+11
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-23/+23
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-281-3/+1
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-241-1/+1
* Default to mirrored RAID instead of striped (#888867).Chris Lumens2013-01-231-2/+2
* Replace the RAID level checkboxes with a single combo box.Chris Lumens2013-01-231-158/+47
* Don't allow mountpoints to start with /proc or /sys either.Chris Lumens2013-01-221-1/+2
* Do not lightbox any dialogs on the custom storage spoke (#875291).Chris Lumens2013-01-101-1/+11
* Revert "Do not lightbox the Add Mountpoint dialog (#875291)."Chris Lumens2013-01-101-6/+7
* Don't allow changing a VG name to empty in the VG editor (#892395).Chris Lumens2013-01-101-1/+7
* Mark another string for translation (#892760).Chris Lumens2013-01-071-1/+1
* Do not lightbox the Add Mountpoint dialog (#875291).Chris Lumens2013-01-071-7/+6
* Don't allow mountpoints to start with /dev (#891447).Chris Lumens2013-01-071-0/+2
* Disable the configure button for pre-existing devices (#888296).Chris Lumens2013-01-071-2/+4
* Add keyboard accelerators to a whole lot of widgets (#864964).Chris Lumens2013-01-071-2/+2
* Add placeholder names to a couple strings (#890157).Chris Lumens2013-01-031-4/+4
* Don't allow changing the boot disk from inside the custom spoke. (#889585)David Lehman2012-12-211-1/+1
* Add help text and a help button to the custom storage spoke. (#889570)David Lehman2012-12-211-0/+79
* Don't keep old device name when switching to btrfs in custom.David Lehman2012-12-211-0/+3
* Always set passphrase for newly encrypted devices. (#888560)David Lehman2012-12-181-1/+1
* Handle edit of preexisting encrypted lv. (#885378)David Lehman2012-12-181-1/+1
* Don't crash when vg edit triggers spurious change event. (#883699)David Lehman2012-12-181-0/+3
* Add handling for incomplete lvm/md devices. (#876441)David Lehman2012-12-181-7/+30
* The fs type combo should be sensitive when reformat is checked (#887201).Chris Lumens2012-12-141-4/+2
* Only allow changing filesystem type if the reformat combo is checked (#885906).Chris Lumens2012-12-121-0/+1
* It's possible for mountpoint to be None (#885279).Chris Lumens2012-12-121-1/+1
* Default to partitions for /boot* instead of just /boot/efi. (#884606)David Lehman2012-12-071-5/+3
* Take device type into account when making the config button sensitive (#885051).Chris Lumens2012-12-071-1/+2
* Hide VG-related widgets when displaying a non-LV mountpoint first (#885131).Chris Lumens2012-12-071-6/+6
* Do not allow deleting or editing a protected device in custom part (#884599).Chris Lumens2012-12-071-12/+15
* Put the bad VG name into the error message (#884359).Chris Lumens2012-12-071-1/+1
* Prevent enabling the encryption checkbutton erroneously.David Lehman2012-12-051-0/+11
* Make sure Storage is initialized before refreshing the custom spoke.David Lehman2012-12-051-3/+4
* Don't allow reformat without setting a mountpoint. (#883076)David Lehman2012-12-051-2/+7
* Fix check for toggled encryption checkbutton. (#882722)David Lehman2012-12-051-1/+1