summaryrefslogtreecommitdiffstats
path: root/iw/bootloader_advanced_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove advanced bootloader bitsJeremy Katz2008-02-221-114/+0
|
* 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-3/+0
| | | | it.
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-4/+4
| | | | #204564).
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-6/+5
|
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-9/+9
| | | | from Colin Walters.
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-3/+1
| | | | | * iw/bootloader_advanced_gui.py: Don't reference boot disks anymore (#135851)
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-3/+11
|
* now you change the boot loader from a dialog on the first screen so that ↵Jeremy Katz2002-07-081-82/+4
| | | | confusion is gone, but otherwise, basically the same as things were before. added mnemonics as they were needed
* fix to not allow changing drive order if using liloJeremy Katz2002-06-211-1/+3
|
* rework bootloader screens into something that makes more sense. move a lotJeremy Katz2002-06-201-0/+183
of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless