lp://qastaging/~charlesk/indicator-appmenu/lp-1294545

Created by Charles Kerr and last modified
Get this branch:
bzr branch lp://qastaging/~charlesk/indicator-appmenu/lp-1294545
Only Charles Kerr can upload to this branch. If you are Charles Kerr please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Charles Kerr
Project:
Application Menu Indicator
Status:
Merged

Recent revisions

258. By Charles Kerr

ensure we don't unref a WindowMenu before it's been removed from our 'apps' hashtable.

257. By Charles Kerr

add input-sanitizing safeguards to WindowMenu's public functions.

256. By PS Jenkins bot

Releasing 13.01.0+14.04.20140318-0ubuntu1

255. By Charles Kerr

Minor copyediting of schema key's summary/description. Fixes: 970903

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
This branch contains Public information 
Everyone can see this information.

Subscribers