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

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

Recent commits

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

36a9879... by Marco Trevisan (Treviño)

tests/test_text_input: Initialize previews style

653d800... by Marco Trevisan (Treviño)

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.

4ee3e74... by Marco Trevisan (Treviño)

tests/dummy-xorg-test-runner.sh: Do not delete log files on failure

90bb18b... by Marco Trevisan (Treviño)

TestResultRenderer: Use a freedesktop icon for the test

So we can be sure that a theme will provide it

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

TestGtkIconInfo: Ignore icons that gtk can't find

We still ensure that we've tested various, so the test is still valid

7f79134... by Marco Trevisan (Treviño)

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.

33bcda7... by Marco Trevisan (Treviño)

VolumeLauncherIcons: Hide shadowed mounts