qt5base-lts/src
Axel Spoerl 4c60a11d8f QDockWidget: Always show dock widgets with the main window
QMainWindow::show() also showed its dock widget children. When a main
window with dock widget children consumed a show event for another
reason, hidden dock widget children remained hidden.

If a dock widget application went to the background, e.g. because it
was hidden behind another application gaining focus, a klick on the
dock widget application's app icon would not show its dock widget
children. Unless the dock widget application provides shows them
explicitly, they can never been shown again by the user.

=> show all dock widget and group window children, when QMainWindow
consumes a show event.

Pick-to: 6.6 6.5
Change-Id: I7e8b59f021ec4ec5679d0d08d0eeda1e3225a385
Reviewed-by: David Faure <david.faure@kdab.com>
2023-11-14 15:05:19 +01:00
..
3rdparty SQLite: Update SQLite to v3.44.0 2023-11-09 13:09:55 +01:00
android Bump androix dependency to 1.12.0 2023-11-13 19:14:59 +01:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent Doc: Fix warnings and linking issues 2023-10-09 17:24:07 +00:00
corelib Don't reuse iterator var to avoid -D_GLIBCXX_DEBUG crash 2023-11-14 00:26:44 +01:00
dbus Implement QDBusAbstractInterface::setInteractiveAuthorizationAllowed 2023-11-07 19:49:34 +00:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui Fix the broken condition of -fno-reorder-blocks-and-partition flag in QtGui 2023-11-14 08:31:28 +01:00
network QNonContiguousByteDeviceThreadForwardImpl: reset m_atEnd during reset() 2023-11-06 18:23:19 +01:00
opengl Include what you need: <QPointer> 2023-10-12 21:38:54 +02:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport tslib: generate event with correct buttons and event type 2023-11-08 13:40:44 +02:00
plugins Ensure foreign window can be reparented out of contained window again 2023-11-13 19:14:59 +01:00
printsupport QPrinter: allow any margins when setting a fullpage QPageLayout 2023-11-09 16:52:45 +00:00
sql Highlight some examples for 'Data Processing & IO' category 2023-10-31 19:35:59 +02:00
testlib TestLib: provide helper functions to test relational operators 2023-11-13 16:35:54 +01:00
tools windeployqt: improve MSVC runtime detection 2023-11-02 16:49:40 +00:00
widgets QDockWidget: Always show dock widgets with the main window 2023-11-14 15:05:19 +01:00
xml Doc: Fix warnings and linking issues 2023-10-09 17:24:07 +00:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00