summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework type combos and don't offer RAID on one-disk systems.David Lehman2012-10-111-46/+135
* Revive reipl (#860244)Jesse Keating2012-10-102-14/+9
* Add ARM-OMAP class to create a uboot partition to support the boot-loader.d.marlin2012-10-101-1/+35
* Avoid a loop of storage spoke executions during kickstart (#865048).Chris Lumens2012-10-101-1/+1
* Correct lookup of raid.XX "mountpoints" for kickstart installs (#864764).Chris Lumens2012-10-101-2/+2
* Change language matching on the welcome screen back around.Chris Lumens2012-10-101-1/+1
* Fix a stupid typo in the disk shopping cart (#864842).Chris Lumens2012-10-101-1/+1
* Reorder the buttons and labels on the bottom left of the storage spoke.Chris Lumens2012-10-091-2/+2
* Modify the DetailedErrorDialog buttons.Chris Lumens2012-10-094-38/+34
* Sync up hidden/unhidden disks between the UI and storage module (#864180).Chris Lumens2012-10-091-0/+2
* When handling a storage error, reload self.disks (#862972).Chris Lumens2012-10-091-0/+1
* Require root password spoke be visited (#859069)Jesse Keating2012-10-091-8/+4
* add some thread loggingBrian C. Lane2012-10-093-0/+18
* Reword the description on the resize dialog (#863577).Chris Lumens2012-10-092-3/+23
* Present an error message if no disks are detected (#864093).Chris Lumens2012-10-094-5/+9
* When changing environments, don't explicitly exclude groups (#863886).Chris Lumens2012-10-093-2/+23
* Fix marking the "Modify Software Selection" button as sensitive in one case.Chris Lumens2012-10-091-1/+2
* Add UI support for encrypted automatic partitioning.David Lehman2012-10-083-1/+48
* Add support to the custom spoke for encrypted block devices.David Lehman2012-10-082-37/+192
* Add a page for decrypting existing LUKS devices.David Lehman2012-10-081-1/+131
* Add a dialog for collecting a passphrase for newly encrypted devices.David Lehman2012-10-082-0/+410
* Add a property that provides a list of all selectors in the accordion.David Lehman2012-10-081-0/+4
* Handle luks formats during populate if they have a passphrase set.David Lehman2012-10-081-6/+12