summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-2/+2
|
* makes things even faster for s/390 network installMike Fulbright2001-12-181-0/+1
|
* a change which cut network s/390 install time from 8 hours to 4 hoursMike Fulbright2001-12-181-2/+9
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-46/+44
|
* if lang isn't set, just use the defaultJeremy Katz2001-08-291-9/+10
|
* copyrightMatt Wilson2001-08-071-0/+13
|
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-12/+9
|
* fix timer to work, make rnotes rotate every 30 secondsMike Fulbright2001-07-191-9/+11
|
* remove unused codeMatt Wilson2001-07-181-2/+0
|
* more pychecker fixupsMatt Wilson2001-06-231-5/+5
|
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-1/+0
| | | | | | | | | | | | | | 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
* get final branch copiesMatt Wilson2001-06-201-0/+2
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-63/+28
|
* remove useless codeMike Fulbright2001-04-181-2/+0
|
* Don't show ads unless the resolution is 800x600bfox2001-04-021-0/+4
|
* modified alignment to center installer adsbfox2001-03-191-1/+1
|
* 1) print out the traceback before we try to format it (just for sanity sake)Matt Wilson2001-03-161-1/+8
| | | | | | 2) if the number of packages to be installed/upgraded is less than the number of images you have for the ads, you'll get a mod by 0 error. Prevent that.
* handle new format of ransom notesMike Fulbright2001-03-061-11/+18
|
* fix way we print elapsed timeMike Fulbright2001-02-081-4/+4
|
* exit gracefully if someone called sys.exit() on us during installMatt Wilson2001-01-091-1/+9
|
* Commented out code to load ads. Currently, it only loads the Red Hat logo ↵bfox2001-01-041-9/+11
| | | | in the window
* Disabled column resizing. Also set column titles to being passive.bfox2001-01-031-0/+5
|
* order of operations matters (fix for divide by zero)Erik Troan2000-12-191-1/+1
|
* Changed the packing of the screen so that 800x600 looks good.bfox2000-12-151-8/+24
|
* Left justified the ads.bfox2000-12-131-0/+2
|
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-1/+1
|
* added timer supportErik Troan2000-12-081-1/+1
|
* use separate timer for install which can be stopped and startedErik Troan2000-12-081-6/+3
|
* fix for bug #16686/21822Mike Fulbright2000-12-071-1/+1
|
* handle exit from doInstall better in GUI install, needs testingMike Fulbright2000-12-041-0/+8
|
* new packing optionsMatt Wilson2000-08-201-3/+9
|
* don't show messages in !englishErik Troan2000-08-151-6/+14
|
* marked some more strings as i18nErik Troan2000-08-101-1/+1
|
* I don't like the number '0'Matt Wilson2000-08-041-1/+1
|
* slight improvement on computing remaining size leftMike Fulbright2000-07-201-1/+1
|
* fix to do progress in Kbyte unitsMike Fulbright2000-07-201-8/+11
|
* bad crashes without making tuples tuplesMike Fulbright2000-07-191-5/+8
|
* fix integer overflowMatt Wilson2000-07-171-4/+4
|
* rework exception handling in GUI so we can catch during the todo.doinstall, ↵Matt Wilson2000-07-121-1/+7
| | | | use pc104 as default kbd
* avoid div by 0Matt Wilson2000-06-301-12/+13
|
* banner ads, yay.Matt Wilson2000-06-271-4/+31
|
* added splash for progress screenMike Fulbright2000-05-161-0/+15
|
* insensitive help buttons on certain screensMatt Wilson2000-05-011-1/+2
|
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-1/+1
|
* Renamed progress.py to progress_gui.pyMike Fulbright2000-04-191-0/+196