Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle unprobed and ddc probed monitor cases better | Mike Fulbright | 2002-01-18 | 1 | -27/+29 |
| | |||||
* | use non-deprecated functionality | Jeremy Katz | 2002-01-11 | 1 | -1/+1 |
| | |||||
* | fixes to use gtk2 | Mike Fulbright | 2002-01-11 | 1 | -88/+180 |
| | |||||
* | changed column width to look better | bfox | 2002-01-11 | 1 | -1/+1 |
| | |||||
* | use a TreeStore instead of a ListStore to work around silly sort refresh bug | Jeremy Katz | 2002-01-09 | 2 | -3/+4 |
| | |||||
* | more gtk2 fixups | Jeremy Katz | 2002-01-09 | 2 | -44/+44 |
| | |||||
* | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 1 | -4/+3 |
| | |||||
* | pychecker is my friend | Jeremy Katz | 2002-01-09 | 1 | -1/+1 |
| | |||||
* | eep, why was this commented out | Jeremy Katz | 2002-01-08 | 1 | -2/+2 |
| | |||||
* | remove dead code | Jeremy Katz | 2002-01-08 | 1 | -3/+0 |
| | |||||
* | set the shadow | Jeremy Katz | 2002-01-08 | 1 | -0/+1 |
| | |||||
* | use a scroll view and set the shadow | Jeremy Katz | 2002-01-08 | 1 | -13/+19 |
| | |||||
* | use scroll_to_cell (even though it doesn't appear to be working...) | Jeremy Katz | 2002-01-08 | 1 | -4/+17 |
| | |||||
* | s/set_usize/set_size_request/g | Matt Wilson | 2002-01-08 | 22 | -45/+45 |
| | |||||
* | how did this work? | Jeremy Katz | 2002-01-07 | 1 | -1/+1 |
| | |||||
* | this screen works with gtk2 now... some ui cleanups still to do, but doesn't | Jeremy Katz | 2002-01-02 | 1 | -318/+269 |
| | | | | crash and works as expected | ||||
* | more functionality for package selection screen | Jeremy Katz | 2002-01-02 | 1 | -3/+50 |
| | |||||
* | pygtk2 port | Jeremy Katz | 2001-12-27 | 1 | -22/+22 |
| | |||||
* | broken record, more pychecker | Jeremy Katz | 2001-12-27 | 1 | -1/+0 |
| | |||||
* | more pycheck cleanup | Jeremy Katz | 2001-12-27 | 1 | -7/+6 |
| | |||||
* | remove format_gui since it's not used anymore | Jeremy Katz | 2001-12-27 | 1 | -79/+0 |
| | |||||
* | this fixes to use the right pixmap... the disabling of help is still borked | Jeremy Katz | 2001-12-27 | 1 | -1/+1 |
| | |||||
* | we don't use gnome.ui anymore | Jeremy Katz | 2001-12-27 | 2 | -2/+0 |
| | |||||
* | use messsageWindows instead of custom message boxes, so pass intf in | Jeremy Katz | 2001-12-27 | 1 | -35/+15 |
| | |||||
* | files off the 390 branch | Jeremy Katz | 2001-12-27 | 2 | -0/+227 |
| | |||||
* | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 2 | -6/+27 |
| | | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night | ||||
* | should get through xconfig w/o traceback, wont get settings right thobefore.390.merge | Mike Fulbright | 2001-12-19 | 1 | -59/+27 |
| | |||||
* | xconfig_gui part 1 fixed - should be able to get to pkacage installatino ↵ | Mike Fulbright | 2001-12-19 | 1 | -132/+119 |
| | | | | now. May still die configuring monitor and resolution in post-install, thats next | ||||
* | ok it really works now | Mike Fulbright | 2001-12-18 | 1 | -9/+9 |
| | |||||
* | doh^2 - still doesnt work but is correct | Mike Fulbright | 2001-12-18 | 1 | -1/+1 |
| | |||||
* | doh | Mike Fulbright | 2001-12-18 | 1 | -1/+1 |
| | |||||
* | missed some gtk fixups | Mike Fulbright | 2001-12-18 | 1 | -5/+5 |
| | |||||
* | move to gtk2 | Mike Fulbright | 2001-12-18 | 1 | -9/+9 |
| | |||||
* | makes things even faster for s/390 network install | Mike Fulbright | 2001-12-18 | 1 | -0/+1 |
| | |||||
* | a change which cut network s/390 install time from 8 hours to 4 hours | Mike Fulbright | 2001-12-18 | 1 | -2/+9 |
| | |||||
* | commit new GtkTreeView based checklist.py -- currently doesn't handle more | Jeremy Katz | 2001-12-14 | 3 | -209/+93 |
| | | | | | | | than two text columns update firewall_gui and language_support_gui to take advantage of nifty new checklist | ||||
* | zvt is back, see new packages | Matt Wilson | 2001-11-30 | 1 | -25/+22 |
| | |||||
* | doesn't work without zvt but doesn't give exceptions either... also add a ↵ | Jeremy Katz | 2001-11-29 | 1 | -34/+46 |
| | | | | scrollbar (#56692) | ||||
* | don't use the old set_all adjustment function, set numeric properties, make ↵ | Matt Wilson | 2001-11-27 | 1 | -6/+7 |
| | | | | html widget easier to customize | ||||
* | make graphics gray out when insensitive | Matt Wilson | 2001-11-27 | 1 | -3/+2 |
| | | | | small fixes to partitioning. | ||||
* | don't let user enter spaces for a lilo label. Resolves bug 55875 | bfox | 2001-11-09 | 1 | -3/+6 |
| | |||||
* | use treeview | Matt Wilson | 2001-11-02 | 1 | -177/+270 |
| | |||||
* | more pygtk2 fixups... we'll still want to move this to use TreeView instead ↵ | Jeremy Katz | 2001-10-31 | 1 | -6/+6 |
| | | | | though | ||||
* | update auth screen for pygtk2 | Jeremy Katz | 2001-10-31 | 1 | -86/+86 |
| | |||||
* | update bootdisk screen for pygtk2 | Jeremy Katz | 2001-10-31 | 1 | -13/+13 |
| | |||||
* | VBox instead of GtkVBox | Jeremy Katz | 2001-10-30 | 1 | -1/+1 |
| | |||||
* | make order of labels consistent. Fixes RFE #53179 | bfox | 2001-10-24 | 1 | -12/+22 |
| | |||||
* | set the shadow type for the scrolled windows | bfox | 2001-10-24 | 1 | -1/+3 |
| | |||||
* | Port user popup window to GTK 2. Resolves bug #53143 | bfox | 2001-10-24 | 1 | -13/+19 |
| | |||||
* | remove whitespaces from ddcprobe values and from sync rate entry boxes | bfox | 2001-10-24 | 1 | -2/+5 |
| |