Change log for bamf package in Ubuntu

51100 of 138 results
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.5.0+13.10.20130725-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * BamfMatcher: correctly match QML applications launched with qmlscene
    or qmlviewer. (LP: #1180402)
  * BamfLegacyWindow: cache the window Exec string We might use this
    value multiple times during the BAMF execution, and we don't need to
    recompute it everytime. Caching looks a good compromise.
  * BamfMatcher: add support for the "--desktop_file_hint" exec
    parameter to override matching This is needed mostly by new Qml
    applications, but it allows to every app to override its matching by
    calling it with --desktop_file_hint file-to-use.desktop. (LP:
    #1180402)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 570
 -- Ubuntu daily release <email address hidden>   Thu, 25 Jul 2013 02:03:06 +0000
Superseded in saucy-proposed
bamf (0.5.0+13.10.20130724-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * "BamfPrivate, no need to define depreaction macro, GLib includes
    one.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 566
 -- Ubuntu daily release <email address hidden>   Wed, 24 Jul 2013 02:02:33 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.5.0+13.10.20130717-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * BamfApplication: keep track of the application main-window and
    update name and icon accordingly Applications without a .desktop
    file should update their name and icon based on their children. So
    now we try to compute the main window children, and we update name
    and icon based on it. (LP: #751909)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 564
 -- Ubuntu daily release <email address hidden>   Wed, 17 Jul 2013 02:01:42 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.5.0+13.10.20130716-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * BamfApplication: if the .desktop file contains the full-path of an
    icon we should use it If the parsed icon is a file, then we just use
    it without asking gtk if it's valid for theme. . (LP: #1201408)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 562
 -- Ubuntu daily release <email address hidden>   Tue, 16 Jul 2013 02:01:55 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.5.0+13.10.20130628-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * BamfDaemon, LibBamf: Make the BamfView's name a property, deprecated
    method+signal.
  * BamfDaemon, LibBamf: add icon property to store the BamfView icon
    and notify about its changes. New tests added.
  * BamfMatcher: ignore registered .desktop files that are in an
    autostart-folder. (LP: #1193502)
  * BamfApplication: try to use a window icon if the computed icon
    belongs to a "generic" app Added a bunch of new BamfApplication
    tests for icon. (LP: #768931, #1007383)
  * BamfFactory: remove the local_views list, we don't need that anymore
    Having them tracked on allocated_views list is enough, and fixes an
    issue as explained on bug #1193559. (LP: #1193449, #1193559)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 560
 -- Ubuntu daily release <email address hidden>   Fri, 28 Jun 2013 02:02:32 +0000
Obsolete in raring-updates
Deleted in raring-proposed (Reason: moved to -updates)
bamf (0.4.0daily13.06.19~13.04-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Makefile.am.gtests, Makefile.am.coverage: add missing entries to
    allow building in jenkins. (LP: #1192216)
  * Makefile.am.gtests: kill the launched dbus-daemon after running the
    tests. (LP: #1088696)

  [ Łukasz 'sil2100' Zemczak ]
  * Automatic snapshot from revision 540

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 541

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.5.0daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * New upstream release, bumping debian version to 0.5.0
  * LibBamfPrivate: add new private library to share code between client
    and daemon.
  * libbamf, BamfView: Use dbus-properties (both values and signals) It
    allows to have correct values and signals when they get updated.
    Deprecating related dbus methods/signals.
  * debian/control:
    - don't build-depend anymore on libdbus-glib-1-dev

  [ Jeremy Bicha ]
  * debian/control:
    - Have libbamf3-dev depend on gir1.2-bamf-3
    - Drop explicit build-depends on gir1.2-glib-2.0

  [ Ted Gould ]
  * Have bamfdaemon depend on the library instead of vice versa.

  [ Marco Trevisan (Treviño) ]
  * Makefile.am.gtests: kill the launched dbus-daemon after running the
    tests. (LP: #1088696, #1186915)
  * BamfDaemon, LibBamf: Fix compilation errors out from ubuntu. (LP:
    #1186915, #1176524)
  * BamfView: use statically allocated pspec to notify property changes
    BamfFactory: some initial cleanup, remove views that have changed
    their path and use cached children.
  * BamfView: use incremental children caching, delete them only when
    daemon stops Each view used to cleanup the cached children every
    time a new one was added or removed. This was needed at the dbus-
    glib times to handle the case of bamfdaemon restart, but now we can
    handle this nicely, clening the children up only when this happens.
  * BamfView: disconnect proper callback if a bamf-tab is closed I guess
    it was a typo, we need to disconnect to the callback we've been
    connected to before.
  * BamfView: don't try to reload the children if they're empty but we
    already tried once This finally mutes the "Unable to fetch children"
    warning... \o/. (LP: #943083)
  * Bamf: use generic marshallers when creating signals, remove legacy
    bamf-marshal Improvements to the build system, fixed "make
    distcheck" (it was still referencing the old bamf.h file) and
    generation of files when using parallel builds (make -jX).
  * BamfMatcher: If a Window has changed its class, then we try to
    rematch it This is mostly the case of LibreOffice, but if a window
    has changed its class, then we should try to re-match, checking if
    now it can be matched by a new application. If this is the case,
    then we remove the window from the previous application (that may
    eventually be closed) and we add it to the new one. Thanks to this
    we can finally remove a lot of libreoffice-only related code.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 554
 -- Ubuntu daily release <email address hidden>   Wed, 19 Jun 2013 02:01:25 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.4.0daily13.06.07-0ubuntu1) saucy; urgency=low

  [ Brandon Schaefer ]
  * libbamf: BamfApplication: cache MimeTypes and ApplicationType on
    favorite and sticky apps. (LP: #1183978, #1183871)

  [ Mathieu Trudel-Lapierre ]
  * Fix test-libbamf to properly call gtester2xunit.

  [ Timo Jyrinki ]
  * libbamf: BamfApplication: cache MimeTypes and ApplicationType on
    favorite and sticky apps. (LP: #1183978, #1183871)

  [ Marco Trevisan (Treviño) ]
  * libbamf: BamfApplication: cache MimeTypes and ApplicationType on
    favorite and sticky apps. (LP: #1183978, #1183871)
  * LibBamfPrivate: add new private library to share code between client
    and daemon.
  * libbamf, BamfView: Use dbus-properties (both values and signals) It
    allows to have correct values and signals when they get updated.
    Deprecating related dbus methods/signals.

  [ Automatic PS uploader ]
  * libbamf: BamfApplication: cache MimeTypes and ApplicationType on
    favorite and sticky apps. (LP: #1183978, #1183871)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 540
 -- Ubuntu daily release <email address hidden>   Fri, 07 Jun 2013 07:37:23 +0000
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
bamf (0.4.0daily13.05.02-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * debian/control:
    - Update the libwnck-3-dev dependency to 3.4.5

  [ Marco Trevisan (Treviño) <mail@3v1n0.net>, Alexandre Abreu ]
  * Webapps launchers have incorrect window matching (pips) (LP:
    #1059475)

  [ Marco Trevisan (Treviño) ]
  * Coverity SECURE_TEMP - CID 10450 (LP: #1100551)
  * Matcher leaks memory when rematching a new desktop file (LP:
    #1169990)
  * Coverity DEADCODE - CID 10447 (LP: #1100554)
  * Coverity REVERSE_INULL - CID 12653 (LP: #1100553)
  * Webapps launchers have incorrect window matching (pips) (LP:
    #1059475)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 533
 -- Ubuntu daily release <email address hidden>   Thu, 02 May 2013 22:59:03 +0000
Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
bamf (0.4.0daily13.04.03-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * debian/bamfdaemon.postinst:
    - write it in multiline and add support for StartupWMClass
      and other properties such as NoDisplay and OnlyShowIn (LP: #1161430).
  * TestBamfMatcher: fix crashes caused by missing exec in .desktop files
  * libbamf: use scanner-flags for introspection, fixes a compilation error.
  * DesktopFiles with NoDisplay=true are used as primary .desktop to
    match applications (LP: #1161531)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 528
 -- Ubuntu daily release <email address hidden>   Wed, 03 Apr 2013 02:01:51 +0000
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
bamf (0.4.0daily13.03.07-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 523
 -- Automatic PS uploader <email address hidden>   Thu, 07 Mar 2013 02:01:47 +0000
Obsolete in quantal-updates
Deleted in quantal-proposed (Reason: moved to -updates)
bamf (0.3.6-0ubuntu2) quantal-proposed; urgency=low

  * Cherry-pick upstream.
    - BamfMatcher: ignore the javaws windows when setting the window hint
      (LP: #1108380)

Available diffs

Published in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
bamf (0.2.126-0ubuntu1) precise-proposed; urgency=low

  * New upstream release.
    - BamfMatcher: Don't associate .desktopless applications with
      different exec string, fix JavaWS apps. (LP: #1098186)
  * BamfMatcher: ignore the javaws windows when setting the window hint
    (LP: #1108380)
 -- Timo Jyrinki <email address hidden>   Thu, 31 Jan 2013 13:58:44 +0200
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
bamf (0.4.0daily13.02.06-0ubuntu1) raring; urgency=low

  [ Alex Launi ]
  * is-foreground-tab FALSE for single tab (LP: #1109198)

  [ Marco Trevisan (Treviño) ]
  * Alt+` is sometimes ignored when quickly switching windows (LP:
    #1115827)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 521
 -- Automatic PS uploader <email address hidden>   Wed, 06 Feb 2013 02:00:52 +0000
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
bamf (0.4.0daily13.02.01-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Unity inappropriately groups separate Java webstart app windows (LP:
    #979752)
  * Java Web Start windows launched from browser are still grouped even
    if different (LP: #1108380)
  * Unity groups separate Java webstart app windows (LP: #1098186)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 518
 -- Automatic PS uploader <email address hidden>   Fri, 01 Feb 2013 02:00:54 +0000
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
bamf (0.4.0daily13.01.11-0ubuntu1) raring; urgency=low

  [ Francis Ginther ]
  * bamf autolanding builds sometime fail with "kill: (nnnn) - No such
    process" (LP: #1079329)

  [ Marco Trevisan (Treviño) ]
  * Unity inappropriately groups separate Java webstart app windows (LP:
    #979752)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 516
 -- Automatic PS uploader <email address hidden>   Fri, 11 Jan 2013 02:01:54 +0000
Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
bamf (0.2.124.2-0ubuntu1) precise-proposed; urgency=low

  * New upstream release.
    - Includes all previous cherry-picks
    - Daemon, BamfApplication: Use the default icon if there is not
      one defined in the desktop file. (LP: #886778)
    - BamfMatcher: don't reopen windows when iterating on view's
      list, add tests. (LP: #1082298)
    - BamfMatcher: add support for libreoffice Base, and libreoffice
      matching tests (LP: #1063862)
 -- Timo Jyrinki <email address hidden>   Wed, 28 Nov 2012 15:42:28 +0200
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
bamf (0.4.0daily12.12.05-0ubuntu2) raring; urgency=low

  * Remove wrong build-dep from -dbg on libbamf0
 -- Didier Roche <email address hidden>   Wed, 05 Dec 2012 17:34:41 +0100
Superseded in raring-proposed
bamf (0.4.0daily12.12.05-0ubuntu1) raring; urgency=low

  [ Michael Terry ]
  * New upstream release
  * debian/control:
    - Update Bzr-Vcs
    - Build-Depend on dh-autoreconf
    - Bump needed debhelper to 9 and add some Build-Depends for tests
  * debian/rules:
    - Call dh_autoreconf
    - Switch to dh9, thereby enabling tests

  [ Marco Trevisan (Treviño) ]
  * Bumping version to 0.4.0
  * debian/control:
    - Removed the gtk2 dependencies and packages
    - Dependency on libglib2.0-dev updated to match the configure.ac value
  * debian/rules:
    - Removed the unneded dh overrides

  [ Didier Roche ]
  * Automatic snapshot from revision 494 (bootstrap)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 502
 -- Automatic PS uploader <email address hidden>   Wed, 05 Dec 2012 09:26:30 +0000
Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
bamf (0.2.118-0ubuntu0.3) precise-proposed; urgency=low

  * lib/libbamf/bamf-factory.c:
    - LibreOffice Unity integration (launcher and switcher) is broken.
      (LP: #1026426)
 -- Omer Akram <email address hidden>   Fri, 12 Oct 2012 17:20:49 +0500
Superseded in raring-release
Superseded in quantal-updates
Deleted in quantal-proposed (Reason: moved to -updates)
bamf (0.3.4-0ubuntu1) quantal-proposed; urgency=low

  [ Timo Jyrinki ]
  * New upstream release.
    - Autoconf: Make libunity-webapps an optional dependency (on by default)
    - Libbamf: Some signal, type and annotation fixes
    - libbamf: gir-annotion fixes and make gi-scanner verbose
    - Autoconf: Exclude generated sources from tarball and fix "make
      distcheck".
    - BamfMatcher: add support for libreoffice Base, and libreoffice matching
      tests (LP: #1063862)

  [ Didier Roche ]
  * debian/bamfdaemon.postinst:
    - Fix bamf.index perl script generation to fix UOA g-c-c panel associated
      with empathy. (LP: #1045223)
 -- Didier Roche <email address hidden>   Wed, 17 Oct 2012 07:49:01 +0200

Available diffs

Superseded in raring-release
Obsolete in quantal-release
Deleted in quantal-proposed (Reason: moved to release)
bamf (0.3.2-0ubuntu1) quantal-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * New upstream release.
    - bamfdaemon crashes in bamf_application_get_supported_mime_types
      (LP: #1058260)
    - Webapps close prematurely (LP: #1051042)
    - Broken UI and no window management (LP: #1053288)

  [ Timo Jyrinki ]
  * Cherry-pick LibreOffice fix (LP: #1026426)
 -- Lukasz 'sil2100' Zemczak <email address hidden>   Mon, 01 Oct 2012 16:05:32 +0200

Available diffs

Superseded in quantal-release
Deleted in quantal-proposed (Reason: moved to release)
bamf (0.3.0-0ubuntu2) quantal-proposed; urgency=low

  * rebuild against libunity-webapps 2.3.3
 -- Ken VanDine <email address hidden>   Wed, 19 Sep 2012 12:32:09 -0400

Available diffs

Superseded in quantal-release
Deleted in quantal-proposed (Reason: moved to release)
bamf (0.3.0-0ubuntu1) quantal-proposed; urgency=low

  * Note that while technically that update breaks compatibility by
    dropping some public functions the corresponding code never worked and
    it has been verified those were not used by any rdepends.
  * debian/control:
    - Build-Depends on libunity-webapps-dev to prepare the landing of the
      branch using it
  * debian/libbamf3-0.symbols:
    - updated as well

  [ Łukasz 'sil2100' Zemczak ]
  * New upstream release.
    - added webapps support
  * debian/libbamf0.symbols:
    - updated symbol file, removed some broken methods
 -- Sebastien Bacher <email address hidden>   Fri, 31 Aug 2012 21:59:04 +0200
Superseded in quantal-release
Deleted in quantal-proposed (Reason: moved to release)
bamf (0.2.122-0ubuntu1) quantal-proposed; urgency=low

  * New upstream release.
    - Type mismatch in libbamf bamf_control_register_application_for_pid()
      and dbus interface (LP: #1021143)
    - running applications without an icon use a blank icon (LP: #886778)
 -- Lukasz 'sil2100' Zemczak <email address hidden>   Fri, 10 Aug 2012 12:18:02 +0200
Superseded in quantal-release
bamf (0.2.120-0ubuntu1) quantal; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * New upstream release.
    - Started applications pinned to the launcher are not set as running
      (LP: #976642)
    - sometimes icons get dropped from the launcher when they should not
      (LP: #925421)
  * debian/libbamf0.symbols, debian/libbamf3-0.symbols:
    - removed symbols that were wrongly exported upstream before (private
      symbols)
 -- Didier Roche <email address hidden>   Tue, 10 Jul 2012 08:41:32 +0200
Superseded in quantal-release
bamf (0.2.118-1ubuntu1) quantal; urgency=low

  * Sync from debian. No more difference.
  * Cherry-pick from upstream:
    - Started applications pinned to the launcher are not set as running
      (LP: #976642)
    - sometimes icons get dropped from the launcher when they should not
      (LP: #925421)
  * debian/*symbols:
    - add new private symbol (will not be exported after next release)
  * debian/control:
    - change packaging location to canonical branch (lp:ubuntu/bamf)

Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
bamf (0.2.118-0ubuntu0.2) precise-proposed; urgency=low

  * Cherry-pick from upstream:
    - Started applications pinned to the launcher are not set as running
      (LP: #976642)
    - sometimes icons get dropped from the launcher when they should not
      (LP: #925421)
 -- Lukasz 'sil2100' Zemczak <email address hidden>   Wed, 20 Jun 2012 19:09:43 +0100
Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
bamf (0.2.118-0ubuntu0.1) precise-proposed; urgency=low

  [ Didier Roche ]
  * New upstream release. (0.2.116)
    - multiple instances or double icons of application detected on bamfdaemon
      respawn (LP: #928912)
    - unity confused with chrome/chromium web apps (LP: #692462)
    - BamfView's dispose() method doesn't invoke the superclass' dispose()
      (LP: #986888)
  * debian/control:
    - remove Multi-Arch: same for the -dbg package
      (Closes: #669980, #658057)

  [ Alan Pope ]
  * New upstream release.
    - Unity crashed in bamf_application_on_window_removed (LP: #1000577)
    - Locked smuxi launcher icon does not indicate smuxi running status
      (LP: #999820)
    - No launcher icon or Alt+Tab entry for Gimp windows (LP: #995916)
    - the RunningApplicationsChanged signal is no longer emitted when an
      application is closed since r460 (LP: #989551)
 -- Alan Pope <email address hidden>   Wed, 23 May 2012 09:10:08 +0100
Superseded in quantal-release
bamf (0.2.118-0ubuntu1) quantal; urgency=low

  [ Didier Roche ]
  * New upstream release. (0.2.116)
    - multiple instances or double icons of application detected on bamfdaemon
      respawn (LP: #928912)
    - unity confused with chrome/chromium web apps (LP: #692462)
    - BamfView's dispose() method doesn't invoke the superclass' dispose()
      (LP: #986888)
  * debian/control:
    - remove Multi-Arch: same for the -dbg package
      (Closes: #669980, #658057)

  [ Alan Pope ]
  * New upstream release.
    - Unity crashed in bamf_application_on_window_removed (LP: #1000577)
    - Locked smuxi launcher icon does not indicate smuxi running status
      (LP: #999820)
    - No launcher icon or Alt+Tab entry for Gimp windows (LP: #995916)
    - the RunningApplicationsChanged signal is no longer emitted when an
      application is closed since r460 (LP: #989551)
 -- Alan Pope <email address hidden>   Wed, 23 May 2012 09:10:08 +0100
Superseded in quantal-release
Published in precise-release
Deleted in precise-proposed (Reason: moved to release)
bamf (0.2.114-0ubuntu1) precise-proposed; urgency=low

  * New upstream release.
    - invalid valgrind read errors (LP: #929468)
 -- Didier Roche <email address hidden>   Fri, 23 Mar 2012 14:16:41 +0100
Superseded in precise-release
bamf (0.2.112-0ubuntu1) precise; urgency=low

  * New upstream release.
    - bamf matcher messes up refcounting on views (LP: #942070)
    - Chromium is running, but not showing in launcher or alt-tab.
      (LP: #918474)
    - libbamf leaks memory on view dispose (LP: #942148)
    - Coverity PW.PARAMETER_HIDDEN - CID 10449 (LP: #937398)
    - Coverity UNINIT - CID 10451 (LP: #937402)
  * debian/libbamf0.symbols, debian/libbamf3-0.symbols:
    - update symbols for new API
 -- Didier Roche <email address hidden>   Mon, 12 Mar 2012 11:47:33 +0100
Deleted in oneiric-proposed (Reason: SRU not verified)
bamf (0.2.104-0ubuntu1.2) oneiric-proposed; urgency=low

  * src/bamf-matcher.c:
    - Adapt bamf so the upcoming update of Libreoffice does not break
      Unity integration. (LP: #943192)
 -- Omer Akram <email address hidden>   Wed, 29 Feb 2012 16:41:44 +0500
Superseded in precise-release
bamf (0.2.110-0ubuntu1) precise; urgency=low

  * New upstream release.
    - BAMF does not pass make check (LP: #897148)
    - BAMF requires a headless testing target (LP: #897150)
    - Clicking Nautilus launcher icon fails to open a Nautilus file explorer
      window when  copying a file and all other Nautilus windows are closed /
      bamf should skip the taskbar (LP: #784804)
  * debian/libbamf0.symbols,
    debian/libbamf3-0.symbols:
    - updated symbols
 -- Didier Roche <email address hidden>   Fri, 17 Feb 2012 13:36:25 +0100
Superseded in precise-release
bamf (0.2.108-0ubuntu2) precise; urgency=low

  * remove -Werror for now as there is just new glib deprecation making it
    FTBFS.
  * debian/source/
    - remove, doesn't play well with merge-upstream workflow
 -- Didier Roche <email address hidden>   Fri, 03 Feb 2012 14:04:28 +0100
Superseded in precise-release
bamf (0.2.108-0ubuntu1) precise; urgency=low

  * New upstream release.
    - BAMF does not pass make check (LP: #897148)
    - BAMF requires a headless testing target (LP: #897150)
    - Clicking Nautilus launcher icon fails to open a Nautilus file explorer
      window when  copying a file and all other Nautilus windows are closed /
      bamf should skip the taskbar (LP: #784804)
  * debian/libbamf0.symbols, debian/libbamf3-0.symbols:
    - updated symbols
 -- Didier Roche <email address hidden>   Fri, 03 Feb 2012 11:36:48 +0100
Obsolete in oneiric-updates
Deleted in oneiric-proposed (Reason: moved to -updates)
bamf (0.2.104-0ubuntu1.1) oneiric-proposed; urgency=low

  * Correctly signal a closed BamfLegacyWindow, fixes libreoffice and unity
    integration bug (LP: #842566)
  * Don't ignore local .desktop files with OnlyShowIn flag (LP: #863290)
  * Fixed a lot of memory leaks
 -- Marco Trevisan (Trevino) <email address hidden>   Wed, 01 Feb 2012 15:13:36 +0100
Superseded in precise-release
bamf (0.2.106-0ubuntu1) precise; urgency=low

  * New upstream release.
    - Unity acts not as a dock for LibreOffice but as a launcher (LP: #741995)
    - Libreoffice Calc icon does not appear when opened via Writer
      (LP: #861355)
    - Bamf Ignores some local .desktop files with OnlyShowIn flag
      (LP: #863290)
    - Libreoffice and unity integration broken. (LP: #842566)
  * debian/control, debian/rules:
    - enable headless tests build
  * debian/control:
    - bump libglib2.0-dev to 2.28
 -- Didier Roche <email address hidden>   Thu, 12 Jan 2012 17:01:43 +0100
Superseded in precise-release
bamf (0.2.104-0ubuntu2) precise; urgency=low

  * Importing trunk revision 424 fixing various LibreOffice related bugs:
    - Unity acts not as a dock for LibreOffice but as a launcher
      (LP: #741995)
    - Libreoffice and unity integration broken (LP: #842566)
    - Libreoffice Calc icon does not appear when opened via Writer
      (LP: #861355)
    - Alt-tab and launcher shows floating toolbars in LibreOffice as
      additional windows (LP: #840000)
 -- Marco Trevisan (Trevino) <email address hidden>   Thu, 15 Dec 2011 22:05:02 +0100
Superseded in precise-release
Obsolete in oneiric-release
bamf (0.2.104-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - Hopefully really fix unity confused with chrome (not chromium) web apps
      (LP: #692462)
    - Fix to build with gtk2 version
 -- Didier Roche <email address hidden>   Mon, 26 Sep 2011 13:51:22 +0200
Superseded in oneiric-release
bamf (0.2.100-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - Fix unity confused with chrome web apps (LP: #692462)
 -- Didier Roche <email address hidden>   Thu, 22 Sep 2011 15:15:28 +0200
Superseded in oneiric-release
bamf (0.2.98-0ubuntu2) oneiric; urgency=low

  * Cherry-pick a crasher fix:
    - bamfdaemon crashed with SIGSEGV in sn_xcb_display_new()
 -- Didier Roche <email address hidden>   Thu, 15 Sep 2011 15:54:20 +0200
Superseded in oneiric-release
bamf (0.2.98-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - Bamf doesn't recognize just installed applications (LP: #676593)
  * debian/control:
    - update Standards-Version
 -- Didier Roche <email address hidden>   Thu, 08 Sep 2011 20:09:28 +0200
Superseded in oneiric-release
bamf (0.2.96-0ubuntu1) oneiric; urgency=low

  * New upstream release.
 -- Sebastien Bacher <email address hidden>   Thu, 25 Aug 2011 17:44:16 +0200
Superseded in oneiric-release
bamf (0.2.94-0ubuntu1) oneiric; urgency=low

  * New upstream release:
    - no more dependency on the gio ubuntu patch, use the upstream system now
      (LP: #687683)
  * debian/rules:
    - the new tests depends on a X server, desactivate them when building on
      buildd
  * debian/bamfdaemon.install:
    - do not install the gio module as it's not built anymore
 -- Didier Roche <email address hidden>   Thu, 04 Aug 2011 14:56:07 +0200

Available diffs

Superseded in oneiric-release
bamf (0.2.92-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * debian/control, debian/rules:
    - Add libbamf3-0 and libbamf3-dev packages for GTK+ 3
 -- Michael Terry <email address hidden>   Fri, 17 Jun 2011 12:19:14 -0400
Obsolete in natty-updates
Superseded in oneiric-release
Deleted in natty-proposed (Reason: moved to -updates)
bamf (0.2.90-0ubuntu3) natty-proposed; urgency=low

  * Cherry-pick from upstream:
    - System Testing and Printers don't display proper menus when launched by
      command line (LP: #717134)
    - Unity Min,Max,Close buttons not available in Libreoffice when opened by
      double-clicking a file (LP: #728927)
 -- Didier Roche <email address hidden>   Wed, 27 Apr 2011 17:07:18 +0200

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
bamf (0.2.90-0ubuntu2) natty; urgency=low

  * Cherry-pick from upstream:
    - Thunderbird won't stay in launcher and no quicklist (LP: #765736)
 -- Didier Roche <email address hidden>   Wed, 20 Apr 2011 18:07:49 +0200

Available diffs

Superseded in natty-release
bamf (0.2.90-0ubuntu1) natty; urgency=low

  * New upstream release.
    - compiz assert failure: *** glibc detected *** compiz: double free or
      corruption (out): 0x0a1c5a38 *** (LP: #761372)
    - "Authenticate" window shows in launcher as "Polkit-gnome-authentication-
      agent-1" (LP: #740844)
 -- Didier Roche <email address hidden>   Tue, 19 Apr 2011 19:09:34 +0200
Superseded in natty-release
bamf (0.2.86-0ubuntu3) natty; urgency=low

  * Cherry-pick a crash fix in unity with double free corruption (LP: #761372)
 -- Didier Roche <email address hidden>   Fri, 15 Apr 2011 12:49:24 +0200

Available diffs

51100 of 138 results