qt6-bb10/tests/auto/widgets/kernel
Morten Johan Sørvig 7ee4ab1463 Cocoa: Improve expose event handling.
Send expose events on window and view show/hide
notifications. Implement QCocoaWindow::isExposed.

Close all windows on quit. This allows sending (de-)expose
events for those windows while the event loop is running.

Remove the flushWindowSystemEvents call in setVisible.
This function is called from application code. Flushing
window system events here is wrong since it can lead
to events being processed in the middle of the user
code call stack. flushWindowSystemEvents should only
be called as a result of (native) window system activity.

Skip one of the tst_qtooltip tests which becomes unstable/
fails in the CI system as a result of this change.

Task-number: QTBUG-29583
Change-Id: I3fb8b3f77e2b2e19dfeafba5d7dfcef602891d37
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2013-03-06 11:43:22 +01:00
..
qaction Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qactiongroup Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qapplication Check existence of QProcess feature before using it on Qt autotests. 2013-01-28 16:06:15 +01:00
qboxlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qdesktopwidget Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qformlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qgridlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qshortcut Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsizepolicy Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qstackedlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtooltip Cocoa: Improve expose event handling. 2013-03-06 11:43:22 +01:00
qwidget Fixed mouse double click events not bubbling up to parent widgets. 2013-02-14 10:55:33 +01:00
qwidget_window Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qwidgetaction Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qwidgetmetatype Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidgetsvariant Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
kernel.pro Enable tst_qwidgetsvariant test 2013-01-11 12:02:21 +01:00