lp://qastaging/~charlesk/indicator-appmenu/lp-970903
- Get this branch:
- bzr branch lp://qastaging/~charlesk/indicator-appmenu/lp-970903
Branch merges
- Ted Gould (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 15 lines (+2/-2)1 file modifieddata/com.canonical.indicator.appmenu.gschema.xml (+2/-2)
Branch information
Recent revisions
- 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://qastaging/indicator-appmenu/14.04