From c533fedbc822c22eb30543dbe605c705e95c3920 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 13 Sep 2012 22:46:34 +0200 Subject: Show menu separators between sections Previously, gtk didn't support changing the menu model on an already-created GtkMenu. Since IndicatorObject doesn't allow changing the GtkMenu it exports to the panel, IndicatorMessages created a menu with a single section, into which the menu from the service was inserted (and removed when the service died). This led to seperators not being shown, because separators are only shown between top-level sections. Gtk now has gtk_menu_shell_bind_model, which allows us to get rid of top-level wrapper section. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 37268a2..b3e7a13 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_PROG_CXX # Dependencies ########################### -GTK_REQUIRED_VERSION=3.5.12 +GTK_REQUIRED_VERSION=3.5.17 GIO_UNIX_REQUIRED_VERSION=2.33.10 INDICATOR_REQUIRED_VERSION=0.3.19 GLIB_REQUIRED_VERSION=2.33.10 -- cgit v1.2.3 From a055ac6232395007927915e6773ebc6abe9eed83 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 19 Sep 2012 09:28:17 +0200 Subject: Bump required gtk version to 3.5.18 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b3e7a13..e350b83 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_PROG_CXX # Dependencies ########################### -GTK_REQUIRED_VERSION=3.5.17 +GTK_REQUIRED_VERSION=3.5.18 GIO_UNIX_REQUIRED_VERSION=2.33.10 INDICATOR_REQUIRED_VERSION=0.3.19 GLIB_REQUIRED_VERSION=2.33.10 -- cgit v1.2.3 From c5527d3044dd1e7d9909e48c91de7bf4cbc86fd4 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 19 Sep 2012 09:30:48 +0200 Subject: 12.10.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e350b83..38abd7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(indicator-messages, 12.10.2) +AC_INIT(indicator-messages, 12.10.3) AC_PREREQ(2.62) -- cgit v1.2.3 From 36692583866dac99672571d6d83ed2c65b9e795d Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 2 Oct 2012 19:40:38 +0200 Subject: 12.10.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 38abd7a..971bd96 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(indicator-messages, 12.10.3) +AC_INIT(indicator-messages, 12.10.4) AC_PREREQ(2.62) -- cgit v1.2.3