Name Status Project Last Modified Last Commit
lp:bamf/legacy Mature bamf 2010-06-04 09:35:27 UTC
256. Bump to next development release

Author: Neil J. Patel
Revision Date: 2010-06-04 08:56:26 UTC

Bump to next development release

lp:bamf/0.4
Series: 0.4
Mature bamf 2013-07-25 13:20:01 UTC
543. BamfMatcher: correctly match QML appl...

Author: Marco Trevisan (Treviño)
Revision Date: 2013-07-25 13:20:01 UTC

BamfMatcher: correctly match QML applications launched with qmlscene or qmlviewer

This also includes adding support to the "--desktop_file_hint" exec parameter to override
matching and caching the window exec string in BamfLegacyWindow. Fixes: https://bugs.launchpad.net/bugs/1180402.

Approved by PS Jenkins bot, Christopher Townsend.

lp:~unity-team/bamf/0.5 Mature bamf 2013-10-29 01:18:58 UTC
589. BamfXutils: trap the X errors when do...

Author: Marco Trevisan (Treviño)
Revision Date: 2013-10-29 01:18:58 UTC

BamfXutils: trap the X errors when doing async X calls. Fixes: https://bugs.launchpad.net/bugs/1193714.

Approved by PS Jenkins bot, Christopher Townsend.

lp:bamf/0.2
Series: 0.2
Mature bamf 2013-10-10 16:31:15 UTC
492. BamfMatcher: ignore StartupWMClass fo...

Author: Marco Trevisan (Treviño)
Revision Date: 2013-10-10 16:31:15 UTC

BamfMatcher: ignore StartupWMClass for LibreOffice Windows

LO windows can be very slow to update their window class, and this may
lead to matching errors.

lp:bamf/0.3
Series: 0.3
Mature bamf 2013-01-29 18:57:07 UTC
498. BamfMatcher: ignore the javaws window...

Author: Marco Trevisan (Treviño)
Revision Date: 2013-01-29 18:57:07 UTC

BamfMatcher: ignore the javaws windows when setting the window hint. Fixes: https://bugs.launchpad.net/bugs/1098186. Approved by Brandon Schaefer.

lp:~unity-team/bamf/oneiric bug Mature bamf 2012-02-28 15:06:02 UTC
428. Backporting the patch to support both...

Author: Marco Trevisan (Treviño)
Revision Date: 2012-02-28 15:06:02 UTC

Backporting the patch to support both the libreoffice Exec formats

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

lp:~3v1n0/bamf/hints-changes-notify Development bamf 2012-10-15 15:43:51 UTC
495. libbamf, BamfWindow: add signal to no...

Author: Marco Trevisan (Treviño)
Revision Date: 2012-10-15 15:43:30 UTC

libbamf, BamfWindow: add signal to notify on window properties changes and methods to enable this.

lp:~3v1n0/bamf/ignore-unneeded-windows (Has a merge proposal) Development bamf 2012-03-19 18:28:41 UTC
468. BamfMatcher: don't ignore utility win...

Author: Marco Trevisan (Treviño)
Revision Date: 2012-03-19 18:28:41 UTC

BamfMatcher: don't ignore utility windows, we should take care of them

lp:~3v1n0/bamf/libbamf-desktop-id-based-factory Development bamf 2012-10-05 14:04:16 UTC
489. libbamf, BamfFactory: use the desktop...

Author: Marco Trevisan (Treviño)
Revision Date: 2012-10-05 12:24:53 UTC

libbamf, BamfFactory: use the desktop-id matching as fallback method

lp:~3v1n0/bamf/snap-exec-matching-fix-a bug(Has a merge proposal) Development bamf 2018-02-08 13:10:54 UTC
656. bamf-window: read snap and flatpak ID...

Author: Marco Trevisan (Treviño)
Revision Date: 2018-02-07 14:10:19 UTC

bamf-window: read snap and flatpak IDs and use it to guess desktop-id

lp:~3v1n0/bamf/unity-team_0.5 Development bamf 2021-07-10 15:59:03 UTC
678. Releasing 0.5.5+21.10.20210710-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2021-07-10 15:59:03 UTC

Releasing 0.5.5+21.10.20210710-0ubuntu1

lp:~abreu-alexandre/bamf/proper-webapps-detection-matching Development bamf 2012-11-05 16:03:38 UTC
494. bamf w/ proper webapps detection

