summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Expand)AuthorAgeFilesLines
* 2006-01-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-091-6/+3
* * gui.py (ExceptionWindow): Tweak display of the exceptionDavid Cantrell2006-01-091-0/+9
* iw/autopart_type.py (comboChanged): If you select the custom layout option,David Cantrell2006-01-041-6/+7
* 2005-12-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-211-0/+8
* 2005-12-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-191-1/+2
* 2005-12-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-191-2/+3
* 2005-12-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-191-9/+11
* 2005-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-121-4/+5
* 2005-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-121-2/+0
* 2005-12-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-111-1/+3
* 2005-12-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-081-2/+1
* In 800x600 mode, set the window size of the release notes viewer to beDavid Cantrell2005-12-011-8/+12
* Some more changes for the release notes viewer. The size is determined inDavid Cantrell2005-11-301-9/+26
* (1) Jeremy said he liked the warning and (2) my fix wasn't actually correct.David Cantrell2005-11-211-1/+1
* Fixed one of the progress bars in the GUI frontend (retrieving packageDavid Cantrell2005-11-211-1/+1
* 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-2/+2
* Break exception copying code out into its own functions so the exceptionChris Lumens2005-10-181-4/+8
* Remove unused floppy device code. Use hasFloppyDevice instead ofChris Lumens2005-10-111-10/+2
* Don't raise an exception when the release notes button is clicked (thisChris Lumens2005-10-051-1/+0
* Added a button to the exception dialog for saving the detailed tracebackChris Lumens2005-09-221-10/+43
* 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-31/+47
* 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
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-5/+0
* 2005-09-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-081-3/+4
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-1/+0
* 2005-08-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-261-0/+9
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-14/+16
* Remove firewall configuration screen. This will be coming back inChris Lumens2005-07-211-1/+0
* Some FTP servers cause urllib to give us back an empty file for filesChris Lumens2005-06-171-0/+7
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-4/+0
* Work around the buttons being drawn in English only.Chris Lumens2005-04-261-11/+16
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-261-0/+3
* Fix the WrappingLabel class so it actually wraps text. Cleaned up UIChris Lumens2005-04-141-1/+0
* Don't set the list of supported languages in Language.__init__ by default.Chris Lumens2005-04-131-1/+5
* Support setting the system's runtime language even if it's not supportedChris Lumens2005-04-131-11/+7
* 2005-04-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-101-1/+1
* Removed language_support_gui.py and all references to it, since we wereChris Lumens2005-04-011-1/+0
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-12/+5
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+0
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-3/+3
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-2/+3
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-231-3/+3
* Fixed UI problems: kill the big empty box on the congrats screen (which IChris Lumens2005-03-161-13/+21
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-35/+35
* fix "debug"Peter Jones2005-02-241-1/+1
* If help is disabled, don't redraw the help pane when the next button isChris Lumens2005-02-071-20/+19
* Use urlgrabber for retrieving files instead of urllib2 directly.Chris Lumens2005-02-021-6/+0