| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
summary of looking through the diff is
* clean up warnings, we build with -Wall -Werror here too
* product.img stuff
* max logical partitions enforcement
* 1 TB max fs size
* ethtool stuff
* autopart in kickstart
* driver disk fixes
* RHEL upgrade stuff
* network driver disks
* variant pkgorder/tree splitting
|
|
|
|
| |
install methods. Have tested on all installmethods but CDROM. Only shortcoming presently is 1) It mount/umount the HD image loopback alot of times in process finding the matching file for your lang (we try lots of variations), and 2) lots of IOError warnings on VC3 for HTTP installs for same reason.
|
|
|
|
| |
Could not find graceful way to solve this problem documented.
|
|
|
|
|
|
|
|
| |
* ppc boot constraints
* md5 endianness
* don't prompt to save tracebacks to a floppy without a floppy
* autopart for kickstart
* network configuration in the loader if vnc/display case
|
| |
|
|
|
|
|
| |
will be tagged after-taroon-merge after. taroon at this point is tagged
taroon-merge-point for where to base merges from in the future
|
| |
|