summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add encryption support to the device factory classes.David Lehman2012-10-081-2/+22
* s/dev/disk in the disk shopping cart.Chris Lumens2012-10-081-1/+1
* Set a default payload in InstallOptions1Dialog (#863582).Chris Lumens2012-10-061-1/+1
* Pass disks into the SelectedDisksDialog (#863588).Chris Lumens2012-10-061-1/+1
* Make sure packages anaconda requires are installed.Chris Lumens2012-10-052-7/+15
* Add method returning current activated X layoutVratislav Podzimek2012-10-051-1/+18
* Fix a deadlock when trying to add a keyboard layout (#862612).Chris Lumens2012-10-051-4/+10
* ntfsresize uses SI (MB) while the rest of us use IEC (MiB). (#862109)David Lehman2012-10-051-3/+8
* Remove empty extended partitions after removing a logical partition.David Lehman2012-10-051-0/+4
* Handle all logical/extended partitions in unusedDevices.David Lehman2012-10-051-4/+5
* Update autopart/custom setting before moving to reclaim dialog. (#863225)David Lehman2012-10-051-1/+3
* Raise an exception early in newDevice if no disks were specified. (#858139)David Lehman2012-10-051-0/+4
* Fix a regression in BTRFSVolumeDevice.listSubVolumes. (#862742)David Lehman2012-10-051-1/+1
* Fix behavior of resolveDevice when devspec is a device name.David Lehman2012-10-051-5/+9
* Prevent BTRFS volumes from ever having the name None.David Lehman2012-10-051-5/+4
* Prevent negative free value for filesystems. (#861812)David Lehman2012-10-051-3/+3
* Don't show extended partitions that contain logical partitions. (#862971)David Lehman2012-10-051-0/+3
* Delete ts data instead of trying to undo dep installs. (#851114)David Lehman2012-10-051-3/+7
* Change the manglings for a couple locales (petersen).Chris Lumens2012-10-051-2/+2
* Hook up the "Modify Software Selection" button on install opts dialogs.Chris Lumens2012-10-052-4/+43
* More TODO list updates.Chris Lumens2012-10-051-0/+9
* Add a label to the resize dialog for how much space is required.Chris Lumens2012-10-053-6/+20
* Add a column to the disk shopping cart for setting the boot device (#860430).Chris Lumens2012-10-052-37/+127
* Rework the disk shopping cart link a little bit.Chris Lumens2012-10-052-51/+49
* Do not use constant value in SoftwareSpoke's completed propertyVratislav Podzimek2012-10-051-2/+2
* Pull in existing swaps and bootloader devices whenever there are mounts.David Lehman2012-10-041-1/+1
* Revert broken logic for newly formatted devices in unusedDevices.David Lehman2012-10-041-1/+1
* Add an apply button to the device/mountpoint configuration options.David Lehman2012-10-042-8/+49
* Don't base StorageSpoke.ready on storage execute thread presence. (#861574)David Lehman2012-10-041-3/+8