aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2011-08-11 21:47:32 +0200
committerSebastien Bacher <seb128@ubuntu.com>2011-08-11 21:47:32 +0200
commit8735cde0b73894719d9f0d2a38f6fdf4c52a5565 (patch)
tree1d701bd35bf9ccdfeef1a3095ebd35d43fb78a2f /ChangeLog
parent432dd0a35db90d52a6b618e94255df69c1555527 (diff)
parent09cbd15fd6bd72df523743f289292822f7d9c502 (diff)
downloadayatana-indicator-application-8735cde0b73894719d9f0d2a38f6fdf4c52a5565.tar.gz
ayatana-indicator-application-8735cde0b73894719d9f0d2a38f6fdf4c52a5565.tar.bz2
ayatana-indicator-application-8735cde0b73894719d9f0d2a38f6fdf4c52a5565.zip
* New upstream release.
* Support middle click actions and send as Ayatana Activates * Fix signature for null sets
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3ba2d9..be744f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,71 @@
# Generated by Makefile. Do not edit.
+2011-08-11 Ted Gould <ted@gould.cx>
+
+ 0.3.92
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Enabling Secondary Activate support
+
+2011-07-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ No commit message
+2011-07-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Use g_variant_new_uint32 as we just have one parameter
+
+2011-07-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Up
+
+2011-07-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Don't use "SecondaryActivate" method
+
+ Using XAyatanaSecondaryActivate as libindicator doesn't support
+ the mouse x,y position in secondary_activate signal anymore.
+
+ This will drop the middle-click support also for KDE status
+ notifier items, but this is needed as we can't control
+ what they would do with this signal (and according to our
+ policies we can't do anything that isn't doable also using
+ a menu item).
+
+2011-07-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Add support to the "SecondaryActivate" method
+
+ Added support for the missing StatusNotifierItem SecondaryActivate signal.
+ The indicator-application receives the "secondary-activate" signal from
+ libindicator and redirects it via dbus to the proper watcher using the
+ "SecondaryActivate" method, sending the X and Y pointer position as
+ parameters (as defined by the StatusNotifierItem specs).
+
+2011-07-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Merge with upstream
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Fixing the signal prototype
+
+2011-07-08 Ted Gould <ted@gould.cx>
+
+ Fixing the signature on the startup functions.
+
+2011-07-08 Ted Gould <ted@gould.cx>
+
+ Forgot an 's' in the case of no app indicators
+
+2011-07-07 Ted Gould <ted@gould.cx>
+
+ Merging Ken's branch as well.
+
+2011-06-28 Ken VanDine <ken.vandine@canonical.com>
+
+ Make sure gtk2 builds get pkgconfig info for appindicator-0.1 instead of appindicator3-0.1
+
2011-07-07 Ted Gould <ted@gould.cx>
0.3.91