summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* gui.py: possible fix for #33103: reset the frame's label alwaysMatt Wilson2001-03-261-0/+1
| | | | | | | | fstab.py: we already have the intf's progressWindow stored in self, don't require it to be passed in todo.py: fix the call to fstab.turnOnSwap to use the new method iw/rootpartition_gui.py: ditto. why was it passing a waitwindow, anyway?! textw/partitioning_text.py: ditto.
* stupid msf let debugging statement into CVSMike Fulbright2001-03-201-1/+1
|
* Fixed screens so in GUI you cannot go back too far once you start down the ↵Mike Fulbright2001-03-171-0/+3
| | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
* add language support to reconfig mode, fixes bug 24954Mike Fulbright2001-03-091-7/+3
|
* fixed bug with release notes button not being set for foreign langsbfox2001-03-051-0/+1
|
* fix for bug 26792Mike Fulbright2001-03-011-0/+9
|
* HACK ALERT! nuke the mtimes in internal structures...Matt Wilson2001-02-191-1/+9
|
* fixed release notes popup problembfox2001-02-141-4/+7
|
* grab keyboard on message windowsMatt Wilson2001-02-141-1/+4
|
* reset html charset instead of rebuilding itMatt Wilson2001-02-141-9/+2
|
* revert miscommitMatt Wilson2001-02-141-8/+9
|
* remove debugMatt Wilson2001-02-141-9/+8
|
* added nofbmode optionbfox2001-02-091-1/+2
|
* find alternate language release notesErik Troan2001-01-251-17/+18
|
* more language changes -- why not?Erik Troan2001-01-251-22/+8
|
* call gtk_rc_init() when switching langs to get back to iso8859-1Matt Wilson2001-01-181-1/+9
|
* Removed the borders for the release notes window and used a Gnome Dialog box ↵bfox2001-01-181-76/+12
| | | | instead. Resolves bug 23278
* type parameter to messageWindow() needs to be optionalErik Troan2001-01-161-1/+1
|
* Moved the language support screen from right after the install language ↵bfox2001-01-151-3/+3
| | | | screen to just before the timezone screen.
* 1) implemented StayOnScreenErik Troan2001-01-121-5/+14
| | | | 2) wired okcancel MessageWindow
* search various encodings for help screen textMatt Wilson2001-01-101-9/+16
|
* Added support for LBA32 when we right out lilo.conf iff we need it because ↵Mike Fulbright2001-01-081-1/+3
| | | | boot partition is over 1023 cyl. Also added warning if you put boot > 1023 cyl and we dont seem to be able to detect edd support on this system
* pack the progress bar in a nicer wayMatt Wilson2001-01-081-2/+2
|
* don't set lang in the generic way, put in the install interface.Matt Wilson2001-01-031-1/+2
|
* seperate supported languages from install languageMatt Wilson2001-01-031-1/+12
|
* fixed typo in os.environ setting for crash dialogMatt Wilson2001-01-031-1/+1
|
* Fixed release notes screen bug with the screen borders.bfox2000-12-281-65/+26
|
* Fixed packing issues with release notes.bfox2000-12-221-9/+121
|
* Made the release notes window modal so that the user can't open more than ↵bfox2000-12-211-0/+1
| | | | one window at a time. Also, it prohibits them from clicking on anything in the main installer window until the realease notes screen is closed.
* Resovled bug #22305 by reading the release notes into memory at the very ↵bfox2000-12-191-32/+29
| | | | beginning of the install. This allows the user to view the release notes during package install and if CD #1 has been removed from the drive.
* 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
| | | | Other wise, use first.png, which is an 800x600 png
* 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 ↵bfox2000-11-161-17/+25
| | | | in the last try statement in the header pixmap creation loop.
* 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 ↵bfox2000-11-131-29/+53
| | | | present, then clicking the button to view them doesn't traceback.
* 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 ↵bfox2000-10-301-2/+30
| | | | it works.
* a little more tweakingMatt Wilson2000-08-191-1/+4
|
* don't barf on different types of signalsMatt Wilson2000-08-191-1/+1
|