packagekit/TODO

32 lines
1.1 KiB
Plaintext
Raw Normal View History

2007-08-20 10:19:09 -07:00
Order of no particular importance:
2007-09-11 11:18:46 -07:00
*** Have to have an UpdatesChanged signal ***
For the icon to update after we've done a system upgrade
NOTE: RELEASE BLOCKER
2007-09-07 10:09:40 -07:00
*** Add a way to import GPG keys ***
In fedora, if you add a signed repo you have to agree to the GPG key.
*** Split up PolicyKit install into different types ***
Have different permissions for signed and unsigned repos.
*** Add files in package into Description signal ***
We need a way to get the installed files into the UI.
*** Add package size into description signal ***
We need a way to work out how long something is going to take, and
to expose in the UI.
*** task_client has to return GError ***
Client programs using libpackagekit should know the error, rather than just
"it failed"
2007-09-19 15:28:50 -07:00
*** Log what was installed/removed and when ***
Need to monitor the Package's emitted by the task and encoded to a string
2007-09-07 10:09:40 -07:00
*** Handle rollbacks for select backends ***
To do rollbacks sanely in PK we need a few things:
* write an application that can see the description of the transactions
* use an new method to handle the rollbacks and pass it to the backend