diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 14:47:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 14:47:52 -0600 |
commit | 18d89929cb035b798916e10a6aa253fd5bcf4e7d (patch) | |
tree | 953e74c6b5755b722efcaa63b70c23890d11418b /ChangeLog | |
parent | 41981b1b0cc723c58e515702fc34cfd6bf500ae9 (diff) | |
parent | 23a4650671cb87a0e440b5c4284e437905f768b6 (diff) | |
download | libayatana-appindicator-18d89929cb035b798916e10a6aa253fd5bcf4e7d.tar.gz libayatana-appindicator-18d89929cb035b798916e10a6aa253fd5bcf4e7d.tar.bz2 libayatana-appindicator-18d89929cb035b798916e10a6aa253fd5bcf4e7d.zip |
Import upstream version 0.2.93
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 133 |
1 files changed, 133 insertions, 0 deletions
@@ -1,5 +1,138 @@ # Generated by Makefile. Do not edit. +2011-02-10 Ted Gould <ted@gould.cx> + + 0.2.93 + +2011-02-10 Ted Gould <ted@gould.cx> + + Ignoring new Vala stuff + +2011-02-10 Ted Gould <ted@gould.cx> + + Being more specific about the types of the signal + +2011-02-10 Ted Gould <ted@gould.cx> + + Fixing Vala bindings + +2011-02-10 Ted Gould <ted@gould.cx> + + Ensuring we don't run the app as part of the test, just build it so this will work in automation. + +2011-02-03 Ted Gould <ted@gould.cx> + + Changing the build to be the check instead of running it as we might not be interactive. + +2011-02-05 Marco Trevisan (Treviño) <mail@3v1n0.net> + + example makefile code cleanup + +2011-02-05 Marco Trevisan (Treviño) <mail@3v1n0.net> + + examples, vala: check for valac + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + examples, added scroll-event demo. + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Merge against new trunk + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Vala simple client, compile workaround improved. + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + simple-client-vala: indentation fixes + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Examples, added simple-client-vala + + A rewrite of the simple-client.c version in Vala as example. + + Added a workaround for compiling it. + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Always check if vapigen is available when building VAPI + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Vala bindings: add metadata as build dependencies, support for gtk3 + +2011-02-04 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Include gir metadata file in built_sources + + Now make distcheck will work ;) + +2011-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + vala bindings makefile: just use deps file for dependencies + +2011-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Vala example, changed copyright year + +2011-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Vala example: indentation fixes + +2011-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Vala example: adding copyright message. + +2011-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Adding vala bindings and example + + Adding proper support for vala bindings, fixing the include path + Now they are built in the bindings subfolder and they + include a *.deps file. + and I've also added a small example. + +2011-02-03 Ted Gould <ted@gould.cx> + + Support the Scroll method for scroll whell support. + +2011-02-03 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Merge against new trunk + +2011-01-29 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Using the SNI method "Scroll" instead of XAyatanaScrollAction + + The indicator signal will use anyway the same syntax. + +2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net> + + app-indicator: don't use two AppIndicator slots, reset one. + +2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net> + + app-indicator: remove old debug code. + +2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Updated mono bindings + +2011-01-27 Marco Trevisan (Treviño) <mail@3v1n0.net> + + app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signal + + libappindicator now when it gets a dbus call from + indicator-application (via the method XAyatanaScrollAction) + about the incoming scroll event, sends a "scroll-event" signal + to the appindicator application using this library. + + This works both in indicator and fallback (systray mode). + This commit includes a fix for bug #707591 + 2011-01-27 Ted Gould <ted@gould.cx> 0.2.92 |