summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Release 1.2.6v1.2.6Matthias Klumpp2-1/+51
2022-11-30pkmon: Display transaction sender binary name in logMatthias Klumpp1-1/+70
2022-11-30Expose transaction sender as read-only propertyMatthias Klumpp5-2/+92
2022-11-30Store sender command-line in transaction database againMatthias Klumpp5-71/+150
2022-11-15apt: Implement support for the new UpdateDetails plural signalMatthias Klumpp2-24/+28
2022-11-15trivial: styleMatthias Klumpp2-5/+5
2022-11-15apt: Implement support for Packages signal to emit many packages at onceMatthias Klumpp2-17/+64
2022-11-11Fixes the build of PackageKitQtAleix Pol1-0/+2
2022-11-10pk-client: Factor out parsing of UpdateDetail signalPhilip Withnall1-39/+54
2022-11-10pk-transaction: Add UpdateDetails signalPhilip Withnall7-14/+214
2022-11-10pk-transaction: Reduce frequency of progress signal emissionsPhilip Withnall1-20/+124
2022-11-10pk-transaction: Combine some D-Bus PropertiesChanged signal emissionsPhilip Withnall1-16/+41
2022-11-10pk-transaction: Add Packages signalPhilip Withnall9-13/+384
2022-10-21pk-engine: Fix checking D-Bus caller details when setting proxyPhilip Withnall1-0/+13
2022-10-12Fix incorrect handling of hookdirs config [fixes #342]Adrián Insaurralde Avalos1-2/+4
2022-09-30Revert "zypp: ignore locked packages"Jonathan Kang1-8/+2
2022-09-30zypp: add repository data in package idJonathan Kang1-4/+16
2022-09-28zypp: Check if packages are locked before removingJonathan Kang1-0/+8
2022-09-27trivial: Silence compiler warningMatthias Klumpp1-3/+2
2022-09-27apt: Emit the correct status when downloading changelogs or indicesMatthias Klumpp1-1/+15
2022-09-27apt: Generate logging output properlyMatthias Klumpp6-19/+31
2022-09-27apt: Don't create an unnecessary PkBackendSpawn instanceMatthias Klumpp1-7/+0
2022-09-27trivial: Move some default settings to AptJob constructorMatthias Klumpp1-3/+3
2022-09-27trivial: apt: Address some minor style nitpicksMatthias Klumpp2-18/+18
2022-09-27aptcc: Refactor backend and rename to aptMatthias Klumpp31-185/+187
2022-09-27aptcc: Detect if apt system settings specify --force-conf* options and if so ...Richard Schleich2-2/+24
2022-09-22Update documentation URL in READMEKevin Kandlbinder1-1/+1
2022-09-22Update translations from TransifexRichard Hughes54-885/+2270
2022-09-02zypp: Don't refresh repos before searchingJonathan Kang1-5/+0
2022-08-28trivial: aptcc: copy a string directly to std::string, which is expected belowIvan Zakharyaschev1-2/+2
2022-08-26trivial: Remove unused PolicyKit actionRichard Hughes1-19/+0
2022-08-25Fix documentation of package-install policy (#568)Michael Catanzaro1-5/+5
2022-08-03zypp: update libzypp dependency versionJonathan Kang1-1/+1
2022-08-03zypp: build the pool before calling is_tumbleweed()Jonathan Kang1-4/+4
2022-08-03zypp: Disable upgrade-system support in SLEJonathan Kang1-0/+13
2022-08-03zypp: restore pool status after simulating an updateJonathan Kang1-0/+1
2022-08-03zypp: Avoid statuReset() on locked packagesJonathan Kang1-6/+6
2022-08-03zypp: Clean up trailing whitespacesJonathan Kang1-39/+39
2022-07-27aptcc: Don't add previous header and spaces to changelog entry endMatthias Klumpp1-3/+4
2022-07-27aptcc: Don't report bug URLs with empty ID, and use HTTPS URLsMatthias Klumpp1-5/+5
2022-07-18Nix: fix build with Nix 2.9.0 (#551)Bobby Rong3-8/+9
2022-07-05pk-main: Mark some early-start error messages as translatablePhilip Withnall1-4/+10
2022-07-03pk-main: Add newline on g_printerr() callsPhilip Withnall1-4/+4
2022-07-03docs: Fix some XML typos in the Transaction interface documentationPhilip Withnall1-2/+2
2022-07-01zypp: implement upgrade-system methodJonathan Kang1-0/+49
2022-06-09Remove trailing whitespaceRodrigo Pedra Brum1-1/+1
2022-06-09zypp: ignore locked packagesRodrigo Pedra Brum1-2/+8
2022-05-31pk-client: Fix default value of cache-age propertyPhilip Withnall1-1/+1
2022-05-05docs: Adjust the definition of pkgid "data" field to match the status quoMatthias Klumpp1-6/+17
2022-04-22Nix: fix build with Nix 2.8.0 (#538)Bobby Rong4-35/+41