summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* hack is back to make list/tree views to scroll_to correctlyMike Fulbright2002-07-221-0/+33
|
* derive a text view that handles scrolling via up/down the way we want. use ↵Matt Wilson2002-07-191-10/+47
| | | | the rc selection color for the window titles
* make the cursor visible (#68265)Jeremy Katz2002-07-111-2/+2
|
* fix speling (#68541)Bill Nottingham2002-07-111-1/+1
|
* add workstation customization screenMike Fulbright2002-07-101-0/+1
|
* be more clearMatt Wilson2002-07-091-1/+1
|
* sanitize the replacement of the next button, use the text that the install ↵Matt Wilson2002-07-091-12/+20
| | | | screen asked to use
* BEHOLD - gui has a debug button. Use with care. With great power comes ↵Matt Wilson2002-07-081-1/+24
| | | | great responsibility.
* remove scroll_to treeview fixup idle, and snap window to side of screen if ↵Mike Fulbright2002-07-031-35/+8
| | | | it moves past it
* add a MnemonicLabel helper classJeremy Katz2002-07-021-0/+5
|
* make title bar a little nicerMike Fulbright2002-06-281-1/+3
|
* anacondawmMike Fulbright2002-06-281-3/+60
|
* fixups based on pycheckeranaconda-7.3.92-1Mike Fulbright2002-06-271-2/+2
|
* support more custom iconsMike Fulbright2002-06-271-7/+10
|
* be more paranoid about if idle handler ran too earlyMike Fulbright2002-06-261-0/+3
|
* add concept of custom iconMike Fulbright2002-06-251-4/+12
|
* fun wiz bang idle handler to make scroll_to_cell work yay dont do this at ↵Mike Fulbright2002-06-251-0/+27
| | | | home kids
* switch to revised boot loader screensJeremy Katz2002-06-201-6/+2
|
* add keyboard accelerators for debug and save to floppy (#66373)Jeremy Katz2002-06-191-2/+2
|
* change slightly so tui and gui frontends can share concept of custom ↵Mike Fulbright2002-06-101-1/+5
| | | | buttons, related to bug #66353
* reenable language support screenJeremy Katz2002-06-061-1/+1
|
* you have to be very careful about the order in which you set the defaults, ↵Matt Wilson2002-05-311-6/+6
| | | | the addFrame was blowing away the default
* added custom type to messageWindow, look at network_gui.py for exampleMike Fulbright2002-05-311-12/+32
|
* new nifty new python2 features...Matt Wilson2002-05-291-1/+1
|
* make html release notes work in other languages too (#65672)Jeremy Katz2002-05-291-1/+1
|
* lose abort buttonMike Fulbright2002-05-291-36/+1
|
* more keyboard related changes. the xconfig object now has a keyboard objectJeremy Katz2002-05-291-11/+12
| | | | | | instead of just trying to be updated everytime we change the keyboard object. needs a newer rhpl (0.7 or better)
* 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
* fix stock button translations, although we don't actually have translations ↵Jeremy Katz2002-05-221-2/+2
| | | | for them with mnemonics
* fix finding help in other languagesJeremy Katz2002-05-221-3/+8
|
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 ↵Mike Fulbright2002-05-211-1/+1
| | | | X changes into HEAD
* don't use depreciated functionsMatt Wilson2002-05-061-3/+3
|
* merge bootloader changes from HEADJeremy Katz2002-04-221-1/+2
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-7/+12
| | | | work now, at least in gui. text mode might, though
* these seem redundantMike Fulbright2002-03-041-7/+7
|
* merge help tag, architecture support from hampton branchJeremy Katz2002-03-011-7/+19
|
* avoid double translatingMatt Wilson2002-02-131-1/+1
|
* oh yeah goodbye reconfigMike Fulbright2002-02-081-3/+0
|
* dont use deprecated functionsMike Fulbright2002-02-081-1/+1
|
* more bordersMatt Wilson2002-02-061-1/+2
|
* * don't destroy the exception dialog; seems to have adverse effects on debuggingJeremy Katz2002-02-051-2/+2
| | | | * return the proper backwards value for saving tracebacks to floppy
* fix wrapping and horiz scrollingMatt Wilson2002-02-041-1/+2
|
* removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search ↵Matt Wilson2002-02-041-17/+27
| | | | for both plain text and HTML RELEASE-NOTES, convert to utf8
* add borders to most of the dialogs (to get rid of flat look) -- find other ↵Matt Wilson2002-02-041-9/+22
| | | | places and add similar code
* make F12 work, dialogs should be modalMatt Wilson2002-02-041-8/+13
|
* fix parted exceptions, clean up a bit of codeMatt Wilson2002-02-021-13/+6
|
* i18n almost works again. Small tweaks left to doMatt Wilson2002-01-291-2/+2
|
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-2/+4
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-1/+1
|