qt5base-lts/tests/auto/widgets
Joerg Bornemann a992a12bec don't change a widget's active state in QWindowsWindow::setWindowState
QWindow::setWindowState is not supposed to set the window active.
The method requestActivateWindow() should be used for that.

When switching from and to fullscreen mode we're always passing
SWP_NOACTIVATE to SetWindowPos to not change the activation state
of the window. This is inverse to the old behaviour, which did not
have an effect.

Change-Id: I339337935cdad76b3ef252202e92177f37543038
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-08-01 02:26:52 +02:00
..
dialogs Remove usage of deprecated qWaitForWindowShown in dialog tests. 2012-07-24 00:08:28 +02:00
effects Implement waitForWindowExposed and friends for widget windows. 2012-07-20 09:27:28 +02:00
graphicsview Deprecate the qWaitForWindowShown(QWindow *) method. 2012-07-25 07:24:49 +02:00
itemviews Stabilize the QHeaderView test. 2012-07-31 11:57:21 +02:00
kernel don't change a widget's active state in QWindowsWindow::setWindowState 2012-08-01 02:26:52 +02:00
styles Remove usage of deprecated qWaitForWindowShown(QWidget *) method. 2012-07-25 17:32:21 +02:00
util Stabilize tst_QCompleter::QTBUG_14292_filesystem. 2012-07-26 15:12:55 +02:00
widgets fix window activation in tst_qmdiArea::subWindowActivated2 2012-07-31 20:25:59 +02:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00