qtdeclarative/tests
Tor Arne Vestbø 06ace3e226 QQuickItem::map{To,From}Item: Handle items living in different windows
With child windows now being a possibility, we need to account for
the two items in a map{To,From}Item being in different windows.

This also fixes mapping between items in different top level windows.

The item's scene is defined as the window the item is rendered into,
so nothing changes in that regard. Each window is its own scene;
either another top level scene/window, or a child/sub-scene.

Change-Id: Id2456bf1ab3b913ff9227dd10e90e756ccf33364
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2024-01-10 09:53:23 +01:00
..
auto QQuickItem::map{To,From}Item: Handle items living in different windows 2024-01-10 09:53:23 +01:00
baseline Fix z-ordering of curve renderer stroke 2024-01-08 09:26:59 +01:00
benchmarks QmlDom: Add const-correctness 2023-09-15 09:01:59 +02:00
global
libfuzzer/qml Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
manual windowembedding example: Disable signing via target property 2024-01-09 21:01:16 +01:00
system Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
testapplications Port sticky.qml manual test to Controls 2 2023-07-21 00:56:03 +02:00
CMakeLists.txt qmlls: build and run tests in CI 2023-11-01 21:30:45 +01:00
README

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.