diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 148 |
1 files changed, 148 insertions, 0 deletions
@@ -1,5 +1,153 @@ # Generated by Makefile. Do not edit. +2012-02-03 Ted Gould <ted@gould.cx> + + Fixing some of the properties in the mono bindings + +2012-02-03 Ted Gould <ted@gould.cx> + + 0.4.90 + +2012-02-03 Ted Gould <ted@gould.cx> + + Updating to Dbusmenu 0.5.90 + +2012-01-31 Ted Gould <ted@gould.cx> + + Changing dbusmenu-gtk required version + +2012-01-30 Ted Gould <ted@gould.cx> + + Add the ability to set and export the title of the app indicator + +2012-01-30 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-01-30 Ted Gould <ted@gould.cx> + + Fix type in comment + +2012-01-28 Ted Gould <ted@gould.cx> + + Adding the get/set function to the docs + +2012-01-28 Ted Gould <ted@gould.cx> + + Handling getting the title property + +2012-01-28 Ted Gould <ted@gould.cx> + + Making get_title work + +2012-01-28 Ted Gould <ted@gould.cx> + + Only signal to dbus if we're connected + +2012-01-28 Ted Gould <ted@gould.cx> + + Adding a test to track setting of the title + +2012-01-28 Ted Gould <ted@gould.cx> + + Setting the titles in the examples + +2012-01-28 Ted Gould <ted@gould.cx> + + Make the set function call the property set function + +2012-01-28 Ted Gould <ted@gould.cx> + + Support the title property over dbus and emitting the dbus signal when it changes + +2012-01-28 Ted Gould <ted@gould.cx> + + Adding the 'Title' property and 'NewTitle' signal to the DBus interface description + +2012-01-28 Ted Gould <ted@gould.cx> + + Adding the title property + +2012-01-28 Ted Gould <ted@gould.cx> + + Adding a title entry to the private structure + +2012-01-28 Ted Gould <ted@gould.cx> + + Adding get/set title functions + +2012-01-27 Ted Gould <ted@gould.cx> + + Update to trunk + +2012-01-27 Ted Gould <ted@gould.cx> + + Making tests optional + +2011-11-23 György Balló <ballogy@freestart.hu> + + Make building mono tests optional. Check for mono-nunit if nunit is not available + +2011-11-22 György Balló <ballogy@freestart.hu> + + Make building tests optional + +2012-01-27 Ted Gould <ted@gould.cx> + + Fixing pkgconfig file for GTK3 + +2011-11-22 György Balló <ballogy@freestart.hu> + + Use the standard location for mono bindings + +2011-11-22 György Balló <ballogy@freestart.hu> + + Do not link pyglib explicitly + +2011-11-22 György Balló <ballogy@freestart.hu> + + Fix header files location for GTK3 + +2012-01-27 Ted Gould <ted@gould.cx> + + Removing unneeded python dep + +2012-01-26 Ken VanDine <ken.vandine@canonical.com> + + Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6 + +2012-01-24 Ken VanDine <ken.vandine@canonical.com> + + Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6 + +2011-09-30 Ted Gould <ted@gould.cx> + + Work with fallbacks and theme paths + +2011-09-30 Michael Vogt <michael.vogt@ubuntu.com> + + src/app-indicator.c: hide first in passive mode and add comment about it + +2011-09-30 Michael Vogt <michael.vogt@ubuntu.com> + + src/app-indicator.c: do not add the same icon_theme_path again, gtk3 apparently does not check this + +2011-09-30 Michael Vogt <michael.vogt@ubuntu.com> + + simplify + +2011-09-30 Michael Vogt <michael.vogt@ubuntu.com> + + src/app-indicator.c: honor icon_theme_path in the fallback + +2011-09-30 Michael Vogt <michael.vogt@ubuntu.com> + + unbreak attention_icon + +2011-09-30 Michael Vogt <michael.vogt@ubuntu.com> + + src/app-indicator.c: when using the fallback icon, first check if there is a "-panel" version of the icon available and if not fallback to the indicator one + 2011-09-28 Ted Gould <ted@gould.cx> 0.4.1 |