index
:
~vuntz/packagekit
openSUSE_Factory
System package management service -- With openSUSE branches
vuntz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-18
yum: Added locking
Tim Lauridsen
1
-0
/
+14
2007-10-17
Added repo support to backend python base
Tim Lauridsen
1
-0
/
+22
2007-10-16
Fix License and copyright notices.
Robin Norwood
3
-12
/
+30
2007-10-16
Handle "Locked" signals in packagekit.frontend
Tom Parker
1
-1
/
+1
2007-10-15
Another non-script that's executable
Robin Norwood
1
-1
/
+0
2007-10-15
This file should not be executible - no shebang.
Robin Norwood
1
-1
/
+0
2007-10-15
* Implemented install-file in yum backend
Tim Lauridsen
1
-0
/
+8
2007-10-14
Backend filter cleanups.
Luke Macken
1
-1
/
+7
2007-10-12
Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...
Robin Norwood
1
-1
/
+2
2007-10-12
Added STATE_WAIT, currently used to when a refresh needs to happen before ano...
Ken VanDine
1
-1
/
+2
2007-10-10
Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...
Robin Norwood
1
-0
/
+6
2007-10-10
Add gpg key notification
Robin Norwood
1
-0
/
+16
2007-10-10
Add "depends" call to pk-frontend-test.py
Tom Parker
1
-0
/
+6
2007-10-03
remove trailing backspace in all the files
Richard Hughes
3
-20
/
+20
2007-10-02
Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...
Robin Norwood
1
-0
/
+7
2007-10-02
Add support for size of package and list of included files from the descripti...
Robin Norwood
3
-5
/
+13
2007-10-02
implement resolve in backend base & in yum backend
Tim Lauridsen
1
-0
/
+7
2007-10-01
fix description of Resolve
Robin Norwood
1
-3
/
+3
2007-10-01
Add all of the existing methods an signal handlers to frontend.py
Robin Norwood
2
-4
/
+261
2007-09-30
switch the Package signal to use enumerated types rather than magic numbers
Richard Hughes
1
-1
/
+12
2007-09-27
Add quick GetOldTransactions handler.
Robin Norwood
2
-3
/
+45
2007-09-27
Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...
Robin Norwood
1
-21
/
+13
2007-09-27
use self.progress instead of just progress
Robin Norwood
1
-4
/
+4
2007-09-27
dbusException fixes in PackageKit.frontend
Tom Parker
1
-21
/
+13
2007-09-26
Add description helper, and include release in output of yum backend's get_de...
Robin Norwood
1
-0
/
+5
2007-09-26
Add new tid stuff to python interface
Tom Parker
1
-3
/
+6
2007-09-26
Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...
Robin Norwood
3
-219
/
+224
2007-09-26
Add new signal handlers, include and at least name all arguments to template ...
Robin Norwood
2
-18
/
+79
2007-09-26
Add new tid stuff to python interface
Tom Parker
1
-4
/
+6
2007-09-26
Renamed python/pkt -> python/pk-frontend-test.py & make it use import package...
Tim Lauridsen
2
-1
/
+19
2007-09-26
moved frontend python code from packagekit/__init__.py to frontend.py
Tim Lauridsen
2
-157
/
+157
2007-09-25
* Moved python/__init__.py python/packagekit/__init__.py
Tim Lauridsen
2
-0
/
+248
2007-09-24
Renaming PackageKit python module to packagekit per http://www.python.org/dev...
Robin Norwood
1
-1
/
+1
2007-09-24
- Fix some typos - missing 'self' in object methods
Robin Norwood
1
-4
/
+12
2007-09-21
Automake and configure changes to move packagekit.py to __init__.py. Also fi...
Robin Norwood
1
-1
/
+1
2007-09-21
Put the contents of packagekit.py into python's site-packages directory for e...
Robin Norwood
1
-0
/
+0
2007-09-21
no more, she can't take it anymore captain
Richard Hughes
2
-6
/
+6
2007-09-21
convert more job'isms
Richard Hughes
1
-1
/
+1
2007-09-21
remove some of the job'isms
Richard Hughes
1
-2
/
+2
2007-09-17
Sanitize command failures in pkt
Tom Parker
1
-2
/
+5
2007-09-10
Partial fix for job handling in python API
Tom Parker
1
-13
/
+15
2007-09-08
Add python API, and convert pkt to using it
Tom Parker
3
-0
/
+231