summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/hubs
Commit message (Expand)AuthorAgeFilesLines
* Don't try to update spokes that are indirect.Chris Lumens2013-02-201-2/+2
* Update all spokes on a Hub when spoke is exitedMartin Sivak2013-02-151-1/+2
* Wait for continueButton in KS mode if the user changed anythingMartin Sivak2013-02-151-15/+21
* Use only one large grid for the hubs.Chris Lumens2013-01-241-9/+27
* Indicate nothing will happen until "Begin Installation" is clicked (#883195).Chris Lumens2013-01-241-1/+19
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-241-1/+1
* Enable line wrapping in a couple more places (#901551).Chris Lumens2013-01-202-4/+5
* Mark the live progress hub message for translation (#892069).Chris Lumens2013-01-071-2/+2
* Update the API which controls where should spokes be displayedMartin Sivak2013-01-021-0/+4
* Sort categories in GUI alphabeticallyMartin Sivak2012-12-181-1/+1
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-171-8/+4
* Make GUI more reusable and support multiple directories for spokes and catego...Martin Sivak2012-12-171-5/+27
* Split completed and mandatory attributesMartin Sivak2012-12-171-2/+2
* Add a gradient background to spoke headers (mizmo, clumens).Chris Lumens2012-12-122-10/+18
* Make sure software selection is checked against filesystem space. (#853636)David Lehman2012-12-112-5/+36
* Fix a typo in the live cd completion text (#884373).Chris Lumens2012-12-071-1/+1
* Make sure product info and spoke titles are translated throughout.Chris Lumens2012-12-041-3/+2
* Add set_info, set_error, set_warning functions to the BaseWindow object.Chris Lumens2012-11-291-5/+2
* On live installs, the progress hub should have a Quit button (#854904).Chris Lumens2012-11-201-0/+6
* Buttons shouldn't scream at people (#868536, mizmo).Chris Lumens2012-11-092-3/+3
* Add logging around the messages that can be processed by the hub.Chris Lumens2012-11-091-0/+6
* Set SpokeSelector's tooltip to spoke's statusVratislav Podzimek2012-11-091-0/+3
* Mark properties in existing glade files as translatable.Chris Lumens2012-11-012-2/+2
* Fix a race condition with kickstarts (#868834)Jesse Keating2012-10-291-2/+2
* Make all Gtk calls from inside of it's main loop (and thread)threadingMartin Sivak2012-10-161-14/+11
* Add a progress message for quitting the installer.Chris Lumens2012-09-251-0/+3
* Don't explicitly start the progress spinner in python code.Chris Lumens2012-09-181-3/+0
* Move the progress bar back down to the bottom of the progress hub.Chris Lumens2012-09-181-1/+0
* Make progress hub spokes possible and move the root password thereMartin Sivak2012-09-133-19/+130
* CONTINUE -> BEGIN INSTALLATION (#856614).Chris Lumens2012-09-121-1/+1
* Fix ransom notes cycling.Chris Lumens2012-09-122-26/+25
* Use 250ms interval for installation progress updatingVratislav Podzimek2012-09-111-1/+1
* Keep the current spoke on top of the hub.Chris Lumens2012-08-301-0/+2
* Move expandLangs to localization moduleVratislav Podzimek2012-08-291-2/+2
* Merge master into newtuiMartin Sivak2012-08-066-6/+15
|\
| * reboot after kickstartBrian C. Lane2012-07-251-1/+8
| * Move all .ui files to a .glade extension.Chris Lumens2012-07-255-3/+3
| * Provide a way to run apply methods even if a spoke wants us to skip elsewhere.Chris Lumens2012-07-231-2/+4
* | Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-8/+6
|/
* Hide the spinner on the progress hub when we are done.Chris Lumens2012-07-171-0/+1
* Fix auto-continuing for kickstart installs.Chris Lumens2012-07-121-2/+8
* Make hub continue button sensitivity more complicated.Chris Lumens2012-07-121-2/+19
* Run ksdata execute methods for real kickstart installs as well as from the UI.Chris Lumens2012-07-121-3/+18
* Add a spinner next to the installation progress message.Chris Lumens2012-06-292-3/+30
* Indirect spokes do not have a selector, so guard the focus grab.Chris Lumens2012-06-211-1/+3
* When a spoke selector is clicked, grab the focus.Chris Lumens2012-06-211-0/+1
* use timeout instead of idle for Queue pollingBrian C. Lane2012-06-131-1/+2
* Tweak progress bar updates a little bit.Chris Lumens2012-05-042-1/+1
* Fix up automatic moving behavior for kickstart installs.Chris Lumens2012-04-261-1/+24
* Don't crash when there are no rnotes.David Lehman2012-04-191-2/+7