summaryrefslogtreecommitdiffstats
path: root/textw/progress_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-131/+0
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-041-2/+2
|
* Move strip_markup() into iutil.Chris Lumens2008-12-051-16/+1
|
* Use print() as a function.Peter Jones2008-09-081-1/+1
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
| | | | * po/sk.po: Typo fix.
* Avoid progress bars going off the end and making newt unhappyJeremy Katz2008-04-041-0/+3
|
* Fix up more unicode shenanigans (#437993)Jeremy Katz2008-03-241-1/+1
| | | | | Ensure we encode/decode to utf8 at appropriate points to avoid tracebacks in text mode
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-171-6/+14
|
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-0/+3
| | | | | | | | | | | | * 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.
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-183/+94
| | | | | | | | | | * 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.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-9/+7
|
* No, seriously, keep the first character of the string.David Cantrell2006-02-101-1/+1
|
* * textw/progress_text.py (InstallProgressWindow.setPackage): If aDavid Cantrell2006-02-101-4/+8
| | | | | package name is longer than 48 chars, trim to 45 and add '...' on the end (#180469).
* Use new logging system.Chris Lumens2005-08-121-2/+3
|
* better time estimation. Some debugging code left in commented out so I can ↵Mike Fulbright2003-10-071-1/+1
| | | | turn on profiling again
* fix justification (#106055)Jeremy Katz2003-09-301-1/+1
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-3/+4
| | | | | | | | | | | | | | 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
* add UI for http/ftp download progressMike Fulbright2003-04-141-9/+56
|
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_1
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-1/+1
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* widen the window a bit to allow for long package namesbfox2001-07-241-7/+7
|
* more copyright noticesMatt Wilson2001-07-091-0/+13
|
* more pychecker fixupsMatt Wilson2001-06-231-3/+3
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-0/+155