summaryrefslogtreecommitdiffstats
path: root/iw/blpasswidget.py
Commit message (Collapse)AuthorAgeFilesLines
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
| | | | * po/sk.po: Typo fix.
* Use a tooltip instead of a long bit of text that most people don't readJeremy Katz2008-02-221-5/+5
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-7/+13
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
| | | | it.
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-1/+1
| | | | #204564).
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-4/+4
|
* Fix the WrappingLabel class so it actually wraps text. Cleaned up UIChris Lumens2005-04-141-6/+3
| | | | | | elements on the bootloader configuration screen so elements no longer disappear off the bottom of the screen in certain languages (#153071, #154786).
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-13/+13
| | | | from Colin Walters.
* add a warning about bios keymap (#100671)Jeremy Katz2003-08-061-1/+1
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-7/+3
|
* now you change the boot loader from a dialog on the first screen so that ↵Jeremy Katz2002-07-081-6/+8
| | | | confusion is gone, but otherwise, basically the same as things were before. added mnemonics as they were needed
* rework bootloader screens into something that makes more sense. move a lotJeremy Katz2002-06-201-0/+166
of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless