qt5base-lts/tests/auto/gui/kernel
Anselmo L. S. Melo 8839a0a001 Fix QGuiApplication::topLevelWindows(), introducing allWindows()
As discussed on the development mailing list, the window list returned
by QGuiApplication::topLevellWindows() included all QWindows, even the
non top-level ones.
This commit introduces the new method allWindows(), which returns the list
of all QWindows, fixes the list returned by topLevelWindows() and also
introduces tests for both methods.

Change-Id: I761f0fcdec79f83949012c628655ed12cd18572c
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
2012-01-31 07:05:09 +01:00
..
qclipboard Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdrag Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qevent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfileopenevent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qguiapplication Fix QGuiApplication::topLevelWindows(), introducing allWindows() 2012-01-31 07:05:09 +01:00
qguimetatype Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qguivariant Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qinputpanel Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qkeysequence Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qmouseevent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qmouseevent_modal Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpalette Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qscreen Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qshortcut Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qtouchevent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qwindow Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
kernel.pro QGuiApplication::focusObject() to replace QInputPanel::inputItem() 2012-01-27 13:27:54 +01:00