summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
Commit message (Collapse)AuthorAgeFilesLines
* 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