summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Make all Gtk calls from inside of it's main loop (and thread)threadingMartin Sivak2012-10-161-24/+23
* GUI error handling dialogs need to be protected from threading deadlocks.Chris Lumens2012-09-251-19/+21
* Set the busy spinning cursor while the UI is loading.Chris Lumens2012-09-101-1/+15
* And then fix an assortment of non-packaging pylint errors, too.Chris Lumens2012-08-301-0/+2
* Do another _main_window -> main_window change.Chris Lumens2012-08-221-1/+1
* _actions should be set up in the __init__ method.Chris Lumens2012-08-221-1/+1
* Use python-meh's MainExceptionWindow's main_window propertyVratislav Podzimek2012-08-211-3/+1
* Enlightbox mainExceptionWindowVratislav Podzimek2012-08-171-1/+9
* Put mainExceptionWindow in a WindowGroupVratislav Podzimek2012-08-171-1/+7
* Merge master into newtuiJesse Keating2012-08-131-1/+16
|\
| * Check that Gtk.main is not already running before starting another oneVratislav Podzimek2012-08-131-1/+16
* | Always use collect directly from commonJesse Keating2012-08-131-2/+2
* | Merge master into newtuiMartin Sivak2012-08-061-3/+15
|\|
| * Add mainExceptionWindow and saveExceptionWindow methods to the interfacesVratislav Podzimek2012-08-031-0/+11
| * reboot after kickstartBrian C. Lane2012-07-251-2/+2
| * Move all .ui files to a .glade extension.Chris Lumens2012-07-251-1/+1
| * Provide a way to run apply methods even if a spoke wants us to skip elsewhere.Chris Lumens2012-07-231-0/+1
* | Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-83/+9
* | Make collect and part of UserInterface setup more genericMartin Sivak2012-08-061-5/+6
|/
* Add a confirmation dialog for the quit button.Chris Lumens2012-07-021-3/+17
* Fix up automatic moving behavior for kickstart installs.Chris Lumens2012-04-261-0/+7
* Add indirect spokes, which cannot be reached straight from the hub.Chris Lumens2012-03-301-2/+1
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-201-3/+3
* Make the base UI classes take a payload instance, just like they do devicetree.Chris Lumens2012-02-281-3/+3
* Add a lightbox context manager for shorter, clearer code.Chris Lumens2012-02-281-10/+7
* Make the product name upper case on spokes.Chris Lumens2012-02-211-3/+1
* skipTo should be an attribute, not a property.Chris Lumens2012-02-211-18/+16
* Add screenshot support back in.Chris Lumens2012-02-201-0/+28
* Add abstract and concrete versions of error dialogs.Chris Lumens2012-02-161-0/+39
* And then rename setup to refresh.Chris Lumens2012-02-101-7/+12
* Add some more documentation to the retranslate method.Chris Lumens2012-02-101-0/+7
* Rename the populate method to initialize.Chris Lumens2012-02-101-6/+7
* Add support to some widgets for retranslating the UI on language change.Chris Lumens2012-01-131-1/+35
* Mark more strings for translation.Chris Lumens2012-01-091-1/+2
* Clarify how to use builderObjects.Chris Lumens2012-01-031-3/+15
* Allow searching for the UI files along $UIPATH, or a hardcoded fallback.Chris Lumens2011-12-091-1/+1
* Add the progress hub in after the summary hub.Chris Lumens2011-11-281-1/+2
* Remember to import needed stuff from pyanaconda.product.Chris Lumens2011-11-211-0/+2
* Populate standalone windows right before showing them, not all up front.Chris Lumens2011-11-211-8/+13
* Change _findUIFile to look outside of the source tree, too.Chris Lumens2011-11-211-3/+5
* showable is a property, not a function.Chris Lumens2011-11-211-0/+1
* Define exactly which arguments Spokes, Hubs, andand UserInterfaces may count on.Chris Lumens2011-11-211-3/+3
* Remove the AnacondaGUI class, moving its contents to GraphicalUserInterface.Chris Lumens2011-11-211-4/+80
* Add the python portion of the new UI under pyanaconda/ui/.Chris Lumens2011-11-101-0/+194