summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
Commit message (Expand)AuthorAgeFilesLines
* handle unprobed and ddc probed monitor cases betterMike Fulbright2002-01-181-27/+29
* fixes to use gtk2Mike Fulbright2002-01-111-88/+180
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-4/+4
* should get through xconfig w/o traceback, wont get settings right thoMike Fulbright2001-12-191-59/+27
* xconfig_gui part 1 fixed - should be able to get to pkacage installatino now....Mike Fulbright2001-12-191-132/+119
* more pygtk2 fixups... we'll still want to move this to use TreeView instead ...Jeremy Katz2001-10-311-6/+6
* 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 do...Mike Fulbright2001-08-101-1/+25
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) F...Mike Fulbright2001-08-091-0/+3
* 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 execute...bfox2001-02-021-128/+1
* 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
* Fixes bug #21525. Card and monitor lists now scroll to the selected card cor...bfox2001-01-121-3/+6
* 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 comment...bfox2001-01-021-134/+12
* 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
* 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 reliab...bfox2000-12-281-7/+32
* 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 GN...bfox2000-12-151-18/+33
* Added code to remember what pixmap to display on the sample monitor when the ...bfox2000-12-151-2/+5
* Removed a print statement *doh* and added code to change the sample monitor s...bfox2000-12-151-18/+64
* 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
* Fixed bug resetting to DDC probed monitorbfox2000-12-111-4/+13