aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-19 13:58:41 -0500
committerTed Gould <ted@gould.cx>2010-08-19 13:58:41 -0500
commitf71709a52cd03f15f5a64a39d5cd5496703e0200 (patch)
treecff652ebe7f4326beda98df6b7e2298c9aebfd71 /ChangeLog
parent80345b2c57c463eea1474a1bae5d94f45852eaec (diff)
parent101c8ff39cb98078b064d14cb2f4bac1373915ee (diff)
downloadlibayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.tar.gz
libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.tar.bz2
libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.zip
* New upstream release.
* Allowing approvers to change thier mind
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog132
1 files changed, 132 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68de16c..101131b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.