summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)AuthorFilesLines
2007-10-14Add methods and callbacks in pkcon for repo stuffRichard Hughes1-1/+39
2007-10-13Remove duplicate thread_init code from pkcon and pkmonJames Bowes2-8/+0
2007-10-13rename pk-task-common to pk-common as I want to abstract some stuff laterRichard Hughes1-1/+1
2007-10-12Merge branch 'master' of ↵Robin Norwood1-0/+10
git+ssh://rnorwood@git.packagekit.org/srv/git/PackageKit
2007-10-12Implement update for pkconJames Bowes1-0/+10
2007-10-10Add gpg key notificationRobin Norwood1-8/+9
2007-10-04Add RepoSignatureRequired call to backend, engine, and client modules.Robin Norwood1-0/+20
For now only supported in the dummy backend. Yum backend support to follow after I figure out how to do it.
2007-10-02update the mashall, and make other cosmetic changesRichard Hughes1-2/+2
2007-10-02Add support for size of package and list of included files from the ↵Robin Norwood1-1/+5
description signal.
2007-09-30add the data to the transaction signal so we can get what was added or removedRichard Hughes1-1/+3
2007-09-30don't segfault on packageRichard Hughes1-1/+3
2007-09-30switch the Package signal to use enumerated types rather than magic numbersRichard Hughes1-10/+7
2007-09-25turn the transaction role into an enumerated type internallyRichard Hughes1-2/+4
2007-09-25wait for install and remove to finishRichard Hughes1-0/+3
2007-09-24remove stuff we don't useRichard Hughes1-26/+0
2007-09-24use PkClientRichard Hughes1-75/+88
2007-09-21Add the Resolve method. We need this when we know the package name, and want ↵Richard Hughes1-0/+10
to get the package id
2007-09-21no more, she can't take it anymore captainRichard Hughes1-1/+1
2007-09-17connect up the transactions client side bits.Richard Hughes1-0/+21
2007-09-17don't return packagedata if we have noneroot1-1/+1
2007-09-16make the job-list code refresh at startup. This fixes a typo that makes ↵Richard Hughes1-0/+1
pkmon work again
2007-09-11add a licence entry into the description signal so we can do clever things ↵Richard Hughes1-0/+18
with eulas and that sort of thing. Backend writers, please change 'unknown' into the valid licence if you can find it. Thanks.
2007-09-10connect up the client bits for get_update_detailRichard Hughes1-1/+21
2007-09-10Add the GetUpdateDetail method and UpdateDetail signalRichard Hughes1-0/+11
2007-09-09add some extra debug text to the console programRichard Hughes1-0/+3
2007-09-09make the enum types more saneRichard Hughes2-3/+3
2007-09-09use PkEnumList when getting capabilitiesRichard Hughes1-31/+3
2007-09-09allow the backend to specify what groups and filters it supportsRichard Hughes1-0/+28
2007-09-09allow us to get the actions from the console clientRichard Hughes1-0/+17
2007-09-07rename some of the enum methods, removing task from the nameRichard Hughes2-2/+2
2007-09-02Add the method GetRequires as discussed on the mailing listRichard Hughes1-2/+13
2007-09-01Make GetDeps into GetDepends as we soon will be adding GetRequires soonRichard Hughes1-1/+1
2007-08-31split out the package id stuff to a seporate file, also add some testsRichard Hughes1-4/+5
2007-08-31rename ident to idRichard Hughes1-6/+6
2007-08-29fix the help textRichard Hughes1-13/+13
2007-08-29rework the consolegetRichard Hughes1-18/+29
2007-08-29add getdesc into the console helperRichard Hughes1-3/+13
2007-08-29use a proper cnverted to avoid error on 64 bitRichard Hughes1-1/+1
2007-08-28notice errors in the client toolsRichard Hughes2-1/+23
2007-08-28Add sub-percentage support into APIRichard Hughes1-40/+70
2007-08-27oops, move the varargs to the helper, not the spawnRichard Hughes1-1/+1
2007-08-27make SearchName use filter. Big API change for helpers. See helpers/READMERichard Hughes1-1/+1
2007-08-27add SearchFile into the API to allow us to match a file to a packageRichard Hughes1-2/+10
2007-08-27Add SearchDetails into the APIRichard Hughes1-2/+21
2007-08-27Rename FindPackages to SearchNameRichard Hughes1-1/+1
2007-08-25make the dummy backend spit out get_depsRichard Hughes1-0/+1
2007-08-25add getdeps into the console helperRichard Hughes1-0/+8
2007-08-25mark the field in PkTaskClientPackageItem package_id to prevent confusionRichard Hughes1-1/+1
2007-08-24Add runtime into finished signal so that we can only show the libnotify ↵root1-0/+11
window for long transactions
2007-08-24update TODORichard Hughes1-0/+1