packagekit/TODO

21 lines
740 B
Plaintext
Raw Normal View History

2007-08-20 10:19:09 -07:00
Order of no particular importance:
* yum-find-name.py has to emit full version and epoch, not just the version
* Add a queing API
2007-08-20 17:27:00 -07:00
* Add GetStatus and ::StatusChanged to get package data as string for UI
2007-08-20 10:19:09 -07:00
* Write documentation for UI porters
2007-08-21 14:05:55 -07:00
* Add FindPackagesByGroup() and GetGroupList perhaps
2007-08-23 02:45:13 -07:00
* Add a way to import GPG keys
* Add s=searchtype:
2007-08-24 10:39:12 -07:00
only-devel;non-devel
only-installed;non-installed
only-gui;non-gui
* Add enough new error enums for the yum backend
2007-08-24 09:50:00 -07:00
* Add sub-percentage support into API
2007-08-24 10:39:12 -07:00
* Split up PolicyKit install into different types
2007-08-24 10:49:58 -07:00
* Add FindPackagesByFile(s=fullpath)
* Add files in package into Description signal
2007-08-24 13:17:16 -07:00
* Add conary backend
* install does not work for the yum backend (code error, not backend error)