index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gui.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark for translation based on feedback from translators
Jeremy Katz
2008-03-28
1
-1
/
+1
*
Add support for saving the exception to a local directory for live installs
Jeremy Katz
2008-03-27
1
-5
/
+19
*
Remove mouse screens that haven't been used in 4 years
Jeremy Katz
2008-03-26
1
-1
/
+0
*
Add confirmation of closing the installer window (#437772)
Jeremy Katz
2008-03-26
1
-1
/
+12
*
Do not strip leading or trailing whiltespace from passphrases. (#437499)
David Lehman
2008-03-14
1
-2
/
+2
*
Focus root password entry box (#436885).
David Cantrell
2008-03-11
1
-0
/
+2
*
Allow recovery from some missing repodata conditions.
Chris Lumens
2008-02-28
1
-0
/
+6
*
Remove an unused method.
Chris Lumens
2008-02-27
1
-4
/
+0
*
Remove advanced bootloader bits
Jeremy Katz
2008-02-22
1
-1
/
+0
*
Fix a few bugs in the new passphrase prompting code.
David Lehman
2008-02-05
1
-6
/
+12
*
Refer correctly to various encrypted block devs as "devices", not "partitions".
David Lehman
2008-02-05
1
-2
/
+2
*
Add GUI dialog code for passphrase prompting.
David Lehman
2008-02-05
1
-0
/
+38
*
Fix some error reporting tracebacks.
Chris Lumens
2008-01-23
1
-1
/
+1
*
Fix traceback on invalid passphrase (#426887)
Jeremy Katz
2007-12-28
1
-2
/
+3
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-2
/
+2
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Adjust the wording to be more consistent with other password entries
Jeremy Katz
2007-12-11
1
-5
/
+8
*
MessageWindow for luksPassphrase validation
HARA Hiroshi
2007-12-11
1
-2
/
+5
*
Move screenshots out of /tmp/ramfs
Jeremy Katz
2007-12-06
1
-1
/
+1
*
Remove confirmation screen
Jeremy Katz
2007-12-05
1
-2
/
+0
*
Remove the release notes code entirely.
Chris Lumens
2007-12-05
1
-7
/
+0
*
remove dead code
Bill Nottingham
2007-11-30
1
-9
/
+0
*
Fix tracebacks in exn dialog and in partitioning UI (#405951).
Chris Lumens
2007-11-30
1
-2
/
+2
*
With moving partitioning, we should do a confirmation before we write things
Jeremy Katz
2007-11-29
1
-1
/
+4
*
add pulsing progress bars for gui. noop (no progress bar) for text
Jeremy Katz
2007-11-29
1
-4
/
+10
*
Remove the release notes button from the UI so I can remove getFilename.
Chris Lumens
2007-11-20
1
-8
/
+5
*
Initial support for block devices encrypted using LUKS/dm-crypt.
David Lehman
2007-11-16
1
-0
/
+59
*
Add buttons to the DetailedMessageWindow if it's not a custom dialog.
Chris Lumens
2007-11-06
1
-12
/
+25
*
Convert the ExceptionDialog into a generic widget.
Chris Lumens
2007-11-06
1
-93
/
+138
*
Fix a couple syntax errors.
Chris Lumens
2007-10-26
1
-1
/
+0
*
Rework the exception handling dialog to make it easier to add destinations
Chris Lumens
2007-10-26
1
-56
/
+83
*
Lots of minor pychecker error fixes. Some of these are even real problems.
Chris Lumens
2007-09-19
1
-1
/
+1
*
Remove unused imports. Yes I know this is stupid nitpicky crap, but I like
Chris Lumens
2007-09-19
1
-3
/
+0
*
Remove the debug button on livecd installs.
Chris Lumens
2007-08-02
1
-2
/
+6
*
* urlinstall.py (UrlInstallMethod.filesDone): don't log errors when
dlehman
2007-07-11
1
-0
/
+6
*
2007-07-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-02
1
-3
/
+3
*
* gui.py: Make StayOnScreen an Exception class rather than a string.
David Cantrell
2007-04-19
1
-1
/
+3
*
2007-04-09 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-04-10
1
-1
/
+2
*
2007-03-28 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-28
1
-0
/
+3
*
2007-03-28 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-28
1
-2
/
+0
*
* gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.
David Cantrell
2007-03-27
1
-4
/
+4
*
2007-03-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-23
1
-3
/
+3
*
2007-03-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-23
1
-5
/
+6
*
2007-03-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-06
1
-0
/
+1
*
exec must die!
Chris Lumens
2007-02-28
1
-3
/
+6
*
* yuminstall.py (selectBestKernel): actually select kernel-xen-devel
dlehman
2007-02-23
1
-0
/
+61
*
Add parent parameter, and fix argument passing so these windows get run on
Chris Lumens
2007-01-31
1
-2
/
+5
*
We don't always have an ICW, like in kickstart installs.
Chris Lumens
2007-01-19
1
-3
/
+16
*
2007-01-19 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-19
1
-1
/
+1
*
* gui.py: Tweak various dialog types to work better with a real
Jeremy Katz
2007-01-18
1
-19
/
+32
[next]