diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -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 |