summaryrefslogtreecommitdiff
path: root/doc/examples/gui-inst.py
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Remove apt.progress.gtk2Julian Andres Klode1-27/+0
2013-10-21doc/examples/*.py: Update examples to the new APIJulian Andres Klode1-3/+3
Closes: #639022
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode1-2/+2
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-8/+1
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-3/+1
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-1/+1
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt1-109/+21
2008-05-16Imports on separate lines, to conform with PEP 8.Ben Finney1-1/+3
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney1-4/+4
2008-05-16Fix code indentation to 4 spaces, to conform with PEP 8.Ben Finney1-24/+24
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-6/+13
2008-05-16Remove trailing whitespace.Ben Finney1-1/+1
2008-01-08doc/examples/gui-inst.py:Michael Vogt1-42/+13
- update to reflect the current features
2005-12-29* improved the gui-inst exampleMichael Vogt1-1/+3
2005-11-28* cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵Michael Vogt1-22/+31
example)
2005-10-20* merged with the progress reporting codeMichael Vogt1-9/+45
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-43 * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-1 * support the apt--progress-reporting--0 branch (using "InstallProgress.statusfd) * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-2 * support for update reporting via vte/progress bars added, including a evil "pass-me-my-file-descriptor" hack * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-3 * merged with python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-4 * merged from python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-5 * better support new python-apt, added example for gui-inst with support for VTE_PTY_KEEP_FD * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-6 * removed the fdsend stuff again, libvte will be patched instead
2005-08-03* some docstrings added, more api fixingMichael Vogt1-1/+1
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-10/+10
2005-04-08* beefed up the gui examplesMichael Vogt1-12/+50
2005-04-08* InstallProgress has overridable fork interface now, added example for the ↵Michael Vogt1-0/+68
use of a vte terminal