qt5base-lts/src
Alexander Volkov f05cc4144e QDialog: Pass transient parent as a parent to native dialogs
Sometimes it's needed to show a native dialog for another process,
for example in xdg-desktop-portal-kde. In this case we have WId
of a parent window which can be used for calling
QWindow::setTransientParent(QWindow::fromWinId(...)).

Pass this transient parent to a native dialog so it could use
it as a transient parent for itself. Rename
QDialogPrivate::parentWindow() for clarity.

Change-Id: I68974ddea35f9366a0ddffe602d9d028f45e26fa
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2018-12-24 16:51:14 +00:00
..
3rdparty ANGLE: Dynamically load D3D compiler from a list 2018-12-11 09:45:55 +00:00
android Android: Add support for setting/getting html and uris from clipboard 2018-12-21 13:25:54 +00:00
angle configure: detect fxc.exe more thoroughly 2018-12-17 21:29:11 +00:00
concurrent Doc: Fix typo and grammar issues 2018-07-09 17:00:19 +00:00
corelib Fix QStringListModel::setData to check for actual changes 2018-12-24 08:07:36 +00:00
dbus QDBusConnection: prevent leaking connection/server on destroy 2018-11-28 11:19:34 +00:00
gui Don't dither antialiasing on glyphs when converting to mono 2018-12-21 10:27:22 +00:00
network configure: inline openssl test sources 2018-12-19 19:21:59 +00:00
opengl Fix warnings building with --std=c++11 and gcc 8 2018-12-14 23:38:20 +00:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders Fix typos in the documentation 2018-09-25 23:39:06 +00:00
platformsupport macOS: Only do gamma-corrected blending for subpixel-antialiased text 2018-12-23 12:00:07 +00:00
plugins Fix QSystemTrayIcon stale pointer access 2018-12-23 09:23:50 +00:00
printsupport Windows: Use the ptPaperSize information to set the paper size 2018-12-18 20:26:10 +00:00
sql QtSql: fix code snippets 2018-10-03 10:48:50 +00:00
testlib QTest: Make QCOMPARE of QCborError produce output 2018-12-07 18:52:25 +00:00
tools moc: add support for C++11 enum struct 2018-12-15 13:24:29 +00:00
widgets QDialog: Pass transient parent as a parent to native dialogs 2018-12-24 16:51:14 +00:00
winmain Use msvc qmake scope where appropriate 2018-11-22 14:16:52 +00:00
xml Merge remote-tracking branch 'origin/5.11' into 5.12 2018-11-09 10:34:33 +01:00
src.pro Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00