lp://qastaging/~charlesk/indicator-appmenu/lp-1294545
- Get this branch:
- bzr branch lp://qastaging/~charlesk/indicator-appmenu/lp-1294545
Branch merges
- PS Jenkins bot (community): Approve (continuous-integration)
- Ted Gould (community): Approve
-
Diff: 135 lines (+23/-26)2 files modifiedsrc/indicator-appmenu.c (+9/-26)
src/window-menu.c (+14/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 258. By Charles Kerr
-
ensure we don't unref a WindowMenu before it's been removed from our 'apps' hashtable.
- 254. By Charles Kerr
-
When pruning libtool/static libraries in debian/rules' override_
dh_install, use a matching pattern that actually finds the files we want to prune. Fixes: 1281659 - 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.
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