packagekit/TODO

32 lines
908 B
Plaintext

Order of no particular importance:
Core:
* Add a queing API
* Add a way to import GPG keys
* Split up PolicyKit install into different types
* Add files in package into Description signal
* Add package size into description signal
* Valgrind everything
* Add GetPercentage and GetSubPercentage for coldplugging
* Add a Launch() method to startup when pk-application is launched
* task_client has to return GError
* Add logging so we can see what was installed/removed and when
* Add "when installed" data into description
* Add "installed by 'Richard Hughes'" data into description
* Add GetRequires
* Add GetUpdateDetail(s=package_id)
UpdateDetail(
string url
string restart_enum
string updates
string obsoletes
string update_text
}
* Point to www.packagekit.org
Backends:
* Complete conary backend
* Dummy backend should use subpercent and install deps
* Add enough new error enums for all the backends