summaryrefslogtreecommitdiff
path: root/apt/progress/old.py
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Completely remove deprecated stuffJulian Andres Klode1-259/+0
2011-04-11apt.progress: Use long for ETA, natural type for size (LP: #377375)Julian Andres Klode1-2/+3
2010-03-03apt/progress/old.py: Add missing return statements.Julian Andres Klode1-10/+10
2010-03-03apt/progress/old.py: Call parent constructors.Julian Andres Klode1-0/+2
2010-03-03* apt/progress/old.py:Julian Andres Klode1-25/+64
- Let the new method call the old one; e.g. status_update() now calls self.statusUpdate(). This improves compatibility for sub classes.
2010-03-01Some stylistic changes.Julian Andres Klode1-0/+10
2010-03-01Style fixes.Julian Andres Klode1-1/+2
2010-02-17apt/progress/old.py: move compat updateInterface hereMichael Vogt1-0/+1
2009-07-31apt/progress: Large update, introducing apt.progress.base.InstallProgress.Julian Andres Klode1-239/+55
This contains many updates including the introduction of a new InstallProgress class which replaces the old InstallProgress and DpkgInstallProgress classes.
2009-07-31apt/progress/old.py: Derive some more old classes from new classes.Julian Andres Klode1-33/+10
OpTextProgress is now derived from text.OpProgress and DumbInstallProgress is derived from base.InstallProgress.
2009-07-31python: Remove the progress classes in apt_pkg.Julian Andres Klode1-16/+12
They have been replaced with apt.progress.base, so stuff like GTK+ or Qt progress classes can be written using subclassing.
2009-07-30Merge 0.7.11.1-0.7.12.0 from unstable.Julian Andres Klode1-5/+11
2009-07-21apt/progress/old.py: Replace OpProgress.sub_op with OpProgress.subop.Julian Andres Klode1-3/+3
2009-07-19python/cdromprogress.cc: Add apt_pkg.CdromProgress.Julian Andres Klode1-18/+4
2009-07-17apt/progress: Fix apt.progress with COMPAT_0_7Julian Andres Klode1-4/+2
2009-07-16apt/progress: Move apt.progress to apt.progress.oldJulian Andres Klode1-0/+426