summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-12-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-191-69/+0
| | | | | | | | | | | | * splashscreen.py: Remove unused file. * gui.py (InstallInterface.__init__): Set cursor here instead of splashscreen. (InstallControlWindow.setup_window): Don't pop splashscreen. * anaconda: Don't use the splashscreen. --nofallback isn't used and now that we trap and log the exception, it shouldn't be needed for debugging.
* 2005-11-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-111-0/+5
| | | | * splashscreen.py: Set up a11y if 'dogtail' on kernel command line
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-17/+0
| | | | | | * splashscreen.py (splashScreenShow): Don't do xsetroot anymore. It makes things odd in some environments and doesn't buy us much with X starting with a solid black background.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | | | | | | | | | * anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-1/+1
| | | | from Colin Walters.
* 2005-01-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-33/+4
| | | | | | | | | | | | | | | | | | * iw/package_gui.py (PackageSelectionWindow.getScreen): Use gui.readImageFromFile instead of deprecated ics methods. * splashscreen.py (splashScreenShow): Use gui.readImageFromFile to find the splashscreen. * gui.py (readImageFromFile): Pull pixbuf handling out of ICS into stand-alone methods. (getPixbuf): Likewise. (findPixbuf): Likewise. (InstallControlWindow.createWidgets): Remove the hack of using ics for finding the header image. (InstallControlState.findPixmap): Deprecate. (InstallControlState.readPixmap): Deprecate. (InstallControlState.readPixmapDithered): Deprecate.
* make rootpath work nicerjrb2004-08-231-0/+4
|
* look for the splashscreen in all the right placesJeremy Katz2003-11-141-8/+18
|
* use new API for gcMike Fulbright2003-05-201-1/+1
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+7
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* fixed #59274, handling gzipped mo files. Also made a unicode mode and a ↵Matt Wilson2002-02-041-0/+4
| | | | non-unicode mode so text mode works again. Fixed RPM summaries and descriptions in progress and indiv. package selection
* use the new exception hook for handle all exceptions when they happenMatt Wilson2001-12-131-1/+0
|
* don't use the old set_all adjustment function, set numeric properties, make ↵Matt Wilson2001-11-271-1/+1
| | | | html widget easier to customize
* handle pixbuf exceptionsMatt Wilson2001-11-271-3/+7
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-32/+23
|
* heisenbug is gone, make things segv normally againMatt Wilson2001-08-091-1/+1
|
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-13/+10
|
* correct path for fallback lowres splashMike Fulbright2001-07-171-1/+1
|
* re-enable crash dialogMatt Wilson2001-07-121-1/+1
|
* need to set to somethingMike Fulbright2001-07-111-0/+1
|
* only run xsetroot if not in test modeMatt Wilson2001-07-101-9/+11
|
* move xsetroot to after we connect to the X server.Matt Wilson2001-07-101-0/+12
|
* disable threads, you MUST use the new pygtk package nowMatt Wilson2001-07-051-0/+1
|
* remove debug printMike Fulbright2001-07-021-1/+1
|
* retry with the config file stuffbfox2001-07-021-4/+8
|
* move setting pygtk environment variables to the first file thatMatt Wilson2001-06-251-0/+4
| | | | | | imports them - splashscreen.py fixed what I broke in partitioning.py
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-0/+71
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