summaryrefslogtreecommitdiff
path: root/apt/progress/gtk2.py
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Remove apt.progress.gtk2Julian Andres Klode1-438/+0
2014-01-06Use print_function everywhereJulian Andres Klode1-1/+3
This brings the code closer to Python 3. Automatically converted using 2to3 -f print.
2014-01-05make test_pep8.py passMichael Vogt1-4/+4
2013-09-11Completely remove deprecated stuffJulian Andres Klode1-83/+0
2011-12-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt1-3/+0
2011-10-04* apt/progress/gtk2.py:Michael Vogt1-4/+5
- update to the latest vte API for child-exited (LP: #865388)
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt1-1/+1
thinks the branches have nothing in common)
2010-03-01Some stylistic changes.Julian Andres Klode1-0/+1
2010-01-20apt/progress/gtk2.py: Add GAcquireProgress.Julian Andres Klode1-21/+103
2009-07-31apt/progress: Large update, introducing apt.progress.base.InstallProgress.Julian Andres Klode1-53/+29
This contains many updates including the introduction of a new InstallProgress class which replaces the old InstallProgress and DpkgInstallProgress classes.
2009-07-31apt/progress/gtk2.py: Cleanup.Julian Andres Klode1-15/+21
2009-07-17apt: Use apt_pkg.gettext instead of Python's gettext.Julian Andres Klode1-1/+1
2009-07-16apt/progress/gtk2.py: Replace apt.progress with apt.progress.old.Julian Andres Klode1-12/+13
2009-06-05python/progress.cc, apt/progress/*.py: Use PEP 8 naming conventions for progressJulian Andres Klode1-20/+32
This changes the progress classes to use PEP 8 names. Due to the concept of the deprecation system, this causes methods of subclasses not to be called at all. If a class implements a command with underscores, it is called. If the class also implements the version in mixedCase, this is ignored. This means that all subclasses will not work correctly, because only the method from the parent class is called.
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode1-1/+1
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-3/+3
A new module, apt.deprecation, is introduced containing functions and classes which assist in the deprecation. The apt_pkg extension gets a new attribute, _COMPAT_0_7 which can be set by defining COMPAT_0_7 at compile time (-DCOMPAT_0_7). The names are changed, and compatibility functions are enabled if bool(apt_pkg._COMPAT_0_7) == True, i.e. if the package has been built with backward compatibility fixes. This commit changes the apt and aptsources packages, the apt_pkg and apt_inst extensions will be the next renames.
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode1-1/+1
- debian/copyright: Switch to machine-interpretable copyright - apt/*.py: Fix the copyright years and comments.
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode1-0/+443
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py