summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwindowcontainer.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Destroy QWindowContainer's fake parent window when not neededTor Arne Vestbø2018-11-281-0/+2
* QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARNFriedemann Kleint2018-11-281-1/+1
* Improve logging of QWindowContainer operationsTor Arne Vestbø2018-11-231-0/+6
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-2/+4
|\
| * Fix crash when reparenting window containerPaul Olav Tvete2017-09-281-2/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-1/+3
|\|
| * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-1/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-1/+1
|\|
| * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-0/+8
|\|
| * Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+8
* | Enable QWindowContainer on AndroidLaszlo Agocs2017-02-271-0/+13
|/
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-3/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+9
|\|
| * QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-1/+1
|/
* Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-0/+9
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-2/+8
|\
| * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+8
| * Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
* | Fix drag and drop with createWindowContainerLaszlo Agocs2014-09-151-0/+11
|/
* Widgets going "undercover" should also undercover the QWindowJan Arve Saether2014-04-301-2/+9
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-1/+1
* Make QWindowContainer accessibleFrederik Gladhorn2014-02-051-1/+5
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-201-3/+16
|\
| * Fix crash when windowcontainer is used in a dockwidgetGunnar Sletta2013-11-201-3/+16
* | Clear focus from active widget when windowcontainer gets focus.Gunnar Sletta2013-11-191-0/+5
|/
* Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-221-23/+150
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-251-0/+218