summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Revert "packagekit-qt2: Since new methods and enums where added let's change ...openSUSE_FactoryVincent Untz1-1/+1
2012-04-26Build against npapi-sdk instead of xulrunnerWolfgang Rosenauer1-1/+1
2012-04-26Change the configuration of the cron script to a sysconfig-like configVincent Untz1-10/+33
2012-04-24Release version 0.7.4Richard Hughes8-2059/+2083
2012-04-23packagekit-qt2: Since new methods and enums where added let's change the vers...Daniel Nicoletti1-1/+1
2012-04-22aptcc: Create a PkgList class to provide convience methods and remove uneeded...Daniel Nicoletti11-71/+156
2012-04-22aptcc: Cleanup includesDaniel Nicoletti20-155/+135
2012-04-22aptcc: Add a new class to show cache openning progressDaniel Nicoletti4-5/+99
2012-04-22aptcc: Fix possible crash as PkBackend was not initedDaniel Nicoletti2-1/+4
2012-04-20aptcc: Avoid crashing when error messages containing invalid utf8 is sentDaniel Nicoletti4-14/+17
2012-04-19aptcc: separate the try install/remove functionsDaniel Nicoletti2-37/+33
2012-04-19aptcc: change the way we mark auto-installed packagesDaniel Nicoletti2-9/+7
2012-04-19aptcc: Use _exit() to quit the child process as synaptic doesDaniel Nicoletti1-4/+5
2012-04-19aptcc: possibly fix "hang" on the end of DoInstall()Daniel Nicoletti1-2/+1
2012-04-19aptcc: Fix symbol failureDaniel Nicoletti1-1/+1
2012-04-19aptcc: use const_iterators to avoid mistakesDaniel Nicoletti4-26/+26
2012-04-18aptcc: we are not apt-get so remove "APT::Get::*" confsDaniel Nicoletti1-52/+11
2012-04-18aptcc: Emit UnfinishedTransaction when we were not able to fix the cacheDaniel Nicoletti3-19/+15
2012-04-18Add some documentation for the new RepairSystem transaction interactionRichard Hughes2-8/+1084
2012-04-18packagekit: Add PK_ERROR_ENUM_UNFINISHED_TRANSACTION and PK_EXIT_ENUM_REPAIR_...Daniel Nicoletti4-2/+13
2012-04-18pk-qt2: Add simulateRepairSystem and repairSystem(bool) to the Transaction APIDaniel Nicoletti2-0/+24
2012-04-18aptcc: remove a code duplication and emit proper RestartRequired signalDaniel Nicoletti5-264/+336
2012-04-18aptcc: Add SimulateRepairSystem and RepairSystem methods, and update the feat...Daniel Nicoletti6-41/+62
2012-04-17zypp: build pool before resolvingVincent Untz1-2/+2
2012-04-17zypp: Do not set a PACKAGE_NOT_FOUND error when resolving packagesVincent Untz1-6/+0
2012-04-17aptcc: Fix supported filterDaniel Nicoletti2-17/+22
2012-04-17aptcc: Fix a few mem leaksDaniel Nicoletti1-0/+5
2012-04-17aptcc: Move cache related functions to pkgCacheFile subclassDaniel Nicoletti7-195/+175
2012-04-17aptcc: Make direct use of cache->FindPkgDaniel Nicoletti3-51/+22
2012-04-17aptcc: Make sure we discard errors when closing the cacheDaniel Nicoletti2-9/+7
2012-04-16aptcc: Move ShowBroken to AptCacheFile, and added CheckDeps from apt-getDaniel Nicoletti7-151/+226
2012-04-16aptcc: A few more fixes aptcc does not crash anymore but it sort of start fai...Daniel Nicoletti4-20/+40
2012-04-16aptcc: Improve classes readability, and fix a crash caused by an invalid packageDaniel Nicoletti4-230/+277
2012-04-15aptcc: Forgot to return the package foundDaniel Nicoletti3-14/+27
2012-04-15Merge branch 'master' of gitorious.org:packagekit/packagekitDaniel Nicoletti2-17/+17
2012-04-15aptcc: Make sure BuildPolicy is called when getting the dep cacheDaniel Nicoletti2-5/+7
2012-04-15aptcc: Correctly emit if a repo is enabledMatthias Klumpp2-17/+17
2012-04-15aptcc: Refactored to use AptCacheFileDaniel Nicoletti7-456/+461
2012-04-15aptcc: Add AptCacheFile to handle all pkg cache openingsDaniel Nicoletti6-67/+164
2012-04-15aptcc: Fix SUPPORTED check and component-finding codeMatthias Klumpp2-28/+31
2012-04-15aptcc: When on multiarch some packages that should have the :arch appended to...Daniel Nicoletti1-0/+6
2012-04-14aptcc: Don't emit error if repo is emptyMatthias Klumpp4-10/+27
2012-04-14aptcc: Implement SUPPORTED supportMatthias Klumpp3-9/+53
2012-04-14trivial: Correct mistakes from previous commitMatthias Klumpp2-5/+5
2012-04-14aptcc: Simplify code for checking trusted packagesMatthias Klumpp2-16/+18
2012-04-14aptcc: Don't emit untrusted packages when we are not simulatingDaniel Nicoletti2-6/+6
2012-04-14aptcc: Fix INSTALLED filterDaniel Nicoletti2-9/+9
2012-04-14aptcc: Managed to get rid of pair container it should become faster but needs...Daniel Nicoletti7-181/+173
2012-04-14aptcc: Emit packages that are untrusted with the PK_INFO_ENUM_UNTRUSTED enumDaniel Nicoletti3-8/+24
2012-04-14aptcc: Improve the autoremove code to don't spin if disabled, move the simula...Daniel Nicoletti6-130/+56