Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translate the UI buttons when updating (#48722) | Matt Wilson | 2001-07-11 | 1 | -8/+8 |
| | |||||
* | move GUI GRUB password to a new screen | bfox | 2001-07-11 | 1 | -0/+1 |
| | |||||
* | fix hiding of help text | Matt Wilson | 2001-07-11 | 1 | -7/+18 |
| | |||||
* | fix warning pixmap, unifiy exception text | Matt Wilson | 2001-07-10 | 1 | -10/+10 |
| | |||||
* | missing paren | Matt Wilson | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | use gnome.util functions to get pixmap | Matt Wilson | 2001-07-10 | 1 | -4/+2 |
| | |||||
* | close the window, remove debugging | Matt Wilson | 2001-07-09 | 1 | -2/+1 |
| | |||||
* | reformat per style guidelines, add Fix button to ped exceptions, center gui ↵ | Matt Wilson | 2001-07-09 | 1 | -48/+53 |
| | | | | ped exception window | ||||
* | prevent html flickering by not reloading the help page every time we call ↵ | Matt Wilson | 2001-07-09 | 1 | -3/+3 |
| | | | | update(). Also do it after we reload the rc, that keeps the background white (the reloadrc turns it gray) | ||||
* | fix help text for non iso-8859-1 languages | Matt Wilson | 2001-07-08 | 1 | -17/+2 |
| | |||||
* | shut up pychecker | Matt Wilson | 2001-07-07 | 1 | -0/+6 |
| | |||||
* | Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵ | Mike Fulbright | 2001-07-06 | 1 | -0/+1 |
| | | | | of moving to ext3 | ||||
* | updates to make more product strings specified via conf file | bfox | 2001-07-06 | 1 | -7/+11 |
| | |||||
* | disable threads, you MUST use the new pygtk package now | Matt Wilson | 2001-07-05 | 1 | -2/+0 |
| | |||||
* | ooh, fun. threads still linger within. We need to take the lock or an ↵ | Matt Wilson | 2001-07-04 | 1 | -2/+3 |
| | | | | internal gtk function will unlock/lock underneath us, causing hangs later | ||||
* | revert | Matt Wilson | 2001-07-03 | 1 | -1/+2 |
| | |||||
* | move the render callback to an idle function. This allows events to be ↵ | Matt Wilson | 2001-07-03 | 1 | -1/+7 |
| | | | | serviced in the mainloop before any action that the render callback takes is done. Fixes GUI progress on good kickstart installs | ||||
* | Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵ | Mike Fulbright | 2001-07-02 | 1 | -2/+8 |
| | | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately. | ||||
* | pulls in bootloader_gui.py instead of lilo_gui.py | bfox | 2001-06-29 | 1 | -2/+2 |
| | |||||
* | Change Navigation to 'Online Help'. Fixes bug #46608 | bfox | 2001-06-29 | 1 | -2/+2 |
| | |||||
* | set keyboard type if passed to anaconda | Mike Fulbright | 2001-06-28 | 1 | -11/+12 |
| | |||||
* | reconfig mode steps | Jeremy Katz | 2001-06-27 | 1 | -1/+4 |
| | |||||
* | set the prev button in accordance to if it is possible to go back or not | Matt Wilson | 2001-06-25 | 1 | -3/+3 |
| | |||||
* | move setting pygtk environment variables to the first file that | Matt Wilson | 2001-06-25 | 1 | -2/+0 |
| | | | | | | imports them - splashscreen.py fixed what I broke in partitioning.py | ||||
* | register a parted exception handler for gui mode | Matt Wilson | 2001-06-25 | 1 | -1/+28 |
| | | | | | | | | | | | modified isys.makeDevInode to use /dev/foo if it is there, while preserving backwards compatible behavior import fsset for workstation, it needs to find the ext2 filesystemtype for some reason skip drives that can't be opened or partition tables that can't be read. we still need to handle 'fresh' disks better. | ||||
* | remove unused code | Matt Wilson | 2001-06-23 | 1 | -3/+0 |
| | |||||
* | 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 |
| |