aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog24
-rw-r--r--NEWS6
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
6 files changed, 50 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 0ff029e..37ff83f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,4 +22,5 @@
Robert Ancell
Robert Carr
Sebastien Bacher
+ Tarmac
Ted Gould
diff --git a/ChangeLog b/ChangeLog
index 0dc633b..d374dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
# Generated by Makefile. Do not edit.
+2012-09-19 Charles Kerr <charles.kerr@canonical.com>
+
+ 12.10.1
+
+2012-09-12 Charles Kerr <charles.kerr@canonical.com>
+
+ In libindicator, remove the cloak/decloak code in IndicatorObject to address Bug #1045372.
+
+ In indicator-loader, support hiding & re-showing IndicatorObjectEntries by caching their menuitems and using gtk_widget_hide / gtk_widget_show.
+
+ In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy().. Fixes: https://bugs.launchpad.net/bugs/1045372. Approved by Lars Uebernickel, jenkins.
+
+2012-09-11 Charles Kerr <charles.kerr@canonical.com>
+
+ In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy()
+
+2012-09-11 Charles Kerr <charles.kerr@canonical.com>
+
+ No newline at end of file
+
+2012-09-11 Charles Kerr <charles.kerr@canonical.com>
+
+ remove the cloak/decloak widget logic
+
2012-07-11 Charles Kerr <charles.kerr@canonical.com>
bump version to 12.10.0
diff --git a/NEWS b/NEWS
index a3fadf7..341c6fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+12.10.1
+
+ - merge lp:~charlesk/libindicator/lp-1045372 to remove the 'cloak'
+ code that caused libreoffice's menubars in unity to be greyed
+ out after opening any dialog or switching windows (lp: 1045372)
+
12.10.0
- merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we
diff --git a/configure b/configure
index 1d02975..7850a17 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libindicator 12.10.0.
+# Generated by GNU Autoconf 2.69 for libindicator 12.10.1.
#
# Report bugs to <http://bugs.launchpad.net/libindicator>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libindicator'
PACKAGE_TARNAME='libindicator'
-PACKAGE_VERSION='12.10.0'
-PACKAGE_STRING='libindicator 12.10.0'
+PACKAGE_VERSION='12.10.1'
+PACKAGE_STRING='libindicator 12.10.1'
PACKAGE_BUGREPORT='http://bugs.launchpad.net/libindicator'
PACKAGE_URL='http://launchpad.net/libindicator'
@@ -1355,7 +1355,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libindicator 12.10.0 to adapt to many kinds of systems.
+\`configure' configures libindicator 12.10.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1425,7 +1425,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libindicator 12.10.0:";;
+ short | recursive ) echo "Configuration of libindicator 12.10.1:";;
esac
cat <<\_ACEOF
@@ -1545,7 +1545,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libindicator configure 12.10.0
+libindicator configure 12.10.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1823,7 +1823,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libindicator $as_me 12.10.0, which was
+It was created by libindicator $as_me 12.10.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2646,7 +2646,7 @@ fi
# Define the identity of the package.
PACKAGE='libindicator'
- VERSION='12.10.0'
+ VERSION='12.10.1'
cat >>confdefs.h <<_ACEOF
@@ -13086,7 +13086,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libindicator $as_me 12.10.0, which was
+This file was extended by libindicator $as_me 12.10.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13153,7 +13153,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libindicator config.status 12.10.0
+libindicator config.status 12.10.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index fd14287..6c34ad0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libindicator],
- [12.10.0],
+ [12.10.1],
[http://bugs.launchpad.net/libindicator],
[libindicator],
[http://launchpad.net/libindicator])
diff --git a/debian/changelog b/debian/changelog
index 4c4bb17..4204507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libindicator (12.10.1-0ubuntu1) quantal; urgency=low
+
+ * New upstream release.
+ - remove the 'cloak' code that caused libreoffice's menubars in unity to be
+ greyed out after opening any dialog or switching windows (LP: #1045372)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 19 Sep 2012 16:00:14 -0400
+
libindicator (12.10.0-0ubuntu2) quantal; urgency=low
* Backport a fix so that libroffice doesn't hang on on startup (LP: #1045372)