diff options
author | Ted Gould <ted@gould.cx> | 2011-03-16 14:47:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-16 14:47:30 -0500 |
commit | 57bf196fb01cd7f9bd4185c5d8d35cfc441795b7 (patch) | |
tree | a1834d0c41f6e68595a7951de314a431133b7c18 /ChangeLog | |
parent | 87fb9978433b41004b66772284e4f4f64b53313b (diff) | |
parent | 449299038368f8814050aa2fa2256657ff050f17 (diff) | |
download | ayatana-indicator-application-57bf196fb01cd7f9bd4185c5d8d35cfc441795b7.tar.gz ayatana-indicator-application-57bf196fb01cd7f9bd4185c5d8d35cfc441795b7.tar.bz2 ayatana-indicator-application-57bf196fb01cd7f9bd4185c5d8d35cfc441795b7.zip |
Import upstream version 0.2.95
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 84 |
1 files changed, 84 insertions, 0 deletions
@@ -1,5 +1,89 @@ # Generated by Makefile. Do not edit. +2011-03-16 Ted Gould <ted@gould.cx> + + 0.2.95 + +2011-03-16 Ted Gould <ted@gould.cx> + + Fix ordering of indicators + +2011-03-16 Ted Gould <ted@gould.cx> + + Moving iBus and keyboard under advice of mpt + +2011-03-14 Ted Gould <ted@gould.cx> + + Inserting network manager applet at the front + +2011-03-14 Ted Gould <ted@gould.cx> + + Debug message on missing override file. + +2011-03-14 Ted Gould <ted@gould.cx> + + Debug message on missing override file. + +2011-03-14 Ted Gould <ted@gould.cx> + + Do a sort after deciding the ordering ID + +2011-03-14 Ted Gould <ted@gould.cx> + + Noticing a missing unref + +2011-03-15 Ted Gould <ted@gould.cx> + + Handle the case of getting application signals while still waiting on the full list. + +2011-03-11 Ted Gould <ted@gould.cx> + + Adding bug + +2011-03-11 Ted Gould <ted@gould.cx> + + If we're requeuing we don't really want to continue to process the signal + +2011-03-11 Ted Gould <ted@gould.cx> + + Removing applications before adding new ones. + +2011-03-11 Ted Gould <ted@gould.cx> + + A couple memory leaks + +2011-03-11 Ted Gould <ted@gould.cx> + + Only clear the cancel if we're not being cancelled + +2011-03-11 Ted Gould <ted@gould.cx> + + Unrefing the object, it might not happen right away, so let's clear it ourselves. + +2011-03-11 Ted Gould <ted@gould.cx> + + If we're in the middle of a GetApplications and we get another signal, let's try again. + +2011-03-11 Ted Gould <ted@gould.cx> + + Add a cancellable object for the GetApplications call + +2011-03-15 Ted Gould <ted@gould.cx> + + Using the proper object to finish the call + +2011-03-14 Ted Gould <ted@gould.cx> + + Use the passed in proxy to get the result to ensure it's valid. + +2011-03-02 Ted Gould <ted@gould.cx> + + Protect from the accessible description being NULL + +2011-02-25 Michael Terry <mike@mterry.name> + + fix crash on null string passed to GVariant + 2011-02-24 Ted Gould <ted@gould.cx> 0.2.94 |