summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* Add support for specifying encryption cipher mode via kickstart.David Lehman2012-10-151-0/+6
* Acquire the yum lock before accessing YumBase.repos. (#858993)David Lehman2012-10-151-1/+5
* Remove the entry on the resize dialog's combo boxes.Chris Lumens2012-10-151-0/+1
* disks_free -> disks_size (#863647).Chris Lumens2012-10-151-1/+1
* Fix one more reference to bits (#859932).Chris Lumens2012-10-151-1/+1
* Fix a traceback in media check (#865897).Chris Lumens2012-10-151-4/+3
* Add support for deleting an entire root via the existing ConfirmDeleteDialog.Chris Lumens2012-10-152-20/+47
* 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
* Yet more TODO list updates.Chris Lumens2012-10-151-3/+8
* Don't display "None" in the name of a root.Chris Lumens2012-10-151-2/+8
* Fix configuration of protected wireless connections (#855526)Radek Vykydal2012-10-131-7/+12
* Fix graphical kickstart with %packages dataJesse Keating2012-10-121-24/+30
* Add password validation to text password spokeJesse Keating2012-10-121-9/+24
* Make use of the validatePassword routine from users.pyJesse Keating2012-10-121-39/+15
* Add a password verification method to users.pyJesse Keating2012-10-121-0/+38
* Fall back to lvm autopart if the default fails. (#864708)David Lehman2012-10-121-5/+29
* Special boot devices are handled the same whether they exist or not.David Lehman2012-10-121-7/+4
* Fix a bug allocating fixed-size partitions.David Lehman2012-10-121-1/+1
* Clean up size sets immediately after allocation run. (#864771)David Lehman2012-10-121-0/+3
* Make sure partition base sizes are adequate for their formatting.David Lehman2012-10-121-3/+6
* Don't fail to account for all set members' growth.David Lehman2012-10-121-3/+0
* 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
* Use devicetree as partition list source instead of parted. (#864718)David Lehman2012-10-121-3/+1
* Use Storage convenience methods to schedule reclaim actions.David Lehman2012-10-121-7/+3
* 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
* Hook up signal handler for raid feature checkbuttons.David Lehman2012-10-121-0/+9
* Raise MDRaidError instead of ValueError from devicelibs.mdraid.David Lehman2012-10-121-7/+7
* Minimum we have to do with HW clockVratislav Podzimek2012-10-123-3/+34
* Check X layouts specified in kickstart for validityVratislav Podzimek2012-10-122-0/+13
* Work with VConsole keymap and X layouts separatelyVratislav Podzimek2012-10-124-46/+110
* Add class wrapping systemd-localed functionalityVratislav Podzimek2012-10-121-0/+112
* Don't write XkbVariants if none are specifiedVratislav Podzimek2012-10-121-2/+4
* Add comment to the begining of generated xorg.conf fileVratislav Podzimek2012-10-121-3/+5
* Don't display "None" for NIC vendors and products NM can't identify (#859540)Radek Vykydal2012-10-121-2/+2
* Don't try to load ifcfg files for wifi devices (#865355)Vratislav Podzimek2012-10-111-1/+2
* Rewrite isWirelessDevice to Python and DBus calls (#862801)Vratislav Podzimek2012-10-114-56/+17
* Use a capital "B" in the size module (#859932).Chris Lumens2012-10-111-2/+2
* The environment window needs a vertical scroll bar (#865066).Chris Lumens2012-10-111-3/+2
* Improve validation of device edit requests.David Lehman2012-10-111-7/+33
* Fix listing of subvolumes for existing btrfs volumes.David Lehman2012-10-111-1/+1
* Remove overzealous correction of device type for /boot*. (#863574)David Lehman2012-10-111-3/+0
* Pad filesystem minimum sizes to ensure other OS can still run.David Lehman2012-10-111-1/+6
* Handle encrypted partitions in size set classes.David Lehman2012-10-111-2/+18
* 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