| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* gui.py (InstallInterface.run): Don't set SUPPORTED
unnecessarily (#155847)
* language.py (Language.getDefault): Likewise.
* text.py (InstallInterface.run): Likewise.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* text.py (InstallInterface.beep): Add no-op beep method. Could
actually do something if newtBell() were bound in snack.
* cmdline.py (InstallInterface.beep): Add (no-op) beep method.
* gui.py (InstallInterface.beep): Add beep method.
* scripts/mk-images.x86_64 (COMMONMODULES): Add pcspkr module.
* scripts/mk-images.i386 (COMMONMODULES): Likewise.
* loader2/loader.c (main): Load pcspkr module.
|
|
|
|
|
|
| |
elements on the bootloader configuration screen so elements no longer
disappear off the bottom of the screen in certain languages (#153071,
#154786).
|
|
|
|
|
| |
Instead, only set this list in the install interfaces if kickstart hasn't
taken care of it already.
|
|
|
|
| |
by a translation in anaconda. Set LC_COLLATE=C in the loader.
|
|
|
|
| |
* gui.py (ExceptionWindow.__init__): Fix typo (menthos, #154324)
|
|
|
|
| |
already skipping that step. Bump version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* text.py (stepToClasses): Remove silo stuff.
* gui.py (stepToClasses): Likewise.
* iw/silo_gui.py: Remove.
* textw/silo_text.py: Remove.
|
|
|
|
|
|
|
|
| |
* textw/timezone_text.py (TimezoneWindow.__call__): Mark strings
for translation.
* gui.py (ExceptionWindow.__init__): Likewise.
* iw/network_gui.py (NetworkWindow.handleIPError): Likewise.
* textw/mouse_text.py (MouseWindow.__call__): Likewise.
|
|
|
|
|
|
| |
class, updated the lang-table format to remove an unused column, and
changed langSupport to instLanguage everywhere to reinforce the class
merge idea.
|
|
|
|
| |
* gui.py (readImageFromFile): Fix gtk Deprecation warning.
|
|
|
|
|
| |
caused when I did the help button enable/disable dance) and let the
buttons on the button bar grow for lengthy translations.
|
|
|
|
| |
from Colin Walters.
|
| |
|
|
|
|
| |
clicked (#145691).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* gui.py (InstallControlWindow.prevClicked): Allow programatically
going back even if prev isn't active.
(InstallControlWindow.nextClicked): Likewise.
(InstallControlState.setHelpButtonEnabled): Fixup for newer help
handling.
(InstallControlWindow.refreshHelp): Don't try to show help for a
non-existent screen
|
|
|
|
|
|
| |
* gui.py (InstallControlState.findPixmap): Fix warning syntax.
(InstallControlState.readPixmap): Likewise.
(InstallControlState.readPixmapDithered): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* gui.py (findGladeFile): Look for the glade file in the
appropriate places
|
|
|
|
|
| |
* gui.py: Switch to using glade. Nuke some dead code. Note that
low-res isn't currently 100% functional.
|
|
|
|
|
| |
* gui.py (MnemonicLabel.__init__): Allow setting of label
alignment on creation.
|
|
|
|
|
| |
remove extra unneeded call to gtk.mainloop(). this causes a need for
double clicking exit and probably other weird things too (#131028)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
and raise that on kickstart errors. provide basic intf kickstartWindow
methods
don't pass intf in yet, because this is before the intf is up and running,
so we can't use it
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
them look less klunky
|
| |
|
| |
|
|
|
|
| |
little things across the board
|
| |
|
| |
|