summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/tui/simpleline
Commit message (Expand)AuthorAgeFilesLines
* Fix reprompting and screen redrawing on invalid inputVratislav Podzimek2013-02-151-2/+6
* Split __init__ and setup in TUI screens so we can set the environment and sea...Martin Sivak2013-01-181-0/+8
* Update text prompt to include c for continueJesse Keating2012-08-141-1/+1
* Remove the base_tests file for nowJesse Keating2012-08-131-122/+0
* import localization stuff and use it to translate more stringsMartin Sivak2012-08-102-0/+9
* finish renaming _mainloopMartin Sivak2012-08-102-2/+2
* Improve documentation and add licensing headersMartin Sivak2012-08-101-12/+16
* Add translations to the simpleline frameworkMartin Sivak2012-08-091-4/+4
* Pass screen args argument to prompt and input methods + fix for run-text-spokeMartin Sivak2012-08-061-7/+16
* Add automake files for TUIMartin Sivak2012-08-061-0/+24
* add couple of tests and fix write method of widget (newline added unwanted sp...Martin Sivak2012-08-062-11/+41
* add couple of tests and support for themMartin Sivak2012-08-062-1/+93
* Add documentation to the simpleline library for TUIMartin Sivak2012-08-062-58/+323
* Fix bits and pieces to make TUI hub and spoke model work + example Hub and Pa...Martin Sivak2012-08-062-19/+35
* Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-6/+1
* Text based UI framework coreMartin Sivak2012-08-063-0/+546