summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* don't use deprecated functionsMatt Wilson2002-07-091-1/+1
|
* added mnemonicMike Fulbright2002-07-081-4/+8
|
* more mnemonicsJeremy Katz2002-07-051-1/+2
|
* more mnemonicsJeremy Katz2002-07-051-10/+12
|
* add title to network interface edit dialog, remove scroll_to hack since ↵Mike Fulbright2002-07-031-9/+0
| | | | gtk2+ is fixed now
* fun wiz bang idle handler to make scroll_to_cell work yay dont do this at ↵Mike Fulbright2002-06-251-1/+10
| | | | home kids
* fixes for problems with selecting a resolution over 1600x1200Mike Fulbright2002-06-211-2/+6
|
* make things work with new pygtk2Jeremy Katz2002-06-171-6/+4
|
* betterMike Fulbright2002-06-141-11/+2
|
* hp@redhat made me do thisMike Fulbright2002-06-141-3/+16
|
* switch to get_iter_first(), fix bug calling setCurrentMike Fulbright2002-06-061-4/+4
|
* more gnome-core to gnome-session changesJeremy Katz2002-06-031-2/+2
|
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-2/+5
|
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-2/+2
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* 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 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
|