summaryrefslogtreecommitdiffstats
path: root/iw/bootlocwidget.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove advanced bootloader bitsJeremy Katz2008-02-221-153/+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
|
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-7/+7
|
* * iw/bootloader_main_gui.py (MainBootLoaderWindow): Don't usePeter Jones2006-02-221-0/+3
| | | | | underline in device names for hotkeys. * iw/bootlocwidget.py (BootloaderLocationWidget): same
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-8/+8
| | | | from Colin Walters.
* No longer use lilo.Peter Jones2005-02-211-10/+0
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-8/+9
|
* fix to not allow changing drive order if using liloJeremy Katz2002-06-211-1/+6
|
* rework bootloader screens into something that makes more sense. move a lotJeremy Katz2002-06-201-0/+148
of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless