summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/tui
Commit message (Expand)AuthorAgeFilesLines
* A bunch more "install" -> "installation" changes.Chris Lumens2013-02-281-2/+2
* Fix reprompting and screen redrawing on invalid inputVratislav Podzimek2013-02-151-2/+6
* Restore support for partial kickstart files (#887254).Chris Lumens2013-02-131-1/+4
* Add --dirinstall commandBrian C. Lane2013-02-081-0/+4
* Do not include disks that have 0 size (#903131, #904977).Chris Lumens2013-01-311-0/+1
* Remove the storage module and replace it with blivet.David Lehman2013-01-282-4/+4
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-3/+1
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-281-8/+4
* 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-183-6/+19
* "Hub" shouldn't be in the title for any text mode hub.Chris Lumens2013-01-102-3/+3
* Fix multiple copies of spokes appearing from update imageMartin Sivak2013-01-031-2/+6
* Update the API which controls where should spokes be displayedMartin Sivak2013-01-021-0/+4
* 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-172-5/+26
* Make TUI ready for getting spokes from multiple directoriesMartin Sivak2012-12-172-6/+13
* Split completed and mandatory attributesMartin Sivak2012-12-174-1/+13
* Remove the generic retranslate method from the python portion of the UI.Chris Lumens2012-12-041-9/+0
* Number timezones starting with 1 (#859342)Martin Sivak2012-11-191-2/+2
* Handle package dependency errors on kickstart installs too (#865073).Chris Lumens2012-11-141-0/+3
* Default to LVM on text installs too (#874586).Chris Lumens2012-11-091-2/+2
* Don't prompt when in cmdline mode (#869685)Jesse Keating2012-10-301-0/+6
* display storage errors in text mode storage spokeBrian C. Lane2012-10-261-1/+8
* Fix a typo in method name (#863765)Martin Sivak2012-10-171-2/+2
* Add password validation to text password spokeJesse Keating2012-10-121-9/+24
* Present an error message if no disks are detected (#864093).Chris Lumens2012-10-091-1/+3
* Don't echo vnc password to the screen (#862593)Jesse Keating2012-10-031-2/+3
* Fix logic error in vnc password length checkJesse Keating2012-10-011-1/+1
* Allow vncpassword spoke text to be configurableJesse Keating2012-10-011-3/+7
* Add standalone spoke to prompt for VNCJesse Keating2012-09-271-0/+135
* Fail on incomplete ksdata when in cmdline modeJesse Keating2012-09-271-0/+3
* Handle automated installsJesse Keating2012-09-251-0/+28
* Handle errors from text storage executeJesse Keating2012-09-251-11/+18
* Fix ready and completed properties for text storageJesse Keating2012-09-251-7/+10
* Use ksdata to determine text password completenessJesse Keating2012-09-251-4/+7
* 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
* Explicitly disable the rootpw lock (#853788)Jesse Keating2012-09-051-0/+1
* Make TUI password spoke behave the same as it's GUI counterpartMartin Sivak2012-09-031-3/+3
* Handle invalid spoke input (#853253)Jesse Keating2012-08-312-3/+3
* Use ksdata.timezone and timezone module instead of anaconda.timezoneVratislav Podzimek2012-08-221-2/+2
* Remove duplicate boot disk setting code (#848841).Chris Lumens2012-08-161-6/+0
* Update text prompt to include c for continueJesse Keating2012-08-141-1/+1
* Don't continue if incomplete spokes existJesse Keating2012-08-141-0/+7
* Return a bool for timezone completed propertyJesse Keating2012-08-141-1/+1
* Add a text progress hub to do the installJesse Keating2012-08-142-1/+117
* text based storage spoke.Jesse Keating2012-08-141-0/+355
* Call the correct method to schedule the screenJesse Keating2012-08-131-1/+1
* Add a missing import of osJesse Keating2012-08-131-0/+2