Author: Alexandre Abreu
Revision Date: 2012-11-05 16:03:13 UTC

bamf w/ proper webapps detection

lp:~alexlauni/bamf/authors (Has a merge proposal) Development bamf 2010-12-06 16:16:38 UTC
369. Generate AUTHORS and ChangeLog from b...

Author: Alex Launi
Revision Date: 2010-12-06 16:16:38 UTC

Generate AUTHORS and ChangeLog from bzr log on make dist

lp:~asac/bamf/match-apps-by-startup-wm-class (Has a merge proposal) Development bamf 2010-12-09 00:18:34 UTC
368. add support for StartupWMClass to mat...

Author: Alexander Sack
Revision Date: 2010-12-09 00:18:34 UTC

add support for StartupWMClass to match window_class for more cases
* extend .index file format to allow the final column to optionally have a BAMF_WM_CLASS::StartupWMClass field
* prefer StartupWMClass as desktop_id if available and only fall back to .desktop filename as heuristic
  -> example of affected apps are firefox dailes that have special WM_CLASS/codename aka Minefield instead of Firefox-4.0 etc.

Note: new perl magic to generate bamf.index is:
  perl -ne '/^(.*?)=(.*)/; $$d{$ARGV}{$1} = $2; END { for $f (keys %$d) { printf "%s\t%s%s\n", $f =~ m{.*/([^/]+)$}, $$d{$f}{'Exec'},$$d{$f}{'StartupWMClass'} ? "\tBAMF_WM_CLASS::$$d{$f}{'StartupWMClass'}" : "" } }' /usr/share/applications/*.desktop > /path/to/bamf.index

lp:~azzar1/bamf/fix-1097956 (Has a merge proposal) Development bamf 2013-04-03 13:31:42 UTC
529. Prevent crash. Should fix lp 1097956.

Author: Andrea Azzarone
Revision Date: 2013-04-03 13:28:44 UTC

Prevent crash. Should fix lp 1097956.

lp:~ballogy/bamf/make-tests-optional (Has a merge proposal) Development bamf 2011-11-20 01:27:32 UTC
420. Make building tests optional

Author: Balló György
Revision Date: 2011-11-20 01:27:32 UTC

Make building tests optional

lp:~brandontschaefer/bamf/default-icon-bamf-view Development bamf 2012-07-10 21:54:07 UTC
473. * If a bamf_view can't find an icon r...

Author: Brandon Schaefer
Revision Date: 2012-07-10 21:49:07 UTC

* If a bamf_view can't find an icon return the default one.

lp:~ci-train-bot/bamf/bamf-ubuntu-artful-2896 Development bamf 2017-08-10 02:50:39 UTC
655. Releasing 0.5.3+17.10.20170810-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-08-10 02:49:19 UTC

Releasing 0.5.3+17.10.20170810-0ubuntu1

lp:~ci-train-bot/bamf/bamf-ubuntu-artful-3137 bug Development bamf 2018-02-08 13:14:22 UTC
657. Releasing 0.5.3+17.10.20180208-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2018-02-08 13:13:58 UTC

Releasing 0.5.3+17.10.20180208-0ubuntu1

lp:~ci-train-bot/bamf/bamf-ubuntu-bionic-3132 Development bamf 2018-02-07 14:10:54 UTC
657. Releasing 0.5.3+18.04.20180207.2-0ubu...

Author: CI Train Bot Account
Revision Date: 2018-02-07 14:10:54 UTC

Releasing 0.5.3+18.04.20180207.2-0ubuntu1

lp:~ci-train-bot/bamf/bamf-ubuntu-xenial-3133 Development bamf 2018-02-09 15:49:14 UTC
642. Releasing 0.5.3~bzr0+16.04.20180209-0...

Author: CI Train Bot Account
Revision Date: 2018-02-09 15:49:14 UTC

Releasing 0.5.3~bzr0+16.04.20180209-0ubuntu1

lp:~ci-train-bot/bamf/bamf-ubuntu-xenial-landing-085 bug Development bamf 2016-08-24 12:50:17 UTC
640. Releasing 0.5.3~bzr0+16.04.20160824-0...

Author: CI Train Bot Account
Revision Date: 2016-08-24 12:49:47 UTC

Releasing 0.5.3~bzr0+16.04.20160824-0ubuntu1

lp:~ci-train-bot/bamf/bamf-ubuntu-yakkety-2028 Development bamf 2016-09-29 16:13:10 UTC
650. Releasing 0.5.3+16.10.20160929-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-09-29 16:12:35 UTC

Releasing 0.5.3+16.10.20160929-0ubuntu1

lp:~ci-train-bot/bamf/bamf-ubuntu-zesty-2707 Development bamf 2017-04-06 13:11:16 UTC
653. Releasing 0.5.3+17.04.20170406-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-04-06 13:10:47 UTC

Releasing 0.5.3+17.04.20170406-0ubuntu1

lp:~cjcurran/bamf/defensive-children (Has a merge proposal) Development bamf 2012-07-17 19:38:21 UTC
476. try and lock, don't assume you can

Author: Conor Curran
Revision Date: 2012-07-17 19:38:21 UTC

try and lock, don't assume you can

lp:~cyphermox/bamf/14.04.20131125-0ubuntu2 (Has a merge proposal) Development bamf 2014-01-09 15:21:00 UTC
590. releasing package bamf version 0.5.1+...

Author: Mathieu Trudel-Lapierre
Revision Date: 2014-01-09 15:20:41 UTC

releasing package bamf version 0.5.1+14.04.20131125-0ubuntu2

lp:~didrocks/bamf/bamf Development bamf 2012-11-13 10:39:02 UTC
498. boostrapping

Author: Didier Roche-Tolomelli
Revision Date: 2012-11-13 10:38:50 UTC

boostrapping

lp:~didrocks/bamf/newsnapshot Development bamf 2012-11-13 08:11:56 UTC
499. commit de test

Author: Didier Roche-Tolomelli
Revision Date: 2012-11-13 08:04:05 UTC

commit de test

lp:~didrocks/bamf/rev (Has a merge proposal) Development bamf 2012-11-13 08:04:05 UTC
499. commit de test

Author: Didier Roche-Tolomelli
Revision Date: 2012-11-13 08:04:05 UTC

commit de test

lp:~jbicha/bamf/2896 (Has a merge proposal) Development bamf 2017-08-10 02:44:14 UTC
653. Releasing 0.5.3+17.04.20170406-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-04-06 13:10:47 UTC

Releasing 0.5.3+17.04.20170406-0ubuntu1

lp:~kamstrup/bamf/legacy-build-fixes Development bamf 2011-11-23 10:01:14 UTC
257. First cut at fixing the build

Author: Mikkel Kamstrup Erlandsen
Revision Date: 2011-11-23 09:58:03 UTC

First cut at fixing the build

lp:~ken-vandine/bamf/webapps_quantal Development bamf 2012-08-11 05:13:13 UTC
438. releasing version 0.2.122+webapps1-0u...

Author: Ken VanDine
Revision Date: 2012-08-11 05:12:39 UTC

releasing version 0.2.122+webapps1-0ubuntu1

lp:~mrazik/bamf/ubuntu Development bamf 2012-06-13 12:21:51 UTC
425. removing commented lines at the end o...

Author: Martin Mrazik
Revision Date: 2012-06-13 12:21:36 UTC

removing commented lines at the end of debian/control

lp:~ps-jenkins/bamf/trusty-proposed Development bamf 2014-04-09 17:27:39 UTC
601. Releasing 0.5.1+14.04.20140409-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-04-09 17:27:39 UTC

Releasing 0.5.1+14.04.20140409-0ubuntu1

lp:~ps-jenkins/bamf/ubuntu-utopic-proposed Development bamf 2014-10-06 15:03:32 UTC
604. Releasing 0.5.1+14.10.20140925-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-09-25 14:56:56 UTC

Releasing 0.5.1+14.10.20140925-0ubuntu1

lp:~robertcarr/bamf/ignore-shell-windows (Has a merge proposal) Development bamf 2012-03-19 18:13:05 UTC
455. Cleanup

Author: Robert Carr
Revision Date: 2012-03-19 18:13:05 UTC

Cleanup

lp:~robertcarr/bamf/unity-webapps-tab Development bamf 2012-02-07 18:04:05 UTC
444. Remove BamfTabSource from tests

Author: Robert Carr
Revision Date: 2012-02-07 18:03:54 UTC

Remove BamfTabSource from tests

lp:~sil2100/bamf/flush_trunk (Has a merge proposal) Development bamf 2014-02-14 16:57:59 UTC
591. BamfLegacyScreen: When in Unity monit...

Author: Marco Trevisan (Treviño)
Revision Date: 2014-02-14 03:12:52 UTC

BamfLegacyScreen: When in Unity monitor for compiz ClientMessage's to show action menu

If we get a _COMPIZ_TOOLKIT_ACTION client message with the internal value
_COMPIZ_TOOLKIT_ACTION_WINDOW_MENU, then we are requested by compiz
to show the window action menu, and thus let's ask the proper BamfLegacyWindow
to do that, thanks to libwnck. Fixes: https://bugs.launchpad.net/bugs/1280042.

Approved by Brandon Schaefer, PS Jenkins bot.

lp:~sil2100/bamf/quantal_0.3.6 bug Development bamf 2013-01-31 17:44:01 UTC
453. * Cherry-pick upstream. - BamfMatch...

Author: Łukasz Zemczak
Revision Date: 2013-01-31 14:17:47 UTC

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

lp:~sil2100/bamf/quantal_0.3.6_2 bug Development bamf 2013-02-19 16:54:54 UTC
454. * Cherry-pick upstream. - BamfMatch...

Author: Łukasz Zemczak
Revision Date: 2013-02-19 16:53:39 UTC

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

lp:~sil2100/bamf/ubuntu.02126 Development bamf 2013-02-21 17:58:30 UTC
429. Match quantal changelog wording - tak...

Author: Łukasz Zemczak
Revision Date: 2013-02-21 17:57:27 UTC

Match quantal changelog wording - taken from Timo's branch, but without some unnecessary changes

lp:~ted/bamf/oneiric-unused Development bamf 2011-07-28 17:41:27 UTC
409. Not sure how I missed updating of the...

Author: Ted Gould
Revision Date: 2011-07-28 17:41:27 UTC

Not sure how I missed updating of the m4 files in the earlier commit, but these shoudln't be version controlled anyway, so let's fix that now.

lp:~timo-jyrinki/bamf/0.3.4.1 Development bamf 2012-10-31 12:35:01 UTC
495. Release 0.3.4.1

Author: Timo Jyrinki
Revision Date: 2012-10-31 12:35:01 UTC

Release 0.3.4.1

lp:~timo-jyrinki/bamf/dummy_merge (Has a merge proposal) Development bamf 2012-08-28 10:49:45 UTC
482. dummy merge

Author: Timo Jyrinki
Revision Date: 2012-08-28 10:49:26 UTC

dummy merge

lp:~timo-jyrinki/bamf/ubuntu-0.2.124.1 Development bamf 2012-11-28 06:17:48 UTC
434. * debian/*.symbols - Update for new...

Author: Timo Jyrinki
Revision Date: 2012-11-28 06:09:22 UTC

* debian/*.symbols
  - Update for new symbols that are already in the earlier releases

lp:~timo-jyrinki/bamf/ubuntu-0.2.124.2 Development bamf 2012-12-07 07:18:18 UTC
436. Revert *.symbols update, they are sup...

Author: Timo Jyrinki
Revision Date: 2012-12-07 07:18:18 UTC

Revert *.symbols update, they are supposed to be private symbols even though exposed in this 0.2 branch.

lp:~timo-jyrinki/bamf/ubuntu.02126 bug Development bamf 2013-02-01 07:27:22 UTC
429. Match quantal changelog wording (Bamf...

Author: Timo Jyrinki
Revision Date: 2013-02-01 07:27:22 UTC

Match quantal changelog wording
(BamfMatcher: ignore the javaws windows when setting the window hint)

lp:~ubuntu-desktop/bamf/oneiric Development bamf 2012-02-01 15:53:04 UTC
392. Updated the changelog

Author: Marco Trevisan (Treviño)
Revision Date: 2012-02-01 14:16:39 UTC

Updated the changelog

lp:~ubuntu-desktop/bamf/precise bug Development bamf 2013-02-25 11:36:36 UTC
430. releasing version 0.2.126-0ubuntu1

Author: Didier Roche-Tolomelli
Revision Date: 2013-02-25 11:36:36 UTC

releasing version 0.2.126-0ubuntu1

lp:~ubuntu-desktop/bamf/quantal Development bamf 2013-02-25 11:41:53 UTC
455. releasing version 0.3.6-0ubuntu2

Author: Didier Roche-Tolomelli
Revision Date: 2013-02-25 11:41:53 UTC

releasing version 0.3.6-0ubuntu2

lp:~ubuntu-desktop/bamf/ubuntu bug Development bamf 2012-08-22 13:04:51 UTC
426. debian/control: Build-Depends on libu...

Author: Sebastien Bacher
Revision Date: 2012-08-22 13:04:51 UTC

debian/control: Build-Depends on libunity-webapps-dev so the merger can
land the new code using it

lp:bamf/artful
Series: artful
Development bamf 2018-02-08 13:08:31 UTC
655. Releasing 0.5.3+17.10.20170810-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-08-10 02:49:19 UTC

Releasing 0.5.3+17.10.20170810-0ubuntu1

lp:~unity-team/bamf/release-quantal bug Development bamf 2012-08-30 08:06:31 UTC
482. dummy merge. Fixes: . Approved by Tim...

Author: Timo Jyrinki
Revision Date: 2012-08-28 11:27:07 UTC

dummy merge. Fixes: . Approved by Timo Jyrinki.

lp:bamf
Series: trunk
(Linked to a blueprint) Development bamf 2018-06-19 01:52:04 UTC
658. Moving repo to GIT

Author: Marco Trevisan (Treviño)
Revision Date: 2018-06-19 01:52:04 UTC

Moving repo to GIT

lp:bamf/0.5
Series: 0.5
Development bamf 2018-06-19 00:31:05 UTC This branch has not been imported yet.
lp:~unity-team/bamf/x-sru2 bug(Has a merge proposal) Development bamf 2016-08-24 12:46:06 UTC
638. Releasing 0.5.3~bzr0+16.04.20160701-0...

Author: CI Train Bot Account
Revision Date: 2016-07-01 10:44:07 UTC

Releasing 0.5.3~bzr0+16.04.20160701-0ubuntu1

lp:bamf/xenial
Series: xenial
bug Development bamf 2018-02-09 15:49:14 UTC
642. Releasing 0.5.3~bzr0+16.04.20180209-0...

Author: CI Train Bot Account
Revision Date: 2018-02-09 15:49:14 UTC

Releasing 0.5.3~bzr0+16.04.20180209-0ubuntu1

lp:~webapps/bamf/bamf-precise-with-notify-fix Development bamf 2012-07-25 19:14:06 UTC
432. Update changelog, ~webapps13

Author: Robert Carr
Revision Date: 2012-07-25 19:11:59 UTC

Update changelog, ~webapps13

lp:~webapps/bamf/with-webapps Development bamf 2012-07-24 22:06:08 UTC
467. Webapps build fixes to new internal API

Author: Robert Carr
Revision Date: 2012-07-24 21:52:53 UTC

Webapps build fixes to new internal API

lp:~xnox/bamf/fix-ftbfs (Has a merge proposal) Development bamf 2013-04-02 10:45:29 UTC
529. add changelog

Author: Dimitri John Ledkov
Revision Date: 2013-04-02 10:45:29 UTC

add changelog

lp:clutk/0.2 Mature clutk 2010-04-12 09:37:32 UTC
105. bump version

Author: Didier Roche-Tolomelli
Revision Date: 2010-04-12 09:37:32 UTC

bump version

lp:clutk/0.1 Mature clutk 2009-08-07 09:46:02 UTC
78. modified: configure.ac - New re...

Author: Neil J. Patel
Revision Date: 2009-08-04 16:45:04 UTC

modified:
  configure.ac
    - New release

lp:clutk/0.3
Series: 0.3
Mature clutk 2010-06-10 16:23:01 UTC
212. [release] 0.3.32

Author: Neil J. Patel
Revision Date: 2010-06-10 16:23:01 UTC

[release] 0.3.32

lp:~asac/clutk/gles-support Development clutk 2010-08-25 08:53:02 UTC
263. add dependency gl/glesv2 libs/cflags ...

Author: Alexander Sack
Revision Date: 2010-08-25 08:52:41 UTC

add dependency gl/glesv2 libs/cflags to build system

lp:~asac/clutk/prepare-no-gl-includes-in-clutter (Has a merge proposal) Development clutk 2010-10-04 19:57:08 UTC
259. fix missing gl includes; do not rely ...

Author: Alexander Sack
Revision Date: 2010-10-04 19:56:27 UTC

fix missing gl includes; do not rely on GL/gl.h getting included by clutter

lp:~jammy-zhou/clutk/gles2-shaders.hacky Development clutk 2010-10-18 06:15:04 UTC
280. improve for CTK_BEGIN_GL/CTK_END_GL

Author: Jammy Zhou
Revision Date: 2010-10-18 06:15:04 UTC

improve for CTK_BEGIN_GL/CTK_END_GL

lp:~jpetersen/clutk/414353 bug Development clutk 2010-03-31 13:55:39 UTC
104. Take slider size in account when the ...

Author: Jan Arne Petersen
Revision Date: 2010-03-31 13:22:39 UTC

Take slider size in account when the child widget height for allocation
is calculated.

Fixes: Bug #414353 - Cannot scroll to bottom of system menu

lp:~unity-team/clutk/clutk.no-asm-shaders Development clutk 2010-06-16 04:25:42 UTC
209. Deactivated the use of asm shaders ...

Author: Jay Taoko
Revision Date: 2010-06-16 04:24:37 UTC

Deactivated the use of asm shaders

  clutk/ctk-arb-asm-private.c
    - fix inverted texture coordinate

  clutk/ctk-layer-actor.c
  clutk/ctk-main.c
  clutk/ctk-menu.c
    - Disable the use of asm shaders

lp:~unity-team/clutk/clutk.opengles Development clutk 2010-06-16 03:18:43 UTC
215. OpenGL ES compatibility: removing glB...

Author: Jay Taoko
Revision Date: 2010-06-15 18:47:16 UTC

OpenGL ES compatibility: removing glBegin/glEnd

[modified]
  clutk/ctk-arb-asm-private.c
  clutk/ctk-arb-asm-private.h
    - OpenGL ES compatibility
    - Using triangle strip with glDrawArrays. OpenGL ES does not allow GL_QUADS
    - Converted the Gaussian function to be OpenGL ES compatible
    -Save and then restore client state attributes after rendering

  clutk/ctk-effect-blur.c
  clutk/ctk-effect-glow.c
  clutk/ctk-effect-drop-shadow.c
    - Cleanup

  clutk/ctk-effect.c
  clutk/ctk-effect.h
    - Invalidate effect when a parameter changes
    - Changed maximum blur strength

  clutk/ctk-layer-actor.c
    - Changed to use and OpenGL ES comaptible rendering

  tests/Makefile.am
    - Added build for new tests

[added]
  tests/test-clutk-glow.c
  tests/test-clutk-drop-shadow.c
  tests/test-clutk-blur.c
    - Effect tests

lp:~unity-team/clutk/gles-support Development clutk 2010-07-05 22:15:15 UTC
230. Replaced GLEW headers with OpenGL ES ...

Author: Jay Taoko
Revision Date: 2010-07-05 22:15:15 UTC

Replaced GLEW headers with OpenGL ES headers.
Compile on Marvel ARM board.
Working test: tests/test-clutk-text

[modified]
  clutk/ctk-arb-asm-private.c
  clutk/ctk-effect-blur.c
  clutk/ctk-effect-context.c
  clutk/ctk-effect-drop-shadow.c
  clutk/ctk-effect-glow.c
  clutk/ctk-gfx-private.c
  clutk/ctk-layer-actor.c
  clutk/ctk-layer.c
  clutk/ctk-main.c
  clutk/ctk-menu.c
  clutk/ctk-render-target.c
  clutk/ctk-utils.c
    - modified code to skip non OpenGL ES compatible calls
    - Effects are deactivated
    - Using the following headers on Marvell ARM board:
 <GLES2/gl2.h>
 <GLES2/gl2ext.h>

lp:~unity-team/clutk/optional-effects Development clutk 2010-08-20 15:09:07 UTC
257. make sure no blurred menu-background ...

Author: Mirco Müller
Revision Date: 2010-08-20 15:09:07 UTC

make sure no blurred menu-background is created if effects are disabled

lp:~unity-team/clutk/packaging bug Development clutk 2010-09-22 18:20:22 UTC
237. releasing version 0.3.60-0ubuntu1

Author: Didier Roche-Tolomelli
Revision Date: 2010-09-22 18:20:22 UTC

releasing version 0.3.60-0ubuntu1

lp:clutk
Series: trunk
Development clutk 2010-10-13 12:11:06 UTC
277. support for a new CLUTK_DISABLE_EFFEC...

Author: David Barth
Revision Date: 2010-10-13 12:11:06 UTC

support for a new CLUTK_DISABLE_EFFECTS flag

lp:~unity-team/clutk/update-menu-positioning Development clutk 2010-07-04 08:28:59 UTC
229. - Use get_abs_tranformed_vertices to ...

Author: Neil J. Patel
Revision Date: 2010-07-04 08:27:52 UTC

- Use get_abs_tranformed_vertices to figure out the exact positon of an actor on the stage to calculate where the menu should be

modified:
  clutk/ctk-menu.c

lp:~allanlesage/coverity-launchpad-sync-tool/defect_report-coverage Development coverity-launchpad-sync-tool 2013-01-28 03:03:31 UTC
147. Coverage for DefectReport.should_be_i...

Author: Allan LeSage
Revision Date: 2013-01-28 03:02:44 UTC

Coverage for DefectReport.should_be_ignored.

lp:~allanlesage/coverity-launchpad-sync-tool/ignore-files Development coverity-launchpad-sync-tool 2013-01-24 03:58:17 UTC
146. Groundwork for ignoring files.

Author: Allan LeSage
Revision Date: 2013-01-24 03:57:41 UTC

Groundwork for ignoring files.

lp:coverity-launchpad-sync-tool
Series: trunk
bug Development coverity-launchpad-sync-tool 2013-01-24 02:57:40 UTC
146. Amended a failing CI test on snapshot...

Author: Allan LeSage
Revision Date: 2013-01-24 02:57:40 UTC

Amended a failing CI test on snapshot-id.

lp:dee/0.2 Mature dee 2010-06-04 11:10:17 UTC
164. [release] 0.2.4

Author: Neil J. Patel
Revision Date: 2010-06-04 10:15:00 UTC

[release] 0.2.4

lp:~alexlauni/dee/build-fix (Has a merge proposal) Development dee 2011-09-23 14:05:32 UTC
299. fix build with --enable-trace-log ena...

Author: Alex Launi
Revision Date: 2011-09-23 14:05:07 UTC

fix build with --enable-trace-log enabled

lp:~charlesk/dee/fix-904995 bug(Has a merge proposal) Development dee 2014-03-13 20:33:51 UTC
345. sync with lp:dee

Author: Charles Kerr
Revision Date: 2014-03-13 20:33:51 UTC

sync with lp:dee

lp:~ci-train-bot/dee/dee-ubuntu-artful-2824 Development dee 2017-06-16 22:21:07 UTC
440. Releasing 1.2.7+17.10.20170616-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-06-16 22:20:37 UTC

Releasing 1.2.7+17.10.20170616-0ubuntu1

lp:~didrocks/dee/bootstrap Development dee 2012-11-15 15:05:09 UTC
388. old rev

Author: Didier Roche-Tolomelli
Revision Date: 2012-11-15 15:05:09 UTC

old rev

lp:~fginther/dee/mbs-test-only Development dee 2012-10-12 21:34:50 UTC
379. Test for Meta-Build System

Author: Francis Ginther
Revision Date: 2012-10-12 21:34:23 UTC

Test for Meta-Build System

lp:~kamstrup/dee/test-fixes (Has a merge proposal) Development dee 2011-11-29 09:32:24 UTC
309. Add a headless mode for the test suit...

Author: Mikkel Kamstrup Erlandsen
Revision Date: 2011-11-29 09:32:08 UTC

Add a headless mode for the test suite. It is disabled by default, and can be enabled with --enable-headless-tests.

lp:~ken-vandine/dee/install-gi-override (Has a merge proposal) Development dee 2011-01-24 20:01:43 UTC
225. Install Dee.py in gi.overrides

Author: Ken VanDine
Revision Date: 2011-01-24 19:40:08 UTC

Install Dee.py in gi.overrides

lp:~ken-vandine/dee/model_cleared_signal (Has a merge proposal) Development dee 2012-02-01 16:18:18 UTC
342. Adds a DeeModel::cleared signal which...

Author: Ken VanDine
Revision Date: 2012-02-01 16:16:52 UTC

Adds a DeeModel::cleared signal which is emitted when a model is cleared, before the rows are removed.

lp:~ken-vandine/dee/packaging Development dee 2011-01-24 20:31:21 UTC
180. * New upstream release * debian/{cont...

Author: Ken VanDine
Revision Date: 2011-01-24 20:31:08 UTC

* New upstream release
* debian/{control,python-dee.install}
  - Added new package for the python bindings (just a gi.overrides)
 * debian/rules
   - added dh_python2

lp:~mhr3/dee/array-model Development dee 2012-02-19 14:59:06 UTC
345. Implement DeeArrayModel

Author: Michal Hruby
Revision Date: 2012-02-19 14:58:50 UTC

Implement DeeArrayModel

lp:~mhr3/dee/client-connection-sharing Development dee 2011-12-21 13:07:35 UTC
344. Implement client connection sharing

Author: Michal Hruby
Revision Date: 2011-12-21 13:07:19 UTC

Implement client connection sharing

lp:~mvo/dee/small-python-fixes (Has a merge proposal) Development dee 2012-09-11 14:42:13 UTC
380. examples/slave-model.py: fix the exam...

Author: Michael Vogt
Revision Date: 2012-09-11 14:41:58 UTC

examples/slave-model.py: fix the example to actually work

lp:~ps-jenkins/dee/trusty-proposed Development dee 2014-03-25 20:54:21 UTC
435. Releasing 1.2.7+14.04.20140324-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-03-24 16:20:13 UTC

Releasing 1.2.7+14.04.20140324-0ubuntu1

lp:~sil2100/dee/hack_python3_overrides bug(Has a merge proposal) Development dee 2012-06-27 13:40:00 UTC
369. Hard-code the path to python3 gi over...

Author: Łukasz Zemczak
Revision Date: 2012-06-27 10:03:08 UTC

Hard-code the path to python3 gi overrides, since there's no other easy way of doing it in autotools.

lp:~sil2100/dee/precise_1.1 bug Development dee 2013-02-01 15:54:27 UTC
249. Mark that we actually also fix the pr...

Author: Łukasz Zemczak
Revision Date: 2013-02-01 15:54:27 UTC

Mark that we actually also fix the previously filled-in bug, just this time for precise

lp:~sil2100/dee/precise_SRU1 Development dee 2012-06-26 11:58:31 UTC
246. * Cherry-pick upstream: - Please ma...

Author: Łukasz Zemczak
Revision Date: 2012-06-26 11:57:26 UTC

* Cherry-pick upstream:
  - Please make PyGI overrides available to Python3 (LP: #905085)

lp:~timo-jyrinki/dee/dee-quantal bug Development dee 2012-11-09 05:02:02 UTC
24. version number ubuntu2 -> ubuntu1.1 f...

Author: Timo Jyrinki
Revision Date: 2012-11-09 05:02:02 UTC

version number ubuntu2 -> ubuntu1.1 for quantal since raring has ubuntu2

lp:~ubuntu-desktop/dee/precise Development dee 2013-02-06 08:58:45 UTC
250. releasing version 1.0.10-0ubuntu1.1

Author: Didier Roche-Tolomelli
Revision Date: 2013-02-06 08:58:33 UTC

releasing version 1.0.10-0ubuntu1.1

lp:~ubuntu-desktop/dee/ubuntu bug Development dee 2012-11-07 16:54:17 UTC
253. releasing version 1.0.14-0ubuntu2

Author: Ken VanDine
Revision Date: 2012-11-07 16:54:17 UTC

releasing version 1.0.14-0ubuntu2

lp:~unity-team/dee/changeset-demultiplexer bug(Has a merge proposal) Development dee 2013-11-26 17:52:38 UTC
433. updated author

Author: Nick Dedekind
Revision Date: 2013-11-22 14:46:48 UTC

updated author

lp:dee/0.5
Series: 0.5
Development dee 2011-09-23 14:36:37 UTC
289. Sync changes from trunk

Author: Mikkel Kamstrup Erlandsen
Revision Date: 2011-09-23 14:36:37 UTC

Sync changes from trunk

lp:~unity-team/dee/import-model-crash bug Development dee 2010-08-20 13:01:05 UTC
189. Add a dummy check for LP bug #616997 ...

Author: Mikkel Kamstrup Erlandsen
Revision Date: 2010-08-20 13:00:06 UTC

Add a dummy check for LP bug #616997 "[RV515] Unity keeps reloading with a white background". THIS IS NOT A FIX

1100 of 1323 results