| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|
| | |
|
| |
|
|
| |
Seriously use VNC already.
|
| |
|
|
| |
* po/sk.po: Typo fix.
|
| | |
|
| | |
|
| |
|
|
| |
to '&' for the set_markup() method.
|
| | |
|
| |
|
|
| |
it.
|
| |
|
|
|
| |
minimize the rapid eye movement for those if us trying to read names
and descriptions.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow.setShowPercentage):
Add method to say that we should just show the percentage in the
progress bar like newt does. If this is set, ignore any calls to
set_text().
* textw/progress_text.py
(InstallProgressWindow.setShowPercentage): Placeholder method,
doesn't actually do anything for text mode given the way newt works.
* cmdline.py (progressDisplay.setShowPercentage): Add placeholder
here too.
|
| |
|
|
|
|
|
|
|
|
| |
* yuminstall.py: Use new progress API
* livecd.py: Likewise.
* iw/progress_gui.py: New progress screen interface that's more
suited to different backends
* textw/progress_text.py: Likewise.
* cmdline.py (progressDisplay): Likewise.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow.completePackage):
Quick and dirty way of handling-non rpm installs. This needs to
be reworked more completely
* timezone.py (Timezone.__init__): Add a default in case the step
is skipped
* instdata.py (InstallData.write): Ensure that network is written
out rather than counting on our backend to do so in its preinstall
* fsset.py (FileSystemType.isKernelFS): Add a method to determine
if we're an in-kernel pseudo-filesystem
(PsudoFileSystem.isKernelFS): And implement it
(FileSystemSet.umountFilesystems): Allow unmounting filesystems
without turning off swap.
|
| |
|
|
|
|
|
| |
* scripts/upd-instroot (PACKAGESGR): Add fonts-telugu (#207428)
* iw/progress_gui.py (InstallProgressWindow.getScreen): Not quite
so big (#211526)
|
| |
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow.getScreen): Take up
more of the space (#210531)
|
| |
|
|
|
| |
been disabled for months and it's never coming back. Also remove this
stuff from the glade file as well.
|
| |
|
|
|
| |
* iw/progress_gui.py: Ellipsize text instead of just
truncating (Roozbeh Pournader, #191844)
|
| | |
|
| |
|
|
|
| |
3x2 table to align the current package info and remaining time.
Keeps the remaining time label from moving around.
|
| |
|
|
|
| |
the remaining time indicator and current package description so text
isn't displaying under buttons and other widgets.
|
| |
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow_NEW.getScreen): Better
filename for lowres version
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Limit
the length of the package installing string to try to avoid
jumping (#157583)
|
| |
|
|
|
|
|
|
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage):
Slightly shorter strings.
* anaconda: If the monitor doesn't support 800x600, try 1024x768;
helps with G3 iMac. Use the same xconfig for post-install as
during install. Allow booting with "usefbx" to go back to old
fbdev X behavior on ppc. (#149188)
* loader2/loader.c (parseCmdLineFlags): Add usefbx
|
| |
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackageStatus):
Mark Downloading for translation properly (#155214)
|
| |
|
|
|
|
| |
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Cut
summary off at a reasonable length to avoid changing the screen
layout (#154459)
|
| |
|
|
| |
from Colin Walters.
|
| | |
|
| |
|
|
|
| |
* iw/progress_gui.py: Remove old InstallProgressWindow class to
avoid confusion with dead code
|
| | |
|
| |
|
|
|
| |
to know how many files there are, RPMTAG_BASENAMES works just as well instead
of having to do the filename expansion (and thus using more memory)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
turn on profiling again
|
| | |
|
| | |
|
| |
|
|
|
| |
make display of package name and summary a little bit nicer, make the size
human readable
|
| | |
|
| |
|
|
| |
is bad. temporarily disable download status for now
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
tagged before this commit as before-rpm-4_1
|