summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/hubs/progress.py
Commit message (Expand)AuthorAgeFilesLines
* Enable line wrapping in a couple more places (#901551).Chris Lumens2013-01-201-0/+1
* Mark the live progress hub message for translation (#892069).Chris Lumens2013-01-071-2/+2
* Fix a typo in the live cd completion text (#884373).Chris Lumens2012-12-071-1/+1
* On live installs, the progress hub should have a Quit button (#854904).Chris Lumens2012-11-201-0/+6
* 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
* Make progress hub spokes possible and move the root password thereMartin Sivak2012-09-131-16/+69
* Fix ransom notes cycling.Chris Lumens2012-09-121-10/+25
* Use 250ms interval for installation progress updatingVratislav Podzimek2012-09-111-1/+1
* Move expandLangs to localization moduleVratislav Podzimek2012-08-291-2/+2
* reboot after kickstartBrian C. Lane2012-07-251-1/+8
* Move all .ui files to a .glade extension.Chris Lumens2012-07-251-1/+1
* Hide the spinner on the progress hub when we are done.Chris Lumens2012-07-171-0/+1
* Add a spinner next to the installation progress message.Chris Lumens2012-06-291-0/+3
* Tweak progress bar updates a little bit.Chris Lumens2012-05-041-1/+0
* Don't crash when there are no rnotes.David Lehman2012-04-191-2/+7
* Add rnotes display and cycling to the progress hub.Chris Lumens2012-04-171-9/+52
* When installation is complete, display the reboot button.Chris Lumens2012-04-171-0/+7
* When the progress bar is complete, stop checking for updates.Chris Lumens2012-04-171-0/+4
* Redo the progress bar code so it actually works.Chris Lumens2012-04-161-9/+35
* Use our own threading.Thread subclass.Chris Lumens2012-04-161-4/+3
* In order for division to work the way I want it to, I need a future import.Chris Lumens2012-04-111-0/+2
* Add a top-level function that does the hard work of installation.Chris Lumens2012-04-091-4/+6
* Split the progress updating method into two.Chris Lumens2012-04-091-2/+10
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-201-2/+2
* Add another context manager for the Gdk threading code.Chris Lumens2012-03-091-14/+10
* Make the base UI classes take a payload instance, just like they do devicetree.Chris Lumens2012-02-281-2/+2
* progressHandler -> progressChris Lumens2012-02-221-2/+2
* Add a progress bar reporting framework.Chris Lumens2012-02-221-1/+46
* And then rename setup to refresh.Chris Lumens2012-02-101-2/+2
* Add the progress hub in after the summary hub.Chris Lumens2011-11-281-0/+40