summaryrefslogtreecommitdiff
path: root/apt/progress.py
AgeCommit message (Collapse)AuthorFilesLines
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode1-356/+0
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py
2009-01-09* apt/progress.py: CleanupJulian Andres Klode1-148/+204
This is the first part of a cleanup series. The code has been changed in terms of indentation at some places, the lines have all been shortened to 79 chars or less, everything has been documented, the (non-functional) testing code has been removed, and more...
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-13/+13
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt1-2/+56
2008-08-29Push train workSebastian Heinlein1-1/+1
2008-08-24Revert the os._exit call in the child of the progressSebastian Heinlein1-2/+2
2008-08-22Fix: os._exit does not send the exit status the main processSebastian Heinlein1-2/+2
2008-08-22Make DpkgInstallProgress an inheritance of InstallProgressSebastian Heinlein1-67/+38
2008-08-22Add DpkgInstallProgress from the GTK GDebi interface to the progress package.Sebastian Heinlein1-0/+83
2007-02-06* better cdrom support mergedMichael Vogt1-0/+2
2006-11-03* apt/progress.py:Michael Vogt1-1/+6
- protect against unparsable strings send from dpkg
2006-09-12* apt/progress.py:Michael Vogt1-3/+6
- use select() when waiting for child input
2006-09-12* debian/control:Michael Vogt1-2/+7
- tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298)
2006-02-28* strip status string before passing it, changelog updatesMichael Vogt1-1/+1
2006-02-28* initalize FetchProgress.eta as float and pass a float to ↵Michael Vogt1-2/+2
InstallProgress.statusChanged() for percent
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt1-5/+13
2006-02-14* try to read complete lines in update-interfaceMichael Vogt1-1/+2
2005-12-07* InstallProgress.{error,conffile}() functions addedMichael Vogt1-2/+16
2005-12-06* apt.progress.InstallProgress class improvedMichael Vogt1-2/+51
2005-12-02* added "{candidate,installed}Downloadable"Michael Vogt1-0/+2
2005-11-28* cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵Michael Vogt1-0/+2
example)
2005-11-21* apt_inst.debExtractArchive() addedMichael Vogt1-1/+1
2005-10-24* custom waitChild() added in installProgressMichael Vogt1-1/+1
2005-10-21* fix a crasher in the install interfaceMichael Vogt1-1/+0
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt1-4/+53
2005-08-04* applied a patch from Chris Halls to return the apt error string on a ↵Michael Vogt1-0/+1
system error exception (thanks chris!)
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt1-1/+3
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the ↵Michael Vogt1-2/+2
Package class
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-16/+27
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt1-0/+21
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double ↵Michael Vogt1-0/+10
depcache building
2005-05-25* added a native OpTextProgress() Michael Vogt1-0/+13
2005-05-09* more work on the native python apt interfaceMichael Vogt1-0/+49