summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Test result of qobject_cast before dereferencingLi Xi2021-11-161-0/+13
* macOS: make the slider knob big enough for BigSur and MontereyVolker Hilsheimer2021-11-151-2/+6
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-111-0/+16
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+38
* Release mouse buttons after double clickVolker Hilsheimer2021-11-031-0/+2
* Fix test to not rely on event processingVolker Hilsheimer2021-10-271-6/+8
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-0/+153
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-251-2/+30
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-0/+74
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-10-251-0/+3
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-181-61/+80
* Clean up tst_qwidgetVolker Hilsheimer2021-10-182-186/+184
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-171-0/+2
* 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
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-171-0/+75
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-143-4/+4
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-141-0/+39
* Activate tst_QWidget_window::tst_showWithoutActivating on cocoaVolker Hilsheimer2021-10-121-8/+8
* Activate tst_QDialog::showAsTool test on macOSVolker Hilsheimer2021-10-111-3/+2
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-0/+29
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-0/+58
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-0/+21
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+75
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-282-0/+90
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-3/+124
* QWidgetWindow: Stabilize test on XcbVolker Hilsheimer2021-09-201-0/+1
* Blacklist flaky testDimitrios Apostolou2021-09-201-0/+3
* Unskip QToolTip::keyEvent test on macOSTor Arne Vestbø2021-09-101-15/+18
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-2/+11
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-061-68/+134
* Blacklist flaky QGraphicsWidget test function for macOSVolker Hilsheimer2021-09-061-0/+2
* Add test-case for QWidget closing exits event loopVolker Hilsheimer2021-09-061-0/+31
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-051-0/+23
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-021-0/+66
* Fix QListView assert when the last row is moved in IconModev6.2.0-beta4ChunLin Wang2021-09-011-0/+217
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-09-011-2/+1
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315
* Reactivate QGraphics(Proxy)Widget unit testsVolker Hilsheimer2021-08-305-543/+301
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-0/+168
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-241-0/+55
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-0/+30
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+5
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-172-3/+0
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-172-3/+1
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-5/+0
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-161-0/+147
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-131-0/+16
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-0/+28