summaryrefslogtreecommitdiffstats
path: root/pyanaconda/text.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the old text mode UI.Chris Lumens2013-01-161-439/+1
* Remove anaconda.instLanguage object and language moduleVratislav Podzimek2012-09-041-8/+0
* Remove unnecessary (and broken) import (#853576)Jesse Keating2012-08-311-1/+0
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-1/+1
|\
| * Check passphrase unless explicit cancel (#821724)Jesse Keating2012-07-091-1/+1
* | remove Network(): list of network devices, final stepsRadek Vykydal2012-07-201-2/+2
|/
* Change what the third column of lang-table means.Chris Lumens2011-10-311-7/+6
* isolate localeInfo and expandLangs() from langauges.py into a separate module.Ales Kozumplik2011-09-071-1/+1
* dispatch: fix remaining places using the old dispatch interface.Ales Kozumplik2011-05-191-1/+1
* dispatch: remove "upgradeswapsuggestion" and "addswap" steps.Ales Kozumplik2011-05-191-1/+0
* dispatch: Fix rules for running the bootloader and instbootloader steps.Ales Kozumplik2011-05-191-5/+6
* dispatch: Fix rules for running the partitioning step.Ales Kozumplik2011-05-191-1/+2
* Cleanup how an installer interface can declare steps it does not implement.Ales Kozumplik2011-05-191-5/+2
* remove references to "zfcpconfig".Ales Kozumplik2011-05-041-1/+0
* Get rid of interface's entryWindow() and EntryWindow.Ales Kozumplik2011-04-271-8/+0
* Improve the translatability of strings with more than one format specifier.Chris Lumens2011-03-301-1/+1
* gui.py: nuke createRepoWindow()Ales Kozumplik2011-03-221-4/+0
* Collect LUKS passphrases to avoid making users enter them repeatedly.David Lehman2011-03-141-10/+5
* Make the dispatcher call the shots.Ales Kozumplik2011-02-211-33/+36
* In text mode we have to treat strings and lists separately while printing the...Martin Sivak2011-02-141-1/+8
* tui: add reinitializeWindow() to the text interface.Ales Kozumplik2011-02-101-0/+21
* Don't traceback when displaying %post error messages (#654074).Chris Lumens2010-12-011-1/+1
* Attempt to bring the network up before saving a bug report (#635821).Chris Lumens2010-10-121-1/+16
* No one likes the welcome step anymore, so remove it.Chris Lumens2010-10-121-1/+0
* logging: be smarter logging UI module import errors.Ales Kozumplik2010-10-111-0/+3
* text.messageWindow(): make it more resilient to the input.Ales Kozumplik2010-10-111-0/+1
* text: remove the needless complexity in the screen switching loop.Ales Kozumplik2010-07-191-62/+30
* text.py: do not traceback when can't go back (#598493).Ales Kozumplik2010-07-191-3/+4
* modules: pyanaconda.textw and pyanaconda.iw are now regular modules.Ales Kozumplik2010-06-231-7/+7
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-0/+582