summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNX: Remove expected failPasi Petäjäjärvi2022-02-091-3/+0
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-2/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-171-8/+0
* 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 qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-20/+60
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-0/+52
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-0/+153
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-3/+12
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-141-61/+80
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-141-0/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-0/+20
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-1/+1
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-0/+21
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-0/+46
* Clean up tst_qwidgetVolker Hilsheimer2021-10-072-186/+186
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-0/+72
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+0
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-3/+124
* Activate test of enter event delivery on macOSVolker Hilsheimer2021-09-171-3/+0
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-0/+30