summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2008-08-29Push train workSebastian Heinlein3-10/+10
2008-08-29debfile: fix a silly error that made me some headache and returned the depend...Sebastian Heinlein1-1/+1
2008-08-29Remove not used imports in debfileSebastian Heinlein1-3/+2
2008-08-28Fix: not installed files can have installed filesSebastian Heinlein1-2/+0
2008-08-27For emptSebastian Heinlein1-4/+7
2008-08-26Merge with consolidate branchSebastian Heinlein3-508/+497
2008-08-26Rename gtk to widgets. Replace the GDebi progresses by gobject based ones and...Sebastian Heinlein2-125/+372
2008-08-24Import gtk progresses from gdebiSebastian Heinlein1-0/+125
2008-08-24Fix use of previously changed constants in checkDebSebastian Heinlein1-1/+1
2008-08-24Make version compare constants available globally and rename them for more co...Sebastian Heinlein1-10/+11
2008-08-24Revert the os._exit call in the child of the progressSebastian Heinlein1-2/+2
2008-08-24Minor fixes: Call InstallProgress.startUpdate() and InstallProgress.finishUpd...Sebastian Heinlein1-8/+5
2008-08-23DebPackage: turn get(Provides|Replaces|Depends|Conflicts)() into attributesSebastian Heinlein1-1/+57
2008-08-23Merge the Debfile class from dpkg into the one from the debfile package.Sebastian Heinlein2-506/+441
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 Heinlein2-67/+51
2008-08-22Add DpkgInstallProgress from the GTK GDebi interface to the progress package.Sebastian Heinlein1-0/+83
2008-08-21Adapt dpkg to use the Cache class of python-aptSebastian Heinlein1-9/+9
2008-08-21Make dpkg.py not executableSebastian Heinlein1-0/+0
2008-08-21Small fix: catch dict exceptions in getProvidingPackagesSebastian Heinlein1-1/+1
2008-08-21Add apt.cache.Cache.isVirtualPackage() and apt.cache.Cache.getProvidingPackag...Sebastian Heinlein1-0/+45
2008-08-21Add apt.Cache.clear() method (taken from GDebi), which re initializes theSebastian Heinlein1-0/+4
2008-08-21Copy DebPackage and DscSrcPackage from GDebi into dpkgSebastian Heinlein1-0/+479
2008-08-20Add the installedFiles property to the Package classSebastian Heinlein1-1/+15
2008-08-15Add Package.getChangelog(): returns the changelog as unicodeSebastian Heinlein1-0/+142
2008-08-14Enhance the package description by using line breaks only for abstracts and r...Sebastian Heinlein1-8/+23
2008-07-31* apt/cache.py:Michael Vogt1-0/+3
2008-07-14* apt/package.py:Michael Vogt1-0/+8
2008-06-13* apt/cache.py:Michael Vogt1-1/+4
2008-02-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+11
2008-02-11apt/package.py: make the homepage field accessableMichael Vogt1-0/+8
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt1-8/+2
2007-11-29* apt/README.apt:Michael Vogt1-1/+1
2007-10-01* apt/package.py:Michael Vogt1-1/+1
2007-07-30* apt/debfile.py:Michael Vogt1-0/+58
2007-06-28* fix typo "cancelt" -> "Cancelled"Michael Vogt1-2/+2
2007-06-28* python/cache.py:Michael Vogt1-5/+17
2007-06-28* python/package.py:Michael Vogt1-2/+19
2007-04-02* fix error in invalid unicode handler (LP#99753)Michael Vogt1-1/+1
2007-03-22* use the correct gettext domainMichael Vogt1-1/+3
2007-03-22* fix gettext import (LP#92764)Michael Vogt1-0/+2
2007-03-12* fix in the duplicated source checking (thanks to Sebastian Heinlein)Michael Vogt1-1/+0
2007-03-09* apt/cdrom.py:Michael Vogt1-2/+2
2007-03-06 - support candidateRecord, installedRecordMichael Vogt1-1/+14
2007-03-06 - support candidateRecord, installedRecordMichael Vogt1-1/+14
2007-03-06 - support pkg.architectureMichael Vogt1-4/+13
2007-03-06 - support pkg.architectureMichael Vogt1-4/+13
2007-03-06* apt/packages.py:Michael Vogt1-0/+47
2007-03-06* apt/package.py:Michael Vogt1-1/+52
2007-03-01* python/string.cc:Michael Vogt1-2/+1