summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on WaylandLiang Qi2022-10-311-0/+3
* tests: skip a few tests in tst_QWidget on WaylandLiang Qi2022-10-141-0/+6
* tests: skip tst_QWidget::setWindowGeometry() on WaylandLiang Qi2022-10-141-2/+2
* tests: skip tst_QWidget::renderInvisible() on WaylandLiang Qi2022-10-141-0/+3
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-121-29/+0
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* Android: activate tst_QWidgetIvan Solovev2022-03-291-16/+37
* Android: fix fullscreen handlingIvan Solovev2022-03-291-0/+37
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* QNX: Remove expected failPasi Petäjäjärvi2022-02-101-3/+0
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-171-2/+1
* 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
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-181-61/+80
* Clean up tst_qwidgetVolker Hilsheimer2021-10-181-177/+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-141-1/+1
* 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
* Add test-case for QWidget closing exits event loopVolker Hilsheimer2021-09-061-0/+31
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8
* Make tst_qwidget pass on WaylandEskil Abrahamsen Blomfeldt2021-03-151-3/+16
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-7/+7
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-01-141-0/+32
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-4/+2
* Add widget-based test for TouchCancel eventKirill Burtsev2020-11-301-1/+83
* Stop copying events in testsVolker Hilsheimer2020-11-121-2/+2
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-1/+1
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-6/+4
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-291-1/+2
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-4/+4
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-4/+4
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-3/+3
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-0/+24
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-221-0/+21
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-4/+4
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-5/+5
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-0/+46
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-7/+7
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-2/+2
* Remove winrtOliver Wolff2020-06-061-87/+17
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-0/+19