summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/tui/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor and cleanup exception handling piecesVratislav Podzimek2013-01-221-8/+9
* Exception handling for text mode (#865325)Vratislav Podzimek2013-01-221-0/+9
* Split __init__ and setup in TUI screens so we can set the environment and sea...Martin Sivak2013-01-181-3/+7
* Fix multiple copies of spokes appearing from update imageMartin Sivak2013-01-031-2/+6
* Update the way we look for glade files, spokes, hubs and categoriesMartin Sivak2013-01-021-2/+6
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-171-4/+25
* Handle package dependency errors on kickstart installs too (#865073).Chris Lumens2012-11-141-0/+3
* Don't prompt when in cmdline mode (#869685)Jesse Keating2012-10-301-0/+6
* Fix a typo in method name (#863765)Martin Sivak2012-10-171-2/+2
* Add a text progress hub to do the installJesse Keating2012-08-141-1/+2
* Call the correct method to schedule the screenJesse Keating2012-08-131-1/+1
* Add a missing import of osJesse Keating2012-08-131-0/+2
* Translate the base tui class stringsJesse Keating2012-08-131-6/+9
* Improve documentation and add licensing headersMartin Sivak2012-08-101-0/+21
* Pass screen args argument to prompt and input methods + fix for run-text-spokeMartin Sivak2012-08-061-4/+4
* add documentation and comments to TUI classesMartin Sivak2012-08-061-32/+39
* Fix bits and pieces to make TUI hub and spoke model work + example Hub and Pa...Martin Sivak2012-08-061-19/+28
* Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-0/+29
* Create the base classes for TUI Hub and Spoke modelMartin Sivak2012-08-061-0/+116