summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-389/+820
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* handle unprobed and ddc probed monitor cases betterMike Fulbright2002-01-181-27/+29
|
* use non-deprecated functionalityJeremy Katz2002-01-111-1/+1
|
* fixes to use gtk2Mike Fulbright2002-01-111-88/+180
|
* changed column width to look betterbfox2002-01-111-1/+1
|
* use a TreeStore instead of a ListStore to work around silly sort refresh bugJeremy Katz2002-01-092-3/+4
|
* more gtk2 fixupsJeremy Katz2002-01-092-44/+44
|
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-4/+3
|
* pychecker is my friendJeremy Katz2002-01-091-1/+1
|
* eep, why was this commented outJeremy Katz2002-01-081-2/+2
|
* remove dead codeJeremy Katz2002-01-081-3/+0
|
* set the shadowJeremy Katz2002-01-081-0/+1
|
* use a scroll view and set the shadowJeremy Katz2002-01-081-13/+19
|
* use scroll_to_cell (even though it doesn't appear to be working...)Jeremy Katz2002-01-081-4/+17
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-0822-45/+45
|
* how did this work?Jeremy Katz2002-01-071-1/+1
|
* this screen works with gtk2 now... some ui cleanups still to do, but doesn'tJeremy Katz2002-01-021-318/+269
| | | | crash and works as expected
* more functionality for package selection screenJeremy Katz2002-01-021-3/+50
|
* pygtk2 portJeremy Katz2001-12-271-22/+22
|
* broken record, more pycheckerJeremy Katz2001-12-271-1/+0
|
* more pycheck cleanupJeremy Katz2001-12-271-7/+6
|
* remove format_gui since it's not used anymoreJeremy Katz2001-12-271-79/+0
|
* this fixes to use the right pixmap... the disabling of help is still borkedJeremy Katz2001-12-271-1/+1
|
* we don't use gnome.ui anymoreJeremy Katz2001-12-272-2/+0
|
* use messsageWindows instead of custom message boxes, so pass intf inJeremy Katz2001-12-271-35/+15
|
* files off the 390 branchJeremy Katz2001-12-272-0/+227
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-272-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.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
* ok it really works nowMike Fulbright2001-12-181-9/+9
|
* doh^2 - still doesnt work but is correctMike Fulbright2001-12-181-1/+1
|
* dohMike Fulbright2001-12-181-1/+1
|
* missed some gtk fixupsMike Fulbright2001-12-181-5/+5
|
* move to gtk2Mike Fulbright2001-12-181-9/+9
|
* makes things even faster for s/390 network installMike Fulbright2001-12-181-0/+1
|
* a change which cut network s/390 install time from 8 hours to 4 hoursMike Fulbright2001-12-181-2/+9
|
* commit new GtkTreeView based checklist.py -- currently doesn't handle moreJeremy Katz2001-12-143-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 packagesMatt Wilson2001-11-301-25/+22
|
* doesn't work without zvt but doesn't give exceptions either... also add a ↵Jeremy Katz2001-11-291-34/+46
| | | | scrollbar (#56692)
* don't use the old set_all adjustment function, set numeric properties, make ↵Matt Wilson2001-11-271-6/+7
| | | | html widget easier to customize
* make graphics gray out when insensitiveMatt Wilson2001-11-271-3/+2
| | | | small fixes to partitioning.
* don't let user enter spaces for a lilo label. Resolves bug 55875bfox2001-11-091-3/+6
|
* use treeviewMatt Wilson2001-11-021-177/+270
|
* more pygtk2 fixups... we'll still want to move this to use TreeView instead ↵Jeremy Katz2001-10-311-6/+6
| | | | though
* update auth screen for pygtk2Jeremy Katz2001-10-311-86/+86
|
* update bootdisk screen for pygtk2Jeremy Katz2001-10-311-13/+13
|
* VBox instead of GtkVBoxJeremy Katz2001-10-301-1/+1
|
* make order of labels consistent. Fixes RFE #53179bfox2001-10-241-12/+22
|
* set the shadow type for the scrolled windowsbfox2001-10-241-1/+3
|
* Port user popup window to GTK 2. Resolves bug #53143bfox2001-10-241-13/+19
|