| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
* splashscreen.py: Set up a11y if 'dogtail' on kernel command line
|
| |
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
from Colin Walters.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
our own translate.py
|
| |
|
|
| |
non-unicode mode so text mode works again. Fixed RPM summaries and descriptions in progress and indiv. package selection
|
| | |
|
| |
|
|
| |
html widget easier to customize
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
imports them - splashscreen.py
fixed what I broke in partitioning.py
|
|
|
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
|