lp:~mitya57/indicator-appmenu/fix-dbusmenu-dumper

Created by Dmitry Shachnev and last modified
Get this branch:
bzr branch lp:~mitya57/indicator-appmenu/fix-dbusmenu-dumper
Only Dmitry Shachnev can upload to this branch. If you are Dmitry Shachnev please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dmitry Shachnev
Project:
Application Menu Indicator
Status:
Merged

Recent revisions

254. By Dmitry Shachnev

current-menu-dump: Fix dbusmenu-dumper location

253. By Charles Kerr

Check for PROP_LABEL to be non-null before passing it a long to gtk_label_set_text_with_mnemonic().

Approved by PS Jenkins bot, Ted Gould.

252. By PS Jenkins bot

Releasing 13.01.0+14.04.20131125-0ubuntu1 (revision 251 from lp:indicator-appmenu).

Approved by PS Jenkins bot.

251. By Lars Karlitski

WindowMenuModel: insert action groups on the toplevel menus

Inserting them on the menu items was a workaround for the long-fixed cloaking-bug in libindicator. It's not supported in gtk 3.10 anymore, because the menu tracker in gtk doesn't allow action groups on menu items. That's for good reasons: it's more efficient and consumers of that api should not modify the created menu hierarchy.

Approved by PS Jenkins bot, Sebastien Bacher.

250. By Sebastien Bacher

Build with -Wno-error=deprecated-declarations.

Approved by PS Jenkins bot, Lars Uebernickel.

249. By Lars Karlitski

window-menu-model: disconnect entry signal handlers by func instead of id

entry_object_free disconnected signal handlers by id. This throws warnings when entry_object_free is called when disposing an object, because signals are already disconnected at that point.

This patch uses g_signal_handlers_disconnect_by_func(), which works both when the entry is alive and being disposed.

Approved by Charles Kerr, PS Jenkins bot.

248. By Charles Kerr

If we can't get the bus, exit instead of stacking g_bus_own_name() calls on top of each other, leaking GSources. Fixes: https://bugs.launchpad.net/bugs/1244250.

Approved by PS Jenkins bot, Lars Uebernickel.

247. By Lars Karlitski

Call gtk_widget_destroy() to break potential ref cycles

Calling g_object_unref() is not enough for many of gtk's widgets.

Approved by Charles Kerr, PS Jenkins bot.

246. By PS Jenkins bot

Releasing 13.01.0+13.10.20130930-0ubuntu1 (revision 245 from lp:indicator-appmenu).

Approved by PS Jenkins bot.

245. By Stephen M. Webb

don't add a circular self-ref in IndicatorAppmenu objects (lp: #1231218). Fixes: https://bugs.launchpad.net/bugs/1231218.

Approved by Charles Kerr, PS Jenkins bot.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:indicator-appmenu/14.04
This branch contains Public information 
Everyone can see this information.

Subscribers