diff options
author | Ted Gould <ted@canonical.com> | 2009-02-09 11:33:03 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-09 11:33:03 -0600 |
commit | 42e990fe99a727db4a9e6c00a82212cc8733eef7 (patch) | |
tree | 26dc55956d988247ab66ede8c43c9777dafa8f24 /debian | |
parent | af60279179c1e3998796d3b172b1401bd9a678df (diff) | |
parent | 9d73c89bcac7a548614815c183295ee802fd27d7 (diff) | |
download | libayatana-indicator-42e990fe99a727db4a9e6c00a82212cc8733eef7.tar.gz libayatana-indicator-42e990fe99a727db4a9e6c00a82212cc8733eef7.tar.bz2 libayatana-indicator-42e990fe99a727db4a9e6c00a82212cc8733eef7.zip |
Merge from trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 55 | ||||
-rw-r--r-- | debian/libindicate0.install | 2 |
2 files changed, 55 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6ecbe69..306be6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,58 @@ +indicator-applet (0.1~ppa35) intrepid; urgency=low + + * Better use of type and sending it with signals. + * Making it so that the server hide function works better. + * Only sending property updates if the indicator is + visible. + + -- Ted Gould <ted@ubuntu.com> Mon, 09 Feb 2009 11:01:11 -0600 + +indicator-applet (0.1~ppa34) intrepid; urgency=low + + * Ah, listener fixes too. Make everything get together and + use the new APIs. + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 15:02:57 +0100 + +indicator-applet (0.1~ppa33) intrepid; urgency=low + + * Version bump, autogen.sh + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 14:35:38 +0100 + +indicator-applet (0.1~ppa32) intrepid; urgency=low + + * Adding back in the package config data + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 14:14:33 +0100 + +indicator-applet (0.1~ppa31) intrepid; urgency=low + + * Ah, silly packaging stuff. I hate packaging. + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 11:39:04 +0100 + +indicator-applet (0.1~ppa30) intrepid; urgency=low + + * Removing GObject introspection, so that it will build in + the PPA. Will put back later. + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 10:39:59 +0100 + +indicator-applet (0.1~ppa29) intrepid; urgency=low + + * Bumping for PPA as forgot to run autogen.sh + + -- Ted Gould <ted@ubuntu.com> Fri, 06 Feb 2009 00:29:11 +0100 + +indicator-applet (0.1~ppa28) intrepid; urgency=low + + * Updating the server interface to have signals for show and hide + on the server and having properties for the desktop and type + of the server. + + -- Ted Gould <ted@ubuntu.com> Thu, 05 Feb 2009 18:22:19 +0100 + indicator-applet (0.1~ppa27) intrepid; urgency=low * Adding an API function for pixbufs diff --git a/debian/libindicate0.install b/debian/libindicate0.install index a83aa8a..0618a58 100644 --- a/debian/libindicate0.install +++ b/debian/libindicate0.install @@ -1,3 +1 @@ debian/tmp/usr/lib/libindicate.so.* -debian/tmp/usr/share/gir/ -debian/tmp/usr/lib/girepository/ |