summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More changes to leave the spoke via a glib idle call, not calling directly.Chris Lumens2012-11-161-7/+6
| | | | | These may not fix anything we've got right now, but it's the more correct way to do it.
* Hide the custom addon button.Chris Lumens2012-11-161-1/+3
| | | | We're not going to have this done in time for F18 anyway.
* Enable verbose yum logging once moreJesse Keating2012-11-152-6/+19
| | | | | | | | This time it shoves all the logging data into packaging.log This commit has some hacks to work around yum issues. I've discussed with upstream and they're going to work on better APIs around logging in the future.
* rm transifex-client buildreq; check and install only if neededSamantha N. Bueno2012-11-152-1/+1
| | | | | transifex-client shouldn't be listed as a BuildReq; only check for it and install as needed if the target requiring it is called by make
* Handle nfsiso leavings by dracut (#876223)Jesse Keating2012-11-142-41/+67
| | | | | | | | | We could have method of nfs:server:/path/ or nfs:server:/path/foo.iso. Dracut could have left stuff mounted to /run/install/repo or /run/install/isodir or both. In any case we should detect what's been left over and setup yum the right way. This introduces a couple new constants as well.
* Prevent some raid-related tracebacks. (#874034)David Lehman2012-11-141-4/+15
| | | | | | | | | Fix translation from AUTOPART_TYPE_BTRFS to DEVICE_TYPE_BTRFS so we create new devices as btrfs instead of md when btrfs is the default. Also close gaps in raid feature selection ui and add checks to save_right_side to prevent some invalid raid setups.
* Don't try to save changes to a locked luks device. (#876180)David Lehman2012-11-141-1/+5
|
* Keyboard test layout padding fix (mizmo).Chris Lumens2012-11-141-0/+1
| | | | | | The keyboard layout testing text box had no padding and any text you typed in it looked weird. This patch adds a 6 px border around the inside to give it some padding.
* Correct colors for selected items in mountpoint selector widget (mizmo).Chris Lumens2012-11-141-7/+10
| | | | | | | | This patch adjusts the coloring for selected mountpoints in the mountpoint selector widget. Previously, some of the text labels appeared grey or black on the blue selected background, making it harder to read them. This patch adjusts those so they go white when selected, and black or gray (depending on the label) when not selected.
* Include hidden disks in the storage spoke's list of devices (#875475).Chris Lumens2012-11-141-4/+5
| | | | | Otherwise, previously unselected disks on the storage overview will never be allowed to be selected.
* Make the DetailedErrorDialog taller by default (#874620).Chris Lumens2012-11-141-0/+1
|
* If there's only a Quit button, don't make it secondary.Chris Lumens2012-11-141-2/+3
|
* Handle package dependency errors on kickstart installs too (#865073).Chris Lumens2012-11-144-2/+35
| | | | | This is not handled by similar code in the software spoke, because that code is never run for kickstart installs containing a %packages section.
* Remove iso-codes dependency, libxklavier has it fixed nowVratislav Podzimek2012-11-141-2/+0
| | | | | | From libxklavier's changelog: * Thu Apr 19 2012 Matthias Clasen <mclasen@redhat.com> - 5.2.1-2 - Add a runtime dependency on iso-codes (#813833)
* Rework custom partitioning alignment too (mizmo).Chris Lumens2012-11-141-153/+152
| | | | | | | This does the same sort of stuff the previous storage patch did, but for the custom partitioning screen. It takes the grid that was outside of the alignment and moves it inside, and also resets the xscale/yscale on the alignment to 1,1, and sets some of the expand stuff.
* Attempt to fix the shrunken storage UI (mizmo).Chris Lumens2012-11-141-97/+110
| | | | | | | | | | | | The glade changes here move the grid3 widget into the main alignment widget in the storage.glade file; previously the grid3 alignment was adjacent to the alignment widget. When grid3 was outside of the alignment, there was a consistent and noticeable upper-left-corner => lower-right-corner growth motion visible when first entering the spoke. After putting grid3 inside the alignment, the screen loads up in one go without any growing or shifting beforehand. Various expand settings and scale settings on container widgets from the alignment down were also tweaked.
* Do not allow TreeView search in AddLayout dialog (#876131)Vratislav Podzimek2012-11-141-0/+1
| | | | | There is an entry for filtering, searching doesn't work (it probably uses the underlaying non-sorted model) as it not needed.
* DiskOverview widget selection color correction (mizmo).Chris Lumens2012-11-131-5/+3
| | | | | | | | | Previously, the disk overview widget (visible on the first storage screen) would display black text on a blue-colored background for selected items. Attempts to set the foreground color to white using GTK overrides proved futile, so this patch removes all color overrides and instead uses GTK state flag setting to achieve the desired affect: unselected text is black on white; selected text is white on blue.
* Use the main loop to control displaying the resize dialog.Chris Lumens2012-11-131-11/+12
| | | | | | | | Emitting signals from the function that handles other signals is dangerous given the synchronous nature of GTK signals, so this was never a good idea to start with. Then, displaying the dialog from the main loop means it gets displayed in the lightbox correctly instead of over a completely grey background.
* Use ksdata to set default runlevelJesse Keating2012-11-131-10/+8
| | | | | | This removes code duplicated in desktop.py, and will short circuit the routine if the user has indicated that they want a graphical boot by way of kickstart data.
* Execute xconfig data (#874868)Jesse Keating2012-11-131-0/+1
|
* Write out xconfig data when executedJesse Keating2012-11-131-3/+8
|
* Code cleanupsJesse Keating2012-11-131-5/+5
| | | | Get rid of unused import, use super(), remove some spaces
* Link to the correct default targetJesse Keating2012-11-131-19/+4
| | | | | | This uses the new constant to link to the right target by name. It also removes any fiddling with /etc/inittab as we don't want/need to touch that any more.
* Add a mapping of old run level to new systemd targetJesse Keating2012-11-121-1/+4
|
* New version.Brian C. Lane2012-11-123-258/+273
|
* Quit after handling transaction errors.Chris Lumens2012-11-121-1/+2
| | | | We don't provide you with the chance to do anything anyway.
* Add a function to display relevant transaction errors (#873106).Chris Lumens2012-11-121-9/+28
| | | | | | We are trying to prevent the user from getting to the hub with a space error, hence why you can only quit. It's still helpful to catch the errors just in case something sneaks through later.
* Don't decorate error dialogs.Chris Lumens2012-11-121-1/+3
|
* Fix error handling when new device ends up with size 0.David Lehman2012-11-121-15/+11
| | | | Related: rhbz#872833
* Explicitly request all free space when no size given in custom. (#872833)David Lehman2012-11-121-1/+7
| | | | The logic for handling it implicitly only works for partitions.
* Disable the language spoke off the first hub, for now (#874263).Chris Lumens2012-11-121-0/+4
| | | | | | | | | | | I don't especially want to do this, but as stated elsewhere changing language during installation is not at all easy. It's especially not easy from this spoke, where everything's already been imported. Eventually I think this spoke should allow for picking which languages you want supported on the finished system (sort of a language-specific package selection screen), but there's no time and this will at least prevent people from hitting a really annoying bug.
* Wrap text on install options dialogs (#874265).Chris Lumens2012-11-121-0/+11
|
* Encode unicode strings from XklWrapper (#873762)Vratislav Podzimek2012-11-121-1/+1
| | | | | | We don't use unicode strings (as a type) in anaconda. XklWrapperr.switch_to_show_str should thus use encode("utf-8") and also contain byte strings.
* New version (out of order)Brian C. Lane2012-11-122-1/+44
| | | | Forgot to commit the spec and configure.ac changes for 18.28-1
* Network spoke: fix traceback (number of callback parameters) (#875393)Radek Vykydal2012-11-121-2/+4
|
* Adjust right margin for MountpointSelector (mizmo).Chris Lumens2012-11-121-1/+1
| | | | | | | | | | | The mountpoint selector has a problem where all mountpoints except the selected one are flush with 0 margin against the right wall of the box they're in, and the selected mountpoint gets 6 px of margin between it and the wall. This patch makes that margin more consistent, so both selected and unselected mountpoints in the mountpoint selector list on the left hand side of the custom partitioning spoke get a consistent 12 px margin.
* Fix introspection warnings for widgetsStef Walter2012-11-122-2/+2
|
* Show NFS as the source if dracut left it for us (#875235)Jesse Keating2012-11-091-2/+13
|
* Convert the accordion Button to a LinkButton (mizmo).Chris Lumens2012-11-091-3/+3
|
* Buttons shouldn't scream at people (#868536, mizmo).Chris Lumens2012-11-096-13/+13
|
* Don't attempt to handle exceptions when NFS mounts fail.Chris Lumens2012-11-091-8/+3
| | | | | | | We don't want to display an error dialog (and we don't even support displaying a dialog for this exception). We should instead raise an exception we know how to handle, and then the status line for the source spoke will be set correctly.
* If there's an error setting up the source, display it as the status.Chris Lumens2012-11-091-8/+7
| | | | Don't display what you entered, because it's all wrong.
* Add logging around the messages that can be processed by the hub.Chris Lumens2012-11-092-1/+6
|
* You can't reformat a btrfs volume/subvolume.David Lehman2012-11-091-1/+2
| | | | | It's not necessarily intuitive, but your only option is to delete and re-create.
* Always account for device removals in their containers.David Lehman2012-11-093-3/+4
|
* Fix container member management for md devices.David Lehman2012-11-091-2/+13
|
* Use a more robust method for removing previous autopart. (#868589)David Lehman2012-11-091-3/+5
| | | | | The old method only worked once. After that, it was trying to cancel create actions that had already been canceled.
* Post-custom sanity check determines storage spoke completeness. (#868925)David Lehman2012-11-091-0/+4
| | | | | | | If the storage spoke was completed prior to entering the custom spoke and that visit introduced errors, the storage spoke status wasn't getting updated accordingly, allowing users with faulty configurations to proceed with a doomed install.
* Fix detection of inactive md arrays. (#873031)David Lehman2012-11-092-17/+12
| | | | | This doesn't come up much because someone's always activating the md arrays before anaconda gets run.