diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:15:21 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:15:21 -0500 |
commit | 5f97e91d0017b93369d3ddc7e7354a8f285bf336 (patch) | |
tree | 0a340347ff7d0532e0e5862d5391eaaa7a92575e /ChangeLog | |
parent | 3c0119b757b0c9f449d944e4423ff7d8ec723eaf (diff) | |
parent | 22fbdf6340b9b4e233c033e20009d2c65d18c804 (diff) | |
download | libayatana-appindicator-0.2.96-0ubuntu1.tar.gz libayatana-appindicator-0.2.96-0ubuntu1.tar.bz2 libayatana-appindicator-0.2.96-0ubuntu1.zip |
releasing version 0.2.96-0ubuntu10.2.96-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 92 |
1 files changed, 92 insertions, 0 deletions
@@ -1,5 +1,97 @@ # Generated by Makefile. Do not edit. +2011-02-24 Ted Gould <ted@gould.cx> + + 0.2.96 + +2011-02-24 Ted Gould <ted@gould.cx> + + Add the ability to set accessible descriptions for the icon and attention icon. + +2011-02-23 Ted Gould <ted@gould.cx> + + Cleaning up even more! + +2011-02-23 Ted Gould <ted@gould.cx> + + Switching to proper properties + +2011-02-23 Ted Gould <ted@gould.cx> + + Matching prototypes to C file + +2011-02-23 Ted Gould <ted@gould.cx> + + Fixing the sections list + +2011-02-23 Ted Gould <ted@gould.cx> + + Dropping the accessible description tests. I don't have time to rewrite them now. They should be redone though. + +2011-02-23 Ted Gould <ted@gould.cx> + + Switching to the new style of setting the a11y label + +2011-02-23 Ted Gould <ted@gould.cx> + + Reconfigure properties to match. + +2011-02-23 Ted Gould <ted@gould.cx> + + Fixing up the get functions + +2011-02-23 Ted Gould <ted@gould.cx> + + Fixing up the set functions so we get some descriptions. + +2011-02-23 Ted Gould <ted@gould.cx> + + Switch around API so it makes sense for what we want to do. + +2011-02-23 Ted Gould <ted@gould.cx> + + Dropping the new accessible description signal + +2011-02-23 Ted Gould <ted@gould.cx> + + Drop signaling the accessible description changed on it's own. + +2011-02-23 Ted Gould <ted@gould.cx> + + Change the name of the accessible description and add the attention one. + +2011-02-23 Ted Gould <ted@gould.cx> + + Changing the signal to match what was discussed with the KDE folks + +2011-02-14 Luke Yelavich <luke.yelavich@canonical.com> + + Merge from trunk + +2011-02-11 Luke Yelavich <luke.yelavich@canonical.com> + + Merge from trunk + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + accessible_name -> accessible_desc + +2011-02-04 Luke Yelavich <luke.yelavich@canonical.com> + + Merge from trunk + +2011-02-04 Luke Yelavich <luke.yelavich@canonical.com> + + Add accessible_name support + +2011-02-16 Ted Gould <ted@gould.cx> + + Remove registration of the object until after all possible signals are sent + +2011-02-11 Michael Terry <mike@mterry.name> + + don't unregister on dbus until after we hide appindicator + 2011-02-10 Ted Gould <ted@gould.cx> 0.2.95 |