diff options
author | Ted Gould <ted@gould.cx> | 2011-08-11 12:04:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-11 12:04:06 -0500 |
commit | 6a05f53d2ad9f0f54fea7be123c94d1e0fad450a (patch) | |
tree | de7b2d919432599ca4d1f185636dbccae6aec16a /ChangeLog | |
parent | 1a483429602788950a12bfa07cb98d600b8a736f (diff) | |
parent | 8c352cdc40eced52767ddca7036fa7b76bf42a6b (diff) | |
download | libayatana-appindicator-6a05f53d2ad9f0f54fea7be123c94d1e0fad450a.tar.gz libayatana-appindicator-6a05f53d2ad9f0f54fea7be123c94d1e0fad450a.tar.bz2 libayatana-appindicator-6a05f53d2ad9f0f54fea7be123c94d1e0fad450a.zip |
* New upstream release.
* Secondary activate support
* Better GIR file annotations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 98 |
1 files changed, 98 insertions, 0 deletions
@@ -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 |