From 33dc1d7d710c289c1b62b52c704ca9b247ecf02e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Feb 2009 16:49:53 -0600 Subject: releasing version 0.1~ppa37 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 91ceaac..210b13b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 Thu, 12 Feb 2009 16:49:08 -0600 + indicator-applet (0.1~ppa36) intrepid; urgency=low * Better handling of the properties with convience functions -- cgit v1.2.3 From f298782e7877ec465371f3486642ce944f1fe87f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Feb 2009 20:18:07 -0600 Subject: Adding in GIO to the list of linked modules. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 82cc4c4..4372dc5 100644 --- a/configure.ac +++ b/configure.ac @@ -47,9 +47,11 @@ AC_PATH_PROG(GCONFTOOL, gconftool-2) AM_GCONF_SOURCE_2 GLIB_REQUIRED_VERSION=2.18 +GIO_REQUIRED_VERSION=2.18 GDK_PIXBUF_REQUIRED_VERSION=2.12 PKG_CHECK_MODULES(LIBINDICATE, glib-2.0 >= $GLIB_REQUIRED_VERSION + gio-2.0 >= $GIO_REQUIRED_VERSION gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION dbus-glib-1 >= $DBUS_REQUIRED_VERSION) AC_SUBST(LIBINDICATE_CFLAGS) -- cgit v1.2.3 From 9919392b132e3c69670c5728e330c9969bc34305 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Feb 2009 20:23:11 -0600 Subject: releasing version 0.1~ppa38 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 210b13b..7848a9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 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 -- cgit v1.2.3 From 50a37ef395eb670c44582b9fcdeac650ef8d11fe Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 13 Feb 2009 15:14:25 -0600 Subject: releasing version 0.1~ppa39 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7848a9c..f98cb4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 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 -- cgit v1.2.3 From e424f778f6feab9aa406b79596825bc5bd82a5cf Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 15 Feb 2009 22:07:29 -0600 Subject: releasing version 0.1~ppa40 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index f98cb4c..8ee2227 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-applet (0.1~ppa40) intrepid; urgency=low + + * Making the icons function check for null string before + everyone throws an error afterwards. + * Adding a signal to the server for server display based + on getting the null indicator. + * General server cleanup of signals. Now there are defines + for all of the strings. + + -- Ted Gould Sun, 15 Feb 2009 22:05:40 -0600 + indicator-applet (0.1~ppa39) intrepid; urgency=low * Fixing a bug where properties didn't work on running -- cgit v1.2.3 From 3cea98de0ccc5c55c2b6c9beec1d402ceb294e8a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 15 Feb 2009 23:00:05 -0600 Subject: releasing version 0.1~ppa41 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46dbf8c..067ad58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ indicator-applet (0.1~ppa41) intrepid; urgency=low - * Putting on a handle + * Putting on a handle * Adding in a background function from panel-lib - -- Ted Gould Sun, 15 Feb 2009 22:58:46 -0600 + -- Ted Gould Sun, 15 Feb 2009 22:59:50 -0600 indicator-applet (0.1~ppa40) intrepid; urgency=low -- cgit v1.2.3