summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oh, here's the rest of the text mode exception handling dialog.Chris Lumens2007-10-261-14/+47
* Rework the exception handling dialog to make it easier to add destinationsChris Lumens2007-10-261-59/+68
* Fix a couple problems pychecker found. There's probably a lot more commitsChris Lumens2007-09-191-3/+3
* #244531 - Show the architecture during installmsivak2007-08-231-1/+4
* Remove the debug button on livecd installs.Chris Lumens2007-08-021-1/+2
* It's anaconda, not self.anaconda.Chris Lumens2007-05-141-5/+5
* 2007-05-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-101-1/+1
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-0/+3
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-2/+2
* exec must die!Chris Lumens2007-02-281-4/+20
* * yuminstall.py (selectBestKernel): actually select kernel-xen-develdlehman2007-02-231-0/+45
* Don't display the unsupported language message box in non-interactive kickstartChris Lumens2007-01-151-5/+9
* Don't use len so we clear the root window text even if it contains wideChris Lumens2007-01-041-6/+3
* Forgot to commit this on Friday.Chris Lumens2006-10-231-4/+1
* Don't specify a stdout or stderr for shells on s390 (#210481).Chris Lumens2006-10-191-1/+4
* Fix shell input/output (#201479).Chris Lumens2006-08-151-1/+1
* 2006-07-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-241-0/+9
* * iw/iscsi_gui.py: Remove in favor of more integrated way ofJeremy Katz2006-07-131-1/+0
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-1/+1
* Fix traceback on nonexistant variable (#196615).Chris Lumens2006-06-281-7/+4
* * anaconda (__main__): Pass reference to anaconda rather than id andDavid Cantrell2006-05-251-15/+15
* Remove anaconda object from installSteps, and have the dispatcher callChris Lumens2006-05-041-2/+2
* Remove installtype step.Chris Lumens2006-05-041-1/+0
* Get ready for a surprise...David Cantrell2006-03-241-2/+3
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-3/+3
* * language.py: Use fixLang in a few more places. Set SYSFONT toDavid Cantrell2006-02-231-13/+5
* * text.py (InstallInterface.run): Initialize oldlang.David Cantrell2006-02-231-0/+1
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-221-20/+0
* Move hasActiveNetDev frmo vnc to network.Chris Lumens2006-02-141-1/+1
* Hide the remote button if there's no network.Chris Lumens2006-02-141-3/+9
* 2006-02-09 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-091-0/+1
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-261-7/+0
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-261-1/+1
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-261-4/+4
* Set a default on updpct.Chris Lumens2006-01-051-1/+1
* Make the progress bar work for depsolving (#176367)Paul Nasrat2005-12-221-2/+5
* Fix text installs (#175773)Paul Nasrat2005-12-161-3/+2
* Don't set if we've been popped (#175773)Paul Nasrat2005-12-161-2/+3
* 2005-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-121-3/+3
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-8/+4
* Create the SnackScreen earlier to prevent a traceback in kickstart.Chris Lumens2005-11-091-5/+1
* 2005-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-3/+15