~ci-train-bot/unity/+git/unity-ubuntu-kinetic-4903:unity-ubuntu-kinetic-4903

Last commit made on 2022-08-18
Get this branch:
git clone -b unity-ubuntu-kinetic-4903 https://git.launchpad.net/~ci-train-bot/unity/+git/unity-ubuntu-kinetic-4903
Only CI Train Bot Account can upload to this branch. If you are CI Train Bot Account please log in for upload directions.

Branch merges

Branch information

Name:
unity-ubuntu-kinetic-4903
Repository:
lp:~ci-train-bot/unity/+git/unity-ubuntu-kinetic-4903

Recent commits

5ecfd12... by CI Train Bot Account

Releasing 7.5.1+22.10.20220818-0ubuntu1

d0f050b... by Alberts Muktupāvels

Fix build after Compiz changes

ce82899... by Alberts Muktupāvels

Bump required CMake version to 3.17.0

This version is required by Compiz.

bc5b0f3... by Alberts Muktupāvels

unity-mt-grab-handles: fix build after Compiz changes

Compiz now includes <boost/bind/bind.hpp>.

07400a0... by CI Train Bot Account

Releasing 7.5.1+22.04.20211026.2-0ubuntu1

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

[ Uladzislau Nikalayevich ]
* DecoratedWindow: Do not try to use shaped shadows on empty quads.
  Windows may have no shaped rectangles, but we're still trying to set
  them. This is because we might not initialize the shape size, leading
  to invalid values. (LP: #1904337)
[ Marco Trevisan (Treviño) ]
* DecorationsShape: Initialize parameters on missing rectangles.
  In such case the shape should just be empty, but we didn't really handle
  the case properly.
* dummy-xorg-test-runner: Use command -v instead of deprecated which
* TestSwitchController: Do not define FakeApplicationWindow as NiceMock twice.
  It's already used as ::Nice later, no need to define it initially,
  otherwise newer gtest won't compile

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

Update changelog

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

TestSwitchController: Do not define FakeApplicationWindow as NiceMock twice

It's already used as ::Nice later, no need to define it initially,
otherwise newer gtest won't compile

109e176... by Marco Trevisan (Treviño)

dummy-xorg-test-runner: Use command -v instead of deprecated which

54b016c... by Marco Trevisan (Treviño)

DecorationsShape: Initialize parameters on missing rectangles

In such case the shape should just be empty, but we didn't really handle
the case properly.