diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 151 |
1 files changed, 151 insertions, 0 deletions
@@ -1,5 +1,156 @@ # Generated by Makefile. Do not edit. +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + 12.10.1 + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Merge lp:~larsu/messaging-menu/fix-icons + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + ido_menu_item_set_menu_item: make sure g_free isn't called with dangling pointer + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + IdoMenuItem: clear target pointer in dispose + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Increase spacing between icons and labels + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Indent application shortcuts + + This is done by setting their icon to the empty string, which IdoMenuItem + interprets as "show a clear icon". + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + IdoMenuItem: don't try to set state on stateless actions + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Show icons on status menu items + + This introduces IdoMenuItem, a GtkCheckMenuItem that can also show icons. This + should go into libido at some point. Also, Im{App,Source}MenuItem could derive + from it so that the GMenuItem-setting logic is only in one place. + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Install icons in the standard path + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Remove unused #include + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Make sure the icon is cleared also when a source is removed + + The code was there, but an superfluous condition made the function return + early. + +2012-08-27 Lars Uebernickel <lars.uebernickel@canonical.com> + + Bring back the blue icon when a source is drawing attention + +2012-08-25 Lars Uebernickel <lars.uebernickel@canonical.com> + + Plug memory leaks: return value of g_menu_model_get_item_link is transfer full + +2012-08-25 Lars Uebernickel <lars.uebernickel@canonical.com> + + Fix a memory leak and potential crash: ref_sink the widget, not the GMenu + +2012-08-24 Lars Uebernickel <lars.uebernickel@canonical.com> + + Make sure the time shown in the menu is always current + +2012-08-24 Lars Uebernickel <lars.uebernickel@canonical.com> + + Don't spam debug messages + +2012-08-24 Lars Uebernickel <lars.uebernickel@canonical.com> + + Request showing the chat section also when the app is not running + +2012-08-24 Lars Uebernickel <lars.uebernickel@canonical.com> + + Don't use '&' in variant format strings of g_menu_item_* calls + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + libmessaging-menu: fix g-ir-scanner warnings + + Also, enable warnings by default and only include messaging-menu.[ch] in the + gir. + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + libmessaging-menu: re-register with the service if it restarted + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + Make the panel plugin reconnect to the service when it restarts + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + libmessaging-menu: don't warn when removing a non-existant source + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + libmessaging-menu: remove sources when they are activated + + Applications shouldn't leave message sources that the user clicked on in the + messaging menu. This patch spares apps from having to call remove_source in + all of their handlers. + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + libmessaging-menu: annotate icon parameters with allow-none + +2012-08-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + libmessaging-menu: warn when desktop_id is NULL (instead of crashing) + +2012-08-21 Sebastien Bacher <seb128@ubuntu.com> + + libmessaging-menu: fix export-symbols-regex + +2012-08-21 Lars Uebernickel <lars.uebernickel@canonical.com> + + Merge lp:~charlesk/indicator-messages/towards-q-redesign + + Plugs several memory leaks in app-section.c + +2012-08-21 Charles Kerr <charles.kerr@canonical.com> + + in app-section.c's activate_cb(), don't leak the GError if we can't launch + +2012-08-21 Charles Kerr <charles.kerr@canonical.com> + + in app-section's app_section_set_app_info(), don't leak the nicks' actions + +2012-08-21 Charles Kerr <charles.kerr@canonical.com> + + in app-section.c's dispose(), clear the muxer object + +2012-08-21 Charles Kerr <charles.kerr@canonical.com> + + sync with lp:~larsu/indicator-messages/towards-q-redesign + +2012-08-21 Lars Uebernickel <lars.uebernickel@canonical.com> + + configure.ac: remove unused variable + +2012-08-21 Lars Uebernickel <lars.uebernickel@canonical.com> + + Bump glib and gtk dependencies + 2012-08-21 Lars Uebernickel <lars.uebernickel@canonical.com> 12.10.0 |