| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-10 | fix build against apt in experimental | Michael Vogt | 1 | -3/+3 | |
| 2010-01-27 | Drop the segfault prevention measures from the Acquire code, as they fail | Julian Andres Klode | 1 | -0/+1 | |
| to work. A replacement will be added once destruction callbacks are added in APT. | |||||
| 2010-01-24 | python/progress.h: PyFetchProgress keeps a reference to pyAcquire. | Julian Andres Klode | 1 | -1/+4 | |
| 2009-07-31 | python: Remove the progress classes in apt_pkg. | Julian Andres Klode | 1 | -32/+0 | |
| They have been replaced with apt.progress.base, so stuff like GTK+ or Qt progress classes can be written using subclassing. | |||||
| 2009-07-22 | python: First step of fixing acquire stuff. | Julian Andres Klode | 1 | -0/+7 | |
| Basically, we only want to have on PyAcquireItem per pkgAcquire::Item, and one PyAcquireItemDesc per pkgAcquire::ItemDesc. Therefore, we store them so we can return them at a later time. | |||||
| 2009-07-21 | python/progress.cc: Introduce setattr to reduce code duplication. | Julian Andres Klode | 1 | -1/+2 | |
| This way, we can replace stuff like PyObject *o = PyBuildValue("i", 0); PyObject_SetAttrString(callbackInst, "attribute", o); Py_DECREF(o) with setattr(callbackInst,"attribute","i",0); | |||||
| 2009-07-20 | Merge from debian-sid | Julian Andres Klode | 1 | -0/+17 | |
| 2009-07-19 | python/cdromprogress.cc: Add apt_pkg.CdromProgress. | Julian Andres Klode | 1 | -0/+6 | |
| 2009-07-16 | python/progress.cc: Set members directly, without using Python. | Julian Andres Klode | 1 | -0/+5 | |
| 2009-07-16 | python/progress.h: Add Py{Acquire,Op}ProgressObject. | Julian Andres Klode | 1 | -0/+20 | |
| 2009-07-02 | C code must allow other python threads to work every now and then in ↵ | Stephan Peijnik | 1 | -0/+17 | |
| progress.cc (take one). | |||||
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -1/+1 | |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 1 | -1/+5 | |
| 2005-04-11 | * cdrom interface added | Michael Vogt | 1 | -1/+16 | |
| 2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 1 | -0/+10 | |
| 2005-04-07 | * code cleanups, simple MediaChanged implemented | Michael Vogt | 1 | -13/+20 | |
| 2005-03-14 | * basic fetch interface, mostly stubs right now | Michael Vogt | 1 | -0/+27 | |
| 2005-03-09 | * Implemented OpProgress support | Michael Vogt | 1 | -20/+18 | |
| 2005-03-09 | * experimental progress callback is back, not too usefull now | Michael Vogt | 1 | -1/+3 | |
| 2005-02-23 | * apt_pkg.GetCache() supports a progress callback now too | Michael Vogt | 1 | -0/+29 | |
