qt5base-lts/src
Gatis Paeglis 8315acfb16 Revert "glib dispatcher: ensure all window system events are flushed"
This reverts commit 341bfcd1ea.

As it turns out there might be use cases where we want to have proper
windowing system event integration with glib dispatcher via g_source_attach().
For example with gtk_dialog_run, where GTK blocks in a recursive main loop.
We want to continue dispatcing our windowing system events during this nested
event loop. Not having a proper glib integration can result in rendering issues,
e.g. when resizing parent window via mouse while GTK-based dialog is shown. Can
be seen on examples/widgets/richtext/textedit/ -> Format (from menu) -> "Color..."

The issue from 341bfcd1ea actually should be fixed inside XCB platform plugin,
by improving integration with event dispatcher. That is handled in follow-up patches.

Change-Id: Icabc6d841a554aefbdd460765a3165d22e65f651
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2018-10-12 10:21:32 +00:00
..
3rdparty doc: Document version of bundled Freetype in qt_attribution 2018-10-09 06:26:52 +00:00
android Android: Update the targetSdkVersion in the manifest to 28 2018-10-08 11:14:03 +00:00
angle ANGLE: embed version information into libEGL, libGLESv2 and QtANGLE 2018-07-05 13:24:35 +00:00
concurrent Doc: Fix typo and grammar issues 2018-07-09 17:00:19 +00:00
corelib Fix UB (invalid pointer comparison) in QList, QVector, QVLA 2018-10-08 16:18:53 +00:00
dbus Merge remote-tracking branch 'origin/5.11' into 5.12 2018-09-07 01:00:21 +02:00
gui QPixmap: use rvalue more 2018-10-10 12:20:32 +00:00
network wasm: rewrite QNetworkReplyWasmImpl to remove EM_ASM 2018-10-09 20:44:24 +00:00
opengl Merge remote-tracking branch 'origin/5.11' into 5.12 2018-09-07 01:00:21 +02:00
openglextensions
platformheaders Fix typos in the documentation 2018-09-25 23:39:06 +00:00
platformsupport Revert "glib dispatcher: ensure all window system events are flushed" 2018-10-12 10:21:32 +00:00
plugins xcb: remove runtime check for xcb_poll_for_queued_event 2018-10-12 10:21:22 +00:00
printsupport Merge remote-tracking branch 'origin/5.11' into 5.12 2018-09-07 01:00:21 +02:00
sql QtSql: fix code snippets 2018-10-03 10:48:50 +00:00
testlib Update 3rdparty valgrind headers to Valgrind 3.13.0 2018-10-08 14:18:54 +00:00
tools uic: Write the float and double properties in 'f' format 2018-10-05 20:06:03 +00:00
widgets Merge remote-tracking branch 'origin/5.11' into 5.12 2018-10-08 10:00:49 +02:00
winmain qtmain_winrt: Dynamically increase debug message mapping size 2018-04-09 06:48:52 +00:00
xml Merge remote-tracking branch 'origin/5.11' into 5.12 2018-09-10 12:12:46 +02:00
src.pro Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00