summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve validation of device edit requests.David Lehman2012-10-111-7/+33
| | | | | | Catch some common errors that are not practical to prevent via the UI and show an error message instead of attempting to carry out the request.
* 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
| | | | | | /boot can be on btrfs, lvm, or md. This should be handled in the ui. Related: rhbz#864131
* 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
| | | | | Resolves: rhbz#862667 Resolves: rhbz#960994
* Rework type combos and don't offer RAID on one-disk systems.David Lehman2012-10-111-46/+135
| | | | | | | | BTRFS and RAID are not always in the device type combo, so we can't count on using direct index access to the combo. Resolves: rhbz#862667 Resolves: rhbz#860994
* Revive reipl (#860244)Jesse Keating2012-10-102-14/+9
| | | | | | | | reIPL used to be ran via dispatch, and would trigger either a reboot or a shut down. Now we'll run it as part of the s390 bootloader install. The message warning users to reipl themselves is somewhat lost here, something for another day perhaps. This at least gets the system working right.
* Add ARM-OMAP class to create a uboot partition to support the boot-loader.d.marlin2012-10-101-1/+35
| | | | | | | | | Break out the setup of ARM-OMAP systems, as they need to have a vfat partition at the start of the disk in order for the SOC to load the initial boot code. This also sets the weight for the '/' partition to ensure it is the last partition on the image. Signed-off-by: Brian C. Lane <bcl@brianlane.com>
* Avoid a loop of storage spoke executions during kickstart (#865048).Chris Lumens2012-10-101-1/+1
| | | | | | This likely hits every single kickstart install. Because we run execute over and over again, we're eventually going to hit a situation where storage just breaks.
* 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
| | | | | | Now that we're storing full languages in the store again (thanks to the mangling crud from earlier), that's what needs to get expanded when we are comparing the language setting from the command line or kickstart.
* 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
| | | | | | First, don't always put a cancel button on. That looks weird on the storage spoke where we don't mention cancel. Second, change the order such that the Quit or Cancel button comes left-most and is positioned secondarily.
* Sync up hidden/unhidden disks between the UI and storage module (#864180).Chris Lumens2012-10-091-0/+2
| | | | | Otherwise, the resize dialog is going to be referencing devices that are hidden in the devicetree, which makes them basically not exist.
* When handling a storage error, reload self.disks (#862972).Chris Lumens2012-10-091-0/+1
| | | | Otherwise, the resize dialog is going to be passed incorrect references.
* Require root password spoke be visited (#859069)Jesse Keating2012-10-091-8/+4
| | | | | | Give up on getting cute with payload data to set required or not, just always make the user visit it. Also don't default the kickstart data to locked, that can confuse the UI
* add some thread loggingBrian C. Lane2012-10-093-0/+18
| | | | | | | * log when threads are started and are finished * log progress messages * log all the running threads and their stack frame when USR2 is received.
* Reword the description on the resize dialog (#863577).Chris Lumens2012-10-092-3/+23
| | | | It needs to be more clear that deleting filesystems is also an option.
* 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
| | | | | Otherwise, you'll end up in a situation where packages the previous and current environment share will not get installed.
* Fix marking the "Modify Software Selection" button as sensitive in one case.Chris Lumens2012-10-091-1/+2
| | | | | When the custom checkbox is selected, we need to make sure the software spoke is ready when deciding whether the Modify button is sensitive or not.
* Add UI support for encrypted automatic partitioning.David Lehman2012-10-083-1/+48
| | | | | | Activating the checkbutton effectively sets the default behavior of applying encryption to all new block devices, even in the custom spoke.
* 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
| | | | | | This allows us to get/check/set passphrase and then call populate to continue populating the devicetree to pick up devices descended from the newly decrypted device.
* 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
| | | | | Our forced packages should be marked for installation after all removals have taken place.
* Add method returning current activated X layoutVratislav Podzimek2012-10-051-1/+18
| | | | | We need to tell user which layout he/she has currently selected in some dialogs.
* Fix a deadlock when trying to add a keyboard layout (#862612).Chris Lumens2012-10-051-4/+10
| | | | | | This was introduced by 576349d2, which fixed a similar deadlock but accidentally introduced this one. Tweak that patch just a little to make sure the gdk_threaded only gets applied when needed.
* 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
| | | | Don't just handle those that are part of a Root.
* 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
| | | | | | | This is a regression from my patch to make originalFormat copy of format instead of them being pointers to the same instance. There was an assumption that the mountpoint would be in the new format when it will always be in the originalFormat.
* 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
| | | | Related: rhbz#858139
* Prevent negative free value for filesystems. (#861812)David Lehman2012-10-051-3/+3
| | | | | I wonder if we should even continue to pad the reported ntfs min size by 250MB. Seems pretty crusty to me.
* 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
| | | | | We're going to convert the full ksdata selection into yum again anyway, so there's no reason to be delicate about it.
* 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
| | | | | | | This uses the main loop to mark the button as insensitive until software selection is ready, then the user can press the button and go to that spoke. I'd also like to add a spinner to the button, but that appears to be beyond glade for the moment.