Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -28/+14 | |
| | ||||||
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -1/+0 | |
| | ||||||
* | add autopartition to steps | Mike Fulbright | 2001-06-22 | 1 | -0/+1 | |
| | ||||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+16 | |
| | ||||||
* | 1) more fixups for upgrades: fix step list to actually run the transaction, | Matt Wilson | 2001-06-22 | 1 | -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 Wilson | 2001-06-22 | 1 | -2/+1 | |
| | | | | affect upgrades, not installs | |||||
* | revert config file changes for now | Jeremy Katz | 2001-06-21 | 1 | -24/+12 | |
| | ||||||
* | make the configFileData class available to other classes | bfox | 2001-06-21 | 1 | -12/+24 | |
| | ||||||
* | made help work the way it used to | bfox | 2001-06-20 | 1 | -26/+39 | |
| | ||||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -448/+304 | |
| | ||||||
* | tell user to use anaconda component when filing a bug - resolves RFE bug #24061 | bfox | 2001-04-14 | 1 | -1/+1 | |
| | ||||||
* | make the release notes window a tad bit bigger | Matt Wilson | 2001-04-05 | 1 | -2/+2 | |
| | ||||||
* | fix for pregnant progress bars in partitionless installs | Mike Fulbright | 2001-04-02 | 1 | -1/+1 | |
| | ||||||
* | update progress window when in a mainloop context (#33470, #33968) | Matt Wilson | 2001-03-30 | 1 | -7/+12 | |
| | ||||||
* | 1) defer actually resetting the rc style on the window until the next | Matt Wilson | 2001-03-29 | 1 | -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 always | Matt Wilson | 2001-03-26 | 1 | -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 CVS | Mike Fulbright | 2001-03-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed screens so in GUI you cannot go back too far once you start down the ↵ | Mike Fulbright | 2001-03-17 | 1 | -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 24954 | Mike Fulbright | 2001-03-09 | 1 | -7/+3 | |
| | ||||||
* | fixed bug with release notes button not being set for foreign langs | bfox | 2001-03-05 | 1 | -0/+1 | |
| | ||||||
* | fix for bug 26792 | Mike Fulbright | 2001-03-01 | 1 | -0/+9 | |
| | ||||||
* | HACK ALERT! nuke the mtimes in internal structures... | Matt Wilson | 2001-02-19 | 1 | -1/+9 | |
| | ||||||
* | fixed release notes popup problem | bfox | 2001-02-14 | 1 | -4/+7 | |
| | ||||||
* | grab keyboard on message windows | Matt Wilson | 2001-02-14 | 1 | -1/+4 | |
| | ||||||
* | reset html charset instead of rebuilding it | Matt Wilson | 2001-02-14 | 1 | -9/+2 | |
| | ||||||
* | revert miscommit | Matt Wilson | 2001-02-14 | 1 | -8/+9 | |
| | ||||||
* | remove debug | Matt Wilson | 2001-02-14 | 1 | -9/+8 | |
| | ||||||
* | added nofbmode option | bfox | 2001-02-09 | 1 | -1/+2 | |
| | ||||||
* | find alternate language release notes | Erik Troan | 2001-01-25 | 1 | -17/+18 | |
| | ||||||
* | more language changes -- why not? | Erik Troan | 2001-01-25 | 1 | -22/+8 | |
| | ||||||
* | call gtk_rc_init() when switching langs to get back to iso8859-1 | Matt Wilson | 2001-01-18 | 1 | -1/+9 | |
| | ||||||
* | Removed the borders for the release notes window and used a Gnome Dialog box ↵ | bfox | 2001-01-18 | 1 | -76/+12 | |
| | | | | instead. Resolves bug 23278 | |||||
* | type parameter to messageWindow() needs to be optional | Erik Troan | 2001-01-16 | 1 | -1/+1 | |
| | ||||||
* | Moved the language support screen from right after the install language ↵ | bfox | 2001-01-15 | 1 | -3/+3 | |
| | | | | screen to just before the timezone screen. | |||||
* | 1) implemented StayOnScreen | Erik Troan | 2001-01-12 | 1 | -5/+14 | |
| | | | | 2) wired okcancel MessageWindow | |||||
* | search various encodings for help screen text | Matt Wilson | 2001-01-10 | 1 | -9/+16 | |
| | ||||||
* | Added support for LBA32 when we right out lilo.conf iff we need it because ↵ | Mike Fulbright | 2001-01-08 | 1 | -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 way | Matt Wilson | 2001-01-08 | 1 | -2/+2 | |
| | ||||||
* | don't set lang in the generic way, put in the install interface. | Matt Wilson | 2001-01-03 | 1 | -1/+2 | |
| | ||||||
* | seperate supported languages from install language | Matt Wilson | 2001-01-03 | 1 | -1/+12 | |
| | ||||||
* | fixed typo in os.environ setting for crash dialog | Matt Wilson | 2001-01-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed release notes screen bug with the screen borders. | bfox | 2000-12-28 | 1 | -65/+26 | |
| | ||||||
* | Fixed packing issues with release notes. | bfox | 2000-12-22 | 1 | -9/+121 | |
| | ||||||
* | Made the release notes window modal so that the user can't open more than ↵ | bfox | 2000-12-21 | 1 | -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 ↵ | bfox | 2000-12-19 | 1 | -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 screen | Matt Wilson | 2000-12-12 | 1 | -0/+1 | |
| | ||||||
* | Removed a print statement | bfox | 2000-11-29 | 1 | -1/+1 | |
| | ||||||
* | Added code to use first-lowres.png if installer is run at less than 800x600. ↵ | bfox | 2000-11-28 | 1 | -1/+7 | |
| | | | | Other wise, use first.png, which is an 800x600 png | |||||
* | Added some documentation | bfox | 2000-11-27 | 1 | -14/+2 | |
| | ||||||
* | Removed a dumb print statement | bfox | 2000-11-27 | 1 | -1/+0 | |
| |