summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* should get through xconfig w/o traceback, wont get settings right thobefore.390.mergeMike Fulbright2001-12-191-59/+27
|
* xconfig_gui part 1 fixed - should be able to get to pkacage installatino ↵Mike Fulbright2001-12-191-132/+119
| | | | now. May still die configuring monitor and resolution in post-install, thats next
* more pygtk2 fixups... we'll still want to move this to use TreeView instead ↵Jeremy Katz2001-10-311-6/+6
| | | | though
* remove whitespaces from ddcprobe values and from sync rate entry boxesbfox2001-10-241-2/+5
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-129/+124
|
* HOW did this ever work (fixes bug 52662)Mike Fulbright2001-08-271-0/+2
|
* don't require a video card to be selected if you select to skip x config (52373)Jeremy Katz2001-08-241-0/+2
|
* proper fix for fuzzy matching of ddcprobe reported video ramMike Fulbright2001-08-151-9/+2
|
* pychecker fixMike Fulbright2001-08-101-1/+1
|
* handle video cards which probe ok, but for some reason the native X server ↵Mike Fulbright2001-08-101-1/+25
| | | | doesnt work, and we fallback to VGA. Need to remember to configure the probed card later (and hope it works?). Fixed bug # 51273
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) ↵Mike Fulbright2001-08-091-0/+3
| | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263)
* show help again after the individual package selection screenbfox2001-08-081-1/+3
|
* handle cards with only 8bpp correctlyMike Fulbright2001-08-061-1/+1
|
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-29/+36
|
* properly record we have skipped X configuration and act appropriately laterMike Fulbright2001-07-191-0/+2
|
* handle unprobed card betterMike Fulbright2001-07-171-3/+24
|
* integrated changes suggested by docsMike Fulbright2001-07-061-3/+3
|
* translate Unprobed Monitor stringbfox2001-07-021-1/+1
|
* run the X test out of the installed environmentJeremy Katz2001-06-251-1/+1
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-1167/+567
|
* make string 'DDC Probed Monitor' translatable.Mike Fulbright2001-03-091-1/+1
|
* marked the color depths for translationbfox2001-03-071-1/+1
|
* fixed bug 26892bfox2001-03-011-150/+31
|
* make default for text/graphical login depend on whether GNOME/KDE exist or notMike Fulbright2001-02-141-12/+16
|
* Added support for 64MB video cards in X config screenbfox2001-02-061-12/+6
|
* Removed a bunch of code that was either commented out or wasn't being ↵bfox2001-02-021-128/+1
| | | | executed anymore.
* Resolves bug #25326. Swapped lables on Hsync and Vsync ratesbfox2001-02-021-2/+2
|
* Added code to not show duplicate monitor names.bfox2001-01-301-25/+40
|
* Make some assumptions about video card. For example, default to 1 MB if the ↵bfox2001-01-181-6/+15
| | | | | | card's memory can't be probed. Most cards have at least 1 MB. This fixes bug #7505. Also, when they press restore, another card probe takes place.
* Fixes bug #21525. Card and monitor lists now scroll to the selected card ↵bfox2001-01-121-3/+6
| | | | correctly. You have to call thaw() before node_moveto() !
* Added code to check for video ram that is off by 64kbfox2001-01-081-4/+22
|
* Somehow, the code that packs the "Restore original values" button got ↵bfox2001-01-021-134/+12
| | | | commented out. I restored it. Also, I removed a lot of code that wasn't being used anymore.
* fix X config on ia64 - find the magic ifarches that make it all goBill Nottingham2000-12-291-2/+2
|
* Fixes bug that causes a traceback in custom mode when not installing X, KDE, ↵bfox2000-12-291-1/+2
| | | | or GNOME.
* Fixes bug 22675.bfox2000-12-291-1/+3
|
* fix an execptionBill Nottingham2000-12-291-1/+1
|
* Addresses bug #22787. Don't show button on video cards that cannon be ↵bfox2000-12-281-7/+32
| | | | reliably tested
* Changed packing for the hsync and vsync entry widgets.bfox2000-12-211-4/+43
|
* Resolves bug #22193, I think.bfox2000-12-151-21/+24
|
* Fixed stupid bug going forward and back in customization screen.bfox2000-12-151-1/+4
|
* Screen now remembers if the user has selected a default desktop other than ↵bfox2000-12-151-18/+33
| | | | GNOME.
* Added code to remember what pixmap to display on the sample monitor when the ↵bfox2000-12-151-2/+5
| | | | user goes forward and comes back.
* Removed a print statement *doh* and added code to change the sample monitor ↵bfox2000-12-151-18/+64
| | | | screen when the user changes the resolution.
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-1/+4
|
* Fixed a bug with DDC monitor selection when re-entering the screen.bfox2000-12-121-6/+14
|
* If the user just installs KDE or just installs GNOME, they now get a message ↵bfox2000-12-121-11/+64
| | | | at the help screen that says which desktop they are going to be using.
* Fixed bug resetting to DDC probed monitorbfox2000-12-111-4/+13
|
* Fixed bug enabling next button.bfox2000-12-111-0/+3
|
* Added code to not let the user enter invalid (i.e. non-numerical) characters ↵bfox2000-12-091-0/+19
| | | | in the sync rate lines.
* Implemented forward and back state settings for monitor and sync rates. ↵bfox2000-12-091-90/+145
| | | | Also for restoring original probed variables.