aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-03 14:54:42 -0600
committerTed Gould <ted@gould.cx>2011-02-03 14:54:42 -0600
commitcd55d421ca00a32f8ee1f0a4339eec23160284c7 (patch)
tree54f1c95e35b916bd493b77f6d5aa0097926eaaa3 /ChangeLog
parent2c6ef4e38e32386cc19bb8e1eb094378ef1c58f1 (diff)
parentf780ca4c2732d62a46c25a587aa85c02b5a88dd3 (diff)
downloadayatana-indicator-application-cd55d421ca00a32f8ee1f0a4339eec23160284c7.tar.gz
ayatana-indicator-application-cd55d421ca00a32f8ee1f0a4339eec23160284c7.tar.bz2
ayatana-indicator-application-cd55d421ca00a32f8ee1f0a4339eec23160284c7.zip
Import upstream version 0.2.93
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c2f900..e4ee331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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