aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-11 12:02:16 -0500
committerTed Gould <ted@gould.cx>2011-08-11 12:02:16 -0500
commit8c352cdc40eced52767ddca7036fa7b76bf42a6b (patch)
tree4a628c94c7913385dfcf098c85b63188eedc6200 /ChangeLog
parentfc03ef7c10bf76edc87af4cc54194fe1bf6e28c2 (diff)
parent1bfe91a779b5d71cf3e6bf066182af38995fa4bf (diff)
downloadlibayatana-appindicator-8c352cdc40eced52767ddca7036fa7b76bf42a6b.tar.gz
libayatana-appindicator-8c352cdc40eced52767ddca7036fa7b76bf42a6b.tar.bz2
libayatana-appindicator-8c352cdc40eced52767ddca7036fa7b76bf42a6b.zip
Import upstream version 0.3.91
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog98
1 files changed, 98 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1a6a2f..ec45dc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,103 @@
# Generated by Makefile. Do not edit.
+2011-08-11 Ted Gould <ted@gould.cx>
+
+ 0.3.91
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Fix comments to work with g-ir-scanner
+
+2011-07-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Fixed comments to correctly work with g-ir-scanner
+
+ No more missing transfer warning (and relative missing
+ bindings for some getting functions).
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Adding in support for the secondary activate (middle click)
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Adding the secondary target functions to the documentation
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Watching for the 'XAyatanaSecondaryActivate' method as well
+
+2011-07-22 Ted Gould <ted@gould.cx>
+
+ Always clear the sec_activate_target
+
+2011-07-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ examples: use the set_secondary_activate_target API
+
+2011-07-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ vala: updated example to use the new API
+
+2011-07-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ mono bindings: updated API and example
+
+2011-07-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ app-indicator: Move from "secondary-activate" signal to secondary_activate target
+
+ To avoid appindicators writers to use the "secondary-activate"
+ event to perform actions that can't be done via a menu item
+ we added a new API:
+
+ - app_indicator_set_secondary_activate_target
+ - app_indicator_get_secondary_activate_target
+
+ With it, an appindicator writer can simply define a new GtkWidget
+ that will be activated when a secondary activation will occur.
+ The GtkWidget must be a sensitive and visible inner child of
+ the appindicator MenuItem.
+
+2011-07-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Call the right signal on middle-click over the tray icon!
+
+2011-07-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ app-indicator: added middle click support for wrapper tray
+
+ When a trayicon is used, the middle click over the icon
+ is considered as a secondary activation.
+
+2011-07-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ examples: add secondary-activate signal usage to Vala and C
+
+2011-07-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Vala bindings example: added secondary_activate
+
+2011-07-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ mono bindings: added SecondaryActivate support.
+
+ Updated the example too.
+
+2011-07-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Add signal "secondary-activate" and emit it when needed
+
+ When a libappindicator app get the "SecondaryActivate" dbus
+ method call, the library redirects it to the app emitting
+ the "secondary-activate" signal.
+
+ This should be conform to the StatusNotifierItem specifications.
+
+2011-07-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
+
+ Merge with Upstream
+
2011-07-07 Ted Gould <ted@gould.cx>
0.3.90