qt5base-lts/tests/auto/gui/kernel
Tor Arne Vestbø 2f402e4d09 Ensure QWindow::create() creates parent hierarchy before creating self
To be able to create a platform window for a given QWindow we need to
sync up the parent hierarchy first, so that the newly created window
can be placed into that hierarchy.

Without creating the parent hierarchy first, the QPlatformWindow will
end up thinking it's a top level window, when in reality is represents
the platform backing of a child QWindow.

Change-Id: I2cad7759fbc118b04718e7a27ec7570ce1238757
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2015-10-26 13:12:35 +00:00
..
noqteventloop Ensure sendPostedEvents() can be called independently 2015-09-01 08:21:05 +00:00
qbackingstore Update copyright headers 2015-02-11 06:49:51 +00:00
qclipboard Update copyright headers 2015-02-11 06:49:51 +00:00
qdrag Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qevent Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qfileopenevent Update copyright headers 2015-02-11 06:49:51 +00:00
qguiapplication Merge remote-tracking branch 'origin/5.6' into dev 2015-10-14 15:45:35 +02:00
qguieventdispatcher QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qguieventloop Stabilize qguieventloop test. 2015-09-24 07:36:25 +00:00
qguimetatype Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qguitimer Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qguivariant Tests: Fix single-character string literals. 2015-10-13 18:14:27 +00:00
qinputmethod Tests: Harmonize code checking on platform name. 2015-09-24 07:49:30 +00:00
qkeysequence Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qmouseevent Update copyright headers 2015-02-11 06:49:51 +00:00
qmouseevent_modal Update copyright headers 2015-02-11 06:49:51 +00:00
qopenglwindow tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpalette Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qpixelformat tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qrasterwindow Update copyright headers 2015-02-11 06:49:51 +00:00
qscreen Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qsurfaceformat Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qtouchevent high-DPI tweaks for autotests 2015-07-30 18:09:12 +00:00
qwindow Ensure QWindow::create() creates parent hierarchy before creating self 2015-10-26 13:12:35 +00:00
kernel.pro Ensure sendPostedEvents() can be called independently 2015-09-01 08:21:05 +00:00