summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Expand)AuthorAgeFilesLines
* reconfig mode stepsJeremy Katz2001-06-271-1/+4
* set the prev button in accordance to if it is possible to go back or notMatt Wilson2001-06-251-3/+3
* move setting pygtk environment variables to the first file thatMatt Wilson2001-06-251-2/+0
* register a parted exception handler for gui modeMatt Wilson2001-06-251-1/+28
* remove unused codeMatt Wilson2001-06-231-3/+0
* 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
* first pass at getting things in alignment for gui upgrades. Should only affe...Matt Wilson2001-06-221-2/+1
* 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
* gui.py: possible fix for #33103: reset the frame's label alwaysMatt Wilson2001-03-261-0/+1
* 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 up...Mike Fulbright2001-03-171-0/+3
* 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
* type parameter to messageWindow() needs to be optionalErik Troan2001-01-161-1/+1
* Moved the language support screen from right after the install language scree...bfox2001-01-151-3/+3
* 1) implemented StayOnScreenErik Troan2001-01-121-5/+14
* 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 bo...Mike Fulbright2001-01-081-1/+3
* 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 one...bfox2000-12-211-0/+1
* Resovled bug #22305 by reading the release notes into memory at the very begi...bfox2000-12-191-32/+29