summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Expand)AuthorAgeFilesLines
* Move enableNetwork into the interface. Bring network up for scp.Chris Lumens2008-06-191-0/+8
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-5/+2
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-4/+5
* Minor UI tweaks to passphrase dialogsJeremy Katz2008-04-171-4/+23
* Mark for translation based on feedback from translatorsJeremy Katz2008-03-281-1/+1
* Add support for saving the exception to a local directory for live installsJeremy Katz2008-03-271-5/+19
* Remove mouse screens that haven't been used in 4 yearsJeremy Katz2008-03-261-1/+0
* Add confirmation of closing the installer window (#437772)Jeremy Katz2008-03-261-1/+12
* Do not strip leading or trailing whiltespace from passphrases. (#437499)David Lehman2008-03-141-2/+2
* Focus root password entry box (#436885).David Cantrell2008-03-111-0/+2
* Allow recovery from some missing repodata conditions.Chris Lumens2008-02-281-0/+6
* Remove an unused method.Chris Lumens2008-02-271-4/+0
* Remove advanced bootloader bitsJeremy Katz2008-02-221-1/+0
* Fix a few bugs in the new passphrase prompting code.David Lehman2008-02-051-6/+12
* Refer correctly to various encrypted block devs as "devices", not "partitions".David Lehman2008-02-051-2/+2
* Add GUI dialog code for passphrase prompting.David Lehman2008-02-051-0/+38
* Fix some error reporting tracebacks.Chris Lumens2008-01-231-1/+1
* Fix traceback on invalid passphrase (#426887)Jeremy Katz2007-12-281-2/+3
* 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
* Adjust the wording to be more consistent with other password entriesJeremy Katz2007-12-111-5/+8
* MessageWindow for luksPassphrase validationHARA Hiroshi2007-12-111-2/+5
* Move screenshots out of /tmp/ramfsJeremy Katz2007-12-061-1/+1
* Remove confirmation screenJeremy Katz2007-12-051-2/+0
* Remove the release notes code entirely.Chris Lumens2007-12-051-7/+0
* remove dead codeBill Nottingham2007-11-301-9/+0
* Fix tracebacks in exn dialog and in partitioning UI (#405951).Chris Lumens2007-11-301-2/+2
* With moving partitioning, we should do a confirmation before we write thingsJeremy Katz2007-11-291-1/+4
* add pulsing progress bars for gui. noop (no progress bar) for textJeremy Katz2007-11-291-4/+10
* Remove the release notes button from the UI so I can remove getFilename.Chris Lumens2007-11-201-8/+5
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-0/+59
* Add buttons to the DetailedMessageWindow if it's not a custom dialog.Chris Lumens2007-11-061-12/+25
* Convert the ExceptionDialog into a generic widget.Chris Lumens2007-11-061-93/+138
* Fix a couple syntax errors.Chris Lumens2007-10-261-1/+0
* Rework the exception handling dialog to make it easier to add destinationsChris Lumens2007-10-261-56/+83
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-1/+1
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-3/+0
* Remove the debug button on livecd installs.Chris Lumens2007-08-021-2/+6
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-07-111-0/+6
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-3/+3
* * gui.py: Make StayOnScreen an Exception class rather than a string.David Cantrell2007-04-191-1/+3
* 2007-04-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-101-1/+2
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-0/+3
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-2/+0
* * gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.David Cantrell2007-03-271-4/+4
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-3/+3
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-5/+6
* 2007-03-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-061-0/+1
* exec must die!Chris Lumens2007-02-281-3/+6
* * yuminstall.py (selectBestKernel): actually select kernel-xen-develdlehman2007-02-231-0/+61