bamf:ubuntu/oneiric

Last commit made on 2012-02-01
Get this branch:
git clone -b ubuntu/oneiric https://git.launchpad.net/bamf
Members of Unity Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/oneiric
Repository:
lp:bamf

Recent commits

ee90843... by Marco Trevisan (Treviño)

Updated the changelog

(bzr r392)

5d29bb7... by Marco Trevisan (Treviño)

Merging with oneiric branch at lp:~unity-team/bamf/oneiric

(bzr r391)

9127f4e... by Marco Trevisan (Treviño)

BamfMatcher: import more fixes for libreoffice special code.

Plus more memory leak fixes

(bzr r231.31.12)

b083a43... by Marco Trevisan (Treviño)

Merging Libbamf leak fixes...

(bzr r231.31.11)

072d55a... by Marco Trevisan (Treviño)

Merging daemon leak fixes

(bzr r231.31.10)

539bea3... by Marco Trevisan (Treviño)

BamfMatcher: Using direct HashTable instead of *int-based for PIDs

This improves speed and fixes a lot of memory leaks (keys and values
were never free'd) in the matcher.

(bzr r231.31.9)

206bc6c... by Marco Trevisan (Treviño)

Bamf: cherry-picking various fixes from upstream branch:

 - Memory leaks
 - Potential crashes
 - Libreoffice issue LP: #842566

(bzr r231.31.8)

608b637... by Marco Trevisan (Treviño)

Merged changes: BAMF doesn't consider any .desktop file saved in ~/.local/share/applications

or any other local folder which contains the flag OnlyShowIn=GNOME;Unity; so, it's impossible to directly copy any .desktop file from /usr/share/applications to a local folder to customize it, without removing the above flag, and this is wrong. This patch fixes the issue.. Fixes: https://bugs.launchpad.net/bugs/863290. Appoved by Jason Smith.

(bzr r231.31.7)

79c2db8... by Marco Trevisan (Treviño)

BamfView: avoid to export an object with alredy used path.

Emit a g_critical message, instead of crashing, and replace
the old object with the new one.

(bzr r231.35.6)

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

BamfApplication: avoid to create an icon using a null GIcon

(bzr r231.35.5)