summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmainwindow
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-3/+3
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-062-8/+0
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-2/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-9/+9
|\
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-9/+9
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-0/+9
|\|
| * Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+9
* | Regenerate tests/auto/widgets/widgetsAlexandru Croitor2019-11-131-1/+15
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-0/+2
|\|
| * Silence QMainWindow testFriedemann Kleint2019-03-221-0/+2
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-222-0/+8
* Tests: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-2/+2
* tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-251-4/+2
* Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-1/+1
* Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+3
* Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-0/+4
| |\
| | * Fixed crash taking null central widgetAndré Somers2016-10-281-0/+4
* | | Add signal QMainWindow::tabifiedDockWidgetActivatedAleksei Ilin2016-06-241-0/+54
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-4/+2
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-3/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-1/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* Add QMainWindow::resizeDocksOlivier Goffart2015-08-161-0/+93
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-33/+33
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-0/+3
* QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-021-0/+33
* Fix widget leak in tst_qmainwindow.Friedemann Kleint2014-11-201-0/+8
* QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-0/+45
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Replace hard-coded qWait() by QTRY_COMPARE/VERIFY in widget tests.Friedemann Kleint2014-05-261-10/+4
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-3/+3
* Implement QMainWindow::takeCentralWidget()Sune Vuorela2013-09-201-0/+55
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-5/+5
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-21/+13
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-2/+4