| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2005-12-29 | * improved the gui-inst example | Michael Vogt | 2 | -2/+4 | |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 3 | -7/+7 | |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 3 | -4/+7 | |
| 2005-12-07 | * InstallProgress.{error,conffile}() functions added | Michael Vogt | 2 | -3/+24 | |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ↵ | Michael Vogt | 4 | -15/+29 | |
| and still work with breezys apt | |||||
| 2005-12-06 | * apt.progress.InstallProgress class improved | Michael Vogt | 2 | -43/+73 | |
| 2005-12-06 | * apt.Package.candiateOrigin() fix | Michael Vogt | 1 | -1/+1 | |
| 2005-12-06 | * candidate origin returns a list now | Michael Vogt | 2 | -10/+11 | |
| 2005-12-06 | * bugfix in the acquire.FetchNeeded code | Michael Vogt | 2 | -3/+14 | |
| 2005-12-06 | * removed debug output | Michael Vogt | 2 | -4/+0 | |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 3 | -20/+54 | |
| 2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 5 | -0/+64 | |
| 2005-12-01 | * fix uninitialized size member in pkgAcqFile | Michael Vogt | 1 | -1/+1 | |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 5 | -0/+83 | |
| 2005-11-28 | * fix build-deps | Michael Vogt | 1 | -1/+1 | |
| 2005-11-28 | * changelog fixes | Michael Vogt | 1 | -7/+2 | |
| 2005-11-28 | * make it work with media swaping | Michael Vogt | 1 | -8/+14 | |
| 2005-11-28 | * small tweaks, prepared next ubuntu upload | Michael Vogt | 2 | -4/+9 | |
| 2005-11-28 | * cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵ | Michael Vogt | 3 | -24/+38 | |
| example) | |||||
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new ↵ | Michael Vogt | 4 | -9/+88 | |
| pkgAcquire/pkgPackageManager interface | |||||
| 2005-11-22 | * fixes in the acquire interface code (use CppPyObject with pkgAcquire* ↵ | Michael Vogt | 4 | -26/+17 | |
| directly instead of using a PkgAcquireStruct) | |||||
| 2005-11-22 | * python/sourcelist.cc cleaned up | Michael Vogt | 3 | -19/+14 | |
| 2005-11-22 | * another bugfix in the new pkgPackageManager wrapper | Michael Vogt | 2 | -4/+3 | |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 4 | -23/+63 | |
| 2005-11-22 | * less debug messages | Michael Vogt | 3 | -10/+9 | |
| 2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 3 | -3/+49 | |
| 2005-11-18 | * added stat constants to the acquire-item interface | Michael Vogt | 2 | -1/+17 | |
| 2005-11-18 | * support for the pkgAcquire::ItemIterator added | Michael Vogt | 2 | -3/+91 | |
| 2005-11-18 | * acquire interface works with progress reporting now | Michael Vogt | 2 | -2/+24 | |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 12 | -17/+283 | |
| 2005-11-17 | * fix a bug in the package.markUpgrade() code | Michael Vogt | 1 | -5/+5 | |
| 2005-11-17 | * make the Origin string a bit nicer | Michael Vogt | 1 | -2/+3 | |
| 2005-11-17 | * proper canidateOrigin support | Michael Vogt | 2 | -5/+20 | |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 3 | -3/+25 | |
| 2005-11-09 | * changelog finalized and synced with the debian upload | Michael Vogt | 2 | -2/+2 | |
| 2005-11-09 | * changelog fix | Michael Vogt | 1 | -2/+2 | |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 3 | -14/+38 | |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 3 | -5/+8 | |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 5 | -39/+79 | |
| 2005-10-20 | * merged with the progress reporting code | Michael Vogt | 5 | -11/+70 | |
| 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-09-20 | * example for working with apt_inst added | Michael Vogt | 1 | -0/+39 | |
| 2005-09-20 | * added __iter__ support to apt/cache.py | Michael Vogt | 3 | -4/+11 | |
| 2005-09-12 | * changelog update | Michael Vogt | 1 | -7/+2 | |
| 2005-09-12 | * export locking | Michael Vogt | 4 | -3/+119 | |
| 2005-08-08 | * always call Restart in srcrecords.Lookup | Michael Vogt | 2 | -0/+2 | |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 4 | -6/+29 | |
| 2005-08-08 | * more "beef" added to the build-depends example | Michael Vogt | 1 | -1/+16 | |
| 2005-08-08 | * made the build-deps.py example usefull | Michael Vogt | 2 | -7/+23 | |
| 2005-08-05 | * changelog missing stuff added | Michael Vogt | 1 | -2/+8 | |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 6 | -13/+21 | |
