summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Expand)AuthorAgeFilesLines
* Resovled bug #22305 by reading the release notes into memory at the very begi...bfox2000-12-191-32/+29
* disable segfault screenMatt Wilson2000-12-121-0/+1
* Removed a print statementbfox2000-11-291-1/+1
* Added code to use first-lowres.png if installer is run at less than 800x600. ...bfox2000-11-281-1/+7
* Added some documentationbfox2000-11-271-14/+2
* Removed a dumb print statementbfox2000-11-271-1/+0
* Allow different splash screens to appear if in high or low resolution.bfox2000-11-271-9/+20
* Changed how 640x480 mode works.bfox2000-11-221-9/+32
* Added code that lets you run the installer in 640x480 mode. --lowresbfox2000-11-221-14/+17
* Added a frame to the release notes window.bfox2000-11-171-6/+10
* Changed code to load anaconda_header.png instead of .xpm. Also fixed a bug i...bfox2000-11-161-17/+25
* Added some border width to the bottom button box.bfox2000-11-141-0/+1
* Removed some old code that had been commented out.bfox2000-11-131-4/+0
* Added some code to handle the situation if the RELEASE-NOTES file isn't prese...bfox2000-11-131-29/+53
* Removed some code I was playing with but decided not to usebfox2000-11-021-27/+0
* Added ability to view release notes in the installer.bfox2000-11-021-1/+80
* Re-enabled 800x600 modebfox2000-11-011-17/+17
* Reverting back to 640x480 mode for the time being.bfox2000-11-011-22/+23
* Force the installer to 800x600 mode. Needs to be done more gracefully, but i...bfox2000-10-301-2/+30
* a little more tweakingMatt Wilson2000-08-191-1/+4
* don't barf on different types of signalsMatt Wilson2000-08-191-1/+1
* handle all signals from the ok dialogMatt Wilson2000-08-181-0/+1
* size tweak on exception screen, don't use mousekeys if we're not installingMatt Wilson2000-07-151-5/+6
* rework exception handling in GUI so we can catch during the todo.doinstall, u...Matt Wilson2000-07-121-51/+70
* 1) save the local variables on the innermost frame. 2) implement dump window...Matt Wilson2000-07-031-2/+17
* import cleanupsMatt Wilson2000-06-141-17/+5
* some more cleanupsMatt Wilson2000-06-101-30/+5
* rip out threads, add better debugging support on exceptions (use generic anac...Matt Wilson2000-06-101-52/+50
* exit cleanly from guiMatt Wilson2000-06-061-7/+3
* another try at exitingMatt Wilson2000-06-061-2/+2
* pass exit error on upMatt Wilson2000-06-051-4/+5
* a little bigger in the exception windowMatt Wilson2000-06-021-1/+1
* ignore SystemExitMatt Wilson2000-05-311-0/+4
* exception windows in GUIMatt Wilson2000-05-251-4/+57
* enable mouse navigationMatt Wilson2000-05-101-2/+7
* fix ewt's gui typoMatt Wilson2000-05-091-1/+1
* don't upgrade systems with dirty fileystemsErik Troan2000-05-091-0/+3
* set event mask to make sure we get ctrl+alt+del keyreleases, removeMatt Wilson2000-05-011-1/+2
* insensitive help buttons on certain screensMatt Wilson2000-05-011-6/+13
* second pass at XFree86 4.0 supportMatt Wilson2000-04-271-1/+1
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-5/+6
* Made changes needed to get renamed files in iw/ and textw/ to workMike Fulbright2000-04-191-5/+14
* remake gtkxmhtml widgetMatt Wilson2000-03-051-4/+14
* o massive move to a better translation modelMatt Wilson2000-02-291-11/+3
* exit on ctrl+alt+delMatt Wilson2000-02-281-0/+6
* fix for missing XKBMatt Wilson2000-02-051-2/+4
* set x keymap from info passed into loaderMatt Wilson2000-02-031-0/+5
* add F12 accelerator key to the Next buttonMatt Wilson2000-02-021-0/+4
* (drmike) Added simple welcome screen for reconfig mode.Mike Fulbright2000-01-071-1/+2
* speed up import, remove unused codeMatt Wilson1999-12-181-16/+1