aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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