Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct lookup of raid.XX "mountpoints" for kickstart installs (#864764). | Chris Lumens | 2012-10-10 | 1 | -2/+2 | |
| | ||||||
* | Change language matching on the welcome screen back around. | Chris Lumens | 2012-10-10 | 1 | -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 Lumens | 2012-10-10 | 1 | -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 Lumens | 2012-10-10 | 1 | -1/+1 | |
| | ||||||
* | Reorder the buttons and labels on the bottom left of the storage spoke. | Chris Lumens | 2012-10-09 | 1 | -2/+2 | |
| | ||||||
* | Modify the DetailedErrorDialog buttons. | Chris Lumens | 2012-10-09 | 4 | -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 Lumens | 2012-10-09 | 1 | -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 Lumens | 2012-10-09 | 1 | -0/+1 | |
| | | | | Otherwise, the resize dialog is going to be passed incorrect references. | |||||
* | Fix sshd bringup when also using a kickstart file (#863441) | Jesse Keating | 2012-10-09 | 1 | -2/+1 | |
| | | | | users.Users() no longer takes an argument, so don't try to pass one. | |||||
* | Require root password spoke be visited (#859069) | Jesse Keating | 2012-10-09 | 2 | -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 logging | Brian C. Lane | 2012-10-09 | 3 | -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 Lumens | 2012-10-09 | 2 | -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 Lumens | 2012-10-09 | 4 | -5/+9 | |
| | ||||||
* | When changing environments, don't explicitly exclude groups (#863886). | Chris Lumens | 2012-10-09 | 3 | -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 Lumens | 2012-10-09 | 1 | -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. Lane | 2012-10-08 | 3 | -54/+146 | |
| | ||||||
* | Add UI support for encrypted automatic partitioning. | David Lehman | 2012-10-08 | 3 | -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 Lehman | 2012-10-08 | 2 | -37/+192 | |
| | ||||||
* | Add a page for decrypting existing LUKS devices. | David Lehman | 2012-10-08 | 1 | -1/+131 | |
| | ||||||
* | Add a dialog for collecting a passphrase for newly encrypted devices. | David Lehman | 2012-10-08 | 3 | -0/+412 | |
| | ||||||
* | Add a property that provides a list of all selectors in the accordion. | David Lehman | 2012-10-08 | 1 | -0/+4 | |
| | ||||||
* | Handle luks formats during populate if they have a passphrase set. | David Lehman | 2012-10-08 | 1 | -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 Lehman | 2012-10-08 | 1 | -2/+22 | |
| | ||||||
* | s/dev/disk in the disk shopping cart. | Chris Lumens | 2012-10-08 | 1 | -1/+1 | |
| | ||||||
* | Set a default payload in InstallOptions1Dialog (#863582). | Chris Lumens | 2012-10-06 | 1 | -1/+1 | |
| | ||||||
* | Pass disks into the SelectedDisksDialog (#863588). | Chris Lumens | 2012-10-06 | 1 | -1/+1 | |
| | ||||||
* | New version. | Chris Lumens | 2012-10-05 | 3 | -138/+214 | |
| | ||||||
* | Make sure packages anaconda requires are installed. | Chris Lumens | 2012-10-05 | 2 | -7/+15 | |
| | | | | | Our forced packages should be marked for installation after all removals have taken place. | |||||
* | Add method returning current activated X layout | Vratislav Podzimek | 2012-10-05 | 1 | -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 Lumens | 2012-10-05 | 1 | -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 Lehman | 2012-10-05 | 1 | -3/+8 | |
| | ||||||
* | Remove empty extended partitions after removing a logical partition. | David Lehman | 2012-10-05 | 1 | -0/+4 | |
| | ||||||
* | Handle all logical/extended partitions in unusedDevices. | David Lehman | 2012-10-05 | 1 | -4/+5 | |
| | | | | Don't just handle those that are part of a Root. | |||||
* | Update autopart/custom setting before moving to reclaim dialog. (#863225) | David Lehman | 2012-10-05 | 1 | -1/+3 | |
| | ||||||
* | Raise an exception early in newDevice if no disks were specified. (#858139) | David Lehman | 2012-10-05 | 1 | -0/+4 | |
| | ||||||
* | Fix a regression in BTRFSVolumeDevice.listSubVolumes. (#862742) | David Lehman | 2012-10-05 | 1 | -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 Lehman | 2012-10-05 | 1 | -5/+9 | |
| | ||||||
* | Prevent BTRFS volumes from ever having the name None. | David Lehman | 2012-10-05 | 1 | -5/+4 | |
| | | | | Related: rhbz#858139 | |||||
* | Prevent negative free value for filesystems. (#861812) | David Lehman | 2012-10-05 | 1 | -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 Lehman | 2012-10-05 | 1 | -0/+3 | |
| | ||||||
* | Delete ts data instead of trying to undo dep installs. (#851114) | David Lehman | 2012-10-05 | 1 | -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 Lumens | 2012-10-05 | 1 | -2/+2 | |
| | ||||||
* | Hook up the "Modify Software Selection" button on install opts dialogs. | Chris Lumens | 2012-10-05 | 2 | -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 Lumens | 2012-10-05 | 1 | -0/+9 | |
| | ||||||
* | Add a label to the resize dialog for how much space is required. | Chris Lumens | 2012-10-05 | 3 | -6/+20 | |
| | ||||||
* | Add a column to the disk shopping cart for setting the boot device (#860430). | Chris Lumens | 2012-10-05 | 2 | -37/+127 | |
| | ||||||
* | Rework the disk shopping cart link a little bit. | Chris Lumens | 2012-10-05 | 2 | -51/+49 | |
| | | | | This is to make way for the boot device picking option. | |||||
* | Do not use constant value in SoftwareSpoke's completed property | Vratislav Podzimek | 2012-10-05 | 1 | -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 Lehman | 2012-10-04 | 1 | -1/+1 | |
| | | | | Not just when we have old devices set up as mounts. | |||||
* | Revert broken logic for newly formatted devices in unusedDevices. | David Lehman | 2012-10-04 | 1 | -1/+1 | |
| | | | | | If the device's formatting does not exist that necessarily means the device is in use. |