From d74f7761f86dc241e72a54920a10a2117cec2f81 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 20 Aug 2010 10:13:16 -0500 Subject: Adding keyboard and ibus to overrides --- data/ordering-override.keyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/ordering-override.keyfile b/data/ordering-override.keyfile index dcfb75b..ab1ffe1 100644 --- a/data/ordering-override.keyfile +++ b/data/ordering-override.keyfile @@ -1,2 +1,4 @@ [Ordering Index Overrides] gnome-power-manager=1 +gst-keyboard-xkb=2 +ibus=3 -- cgit v1.2.3 From 35924b4d7fc030773a78001fd046b1d2f8c985ad Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 20 Aug 2010 10:13:35 -0500 Subject: Handling the typo --- data/ordering-override.keyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/ordering-override.keyfile b/data/ordering-override.keyfile index ab1ffe1..71d7c1a 100644 --- a/data/ordering-override.keyfile +++ b/data/ordering-override.keyfile @@ -1,4 +1,5 @@ [Ordering Index Overrides] gnome-power-manager=1 gst-keyboard-xkb=2 -ibus=3 +gsd-keyboard-xkb=3 +ibus=4 -- cgit v1.2.3 From 81de0483bc6a87ed5fe0913121247ea96eb83d61 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 20 Aug 2010 11:54:25 -0500 Subject: Get the proper position for an application when it becomes visible. --- src/application-service-appstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index f52ea2d..d5f9a81 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -621,7 +621,7 @@ apply_status (Application * app) g_signal_emit(G_OBJECT(app->appstore), signals[APPLICATION_ADDED], 0, newicon, - g_list_index(priv->applications, app), /* Position */ + get_position(app), /* Position */ app->dbus_name, app->menu, app->icon_theme_path, -- cgit v1.2.3 From 166096efcc179110e75716bae287335b7bd0b532 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 25 Aug 2010 13:33:43 -0500 Subject: releasing version 0.2.5-0ubuntu1~ppa2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1016bd8..ee093e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-application (0.2.5-0ubuntu1~ppa2) UNRELEASED; urgency=low +indicator-application (0.2.5-0ubuntu1~ppa2) maverick; urgency=low * Upstream Merge * Fixing the position of new indicators (LP: #623205) * Position the ibus and keyboard layout indicators correctly. - -- Ted Gould Wed, 25 Aug 2010 13:30:25 -0500 + -- Ted Gould Wed, 25 Aug 2010 13:33:41 -0500 indicator-application (0.2.5-0ubuntu1~ppa1) maverick; urgency=low -- cgit v1.2.3 From 7b3e58bb6039478f0d937ab375271c724d317b56 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 26 Aug 2010 14:49:40 -0500 Subject: 0.2.6 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 035c9da..3f77cca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.5, ted@canonical.com) +AC_INIT(indicator-application, 0.2.6, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.5) +AM_INIT_AUTOMAKE(indicator-application, 0.2.6) AM_MAINTAINER_MODE -- cgit v1.2.3 From d3dcecfda09b272a5b117443b30b02eead62d56d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 26 Aug 2010 14:56:29 -0500 Subject: releasing version 0.2.6-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d0aa9bb..be061a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-application (0.2.6-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-application (0.2.6-0ubuntu1~ppa1) maverick; urgency=low * New upstream release. * Fixing the position of new indicators (LP: #623205) * Position the ibus and keyboard layout indicators correctly. - -- Ted Gould Thu, 26 Aug 2010 14:50:23 -0500 + -- Ted Gould Thu, 26 Aug 2010 14:56:27 -0500 indicator-application (0.2.5-0ubuntu1) maverick; urgency=low -- cgit v1.2.3