diff -Nru libindicator-12.10.0/AUTHORS libindicator-12.10.1/AUTHORS --- libindicator-12.10.0/AUTHORS 2012-07-11 18:08:49.067171256 +0000 +++ libindicator-12.10.1/AUTHORS 2012-09-19 15:41:05.339991845 +0000 @@ -22,4 +22,5 @@ Robert Ancell Robert Carr Sebastien Bacher + Tarmac Ted Gould diff -Nru libindicator-12.10.0/ChangeLog libindicator-12.10.1/ChangeLog --- libindicator-12.10.0/ChangeLog 2012-07-11 18:08:48.875171252 +0000 +++ libindicator-12.10.1/ChangeLog 2012-09-19 15:41:05.151897842 +0000 @@ -1,5 +1,29 @@ # Generated by Makefile. Do not edit. +2012-09-19 Charles Kerr + + 12.10.1 + +2012-09-12 Charles Kerr + + 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 + + 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 + + No newline at end of file + +2012-09-11 Charles Kerr + + remove the cloak/decloak widget logic + 2012-07-11 Charles Kerr bump version to 12.10.0 diff -Nru libindicator-12.10.0/NEWS libindicator-12.10.1/NEWS --- libindicator-12.10.0/NEWS 2012-07-11 18:07:20.411169149 +0000 +++ libindicator-12.10.1/NEWS 2012-09-19 15:39:51.399038089 +0000 @@ -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 -Nru libindicator-12.10.0/configure libindicator-12.10.1/configure --- libindicator-12.10.0/configure 2012-07-11 18:07:48.883169826 +0000 +++ libindicator-12.10.1/configure 2012-09-19 15:40:08.143406486 +0000 @@ -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 . # @@ -590,8 +590,8 @@ # 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 @@ # 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 @@ 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 @@ 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 @@ 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 @@ # Define the identity of the package. PACKAGE='libindicator' - VERSION='12.10.0' + VERSION='12.10.1' cat >>confdefs.h <<_ACEOF @@ -13086,7 +13086,7 @@ # 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 @@ 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 -Nru libindicator-12.10.0/configure.ac libindicator-12.10.1/configure.ac --- libindicator-12.10.0/configure.ac 2012-07-11 18:07:33.167169453 +0000 +++ libindicator-12.10.1/configure.ac 2012-09-19 15:38:40.047378393 +0000 @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [12.10.0], + [12.10.1], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) diff -Nru libindicator-12.10.0/debian/changelog libindicator-12.10.1/debian/changelog --- libindicator-12.10.0/debian/changelog 2012-09-19 20:12:45.000000000 +0000 +++ libindicator-12.10.1/debian/changelog 2012-09-19 20:12:45.000000000 +0000 @@ -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 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)