qt5base-lts/tests/auto/widgets
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
..
dialogs Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
effects Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
graphicsview Make sure QGraphicsItem notifies changes to focusScopeItem. 2013-01-24 02:20:34 +01:00
itemviews Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
kernel Cocoa: Improve expose event handling. 2013-03-06 11:43:22 +01:00
styles Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
util Check existence of QProcess feature before using it on Qt autotests. 2013-01-28 16:06:15 +01:00
widgets QStackedLayout: Fix crash when focus widget is destroyed in hide() 2013-02-19 21:07:14 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00