summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/source.py
Commit message (Expand)AuthorAgeFilesLines
* Make all Gtk calls from inside of it's main loop (and thread)threadingMartin Sivak2012-10-161-24/+27
* Fix a traceback in media check (#865897).Chris Lumens2012-10-151-4/+3
* Make the URL entry sensitive for NFS installs, too (#863014).Chris Lumens2012-10-041-2/+3
* Hide the ISO install source if you've nuked all possible drives (#858088).Chris Lumens2012-09-241-2/+5
* Grab the proxy username from the correct text entry (#858536).Chris Lumens2012-09-191-1/+1
* Only check media if we really want it (#853404)Jesse Keating2012-09-061-1/+2
* Disable software selection and source spokes on live installs.Chris Lumens2012-08-281-0/+5
* Return full device object of selected optical driveJesse Keating2012-08-271-2/+3
* _peopleRepositoriesFilter -> _peopleRepositoriesFilterEntry (#852182).Chris Lumens2012-08-271-1/+1
* on_*_changed callbacks take one argument, not two.Chris Lumens2012-08-271-2/+2
* Use the correct icon size constant.Chris Lumens2012-08-271-4/+4
* Add old_source checking for closest mirror and url methods too (#851336).Chris Lumens2012-08-241-0/+6
* Only devices that already exist may be ISO install sources (#849482).Chris Lumens2012-08-211-21/+24
* Merge master into newtuiMartin Sivak2012-08-061-5/+5
|\
| * Move all .ui files to a .glade extension.Chris Lumens2012-07-251-5/+5
* | Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-9/+9
|/
* Show more info about source failure in the spokeBrian C. Lane2012-07-111-0/+6
* update proxy supportBrian C. Lane2012-07-091-29/+32
* add the foundations for the add repository dialogMartin Sivak2012-06-131-0/+172
* Add support for cdrom and harddrive methods, including switching.David Lehman2012-06-061-4/+18
* Don't do anything for unchanged harddrive or nfs software sources.David Lehman2012-06-061-0/+17
* Don't let any single spoke's status line get too large (msivak).Chris Lumens2012-05-111-4/+1
* Tighten up interaction between source and software spokes.David Lehman2012-05-091-6/+37
* Add some status messages to spoke selectors that take a while to be ready.Chris Lumens2012-04-191-0/+4
* Get rid of the completeness callback again, switch to using a queue.Chris Lumens2012-04-191-8/+7
* Download repo metadata in the background.David Lehman2012-04-181-0/+8
* Fix up the source spoke apply method for some cases.David Lehman2012-04-181-1/+6
* Use our own threading.Thread subclass.Chris Lumens2012-04-161-3/+2
* Add a functional proxy config button to the installation source spoke.Chris Lumens2012-03-261-2/+86
* Update the source spoke's status for the closest mirror choice.Chris Lumens2012-03-211-1/+4
* Fix a typo when setting an HTTP method in the source's apply method.Chris Lumens2012-03-201-1/+1
* Update the name of the source spoke to be a little more correct.Chris Lumens2012-03-201-1/+1
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-201-3/+3
* Bring back the initialize callback argument.Chris Lumens2012-03-151-5/+6
* Set the correct protocol in the source drop down.Chris Lumens2012-03-131-4/+4
* Add another context manager for the Gdk threading code.Chris Lumens2012-03-091-51/+49
* 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-081-13/+24
* Return the first qualifying device from opticalInstallMedia.David Lehman2012-03-061-1/+2
* 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
* Add support for running media check for both ISO images and CD/DVDs.Chris Lumens2012-02-281-11/+65
* Add a lightbox context manager for shorter, clearer code.Chris Lumens2012-02-281-17/+13
* Add a function to set a viewport's background, remove duplicate code.Chris Lumens2012-02-241-9/+2
* Fix a couple bugs packing selectors into the autodetected media box.Chris Lumens2012-02-241-2/+4
* Set the background of the autodetected media viewport to background color.Chris Lumens2012-02-241-0/+11
* Don't mark the storage or source spokes as ready until they really are.Chris Lumens2012-02-241-3/+2
* The "Choose an ISO" dialog should be lightboxed and undecorated.Chris Lumens2012-02-221-0/+5
* Add a selector attribute to the related spoke.Chris Lumens2012-02-211-4/+31