summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix snack deprecation warnings (#172232).Chris Lumens2005-11-081-2/+2
* Initial progress for depsolvingPaul Nasrat2005-10-201-0/+3
* Add support for copying backtraces to remote hosts to the text interface.Chris Lumens2005-10-191-16/+83
* Remove unused floppy device code. Use hasFloppyDevice instead ofChris Lumens2005-10-111-10/+2
* 2005-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-201-0/+1
* Use glade for the exception dialog and display the full traceback on theChris Lumens2005-09-201-5/+6
* 2005-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-191-1/+1
* 2005-09-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-141-1/+0