summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move Xorg to vt7Brian C. Lane2013-01-301-1/+1
* Cleanup some trailing whitespace on otherwise empty linesVratislav Podzimek2013-01-221-7/+7
* Refactor and cleanup exception handling piecesVratislav Podzimek2013-01-221-26/+57
* python-meh's saveExceptionWindow no longer uses the accountManagerVratislav Podzimek2013-01-221-2/+2
* Do not call exit at the end of GUI interface, just quit the main loopMartin Sivak2013-01-111-2/+3
* Fix multiple copies of spokes appearing from update imageMartin Sivak2013-01-031-4/+7
* Update the way we look for glade files, spokes, hubs and categoriesMartin Sivak2013-01-021-5/+15
* Make screenshot routines reusable in FirstbootMartin Sivak2013-01-021-3/+6
* Fix typo in variable nameMartin Sivak2012-12-181-1/+1
* Split ksdata execute and setup methods for addonsMartin Sivak2012-12-171-1/+1
* Export QuitDialog and it's message stringMartin Sivak2012-12-171-161/+171
* Update the hack we use to preload AnacondaWidgets - we need to load the typel...Martin Sivak2012-12-171-3/+8
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-171-11/+29
* Make GUI more reusable and support multiple directories for spokes and catego...Martin Sivak2012-12-171-9/+30
* Use BaseWindow.set_warning and set_error in GUIObject's methodsVratislav Podzimek2012-12-051-2/+2
* Only instantiate main line action objects when they are needed.Chris Lumens2012-12-041-43/+70
* Make sure product info and spoke titles are translated throughout.Chris Lumens2012-12-041-5/+4
* Remove the generic retranslate method from the python portion of the UI.Chris Lumens2012-12-041-41/+0
* Remove the automatic show_all from those info_bar related functions.Chris Lumens2012-11-291-3/+0
* Add set_info, set_error, set_warning functions to the BaseWindow object.Chris Lumens2012-11-291-2/+32
* Handle package dependency errors on kickstart installs too (#865073).Chris Lumens2012-11-141-0/+11
* Don't decorate error dialogs.Chris Lumens2012-11-121-1/+3
* Set the font globally (mizmo).Chris Lumens2012-11-061-0/+4
* Don't decorate the main exception window.Chris Lumens2012-11-021-0/+1
* Set a translation domain before loading a glade file.Chris Lumens2012-11-011-0/+1
* 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