summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt the text interface to using the new python-meh code too.Chris Lumens2009-07-291-182/+8
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-11/+12
* Lots of small grammar and wording changes.Peter Jones2009-07-131-4/+4
* Skip exceptionDisks if exception originated in devtree.populate. (#497240)David Lehman2009-07-011-5/+9
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-2/+7
* Split text mode exn saving into multiple screren (#469380).Chris Lumens2009-04-171-58/+69
* If there's a problem finding removable disks, disable save-to-disk.Chris Lumens2009-03-311-1/+5
* Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615)David Lehman2009-03-121-1/+1
* Update UI code to use new storage module.David Lehman2009-02-231-4/+0
* Don't provide a special partedExceptionWindow anymore.Chris Lumens2009-02-121-30/+0
* Remove interactive partitioning. Now you only get autopart.Chris Lumens2009-02-091-2/+1
* Completely remove the bootloader step from interactive text mode.Chris Lumens2009-02-091-5/+0
* Remove unused partmethod step.Chris Lumens2009-02-091-3/+0
* Reduce package selection down to automatically installing Base and Core.Chris Lumens2009-02-091-1/+0
* Prevent traceback when there are no network devices (#469339)David Cantrell2008-11-041-0/+2
* Fix saving tracebacks via scp while in text mode.Chris Lumens2008-10-291-20/+20
* Fix a typo (second part of #466374)Jeremy Katz2008-10-091-1/+1
* Remove most of the network configuration from text mode as well (#462691).Chris Lumens2008-09-181-3/+2
* New device passphrase is now always global w/ option to retrofit.David Lehman2008-09-151-23/+14
* Use print() as a function.Peter Jones2008-09-081-2/+2
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-8/+20
* Add encrypted device passphrase dialog for text mode.David Lehman2008-08-131-0/+79
* console: kill the /proc/xen hackMark McLoughlin2008-08-081-2/+0
* Suspend the curses interface before calling scripts and resume afterwards (#4...Martin Sivak2008-07-241-0/+6
* Add support for saving via scp back in.Chris Lumens2008-07-221-22/+67
* Add support for filing tracebacks directly into bugzilla.Chris Lumens2008-07-221-7/+14
* Remove the code to save exceptions over scp.Chris Lumens2008-07-221-14/+2
* Add a text-mode network configurator dialog so default installs can work.Chris Lumens2008-07-151-4/+5
* Add functions for creating repos as well.Chris Lumens2008-07-091-0/+4
* Spell pseudo correctly.Peter Jones2008-06-261-1/+1
* Move enableNetwork into the interface. Bring network up for scp.Chris Lumens2008-06-191-0/+5
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-103/+5
* Make the LUKS passphrase prompt fit on an 80x25 screen. (#442100)David Lehman2008-04-251-1/+1
* Stop refreshing like mad in text-mode on WaitWindow.refresh()Jeremy Katz2008-04-041-1/+1
* Add support for saving the exception to a local directory for live installsJeremy Katz2008-03-271-0/+2
* Remove mouse screens that haven't been used in 4 yearsJeremy Katz2008-03-261-1/+0
* Allow recovery from some missing repodata conditions.Chris Lumens2008-02-281-0/+4
* Add back some bits for text modeJeremy Katz2008-02-221-1/+3
* Remove advanced bootloader bitsJeremy Katz2008-02-221-2/+0
* Refer correctly to various encrypted block devs as "devices", not "partitions".David Lehman2008-02-051-2/+2
* Add dialogs to prompt for passphrases of existing encrypted partitions.David Lehman2008-02-051-0/+45
* Remove rogue references to kudzu.Chris Lumens2008-01-231-1/+0
* Fix a bunch of pychecker errors.Chris Lumens2008-01-121-2/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Remove confirmation screenJeremy Katz2007-12-051-2/+0
* remove dead codeBill Nottingham2007-11-301-13/+0
* add pulsing progress bars for gui. noop (no progress bar) for textJeremy Katz2007-11-291-4/+8
* Pass the screen instance to the exn dialogs to avoid a traceback (#403381).Chris Lumens2007-11-281-2/+2
* Stub out the detailedMessageWindow method.Chris Lumens2007-11-061-0/+6