summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* fix for bug #16686/21822Mike Fulbright2000-12-073-2/+4
|
* Added code to remember resolution when changing color depths. Also added ↵bfox2000-12-071-24/+88
| | | | code to default to 16 bit 1024x768 if the card can handle it. Fixes bug # 21526
* Added code to remember setting on init level.bfox2000-12-061-4/+17
|
* Removed debug statementsbfox2000-12-051-7/+0
|
* handle exit from doInstall better in GUI install, needs testingMike Fulbright2000-12-041-0/+8
|
* Fixed bug #18385bfox2000-12-041-1/+8
|
* Removed print statementbfox2000-12-041-1/+1
|
* Changed capitalization on strings.bfox2000-12-011-2/+2
|
* Reworked the interface for the X custom screenbfox2000-12-011-84/+46
|
* Fixed a bug initializing a state variablebfox2000-12-011-1/+4
|
* Fixed bug #21030. Added a setFocus routine so that self.pw graps the ↵bfox2000-12-011-0/+6
| | | | keyboard focus when entering the screen.
* Fixed bug #21525. Some cards with aliases weren't correctly selected when ↵bfox2000-12-011-7/+38
| | | | going past the screen and then coming back.
* Changed the shadow type around the world mapbfox2000-12-011-1/+1
|
* Added some state saving for color depth and resolutionbfox2000-12-011-45/+28
|
* Removed horizontal separatorbfox2000-12-011-2/+0
|
* Changed the shadow around the viewportbfox2000-12-011-1/+6
|
* Made testing X work.bfox2000-11-301-56/+48
|
* Changed shadow type for the viewportbfox2000-11-301-4/+5
|
* Finished error screen if hdlist and comps files aren't found. This could be ↵bfox2000-11-201-38/+25
| | | | extended to a more generic error screen.
* let install classes set themselves as defaultErik Troan2000-11-201-0/+8
|
* Removed a bunch of old code that had been commented out.bfox2000-11-201-89/+10
|
* Added graphical login button to new xconfig screen.bfox2000-11-201-0/+18
|
* Removed some code that was commented out.bfox2000-11-171-11/+0
|
* Fixed nagging bug about restoring original video card ram.bfox2000-11-171-17/+8
|
* Removed some unneeded print statements.bfox2000-11-171-9/+1
|
* Removed the second probe for monitor and video card. Also, set some ↵bfox2000-11-171-6/+20
| | | | conditions so that we never probe more than once, even if we come back to the monitor screen.
* changed the way optional groups are chosenErik Troan2000-11-171-7/+9
|
* Fixed a bug with restoring original video ram values.bfox2000-11-171-2/+5
|
* Changed file to use kde.png for KDE icon instead of kde2.png.bfox2000-11-161-5/+5
|
* Fixed some bugs and did some work on the XCustomWindow. Waiting on new X ↵bfox2000-11-161-10/+154
| | | | configuration libs from Preston to make screen fully functional.
* don't display linear option for edd machinesErik Troan2000-11-161-1/+4
|
* Added more code to XCustomWindow to allow for better selection of color ↵bfox2000-11-161-44/+170
| | | | depth and resolution. The GUI is funtional now...will add functionality tomorrow.
* Removed unneeded debug statement.bfox2000-11-161-1/+1
|
* User can now reset the video card and memory to the original probed values.bfox2000-11-151-27/+11
|
* Added code to let the user restore the original probed settings. It ↵bfox2000-11-151-24/+189
| | | | partially works...
* Added code to exit gracefully if comps file or hdlist file is not found. ↵bfox2000-11-151-8/+73
| | | | More work needs to be done here.
* Replaced the video card selection clist with a ctree. All the old code is ↵bfox2000-11-131-184/+260
| | | | still there(just commented out), in case we need to fall back to it at some point.
* Removed some unneeded debug print statementsbfox2000-11-071-42/+0
|
* Bug #20438bfox2000-11-071-18/+97
| | | | Fixed backwards logic for the "Do Not Install LILO" button.
* Bug #19080bfox2000-11-061-3/+15
| | | | Installer was not remembering user input. If user selected to not create bootdisk and then went forward and then back in the installer, the installer would automatically reactivate that checkbox. This is fixed now.
* Bug #16880 - Cannot override probed monitor choice in GUI installerbfox2000-11-061-6/+23
| | | | Fixed this so that the user can change the probed monitor settings, go forward a few screens, come back and theif changes will still be there.
* Added some code to redo the video card selection widget, changing it from a ↵bfox2000-11-061-3/+331
| | | | clist to a ctree. It is almost finished, but the module currently shows the old widget b/c the new one is not quite finished.
* Created an icon that looks like a pci card for use in video card selection ↵bfox2000-11-061-0/+163
| | | | screen.
* Removed some lines that I commented out.bfox2000-11-041-8/+0
|
* Added monitor icons to the monitor selection screen.bfox2000-11-041-2/+20
|
* Added an icon for a monitor.bfox2000-11-041-0/+29
|
* Removed checkbox.xpm from code.bfox2000-11-011-4/+8
|
* Checkboxes now use checkmarks instead of "X"s. Looks better.bfox2000-11-011-2/+15
|
* File isn't needed.bfox2000-11-011-19/+0
|
* Changed lilo checkbutton back to the way it was. Will fix later.bfox2000-10-311-176/+177
|