~ci-train-bot/unity/+git/unity-ubuntu-impish-4692:unity-ubuntu-impish-4692

Last commit made on 2021-10-26
Get this branch:
git clone -b unity-ubuntu-impish-4692 https://git.launchpad.net/~ci-train-bot/unity/+git/unity-ubuntu-impish-4692
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-impish-4692
Repository:
lp:~ci-train-bot/unity/+git/unity-ubuntu-impish-4692

Recent commits

6a3547c... by CI Train Bot Account

Releasing 7.5.1+21.10.20211026-0ubuntu1

2849f85... 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.

eb67abc... by 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

3899b6f... by CI Train Bot Account

Releasing 7.5.1+21.10.20210601.1-0ubuntu1

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

* New upstream release
* IntrospectionData: Keep Get() const as it should be.
  The builder is now invalid but unreffing will happne in the destructor
* ResultRendererTile: Use proper casting to GdkPixbuf for drag icon
* CompizUtils: Add missing iostream include
* FileManager: Support timestamps and parent windows and implement for GNOME.
  Finally implement org.gnome.Nautilus.FileOperations2 so we can get rid
  of using our ubuntu patch in nautilus https://trello.com/c/ZVKL0Loz
* ApplicationManager: Add ability to get window properties.
  A simple way to get properties through bamf, so that we don't have
  to compute the atom ourselves.
* ApplicationManager: Add function to find a window by an (unique) property.
  This is relevant for unique property values, otherwise we'd just return
  the firs window matching it.
* GnomeFileManager: Use upstream OpenWindowsWithLocations.
  Find nautilus application windows by their unique GTK window object path
  using the application manager, in this way we can drop the support to
  the ubuntu-only XUbuntuOpenLocationsXids property.
  As per this, recommends an higher version of nautilus.
* VolumeLauncherIcons: Hide shadowed mounts
* TestSoftwareCenterLauncherIcon: Expose proper virtual function.
  Compiler seems to be confused by using a base class implementation,
  so let's just point to the class one and leave it figure out which
  implementation to use at runtime.
* TestGtkIconInfo: Ignore icons that gtk can't find.
  We still ensure that we've tested various, so the test is still valid
* TestResultRenderer: Use a freedesktop icon for the test.
  So we can be sure that a theme will provide it
* tests/dummy-xorg-test-runner.sh: Do not delete log files on failure
* LauncherController: Move GetLastIconPriority into a private impl header.
  Being a template it must be defined for all its customers, so expose it
  to the test.
  Fixes linking issue on s390x.
* tests/test_text_input: Initialize previews style

69c308e... by Marco Trevisan (Treviño)

New upstream release