summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-4/+4
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-0/+2
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-061-29/+0
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+2
* Remove deprecated QGL* classesJohan Klokkhammer Helsing2019-12-111-24/+0
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+15
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-3/+0
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-1/+1
* ensure signal subWindowActivated() triggers even when widget has focusMartin Koller2019-02-211-0/+1
* QMdiArea: Do not move active subwindow after tile rearrangeNick D'Ademo2018-12-061-4/+6
* QMdiArea: Take scroll bars into account when tiling subwindowsNick D'Ademo2018-12-041-4/+11
* winrt: Make widgets/widgets auto tests passOliver Wolff2018-06-221-0/+29
* Stabilize tst_QMdiArea::subWindowListKari Oikarinen2018-05-091-6/+4
* Skip tst_QMdiArea::setViewport on macOS due to flakey failures in CITor Arne Vestbø2017-04-201-0/+4
* tst_QMdiArea::tabBetweenSubWindows(): Improve warning messageFriedemann Kleint2017-03-221-1/+2
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\
| | * tst_QMdiArea::subWindowActivated2(): Allow for several activated events.Friedemann Kleint2016-05-091-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-0/+1
| |\|
| | * tst_QMdiArea::subWindowActivated2(): Add activateWindow().Friedemann Kleint2016-04-291-0/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-30/+10
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-2/+3
|\|
| * Prospective fix to stabilize tst_QMdiArea::subWindowActivated2()/xcb.Friedemann Kleint2016-02-181-2/+3
* | Add native support for D-Bus global menuDmitry Shachnev2016-02-231-2/+3
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-8/+13
|/
* 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-14/+14
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-191-1/+1
* Enable the qmdiarea test on X11Paul Olav Tvete2014-10-031-11/+2
* QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-301-20/+18
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_qmdiarea: Fix widget leaks.Friedemann Kleint2014-07-251-2/+13
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-1/+1
|\
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-1/+1
* | QNX: Fix QMdiArea autotestsFabian Bumberger2014-04-141-3/+6
|/
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-2/+3
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-2/+2
* tst_qmdiarea: Prevent scrollbars from messing up expected viewport calculationTor Arne Vestbø2013-05-141-3/+9
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-10/+10
* Fix warnings about unused field variables (CLANG).Friedemann Kleint2013-03-061-1/+0