diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 16:22:27 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 16:22:27 -0500 |
commit | 24664ec27541fe615592cf8f03bbb647d01baeda (patch) | |
tree | 46dac838da34494c54cc0ed5efa4b10f2f50d3a3 /ChangeLog | |
parent | c3f02be7909dc9b8a6080b0f3c7c9272f9866534 (diff) | |
parent | 56bc4ef42f82379257b856124da93f782d5cdee1 (diff) | |
download | ayatana-indicator-application-24664ec27541fe615592cf8f03bbb647d01baeda.tar.gz ayatana-indicator-application-24664ec27541fe615592cf8f03bbb647d01baeda.tar.bz2 ayatana-indicator-application-24664ec27541fe615592cf8f03bbb647d01baeda.zip |
releasing version 0.2.93-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,5 +1,53 @@ # Generated by Makefile. Do not edit. +2011-02-03 Ted Gould <ted@gould.cx> + + 0.2.93 + +2011-02-03 Ted Gould <ted@gould.cx> + + Adding in the indicator-object header + +2011-02-03 Ted Gould <ted@gould.cx> + + Support scroll events from libindicator on down to sending them to the applications. + +2011-01-29 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Use INDICATOR_OBJECT_SCROLL instead of GDK_SCROLL enum value + +2011-01-29 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Using the SNI method "Scroll" instead of "XAyatanaScrollAction" + +2011-01-29 Marco Trevisan (Treviño) <mail@3v1n0.net> + + indicator-application: rename the method ApplicationScrollSignal to ApplicationScrollEvent + +2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net> + + application-appstore: support for ApplicationScrollSignal method + + When the ApplicationScrollSignal is called from indicator-application + the XAyatanaScrollAction method provided by libappindicator is + called with the scroll event data. + + So: indicator-application now is listening for that signal + ("scroll-entry"), registering a call-back function. When it gets + called, it finds the scrolled application and informs (via dbus) + indicator-application-service that a scroll event has been + registered for that application. Now the service (that is connected + to every indicatorapp running) sends (via dbus, again) to the correct + application the scroll-event informations. + +2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net> + + indicator-application: catch "scroll-entry" signal and send ApplicationScrollSignal to appstore + + This allows to catch every "scroll-entry" signal coming from the applet + manager and to call the ApplicationScrollSignal method of + indicator-application-service (to inform it about the scroll event) + 2011-01-27 Ted Gould <ted@gould.cx> 0.2.92 |