summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* more pychecker fixupsMatt Wilson2001-06-231-28/+14
|
* various pychecker fixupsMatt Wilson2001-06-221-1/+0
|
* add autopartition to stepsMike Fulbright2001-06-221-0/+1
|
* copyrightMatt Wilson2001-06-221-0/+16
|
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-53/+3
| | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-2/+1
| | | | affect upgrades, not installs
* revert config file changes for nowJeremy Katz2001-06-211-24/+12
|
* make the configFileData class available to other classesbfox2001-06-211-12/+24
|
* made help work the way it used tobfox2001-06-201-26/+39
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-448/+304
|
* tell user to use anaconda component when filing a bug - resolves RFE bug #24061bfox2001-04-141-1/+1
|
* make the release notes window a tad bit biggerMatt Wilson2001-04-051-2/+2
|
* fix for pregnant progress bars in partitionless installsMike Fulbright2001-04-021-1/+1
|
* update progress window when in a mainloop context (#33470, #33968)Matt Wilson2001-03-301-7/+12
|
* 1) defer actually resetting the rc style on the window until the nextMatt Wilson2001-03-291-1/+6
| | | | | | | | | | | screen (with the *new* language) is being displayed. This fixes a segv in gtk+ when trying to go from a mb string in another language (like Japanese) to iso-8859-1 (which has no way to represent those mb strings). (#27459) 2) queue a resize on the buttons when changing the text. Next time reflow happens we'll get the buttons resized to the proper size for the language at hand (go from no_NO -> en_US before this change and see the HUGE "Release Notes" button in English with all the empty space)
* 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
|