diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |