qt5base-lts/src
Milian Wolff 4ba57a0590 Use showNormal() instead of show() in QToolTip.
Even on platforms that use the QPlatformIntegration::StyleHint
ShowIsFullScreen we do not want to show tool tips fullscreen which
would happen if we just call show().

This is also required to fix somewhat random crashes on QNX when
browsing a website and hovering links that would trigger a tooltip to
be shown. There, we could end up with nested calls to
QToolTip::showText when the tooltip was shown full-screen. Since
QToolTip is not reentrant that can lead to crashes since
QTipLabel::instance could be deleted/invalidated inbetween.

Change-Id: I335fcd10cb6d4cffeb622ed8e0caf17f6413d62d
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2014-04-25 15:18:29 +02:00
..
3rdparty ANGLE WinRT: Call Trim() when application suspends 2014-04-22 13:54:38 +02:00
android Android: Don't accept the volume-key events. 2014-04-03 00:28:22 +02:00
angle ANGLE WinRT: Call Trim() when application suspends 2014-04-22 13:54:38 +02:00
concurrent Doc: Add docs for QtConcurrent::{Unhandled,Exception} 2014-03-17 20:52:42 +01:00
corelib Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/staging/stable 2014-04-25 10:55:31 +02:00
dbus CMake: Include the CMakeParseArguments module for dbus macros. 2014-04-16 15:21:50 +02:00
gui Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/staging/stable 2014-04-25 10:55:31 +02:00
network Merge remote-tracking branch 'origin/release' into stable 2014-04-23 12:42:48 +03:00
opengl Avoid a double memory copy during bindTexture 2014-04-25 15:18:29 +02:00
openglextensions purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00
platformsupport Fix up EGL config selection comments 2014-04-24 10:37:19 +02:00
plugins Accessibility Mac: implement min/max value 2014-04-25 15:18:29 +02:00
printsupport QPrintDialog - Fix Mac reference counting error. 2014-04-18 07:45:19 +02:00
sql Fix access of tmpStorage in QODBCResult::exec(). 2014-04-03 08:20:48 +02:00
testlib QTestCase: fix macros taking expressions to avoid clang warnings 2014-04-08 10:39:13 +02:00
tools Build fix with defined DEBUG_MOC 2014-04-25 10:55:31 +02:00
widgets Use showNormal() instead of show() in QToolTip. 2014-04-25 15:18:29 +02:00
winmain WinRT winmain: Pass ImagePath as part of ImageParams in Xap packages 2014-04-01 12:28:10 +02:00
xml Fix copy-paste error. 2014-04-18 14:26:26 +02:00
src.pro purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00