index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
kernel
/
qwindowcontainer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash cases where window container tries to touch destroyed window
Joni Poikelin
2025-01-29
1
-3
/
+9
*
QWindowContainer: Improve docs to mention new change in behavior
Doris Verria
2025-01-27
1
-5
/
+7
*
QWindowContainer: Respect WA_DontCreateNativeAncestors
Paul Olav Tvete
2024-09-03
1
-0
/
+2
*
QWindowPrivate::setFocusToTarget: Add focusReason parameter
Doris Verria
2024-05-07
1
-1
/
+1
*
QWindowPrivate: Introduce virtual setFocusToTarget
Doris Verria
2024-04-27
1
-1
/
+11
*
Set focus to the window container when contained window gains focus
Doris Verria
2024-04-22
1
-31
/
+9
*
Implement QWindowContainer::minimumSizeHint()
Jan Arve Sæther
2024-04-12
1
-0
/
+8
*
Disconnect QWindowContainer::focusWindowChanged on destruction
Tor Arne Vestbø
2024-03-03
1
-0
/
+3
*
Widgets: Use pmf-style connects
Christian Ehrlicher
2023-12-21
1
-1
/
+2
*
QWindowContainer: Don't embed a QWidget
Axel Spoerl
2023-12-21
1
-0
/
+21
*
Include what you need: <QPointer>
Marc Mutz
2023-10-12
1
-0
/
+2
*
Fix separate delete of window and windowcontainer
Allan Sandfeld Jensen
2022-05-23
1
-6
/
+29
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-1
/
+3
*
Compose render-to-texture widgets through QRhi
Laszlo Agocs
2022-03-11
1
-9
/
+0
*
Set Qt::SubWindow on windows embedded by QWidget::createWindowContainer
Tor Arne Vestbø
2021-09-10
1
-0
/
+2
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-5
/
+5
*
QtWidgets: Fix static method invocations
Friedemann Kleint
2019-06-28
1
-1
/
+1
*
Destroy QWindowContainer's fake parent window when not needed
Tor Arne Vestbø
2018-11-28
1
-0
/
+2
*
QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARN
Friedemann Kleint
2018-11-28
1
-1
/
+1
*
Improve logging of QWindowContainer operations
Tor Arne Vestbø
2018-11-23
1
-0
/
+6
*
Make sure we can build with -no-feature-draganddrop
Joerg Bornemann
2018-05-29
1
-1
/
+1
*
Fix build with -no-feature-graphicsview
Paul Olav Tvete
2018-04-25
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-04
1
-2
/
+4
|
\
|
*
Fix crash when reparenting window container
Paul Olav Tvete
2017-09-28
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-09-20
1
-1
/
+3
|
\
|
|
*
Convert features.mdiarea to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-09-11
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-09-06
1
-1
/
+1
|
\
|
|
*
Convert features.scrollarea to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-09-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-03-02
1
-0
/
+8
|
\
|
|
*
Make QPlatformSurface events work with QWindowContainer
Laszlo Agocs
2017-02-27
1
-0
/
+8
*
|
Enable QWindowContainer on Android
Laszlo Agocs
2017-02-27
1
-0
/
+13
|
/
*
fix build with various QT_NO_* defines
Nick Shaforostoff
2016-08-26
1
-3
/
+6
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-21
1
-0
/
+2
|
\
|
*
QtWidgets: includemocs
Marc Mutz
2016-03-18
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-02-02
1
-2
/
+9
|
\
|
|
*
QtWidgets: Allow to cover up the window container by another widget
Błażej Szczygieł
2016-01-28
1
-2
/
+9
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtWidgets: use Q_UNLIKELY for every qWarning() (2)
Marc Mutz
2015-11-25
1
-1
/
+1
|
/
*
Avoid triggering OpenGL initialization for RasterSurface
John Lindgren
2015-10-14
1
-0
/
+9
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QWindowContainer: Restrict check for negative position to child windows.
Friedemann Kleint
2015-02-03
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Merge remote-tracking branch 'origin/5.3' into 5.4
Frederik Gladhorn
2014-09-23
1
-2
/
+8
|
\
|
*
Make QWindowContainer handle drag'n'drop
Allan Sandfeld Jensen
2014-08-20
1
-0
/
+8
|
*
Fix build with QT_NO_MDIAREA
Sérgio Martins
2014-08-12
1
-2
/
+5
*
|
Fix drag and drop with createWindowContainer
Laszlo Agocs
2014-09-15
1
-0
/
+11
|
/
*
Widgets going "undercover" should also undercover the QWindow
Jan Arve Saether
2014-04-30
1
-2
/
+9
*
Normalize signal & slot signatures in connection
Thiago Macieira
2014-02-22
1
-1
/
+1
*
Make QWindowContainer accessible
Frederik Gladhorn
2014-02-05
1
-1
/
+5
[next]