Commit Graph

39 Commits

Author SHA1 Message Date
Shishir Goel
854acaf377 trivial: fix add-error-enum.sh script 2008-08-21 15:04:42 +01:00
Richard Hughes
0567928be4 trivial: update some .gitignore files 2008-06-04 17:10:25 +01:00
Richard Hughes
9f363d3c6c trivial: the error enum descriptions are now in pk-concepts.xml, not the introduction 2008-05-30 12:18:03 +01:00
Richard Hughes
76ee76ae98 trivial: remove private file 2008-05-23 09:19:02 +01:00
Richard Hughes
ebbbfa1912 add some updated copyright attributions on request of James Westby 2008-05-11 17:44:57 +01:00
Richard Hughes
463628d425 add a new error enum: PK_ERROR_ENUM_MISSING_GPG_SIGNATURE 2008-04-22 17:02:26 +01:00
Richard Hughes
ea1a73ff69 add a EulaRequired signal 2008-04-14 15:43:22 +01:00
Richard Hughes
0214a250f5 remove PkFilter now we can manipulate enum lists - I don't think I've broken anything, but it's best to be sure and check 2008-04-11 15:55:14 +01:00
Richard Hughes
d713327f42 add a GetPackages method so we can get package lists without a search term 2008-04-11 03:05:16 +01:00
Richard Hughes
0d905da7b3 add a filter parameter to GetRequires and GetDepends so we can fix http://bugs.freedesktop.org/show_bug.cgi?id=14838 2008-03-11 18:38:06 +00:00
Richard Hughes
35758f7cd2 add the supported filter 2008-02-17 19:09:32 +00:00
Richard Hughes
1b1d2ba9c2 update gitignore 2008-02-02 08:58:26 +00:00
Richard Hughes
b32961e8e4 how helpful. git push --tags doesn't push anything else apart from the tags 2008-01-23 18:06:12 +00:00
Richard Hughes
01e864c0cb fix the last TransactionStatusChanged to StatusChanged fups 2008-01-20 23:20:22 +00:00
Richard Hughes
22aff7646e add some more waf stuff - try to get gcov to work - no luck 2007-11-11 21:50:26 +00:00
Richard Hughes
8607e9b9e3 add a make gprof target to identify hot spots 2007-11-04 22:05:13 +00:00
Richard Hughes
7d95ae703e add gcov conversion script 2007-11-04 19:18:05 +00:00
Richard Hughes
ad077e3d1d add soem hacky code I used to get the groups used by yum 2007-11-03 11:18:18 +00:00
Richard Hughes
c693fa562d add the CANNOT_REMOVE_SYSTEM_PACKAGE error type 2007-10-23 14:53:20 +01:00
Richard Hughes
704df4b390 add the no-cache error enum 2007-10-19 10:24:04 +01:00
Richard Hughes
7cead68670 update TODO 2007-10-13 18:39:51 +01:00
Richard Hughes
cb7a9cc268 use PkClient 2007-09-24 21:46:54 +01:00
Richard Hughes
168dccfeb1 Add GetPackage, GetPercentage and GetSubPercentage so we can coldplug in the monitoring code 2007-09-09 21:11:26 +01:00
Tom Parker
c273b0b90f Add python API, and convert pkt to using it
packagekit.py provides a simple PackageKit python API, along with the
pkt client as an example user. The python API at the moment mirrors
the actions supported by the APT backend (as that's mainly what I'm
testing with), but should be expanded to be able to support the full
set of actions (or at least the set supported by the user's backend
of choice).
2007-09-08 20:04:47 +02:00
Richard Hughes
f91b89193b get DefaultBackend from the config file 2007-09-08 01:21:47 +01:00
Richard Hughes
c3d3c7a0d4 move pktaskutils to pk-enum, as that's what it is... 2007-09-07 17:06:05 +01:00
Tom Parker
914cc04a29 Move pkt.py to pkt and add copyright 2007-09-07 16:45:12 +02:00
Tom Parker
7754c96059 pkt now needs a "none" filter, not "" 2007-09-07 11:07:44 +02:00
Tom Parker
46e216e77a Redo pkt as a better apt-* like tool 2007-09-07 11:07:44 +02:00
Richard Hughes
7db38bce41 add some error enums 2007-09-06 22:48:09 +01:00
Richard Hughes
4e944716fb add some common tools I use everyday... 2007-09-05 23:58:21 +01:00
Richard Hughes
f2e239b7f7 use a selftest library 2007-08-31 00:20:13 +01:00
Tim Lauridsen
bffb5009f6 Update pkt.py for new interfaces 2007-08-28 17:56:31 +01:00
Richard Hughes
8e26a4ab0b Rename FindPackages to SearchName 2007-08-27 18:40:05 +01:00
Richard Hughes
fb9c12eae6 Validate the groups and connect the signal 2007-08-27 17:43:53 +01:00
Richard Hughes
0d6690b3ad easy script for me 2007-08-27 12:42:25 +01:00
Richard Hughes
77802e2af7 add some more error enums, and store them more effectivly 2007-08-24 17:28:03 +01:00
Tom Parker
c2b03311b1 Update pkt.py to handle Finished message 2007-08-23 21:09:11 +01:00
Tom Parker
32bfe0d5bd add a short python test program 2007-08-21 14:52:34 +01:00