summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Proper clearing of WinRT factory cacheAndreas Buhr2023-02-021-0/+15
* Stabilize flakiness in tst_QWidget::raise()Axel Spoerl2022-11-111-2/+5
* Add comment to tst_QWidget::saveRestoreGeometry() for debuggingAxel Spoerl2022-11-111-0/+7
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-051-15/+80
* BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for RHEL 9.0Heikki Halmet2022-11-031-0/+1
* tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on WaylandLiang Qi2022-10-311-0/+3
* tst_qapplication: Add dependency to helpersMårten Nordheim2022-10-281-0/+5
* tests: skip a few tests in tst_QWidget on WaylandLiang Qi2022-10-141-0/+6
* tests: skip tst_QWidget_window::mouseMoveWithPopup() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget::setWindowGeometry() on WaylandLiang Qi2022-10-141-2/+2
* tests: skip tst_QGridLayout::setMinAndMaxSize() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget_window::resetFocusObjectOnDestruction() on WaylandLiang Qi2022-10-141-0/+3
* tests: skip tst_QWidget::renderInvisible() on WaylandLiang Qi2022-10-141-0/+3
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-122-34/+0
* tests: skip tst_QAction::disableShortcutInMenuAction() on WaylandLiang Qi2022-10-111-0/+3
* tests: skip tst_QApplication::activateDeactivateEvent() on WaylandLiang Qi2022-10-111-0/+3
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-221-0/+7
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-051-0/+73
* BLACKLIST tst_QApplication::sendEventsOnProcessEvents for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-06-031-2/+23
* xcb: Delete touch points without target windowsTang Haixiang2022-06-031-1/+1
* unblacklist passing tests 2022Anna Wojciechowska2022-06-031-4/+0
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-05-311-0/+48
* Android: activate tst_QWidgetIvan Solovev2022-03-293-31/+49
* Android: fix fullscreen handlingIvan Solovev2022-03-291-0/+37
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-261-0/+36
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* Revert "Blacklist: test cases blacklisted in tst_QWidget:"Heikki Halmet2022-03-151-3/+0
* Blacklist: test cases blacklisted in tst_QWidget:CI Insignificant Platforms Monitor Bot2022-03-091-0/+3
* Fix tst_qformlayout::wrapping on AndroidAndreas Buhr2022-02-252-4/+3
* QNX: Remove expected failPasi Petäjäjärvi2022-02-101-3/+0
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-101-2/+2
* Further improve QShortcut testVolker Hilsheimer2022-01-191-68/+67
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-171-2/+1
* Improve QShortcut testVolker Hilsheimer2022-01-141-7/+14
* Fix widget gesture grabbingVolker Hilsheimer2021-12-111-0/+20
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-0/+52
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-173-0/+191
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-0/+153
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-0/+74
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-181-61/+80
* Clean up tst_qwidgetVolker Hilsheimer2021-10-182-186/+184
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-171-0/+1
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-171-0/+20
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-142-3/+3
* Activate tst_QWidget_window::tst_showWithoutActivating on cocoaVolker Hilsheimer2021-10-121-8/+8
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-0/+21
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-0/+72
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-3/+124