bamf:personal/robertcarr_ignore-shell-windows

Last commit made on 2012-03-19
Get this branch:
git clone -b personal/robertcarr_ignore-shell-windows https://git.launchpad.net/bamf
Members of Unity Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
personal/robertcarr_ignore-shell-windows
Repository:
lp:bamf

Recent commits

4291969... by Robert Carr

Cleanup

(bzr r455)

da5d9ba... by Robert Carr

Ensure that we ignore shell windoows in bamf-matcher

(bzr r454)

321ae8f... by Michal Hruby

Release 0.2.112

(bzr r453)

aa0542d... by Allison Karlitskaya

In libbamf BamfMatcher Don't ref/unref views when they are opened/closed

When a "Opened" signal comes from bamf, the client side matcher gets the view for the path and refs it. on "Closed" it unrefs it.

the problem comes when you close a window that was open when the application using bamf started running. in that case, the client library sees "Closed" with no "Opened" and drops a reference that it doesn't own.

UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/942070. Approved by Marco Trevisan (Treviño).

(bzr r452)

887f768... by Allison Karlitskaya

fix refcounting of views in the matcher

--fixes lp:942070

(bzr r451.1.1)

d388c82... by Michal Hruby

Let's make these changes by Jason land ;). Fixes: . Approved by Marco Trevisan (Treviño).

(bzr r451)

74a7640... by Ted Gould

Fixes a case where there is no session bus to be found.. Fixes: . Approved by Marco Trevisan (Treviño).

(bzr r450)

4c0f241... by Marco Trevisan (Treviño)

Fixed the Coverity warning.. Fixes: https://bugs.launchpad.net/bugs/937398. Approved by Jason Smith.

(bzr r449)

1dd72f8... by Marco Trevisan (Treviño)

Making libbamf correctly free items when disposing BamfView and BamfControl, plus some misc cleanups. Fixes: https://bugs.launchpad.net/bugs/942148. Approved by Jason Smith.

(bzr r448)

76826b0... by Marco Trevisan (Treviño)

libbamf, BamfView: free cached string values on dispose

(bzr r447.1.3)