qtdeclarative/tests
Andrew den Exter c95fbaf369 Don't send delayed mouse presses to ancestors of the replaying Flickable.
If a Flickable delayed a mouse press event and then replayed it later,
ancestor items of that Flickable would receive the press twice:
once when filtering events of the Flickable, and again when the event
was replayed to a descendent of the Flickable.  Extend the protection
against a Flickable receiving that repeat event to all ancestor items
so this doesn't happen.

Change-Id: I438c146130c24a7d47e9e8712a1ab08f3d915a06
Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
Reviewed-by: Martin Jones <martin.jones@qinetic.com.au>
2015-10-12 05:58:57 +00:00
..
auto Don't send delayed mouse presses to ancestors of the replaying Flickable. 2015-10-12 05:58:57 +00:00
benchmarks QJSValue: Remove no-longer-existent v8 from benchmark. 2015-06-24 19:24:42 +00:00
global bic: Add 5.{3,4}.0 bic data for QtQuickWidgets 2015-03-02 20:19:30 +00:00
manual Inline property data into the object 2015-09-22 08:19:53 +00:00
system Fixed license headers 2015-02-17 13:33:18 +00:00
testapplications Merge remote-tracking branch 'origin/5.4' into 5.5 2015-03-17 09:48:36 +01:00
README
tests.pro

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.