qt5base-lts/tests/auto/gui/kernel
Pekka Vuorela 7e90df7bf5 FocusAboutToChange event to be send before focus changes
Focus change happen as: FocusAboutToChange event -> focus change
-> FocusOut event -> FocusIn event.

Input method need to have focus when calling commit(). Notification
on focus about to be lost allows QWindow implementations to commit in
time.

Also changes QWidget documentation to match code reality.

Change-Id: I17a8a374a33dd700909f79e370b42348869261a6
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
2012-03-22 16:13:21 +01:00
..
qclipboard QClipboard: Fix autotest fails 2012-02-27 20:52:45 +01:00
qdrag Clean up for some auto tests of the gui/kernel. 2012-03-09 11:05:18 +01:00
qevent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfileopenevent Clean up for some auto tests of the gui/kernel. 2012-03-09 11:05:18 +01:00
qguiapplication FocusAboutToChange event to be send before focus changes 2012-03-22 16:13:21 +01:00
qguieventdispatcher Run tst_QEventDispatcher with the GUI event dispatchers as well 2012-02-10 15:22:03 +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
qinputmethod Reverted part of "Refactor input context tests" 2012-02-24 02:38:04 +01:00
qkeysequence Clean up for some auto tests of the gui/kernel. 2012-03-09 11:05:18 +01:00
qmouseevent Make tst_qmouseevent.cpp independent of QtWidgets 2012-03-09 11:05:29 +01:00
qmouseevent_modal Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpalette Clean up for some auto tests of the gui/kernel. 2012-03-09 11:05:18 +01:00
qscreen 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 Unset _NET_WM_USER_TIME_WINDOW before destroying the window 2012-03-01 19:00:15 +01:00
kernel.pro Move tst_qshortcut.cpp to QtWidgets 2012-03-12 21:38:51 +01:00