summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmainwindow/tst_qmainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-131-0/+65
* tst_QMainWindow: port away from Q_FOREACHMarc Mutz2023-08-141-19/+21
* tst_QMainWindow: for UB (use of reserved names)Marc Mutz2023-08-091-10/+10
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-9/+9
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-2/+2
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-0/+13
* Make QMainWindow::restoreStateSizeChanged test less time sensitiveVolker Hilsheimer2021-10-201-2/+29
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-161-0/+65
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-3/+3
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-061-6/+0
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-9/+9
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+9
* Silence QMainWindow testFriedemann Kleint2019-03-221-0/+2
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+6
* 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
|/
* 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: 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