summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/tui/hubs
Commit message (Expand)AuthorAgeFilesLines
* Split __init__ and setup in TUI screens so we can set the environment and sea...Martin Sivak2013-01-181-3/+4
* "Hub" shouldn't be in the title for any text mode hub.Chris Lumens2013-01-102-3/+3
* Update the API which controls where should spokes be displayedMartin Sivak2013-01-021-0/+4
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-171-1/+1
* Make TUI ready for getting spokes from multiple directoriesMartin Sivak2012-12-171-1/+1
* Split completed and mandatory attributesMartin Sivak2012-12-171-1/+1
* Fail on incomplete ksdata when in cmdline modeJesse Keating2012-09-271-0/+3
* Handle automated installsJesse Keating2012-09-251-0/+28
* Use the blocking read to avoid busy wait in TUI progressMartin Sivak2012-09-131-5/+1
* Make progress hub spokes possible and move the root password thereMartin Sivak2012-09-131-7/+17
* Don't continue if incomplete spokes existJesse Keating2012-08-141-0/+7
* Add a text progress hub to do the installJesse Keating2012-08-141-0/+115
* Don't display indirect spokes in the hubJesse Keating2012-08-131-0/+3
* Translate the base text hub classJesse Keating2012-08-131-1/+4
* Add comment headers to the new filesJesse Keating2012-08-101-0/+21
* import localization stuff and use it to translate more stringsMartin Sivak2012-08-101-1/+4
* Improve documentation and add licensing headersMartin Sivak2012-08-101-0/+20
* Pass screen args argument to prompt and input methods + fix for run-text-spokeMartin Sivak2012-08-061-1/+1
* Add automake files for TUIMartin Sivak2012-08-061-0/+24
* add documentation and comments to TUI classesMartin Sivak2012-08-061-3/+24
* Add the new Summary hub and Password TUI spokes + tools to test TUI stuffMartin Sivak2012-08-061-0/+5
* Fix bits and pieces to make TUI hub and spoke model work + example Hub and Pa...Martin Sivak2012-08-061-17/+25
* Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-3/+3
* Create the base classes for TUI Hub and Spoke modelMartin Sivak2012-08-061-0/+47