summaryrefslogtreecommitdiff
path: root/python/progress.cc
AgeCommit message (Expand)AuthorFilesLines
2009-05-05* apt/progress/__init__.py:Michael Vogt1-7/+119
2009-04-14* Remove any trailing whitespaceJulian Andres Klode1-1/+1
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-17/+17
2008-08-15* python/progress.cc:Michael Vogt1-2/+4
2008-05-16Remove trailing whitespace.Ben Finney1-17/+17
2007-11-23* python/progress.cc:Michael Vogt1-2/+9
2006-10-02* progress.cc:Michael Vogt1-3/+7
2005-12-09* CdromProgress.totalSteps added Michael Vogt1-0/+4
2005-11-22* less debug messagesMichael Vogt1-5/+6
2005-10-24* custom waitChild() added in installProgressMichael Vogt1-7/+32
2005-10-21* fix a crasher in the install interfaceMichael Vogt1-3/+7
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt1-3/+10
2005-10-20* merged with the progress reporting codeMichael Vogt1-2/+7
2005-08-05* improved the examples, added README tooMichael Vogt1-2/+5
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt1-7/+10
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-21/+21
2005-05-11* support Op and SubOp in the progress wrapperMichael Vogt1-2/+12
2005-04-11* cdrom interface addedMichael Vogt1-8/+61
2005-04-08* InstallProgress has overridable fork interface now, added example for the u...Michael Vogt1-5/+26
2005-04-08* simple InstallProgress interface addedMichael Vogt1-0/+58
2005-04-07* code cleanups, simple MediaChanged implementedMichael Vogt1-59/+59
2005-04-07* added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch objectMichael Vogt1-4/+17
2005-03-14* basic fetch interface, mostly stubs right nowMichael Vogt1-0/+78
2005-03-09* Implemented OpProgress supportMichael Vogt1-0/+55