summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/software.py
Commit message (Expand)AuthorAgeFilesLines
* Make all Gtk calls from inside of it's main loop (and thread)threadingMartin Sivak2012-10-161-14/+20
* Fix graphical kickstart with %packages dataJesse Keating2012-10-121-24/+30
* Modify the DetailedErrorDialog buttons.Chris Lumens2012-10-091-4/+5
* When changing environments, don't explicitly exclude groups (#863886).Chris Lumens2012-10-091-2/+8
* Do not use constant value in SoftwareSpoke's completed propertyVratislav Podzimek2012-10-051-2/+2
* Select a default environment (#858180).Chris Lumens2012-09-251-1/+12
* Remember to mark an environment as selected in the store.Chris Lumens2012-09-131-0/+2
* Rename the SpokeWindow's back button to just button.Chris Lumens2012-09-131-1/+1
* Display a radio button next to the environment choices.Chris Lumens2012-09-101-6/+9
* Deselect any existing environment when selecting a new one (#851510).Chris Lumens2012-09-051-0/+4
* Only show groups in the UI if they have members that install by default (defa...Bill Nottingham2012-08-291-1/+1
* Disable software selection and source spokes on live installs.Chris Lumens2012-08-281-0/+4
* Move the software-specific error message out of the DetailedErrorDialog class.Chris Lumens2012-08-231-1/+6
* fix Gtk import in software.pyBrian C. Lane2012-08-211-2/+2
* Add a flag so we don't get spurious 'change' events from the treeview while w...Bill Nottingham2012-08-171-0/+5
* Wire in the new environment logic through the UI.Bill Nottingham2012-08-171-48/+40
* Remove unused import of UIObjectJesse Keating2012-08-131-1/+1
* Make DetailedErrorDialog generic enough to be used throughout the UI.Chris Lumens2012-07-271-1/+2
* Move all .ui files to a .glade extension.Chris Lumens2012-07-251-1/+1
* Add a detailed error dialog to be used by dep solving errors, and others.Chris Lumens2012-07-241-8/+39
* Fix software spoke completion and status for certain kickstart installs.Chris Lumens2012-07-121-4/+20
* Define SoftwareSpoke._tx_id early on.David Lehman2012-07-101-0/+1
* Make software spoke ready regardless of depsolve outcome.David Lehman2012-07-031-1/+2
* Attempt dependency solving if packages were provided by a kickstart file.Chris Lumens2012-07-031-0/+4
* add the foundations for the add repository dialogMartin Sivak2012-06-131-2/+7
* Make users revisit software spoke after changing base repo.David Lehman2012-06-061-1/+4
* The software spoke's readiness also depends upon its own watcher thread.Chris Lumens2012-05-151-1/+2
* Note the lack of software source if that is the reason we're not ready.David Lehman2012-05-111-0/+4
* Remove no-longer-needed _ready attribute from the software spoke.David Lehman2012-05-111-3/+1
* If no groups are available, mark the spoke instead of throwing an exn.Chris Lumens2012-05-101-1/+8
* Tighten up interaction between source and software spokes.David Lehman2012-05-091-2/+31
* Select base-x and fonts when the user selects a non-base desktop.David Lehman2012-05-031-0/+8
* Simplify the handling of group selection from the software spoke.David Lehman2012-04-231-12/+28
* 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-7/+7
* Download repo metadata in the background.David Lehman2012-04-181-1/+7
* Add a note about fixing group selection.David Lehman2012-04-181-0/+5
* Use our own threading.Thread subclass.Chris Lumens2012-04-161-4/+2
* Bring back the initialize callback argument.Chris Lumens2012-03-151-6/+9
* Add a comment explaining why we don't deal with ksdata here.Chris Lumens2012-03-141-0/+3
* Add a method that can wrap yum.close.Chris Lumens2012-03-131-0/+1
* Add another context manager for the Gdk threading code.Chris Lumens2012-03-091-12/+9
* Avoid a big delay when entering software selection by fetching group data early.Chris Lumens2012-03-081-0/+7
* 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 the base UI classes take a payload instance, just like they do devicetree.Chris Lumens2012-02-281-2/+6
* Add a selector attribute to the related spoke.Chris Lumens2012-02-211-2/+2
* And then rename setup to refresh.Chris Lumens2012-02-101-3/+0
* Rename the populate method to initialize.Chris Lumens2012-02-101-2/+2
* Condense NormalSpoke on_back_clicked methods into the base class.Chris Lumens2012-02-061-6/+0