qt5base-lts/tests/auto/gui
Alex Trotsenko 02f70004c2 Allow socket events processing with a foreign event loop on Windows
While a native dialog is open, the application message queue is
handled by the native event loop which is external to Qt. In this
case, QEventDispatcherWin32::processEvents() does not run and socket
notifiers will not be activated. So, this patch moves the notifier
activation code into the window procedure, which enables socket
event processing with native dialogs.

Task-number: QTBUG-49782
Task-number: QTBUG-48901
Change-Id: Icbdd96b2e80c50b73505f4fe74957575b83d6cf1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2016-01-05 13:05:35 +00:00
..
image Fix QImage::setDotsPerMeterX/Y for images with some orientations 2015-11-05 05:33:37 +00:00
itemmodels Fix less-than comparison for QStandardItem and QSortFilterProxyModel with invalid data. 2015-06-11 13:29:23 +00:00
kernel Allow socket events processing with a foreign event loop on Windows 2016-01-05 13:05:35 +00:00
math3d Introduce QQuaternion::fromDirection() 2015-04-07 13:07:48 +00:00
painting Another fix of cosmetic QPainter::drawPolyline() 2015-09-01 08:21:45 +00:00
qopengl Fix a crash when calling QOpenGLTexture::setData with a null QImage. 2015-12-11 17:58:21 +00:00
qopenglconfig Add matching by GL_VENDOR to QOpenGLConfig 2015-04-16 16:47:43 +00:00
text Don't expose qt_setQtEnableTestFont(bool) by default 2015-07-31 09:50:17 +00:00
util Update copyright headers 2015-02-11 06:49:51 +00:00
gui.pro Add qopenglconfig test. 2015-02-02 23:05:41 +00:00