diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-08-19 16:18:05 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-08-19 16:18:05 -0400 |
commit | 6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c (patch) | |
tree | 64ae829c644da1ca655e28a010a490949b5ccae1 /ChangeLog | |
parent | 2840a6f037bb7e5b366090519603f6706a26b704 (diff) | |
parent | 618737a96a7e64376d68aa9d8fbf2acd7cd0904f (diff) | |
download | libayatana-appindicator-6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c.tar.gz libayatana-appindicator-6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c.tar.bz2 libayatana-appindicator-6e18a72025d097a8b8ec3dd2648e9b5719d6ae9c.zip |
releasing version 0.2.5-0ubuntu10.2.5-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 132 |
1 files changed, 132 insertions, 0 deletions
@@ -1,5 +1,137 @@ # Generated by Makefile. Do not edit. +2010-08-19 Ted Gould <ted@gould.cx> + + Adding a signal for approvers to be able to change their mind + +2010-08-18 Ted Gould <ted@gould.cx> + + Flesh out the revise judgement handler to update the list of approvers. + +2010-08-18 Ted Gould <ted@gould.cx> + + Refactor so that there is a function to look for applications. + +2010-08-18 Ted Gould <ted@gould.cx> + + Connecting into the signal coming from the approver + +2010-08-18 Ted Gould <ted@gould.cx> + + Adding a signal to the approver interface + +2010-08-18 Ted Gould <ted@gould.cx> + + Changing function name as well. + +2010-08-18 Ted Gould <ted@gould.cx> + + XAyatana the register interface + +2010-08-18 Ted Gould <ted@gould.cx> + + Start some approvin' + +2010-08-19 Ted Gould <ted@gould.cx> + + Changing the state machine to have approvers actually aprove things. + +2010-08-16 Ted Gould <ted@gould.cx> + + Commenting out debug message + +2010-08-16 Ted Gould <ted@gould.cx> + + Making it so that we don't set the proxy to null right away. + +2010-08-16 Ted Gould <ted@gould.cx> + + Making the list so that if there are errors we handle them well. + +2010-08-13 Ted Gould <ted@gould.cx> + + Making sure to remove our applications from the list as well. + +2010-08-13 Ted Gould <ted@gould.cx> + + Responding to approver errors like they're approval. + +2010-08-13 Ted Gould <ted@gould.cx> + + Uhg, broken merge. + +2010-08-13 Ted Gould <ted@gould.cx> + + Updating to trunk + +2010-08-11 Ted Gould <ted@gould.cx> + + Changing it so that the list of applications has all the applications in it, independent of visible state. + +2010-08-11 Ted Gould <ted@gould.cx> + + Making sure to only list the visible applications. + +2010-08-11 Ted Gould <ted@gould.cx> + + Switching the get_position() function to look at the visibility of the applications. + +2010-08-11 Ted Gould <ted@gould.cx> + + Handle the proxy being destroyed, and cleaning up the approver. + +2010-08-11 Ted Gould <ted@gould.cx> + + Simplifying the visual state to just be shown/hidden while letting the status show which icon is shown. + +2010-08-11 Ted Gould <ted@gould.cx> + + Switching a few status checks to look at the visible state + +2010-08-11 Ted Gould <ted@gould.cx> + + Make it so that an approver that gets free'd gets removed from the applications list of approval. + +2010-08-11 Ted Gould <ted@gould.cx> + + Moving some TODOs + +2010-08-11 Ted Gould <ted@gould.cx> + + Changing the apply_status function to be less about applying the status and more about trying to apply a visual state that can be determined by things like approvers. This means that it doesn't get passed the status. + +2010-08-11 Ted Gould <ted@gould.cx> + + Making sure to clean up the approved by list + +2010-08-11 Ted Gould <ted@gould.cx> + + Adding a visible state entry to the application structure + +2010-08-11 Ted Gould <ted@gould.cx> + + Managing the list with the approver returns. + +2010-08-11 Ted Gould <ted@gould.cx> + + Changing to a list, we're going to need to track who so when they disconnect we can know the state change. + +2010-08-11 Ted Gould <ted@gould.cx> + + Adding a count for the number of approvers that have approved the application. + +2010-08-19 Ted Gould <ted@gould.cx> + + Fixing a memory leak Cody noticed. + +2010-08-13 Ted Gould <ted@gould.cx> + + Freeing the allocated keys. + +2010-08-12 Ted Gould <ted@gould.cx> + + 0.2.4 + 2010-08-12 Ted Gould <ted@gould.cx> Switching to using ordering IDs instead of the LRU file. |