summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-251-0/+26
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+99
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-111-20/+32
* Handle tab order inceptionVolker Hilsheimer2023-03-091-0/+125
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-5/+0
* Skip tst_QWidget::optimizedResizeMove and ..._topLevel on waylandAxel Spoerl2023-01-031-2/+16
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-161-0/+73
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-44/+38
* Cleanup tst_QWidget BLACKLIST fileAxel Spoerl2022-12-021-10/+0
* Stabilize tst_QWidget::optimizedResizeMove and optimizedResize_topLevelAxel Spoerl2022-12-021-49/+42
* Blacklist tst_QWidget::showMinimizedKeepsFocus on macOS 13 in CITor Arne Vestbø2022-11-301-0/+1
* Set simplePalette on staticWidget in tst_QWidget::optimizedResizeMoveAxel Spoerl2022-11-271-0/+1
* Add simple palette to tst_QWidgetAxel Spoerl2022-11-261-0/+47
* Add comment to tst_QWidget::saveRestoreGeometry() for debuggingAxel Spoerl2022-11-111-0/+7
* Stabilize flakiness in tst_QWidget::multipleToplevelFocusCheck()Axel Spoerl2022-11-111-5/+5
* Stabilize flakiness in tst_QWidget::raise()Axel Spoerl2022-11-111-2/+5
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-24/+41
* Remove unused tst_qwidget_mac_helpers.h/mmTor Arne Vestbø2022-11-104-54/+0
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-15/+80
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-14/+14
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-0/+101
* tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget::setWindowGeometry() on WaylandLiang Qi2022-10-141-2/+2
* tests: tst_QWidget::renderChildFillsBackground() passes on WaylandLiang Qi2022-10-141-1/+2
* tests: skip a few tests in tst_QWidget on WaylandLiang Qi2022-10-141-0/+12
* tests: skip tst_QWidget::renderInvisible() on WaylandLiang Qi2022-10-141-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-22/+22
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-062-34/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-36/+36
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-3/+3
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+6
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-0/+31
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+97
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-05-181-4/+0
* Use SPDX license identifiersLucie Gérard2022-05-163-81/+6
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+3
* Android: fix fullscreen handlingIvan Solovev2022-03-291-0/+37
* Android: activate tst_QWidgetIvan Solovev2022-03-292-31/+53
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-191-0/+40
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-1/+1
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-16/+10