summaryrefslogtreecommitdiff
path: root/src/org.freedesktop.PackageKit.Transaction.xml
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Rename "Software Sources" to "Software Repositories"Kalev Lember1-4/+4
2018-01-10Fix Qt annotation on DBus signatureDaniel Nicoletti1-1/+1
2015-10-29Add transaction flags to the recently-added UpgradeSystemRichard Hughes1-0/+10
2015-10-28By popular demand, reintroduce the UpgradeSystem methodRichard Hughes1-0/+43
2014-12-19trivial: More fixes for the D-Bus documentationRichard Hughes1-8/+2
2014-12-19trivial: Fix up the D-Bus documentation for InstallPackagesRichard Hughes1-4/+2
2014-03-17Fix DBus annotation for Qt5Daniel Nicoletti1-1/+1
2014-03-17Add Qt annotation to the new Details signatureDaniel Nicoletti1-0/+1
2014-02-25Include summary in PkDetailsGiovanni Campagna1-58/+32
2014-02-16Add a RepoRemove method to the transaction interfaceRichard Hughes1-0/+41
2014-02-07Add GetFilesLocal() to be able to get the file list of a local fileRichard Hughes1-6/+6
2014-01-28Add a new method GetDetailsLocal to get details about local packagesRichard Hughes1-0/+58
2013-12-20Rename GetDepends and GetRequires to DependsOn and RequiredByMatthias Klumpp1-4/+4
2013-12-05Remove the PkProvidesEnum parameter from WhatProvidesRichard Hughes1-9/+0
2013-12-04Remove the 'Message' signal from the transaction interfaceRichard Hughes1-34/+0
2013-12-04Stop emitting extra 'Changed' signals on the DBus interfacesRichard Hughes1-11/+0
2013-12-04Remove the UpgradeSystem methodRichard Hughes1-43/+0
2013-11-27trivial: Fix the interface delimiters to be 80-char maxRichard Hughes1-50/+50
2013-02-14Expose the transaction flags on the .Transaction objectRichard Hughes1-0/+9
2012-09-18Remove support for the deprecated category search prefixRichard Hughes1-4/+0
2012-07-10Remove the Transaction.UpdateSystem() methodRichard Hughes1-48/+0
2012-07-05Add a status parameter to Transaction::ItemProgress()Richard Hughes1-0/+9
2012-06-13packagekit: Added Transaction property DownloadSizeRemaining, so backends can...Daniel Nicoletti1-0/+9
2012-06-12Make the transaction ID in Transaction::Transaction() a DBus object path, not...Richard Hughes1-1/+1
2012-06-12Make the URL items in Transaction::UpdateDetail actual arraysRichard Hughes1-9/+7
2012-06-12Make the updates and obsoletes items in Transaction::UpdateDetail actual arraysRichard Hughes1-6/+4
2012-06-12Make Transaction::Files return an array of stringsRichard Hughes1-2/+2
2012-06-07Use enumerated values for the upgrade_kind argument in Transaction.UpgradeSys...Richard Hughes1-1/+1
2012-06-06Remove support for the deprecated Transaction.Subpercentage propertyRichard Hughes1-12/+0
2012-06-03Remove the Transaction.Rollback method, nothing uses itRichard Hughes1-22/+0
2012-06-03Add a PkBitfield of the transaction_flags for Transacton.RemovePackages to al...Richard Hughes1-0/+9
2012-06-01Remove the only_trusted flag and Simulate* methods in favour of using transac...Richard Hughes1-159/+9
2012-06-01Use enumerated values for the sig_type argument in ::InstallSignature()Richard Hughes1-2/+2
2012-06-01Use enumerated values for the type argument in ::WhatProvides()Richard Hughes1-1/+1
2012-05-31Use a uint64 bitfield for the filter argument in methodsRichard Hughes1-22/+22
2012-05-31Use enumerated values for the Transaction.Status propertyRichard Hughes1-2/+2
2012-05-31Use enumerated values for the Transaction.Role propertyRichard Hughes1-2/+2
2012-05-31Use enumerated values for the group field in ::Details()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the exit field in ::Finished()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the state field in ::UpdateDetail()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the restart field in ::UpdateDetail()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the role field in ::Transaction()Richard Hughes1-3/+3
2012-05-31Use enumerated values for the restart field in ::RequireRestart()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the type field in ::RepoSignatureRequired()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the media-code field in ::MediaChangeRequired()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the code field in ::ErrorCode()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the type field in ::Message()Richard Hughes1-1/+1
2012-05-31Use enumerated values for the info field in ::Package()Richard Hughes1-2/+2
2011-12-09Add new roles SimulateRepairSystem and RepairSystemSebastian Heinlein1-0/+58
2011-08-22Add an ItemProgress signal designed to eventually replace SubPercentageRichard Hughes1-0/+34