summaryrefslogtreecommitdiffstats
path: root/iw/osbootwidget.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the WrappingLabel class so it actually wraps text. Cleaned up UIChris Lumens2005-04-141-4/+1
| | | | | | 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-18/+18
| | | | from Colin Walters.
* goodbye to a lot more GtkOptionMenusJeremy Katz2004-08-111-15/+11
|
* s/Red Hat Linux/productName/Jeremy Katz2003-09-211-2/+4
|
* make label layout widerMike Fulbright2002-08-021-0/+1
|
* mark for translation (#70419)Jeremy Katz2002-08-021-1/+1
|
* make it so that we change the default on the first click on the toggle ↵Jeremy Katz2002-07-291-8/+4
| | | | instead of requiring the row to be selected (#68265)
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-4/+9
|
* now you change the boot loader from a dialog on the first screen so that ↵Jeremy Katz2002-07-081-18/+32
| | | | 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/+391
of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless