summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* nalin sez spaces are fine (#84705)Jeremy Katz2003-02-201-1/+1
|
* kill old code, it made pychecker very unhappy :)Jeremy Katz2003-02-201-104/+0
|
* fix for bug #82858Mike Fulbright2003-02-181-0/+5
|
* add lang tags to make the font look nicer (#82082)Matt Wilson2003-02-121-5/+9
|
* fix for bug #80521Mike Fulbright2003-02-121-3/+8
|
* I can't reproduce getting into a state where this would happen, but let'sJeremy Katz2003-02-101-3/+5
| | | | be safe (#83765)
* we need to go ahead and change the labels so that we can do substitutionsJeremy Katz2003-02-073-5/+6
| | | | | (like for Red Hat Linux). this makes everything consistent about when and where we translate (#82725)
* tweak button so it doesnt go off side of screen. DOES NOT CHANGE ENGLISH ↵Mike Fulbright2003-02-061-1/+8
| | | | SCREENSHOT! :)
* no lilo on x86_64Jeremy Katz2003-02-041-5/+11
|
* fix for bug #79454 - a tad messy but this way I dont duplicate code elsewhereMike Fulbright2003-01-311-2/+13
|
* we can only probe video ram on i386. generalize this to be sane and notJeremy Katz2003-01-291-6/+3
| | | | have to be tweaked for every new arch
* should address bug #80727Mike Fulbright2003-01-291-0/+1
|
* only allow ascii passwords. anything else is nonsensical and impossible toJeremy Katz2003-01-231-1/+13
| | | | handle sanely due to lack of a defined encoding for the passwd file (#81534)
* change the wording slightlyMatt Wilson2003-01-151-10/+14
|
* take bill's suggestion of doing boot floppy stuff only on i386Matt Wilson2003-01-151-1/+1
|
* should fix some issues with monitor selectionMike Fulbright2003-01-141-5/+10
|
* not sure what the changed signal did, but value-changed gives better ↵Mike Fulbright2003-01-141-1/+1
| | | | interaction between size and maxsize spinbuttons via sizespinchangedCB
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
|
* fix help tag to be the correct oneJeremy Katz2003-01-131-1/+1
|
* tyop (#81417)Bill Nottingham2003-01-101-1/+1
|
* correct syntaxMatt Wilson2003-01-091-1/+1
|
* merge from s390 branchMatt Wilson2003-01-091-1/+1
|
* now test is gone can use T for textMike Fulbright2003-01-081-1/+1
|
* merge from s390 branchMatt Wilson2003-01-081-8/+32
|
* merge from s390 branchMatt Wilson2003-01-081-1/+0
|
* if vgscan segfaults, don't traceback, just disable the use of lvm. especiallyJeremy Katz2003-01-061-1/+3
| | | | | | as the lvm1 tools seem to segfault often :/ not perfect but the segfault bug reports are getting old.
* changed arg we passed to be more specificMike Fulbright2003-01-031-1/+1
|
* a few pychecker fixesJeremy Katz2003-01-031-3/+1
|
* import rhpl.log (#80632)Jeremy Katz2002-12-291-0/+1
|
* fix indentationMike Fulbright2002-12-181-1/+1
|
* tweak upgrade examine textMike Fulbright2002-12-171-6/+6
|
* there needs to be an 's' on redhat-config-packagesbfox2002-12-171-2/+2
|
* fix for bug 72801Mike Fulbright2002-12-171-3/+3
|
* fix for bug 72801Mike Fulbright2002-12-171-3/+3
|
* fix for bug 72531Mike Fulbright2002-12-171-2/+4
|
* screenshot support for GUIMike Fulbright2002-12-141-0/+4
|
* adjust for new pixmapRadioButtonGroup() behavior and have product name in stringMike Fulbright2002-12-111-4/+6
|
* adjust for new pixmapRadioButtonGroup() behaviorMike Fulbright2002-12-111-1/+1
|
* add key for identifying entry which is different from the label we are ↵Mike Fulbright2002-12-111-2/+4
| | | | putting in the entry
* fixed slight logic error plus renamed some vars to be more readableMike Fulbright2002-12-111-32/+31
|
* move X config to use option menuMike Fulbright2002-12-111-30/+56
|
* move combo menu to option menuMike Fulbright2002-12-111-40/+87
|
* rewrite install type selection using pixmapRadioButtonGroupMike Fulbright2002-12-111-48/+66
|
* new examine upgrade code using new pixmapRadioButtonGroup widgetMike Fulbright2002-12-111-32/+107
|
* new widget for simple pretty checkbox lists like installtype screenMike Fulbright2002-12-111-0/+240
|
* should fix 78625Mike Fulbright2002-12-091-3/+4
|
* make sure we have a bootdev alsoJeremy Katz2002-12-051-1/+1
|
* add concept of whether user gets to choose default run levelMike Fulbright2002-12-031-22/+29
|
* remove unneeded code supporting testing X setup as well as adding code to ↵Mike Fulbright2002-11-261-17/+5
| | | | impose sane mode defaults
* handle case where mouse device is set to None because user selected "No - ↵Mike Fulbright2002-11-211-5/+20
| | | | Mouse". Yes yuck yuck yuck yuck.