bamf:personal/oneiric

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

Branch merges

Branch information

Name:
personal/oneiric
Repository:
lp:bamf

Recent commits

9dd43c7... by Marco Trevisan (Treviño)

Backporting the patch to support both the libreoffice Exec formats

I.e. both libreoffice --tool and libreoffice -tool will be matched

(bzr r428)

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

BamfMatcher: import more fixes for libreoffice special code.

Plus more memory leak fixes

(bzr r427)

95a56df... by Marco Trevisan (Treviño)

Merging Libbamf leak fixes...

(bzr r426)

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

Merging daemon leak fixes

(bzr r425)

adecb57... 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 r424)

9a49c3c... by Marco Trevisan (Treviño)

Bamf: cherry-picking various fixes from upstream branch:

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

(bzr r423)

e669b2b... 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 r422)

e10cdfd... 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 r421.1.6)

3e69c3b... by Marco Trevisan (Treviño)

BamfApplication: avoid to create an icon using a null GIcon

(bzr r421.1.5)

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

BamfLegacyWindow: remove the double check on window_closed.

Typo... :)

(bzr r421.1.4)