diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 245 |
1 files changed, 245 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f98cb4c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,245 @@ +indicator-applet (0.1~ppa39) intrepid; urgency=low + + * Fixing a bug where properties didn't work on running + servers. Locally defined variable, oops. + + -- Ted Gould <ted@ubuntu.com> Fri, 13 Feb 2009 15:13:36 -0600 + +indicator-applet (0.1~ppa38) intrepid; urgency=low + + * Adding gio to the configure script. I'm unsure why it builds + locally and not on the buildds because of this. But, it seems + to make a difference. Eh, no more dependencies really. + + -- Ted Gould <ted@ubuntu.com> Thu, 12 Feb 2009 20:19:11 -0600 + +indicator-applet (0.1~ppa37) intrepid; urgency=low + + * Really fleshing out the icon and time stuff so that it + works on both sides and the convience functions are + nice to work with. + + -- Ted Gould <ted@ubuntu.com> Thu, 12 Feb 2009 16:49:08 -0600 + +indicator-applet (0.1~ppa36) intrepid; urgency=low + + * Better handling of the properties with convience functions + and working on both sides of the connection. + * Cleaning up the listener code to make it more robust. + * Adding a ref_default for listeners. + * Correcting all of the license information. + + -- Ted Gould <ted@ubuntu.com> Wed, 11 Feb 2009 20:34:14 -0600 + +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 + + -- Ted Gould <ted@ubuntu.com> Thu, 05 Feb 2009 14:46:44 +0100 + +indicator-applet (0.1~ppa26) intrepid; urgency=low + + * Removing the icons + * Adding in the docs + * Printing the icons dir + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Feb 2009 18:58:32 +0100 + +indicator-applet (0.1~ppa25) intrepid; urgency=low + + * Set the widget name on the applet rather than the menubar, to make sure + it's picked up globally. + + -- Neil J. Patel <neil.patel@canonical.com> Wed, 04 Feb 2009 14:53:41 +0100 + +indicator-applet (0.1~ppa24) intrepid; urgency=low + + * Adding a conflicts and a replaces to get rid of errors. + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Feb 2009 14:14:25 +0100 + +indicator-applet (0.1~ppa23) intrepid; urgency=low + + * Removing border + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Feb 2009 13:57:23 +0100 + +indicator-applet (0.1~ppa22) intrepid; urgency=low + + * Add support for a transparent panel applet + + -- Neil J. Patel <neil.patel@canonical.com> Wed, 04 Feb 2009 12:44:56 +0100 + +indicator-applet (0.1~ppa21) intrepid; urgency=low + + * Adding in package fixes from seb128 + * Removing scrollkeeper + * Changing libindicate to libindicate0 + * Removing .la file + * Removing targets for files in libindcate-dev.install + * Removing pkg-create-dbgsym + + -- Ted Gould <ted@ubuntu.com> Tue, 03 Feb 2009 11:34:02 +0100 + +indicator-applet (0.1~ppa20) intrepid; urgency=low + + * Adding a build depend on pkg-create-dbgsym + + -- Ted Gould <ted@ubuntu.com> Mon, 02 Feb 2009 13:38:05 +0100 + +indicator-applet (0.1~ppa19) intrepid; urgency=low + + * Bump for PPA + + -- Ted Gould <ted@ubuntu.com> Mon, 02 Feb 2009 10:43:32 +0100 + +indicator-applet (0.1~ppa18) intrepid; urgency=low + + * Adding interface for listener sending back a display + request. + + -- Ted Gould <ted@ubuntu.com> Fri, 30 Jan 2009 15:06:47 -0600 + +indicator-applet (0.1~ppa17) intrepid; urgency=low + + * Fixing the handling of named DBus connections + * Moving most of the data in the objects to private sections + * Making the signal names defines for easier usage + * Having property changes actually work now. + + -- Ted Gould <ted@ubuntu.com> Thu, 29 Jan 2009 13:38:16 -0600 + +indicator-applet (0.1~ppa16) intrepid; urgency=low + + * Forgot to run autogen.sh before last package :( + + -- Ted Gould <ted@ubuntu.com> Thu, 22 Jan 2009 15:39:19 -0600 + +indicator-applet (0.1~ppa15) intrepid; urgency=low + + * Update API slightly and some fixes. + + -- Ted Gould <ted@ubuntu.com> Wed, 21 Jan 2009 19:43:11 -0600 + +indicator-applet (0.1~ppa14) intrepid; urgency=low + + * Adding in listener_get_property + + -- Ted Gould <ted@ubuntu.com> Wed, 21 Jan 2009 15:13:19 -0600 + +indicator-applet (0.1~ppa13) intrepid; urgency=low + + * Wrong indicate include directory in package config files + + -- Ted Gould <ted@ubuntu.com> Mon, 19 Jan 2009 12:21:45 -0600 + +indicator-applet (0.1~ppa12) intrepid; urgency=low + + * Removing the gir file from the applet so that it's only + with the library so that we can install all of them. + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Jan 2009 17:11:43 -0600 + +indicator-applet (0.1~ppa11) intrepid; urgency=low + + * Adding the GObject Introspection files into the build and the + packaging. + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Jan 2009 16:23:14 -0600 + +indicator-applet (0.1~ppa10) intrepid; urgency=low + + * Adding in libtool to build deps + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Jan 2009 13:31:57 -0600 + +indicator-applet (0.1~ppa9) intrepid; urgency=low + + * Adding in the libindicate lib. + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Jan 2009 12:41:32 -0600 + +indicator-applet (0.1~ppa8) intrepid; urgency=low + + * Moving the indicator directory cross-packages. + + -- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 22:56:40 -0800 + +indicator-applet (0.1~ppa7) intrepid; urgency=low + + * Put in the kickarse loader code. Happy, happy. + + -- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 22:39:41 -0800 + +indicator-applet (0.1~ppa6) intrepid; urgency=low + + * Making the applet very light. + + -- Ted Gould <ted@ubuntu.com> Wed, 03 Dec 2008 23:23:15 -0800 + +indicator-applet (0.1~ppa2) intrepid; urgency=low + + * Adding a depend for dbus-glib + + -- Ted Gould <ted@ubuntu.com> Tue, 18 Nov 2008 14:30:35 -0600 + +indicator-applet (0.1~ppa1) intrepid; urgency=low + + * Initial release. + + -- Ted Gould <ted@ubuntu.com> Tue, 18 Nov 2008 13:54:43 -0600 |