summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Another attempt at fixing the squished screen bug (#849211).Chris Lumens2012-10-101-0/+1
| | | | | | | This doesn't fix the redraw-related size problem. I think that might just be an artifact of not using a compositing manager. This merely attempts to fix it so we don't display a spoke entirely smashed up in the upper left corner of the screen.
* 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.
* Fix sshd bringup when also using a kickstart file (#863441)Jesse Keating2012-10-091-2/+1
| | | | users.Users() no longer takes an argument, so don't try to pass one.
* Require root password spoke be visited (#859069)Jesse Keating2012-10-092-9/+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.
* New version.Brian C. Lane2012-10-083-54/+146
|
* 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-083-0/+412
|
* 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
|
* New version.Chris Lumens2012-10-053-138/+214
|
* 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.
* 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
| | | | This is to make way for the boot device picking option.
* Do not use constant value in SoftwareSpoke's completed propertyVratislav Podzimek2012-10-051-2/+2
| | | | | | | | packagesSeen is a value, that should not be changed in spokes. Using it as a condition for the completed property results in no way of completing software spoke in kickstart installation without %packages section. Without %packages section in kickstart, SoftwareSpoke's completed method should use the same code as in manual installations.
* Pull in existing swaps and bootloader devices whenever there are mounts.David Lehman2012-10-041-1/+1
| | | | Not just when we have old devices set up as mounts.
* Revert broken logic for newly formatted devices in unusedDevices.David Lehman2012-10-041-1/+1
| | | | | If the device's formatting does not exist that necessarily means the device is in use.