summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwindowcontainer/tst_qwindowcontainer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set focus to the window container when contained window gains focusDoris Verria8 days1-0/+62
* Implement QWindowContainer::minimumSizeHint()Jan Arve Sæther2024-04-121-0/+24
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QWindowContainer: Don't embed a QWidgetAxel Spoerl2023-12-211-0/+34
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-231-2/+23
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+2
* Remove winrtOliver Wolff2020-06-061-12/+0
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+15
* winrt: make widgets/kernel auto tests passOliver Wolff2018-06-221-0/+12
* tests/auto/widgets/kernel: Avoid unconditional qWait()sKari Oikarinen2018-04-241-9/+1
* Fix crash when reparenting window containerPaul Olav Tvete2017-09-281-0/+26
* Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+37
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-301-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+18
|\
| * QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-0/+18
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-241-1/+1
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Stabilize tst_QWindowContainer.Friedemann Kleint2014-12-041-15/+39
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_qwindowcontainer: Convert some QVERIFYs to QCOMPAREsRobin Burchell2014-08-181-3/+3
* Fix crash when windowcontainer is used in a dockwidgetGunnar Sletta2013-11-201-0/+29
* Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-221-4/+58
* Test for activation and palette on QWindowContainer's parentGunnar Sletta2013-06-251-0/+10
* Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-251-0/+226