summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-2712-57/+72
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-241-37/+37
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2323-23/+23
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-1/+1
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-0323-0/+69
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2821-23/+23
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+7
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-1/+2
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-0/+6
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-0/+73
* QLayout: add className() to a warning messageAhmad Samir2022-07-012-2/+2
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-0/+31
* BLACKLIST tst_QApplication::sendEventsOnProcessEvents for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* 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
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-231-2/+23
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-05-181-4/+0
* Use SPDX license identifiersLucie Gérard2022-05-1625-675/+50
* Add override keyword to avoid warning from compilerOliver Eftevaag2022-05-131-1/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-0/+48
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+3
* Revert "Activate all tst_qgridlayout tests on Android"Ivan Solovev2022-04-021-0/+3
* Android: fix fullscreen handlingIvan Solovev2022-03-291-0/+37
* Android: activate tst_QWidgetIvan Solovev2022-03-293-35/+54
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-0/+36
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-191-0/+40
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-151-0/+23
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-1/+1
* Fix tst_qformlayout::wrapping on AndroidAndreas Buhr2022-02-242-4/+3
* Implement QFormLayout::set/isRowVisibleVolker Hilsheimer2022-02-241-0/+130
* Activate all tst_qgridlayout tests on AndroidAndreas Buhr2022-02-221-3/+0
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-17/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-16/+10
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-2/+2
* QNX: Remove expected failPasi Petäjäjärvi2022-02-091-3/+0
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-052-3/+5
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* Remove unused .qrc filesJoerg Bornemann2022-01-172-13/+0
* Improve QShortcut testVolker Hilsheimer2022-01-131-7/+14
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-121-2/+1
* Remove unused legacy testdata directory from QWidget kernel unit testAxel Spoerl2022-01-128-0/+0
* Fix compiler warnings by marking overrides in testVolker Hilsheimer2022-01-071-2/+2
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-20/+60
* Fix widget gesture grabbingVolker Hilsheimer2021-12-111-0/+20
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-35/+171