diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 77 |
1 files changed, 77 insertions, 0 deletions
@@ -1,5 +1,82 @@ # Generated by Makefile. Do not edit. +2010-09-21 Ted Gould <ted@gould.cx> + + Fixes for the bindings + +2010-09-21 Sense Egbert Hofstede <sense@ubuntu.com> + + Resolving conflict when merging with trunk + +2010-09-21 Sense Egbert Hofstede <sense@ubuntu.com> + + Undoing a previous commit that had nothing to do with what I want to achive in my merge request. That's what you get for misusing old branches\! + +2010-09-21 Sense Egbert Hofstede <sense@ubuntu.com> + + Created a second policy file to make sure that applications depending on 'appindicator-sharp' will not have to be recompiled. + Changes to the packaging is required to make sure the policy file gets installed. + + Many thanks to Jo Shields for looking into this issue and proposing a solution. + +2010-09-20 Sense Egbert Hofstede <sense@ubuntu.com> + + Remove the redudant set and get functions for the ordering_index property from the Mono bindings as we want programmers to work witht the property directly. + +2010-09-20 Sense Egbert Hofstede <sense@ubuntu.com> + + * Adding Python bindings for the new API additons + * Updating the Mono assembly version to reflect the changes to the API + * Remove two redundant elements from the Mono bindings' metadata file + +2010-09-20 Sense Egbert Hofstede <sense@ubuntu.com> + + Merging Jo Shields' fixes to the build infrastructure to shut GAPI up. + +2010-09-18 Sense Egbert Hofstede <sense@ubuntu.com> + + Updating to trunk + +2010-09-18 Sense Egbert Hofstede <sense@ubuntu.com> + + Commit latest changes before merging with trunk + +2010-08-24 Sense Egbert Hofstede <sense@ubuntu.com> + + Merging with trunk + +2010-08-05 Sense Egbert Hofstede <sense@ubuntu.com> + + Partial, segfaulting, fix for LP: #608219, requires GTK+ change attached to same bug report. + +2010-09-21 Ted Gould <ted@gould.cx> + + Fixing Mono bindings to build versions correctly. + +2010-09-19 Jo Shields <jms@destiny> + + Bump SONAME in Mono binding to libappindicator.so.1 + +2010-09-19 Jo Shields <jms@destiny> + + The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). + + indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this. + +2010-09-19 Jo Shields <jms@destiny> + + gapi2-parser cannot cope with multiple signals connected to the same method - it will bail out, complaining it cannot find a method to match the second signal. + + This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding. + +2010-09-15 Ted Gould <ted@gould.cx> + + Adding a disthook for AUTHORS + +2010-09-15 Ted Gould <ted@gould.cx> + + 0.2.8 + 2010-09-15 Ted Gould <ted@gould.cx> Making it when we see changes we always update the icon. |