summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-150/+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-1/+1
|
* Remove 'lowres' option.Adam Jackson2009-05-081-3/+0
| | | | Seriously use VNC already.
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+0
| | | | * po/sk.po: Typo fix.
* Don't cause the screen to jump up and down between packages (#441160).Chris Lumens2008-04-081-1/+1
|
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-6/+13
|
* * iw/progress_gui.py (InstallProgressWindow.set_label): Convert '&'David Cantrell2007-10-251-0/+6
| | | | to '&amp;' for the set_markup() method.
* A couple more pychecker error fixes. That should do it for now.Chris Lumens2007-09-191-1/+1
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-1/+1
| | | | it.
* * iw/progress_gui.py: Set the infolabel to left justify text so as toDavid Cantrell2007-03-261-0/+1
| | | | | minimize the rapid eye movement for those if us trying to read names and descriptions.
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-0/+11
| | | | | | | | | | | | * 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-318/+57
| | | | | | | | | | * 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.
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-1/+5
| | | | | | | | | | | | | | | | | | * 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.
* 2006-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-201-1/+1
| | | | | | | * scripts/upd-instroot (PACKAGESGR): Add fonts-telugu (#207428) * iw/progress_gui.py (InstallProgressWindow.getScreen): Not quite so big (#211526)
* 2006-10-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-131-1/+1
| | | | | * iw/progress_gui.py (InstallProgressWindow.getScreen): Take up more of the space (#210531)
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-3/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* 2006-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-161-3/+4
| | | | | * iw/progress_gui.py: Ellipsize text instead of just truncating (Roozbeh Pournader, #191844)
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-12/+10
|
* * iw/progress_gui.py (InstallProgressWindow_NEW.getScreen): Use aDavid Cantrell2006-01-051-9/+4
| | | | | 3x2 table to align the current package info and remaining time. Keeps the remaining time label from moving around.
* iw/progress_gui.py (InstallProgressWindow_NEW.getScreen): RealignDavid Cantrell2006-01-051-12/+13
| | | | | the remaining time indicator and current package description so text isn't displaying under buttons and other widgets.
* 2005-12-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-191-1/+1
| | | | | * iw/progress_gui.py (InstallProgressWindow_NEW.getScreen): Better filename for lowres version
* remove importPaul Nasrat2005-08-241-1/+0
|
* Use new logging system.Chris Lumens2005-08-121-5/+7
|
* Work around pygtk progress table bug.Chris Lumens2005-07-071-1/+1
|
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-6/+6
| | | | | | * iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Limit the length of the package installing string to try to avoid jumping (#157583)
* 2005-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-031-1/+1
| | | | | | | | | | | * 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
* 2005-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-181-1/+1
| | | | | * iw/progress_gui.py (InstallProgressWindow_NEW.setPackageStatus): Mark Downloading for translation properly (#155214)
* 005-04-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-121-0/+2
| | | | | | * iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Cut summary off at a reasonable length to avoid changing the screen layout (#154459)
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-11/+11
| | | | from Colin Walters.
* Fixed UI deprecation warnings.Chris Lumens2005-01-261-2/+2
|
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-336/+0
| | | | | * iw/progress_gui.py: Remove old InstallProgressWindow class to avoid confusion with dead code
* show lowres first image in lowresJeremy Katz2004-05-041-2/+2
|
* RPMTAG_FILENAMES doesn't seem to work correctly anymore. since we just needJeremy Katz2004-01-091-1/+1
| | | | | 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)
* this needs to be pixmaps now tooJeremy Katz2003-11-211-1/+1
|
* allow product.img overrides for rnotes (#110364)Jeremy Katz2003-11-181-10/+12
|
* update for new sizeJeremy Katz2003-10-291-1/+1
|
* make size strings more translation friendly (#106157)Jeremy Katz2003-10-141-5/+7
|
* enable and fix http download status messageMike Fulbright2003-10-081-8/+3
|
* remove time at endMike Fulbright2003-10-071-0/+1
|
* better time estimation. Some debugging code left in commented out so I can ↵Mike Fulbright2003-10-071-7/+83
| | | | turn on profiling again
* didnt detect wrapping of rnotes properly duhMike Fulbright2003-10-021-3/+3
|
* take screenshot of rnotes too if desiredMike Fulbright2003-10-021-1/+16
|
* fix shadow on frame, nuke white backgroundJeremy Katz2003-10-021-42/+44
| | | | | make display of package name and summary a little bit nicer, make the size human readable
* new GUI package installation progressMike Fulbright2003-10-011-0/+274
|
* FIXME: including the status makes the rnotes different sizes whichJeremy Katz2003-07-161-0/+4
| | | | is bad. temporarily disable download status for now
* 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
* stupid errorMike Fulbright2003-04-151-1/+3
|
* add UI for http/ftp download progressMike Fulbright2003-04-141-0/+25
|
* merge branch to HEADJeremy Katz2003-02-261-4/+16
|
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_1