summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/hubs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the completeness callback again, switch to using a queue.Chris Lumens2012-04-191-7/+39
* Add rnotes display and cycling to the progress hub.Chris Lumens2012-04-171-9/+52
* Move the progress bar and other widgets down to the bottom of the screen.Chris Lumens2012-04-171-7/+0
* When installation is complete, display the reboot button.Chris Lumens2012-04-172-1/+8
* INSTALL -> INSTALLATIONChris Lumens2012-04-171-1/+1
* 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
* Remove the initial setting from the progress bar.Chris Lumens2012-04-161-1/+0
* 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
* Add indirect spokes, which cannot be reached straight from the hub.Chris Lumens2012-03-301-5/+23
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-202-8/+8
* Bring back the initialize callback argument.Chris Lumens2012-03-151-14/+12
* 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-282-4/+8
* Add a function to set a viewport's background, remove duplicate code.Chris Lumens2012-02-241-7/+2
* progressHandler -> progressChris Lumens2012-02-221-2/+2
* Add a progress bar reporting framework.Chris Lumens2012-02-221-1/+46
* Add a selector attribute to the related spoke.Chris Lumens2012-02-211-22/+18
* And then rename setup to refresh.Chris Lumens2012-02-102-5/+5
* Rename the populate method to initialize.Chris Lumens2012-02-101-2/+2
* Sort spokes on the hubs alphabetically.Chris Lumens2012-02-021-1/+1