summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
...
* Add a comment explaining why we don't deal with ksdata here.Chris Lumens2012-03-141-0/+3
* Do base kickstart package selections after the payload is set up.Chris Lumens2012-03-141-5/+6
* Add error handlers for NoSuchGroup and NoSuchPackage.Chris Lumens2012-03-141-3/+28
* Raise exceptions if selecting a non-existant package or group fails.Chris Lumens2012-03-141-3/+4
* In {select,deselect}{Group,Package}, call the superclass last.Chris Lumens2012-03-141-5/+8
* Allow changing the base repo.David Lehman2012-03-144-137/+321
* Set the language on the welcome screen based on ksdata.Chris Lumens2012-03-131-0/+9
* Set the correct protocol in the source drop down.Chris Lumens2012-03-131-4/+4
* Add a method that can wrap yum.close.Chris Lumens2012-03-133-0/+13
* Add another context manager for the Gdk threading code.Chris Lumens2012-03-095-113/+107
* Avoid a big delay when entering software selection by fetching group data early.Chris Lumens2012-03-081-0/+7
* Don't crash if there's no network device to refresh.Chris Lumens2012-03-081-0/+2
* Fix displaying a CD/DVD selector when a CD/DVD has been detected.Chris Lumens2012-03-081-3/+14
* Add a URL drop down option for the mirror list, which is our default.Chris Lumens2012-03-082-13/+25
* Block the software selection spoke until we have a base repo.Chris Lumens2012-03-081-0/+32
* Populate the software selection spoke with data from the new packaging API.Chris Lumens2012-03-061-16/+33
* Make a lot of cosmetic changes to the software selection dialog.Chris Lumens2012-03-061-4/+22
* Add methods that determine whether a group and package is selected.Chris Lumens2012-03-061-0/+6
* Throw out repositories where there was an error setting them up.Chris Lumens2012-03-061-1/+5
* Run payload setup in a separate thread.Chris Lumens2012-03-061-0/+9
* Add a property to return the id of the base repo.David Lehman2012-03-061-1/+12
* Enable auto-detection of optical install media if no method/repo given.David Lehman2012-03-061-12/+13
* Return the first qualifying device from opticalInstallMedia.David Lehman2012-03-062-5/+7
* Get yum repo metadata in setup so it's there when we want it later.David Lehman2012-03-021-19/+29
* Add missing string translation juju to yumpayload.py.David Lehman2012-03-021-0/+3
* Disable, but don't remove, yum default repos if a base repo was given.David Lehman2012-03-021-3/+5
* Handle ks excludedocs and add an rpm macro to speed up installs.David Lehman2012-03-021-0/+10
* Make the live install rsync command at least make some sense.David Lehman2012-03-021-2/+1
* The error handler is not callable. Call the 'cb' method.David Lehman2012-03-023-12/+12
* Various minor bug fixes, cleanups, and improvements to yumpayload.py.David Lehman2012-03-021-25/+39
* Add header blocks to python files in pyanaconda/packaging/.David Lehman2012-03-024-4/+86
* If a CD/DVD drive is selected, the source spoke is complete.Chris Lumens2012-03-021-6/+15
* Don't quit anaconda when you close the memdia check dialog.Chris Lumens2012-03-021-2/+1
* Fix a stupid typo.Chris Lumens2012-03-021-1/+1
* Fix an indentation error when setting up the payload.Chris Lumens2012-03-011-1/+2
* Set the default packaging payload as an attribute on Anaconda.Chris Lumens2012-02-284-20/+26
* Make the base UI classes take a payload instance, just like they do devicetree.Chris Lumens2012-02-288-19/+45
* Don't crash when broken md devices are present. (#731177)David Lehman2012-02-281-2/+6
* Don't let dbus permission errors stop us in testing mode.David Lehman2012-02-281-1/+1
* Add new packaging module.David Lehman2012-02-289-86/+1425
* Add support for running media check for both ISO images and CD/DVDs.Chris Lumens2012-02-282-16/+71
* Don't decorate the keyboard add layout dialog.Chris Lumens2012-02-281-0/+1
* Add a lightbox context manager for shorter, clearer code.Chris Lumens2012-02-286-40/+42
* Add a function to set a viewport's background, remove duplicate code.Chris Lumens2012-02-244-24/+38
* Fix a couple bugs packing selectors into the autodetected media box.Chris Lumens2012-02-241-2/+4
* Don't decorate the media check dialog, since it'll end up lightboxed.Chris Lumens2012-02-241-1/+2
* Set the background of the autodetected media viewport to background color.Chris Lumens2012-02-242-1/+12
* Don't mark the storage or source spokes as ready until they really are.Chris Lumens2012-02-242-7/+5
* Add an environment variable for kickstart scripts to make use of.Chris Lumens2012-02-221-8/+9
* Move setfilecons code into a kickstart script, too.Chris Lumens2012-02-224-60/+0