qt5base-lts/src
Błażej Szczygieł 7b63c45df5 QtWidgets: Don't show window of native widget with WA_OutsideWSRange
This patch prevents visibility of native widgets which for some reasons
has width or height of 0.

Due to async expose event in Qt5 we must force "hide_sys()" during
resizing for widgets with WA_OutsideWSRange flag. This avoid problems
for non-native and visible widgets which are converted to native and
then resized:
child->winId();
child->resize(0, 0);

Task-number: QTBUG-49445
Change-Id: Ied62a4f253f89447941b2dc03316db8c168f4bb5
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
2016-01-13 19:02:34 +00:00
..
3rdparty Update PCRE to SVN r1622 (8.38 + patches) 2016-01-04 08:56:28 +00:00
android Android: Fix crash at exit 2015-12-17 13:46:14 +00:00
angle rework include path construction in the module system 2016-01-12 15:14:57 +00:00
concurrent QtConcurrent: Use Q_NULLPTR instead of 0 in all public headers 2015-11-04 14:17:08 +00:00
corelib Correct floordiv() to cope with implementation-defined division. 2016-01-13 13:58:49 +00:00
dbus Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage operator<<." 2016-01-11 05:20:18 +00:00
gui Fix shortcut modifiers not being propagated after c7e5e1d9e 2016-01-12 22:08:09 +00:00
network Fix documentation for ReuseAddressHint on Unix. 2016-01-11 17:28:43 +00:00
opengl QtBase: remove explicit function info from qWarning() etc 2015-11-28 16:34:26 +00:00
openglextensions Fix typo when resolving EGL extension. 2015-04-23 11:54:36 +00:00
platformheaders Windows: fix fullscreen OpenGL window issues with an opt-in function 2015-12-17 14:43:38 +00:00
platformsupport don't rely on transitive dependencies 2016-01-08 18:51:02 +00:00
plugins xcb: Don't duplicate expose events 2016-01-13 19:02:29 +00:00
printsupport Merge remote-tracking branch 'origin/5.5' into 5.6 2015-11-27 08:35:45 +01:00
sql QSqlQueryModel::clear(): Call begin/endResetModel(). 2015-11-19 07:24:13 +00:00
testlib Remove doc for non-existent QTest::qCompare() variant. 2016-01-06 10:03:49 +00:00
tools rework include path construction in the module system 2016-01-12 15:14:57 +00:00
widgets QtWidgets: Don't show window of native widget with WA_OutsideWSRange 2016-01-13 19:02:34 +00:00
winmain winrt: handle PrelaunchActivated property to pass certification 2016-01-05 13:04:09 +00:00
xml Fix QDomNamedNodeMap::item crash with negative index 2015-10-29 08:05:45 +00:00
src.pro rework include path construction in the module system 2016-01-12 15:14:57 +00:00