summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Activate test of enter event delivery on macOSVolker Hilsheimer2021-09-171-3/+0
* Remove conditioning on Android embeddedEdward Welbourne2021-09-174-12/+11
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-161-2/+4
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-0/+30
* Unskip QToolTip::keyEvent test on macOSTor Arne Vestbø2021-09-091-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-041-0/+23
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-021-0/+66
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-0/+217
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-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
* 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-121-0/+16
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-112-3/+1
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-0/+28
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-0/+42
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-047-8/+8
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-242-24/+133
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-203-0/+208
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* tst_QComboBox: fix -Wsuggest-overrideMarc Mutz2021-07-181-1/+1
* tst_QGraphicsScene: fix compiler warning about misleading indentationMarc Mutz2021-07-171-4/+4
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-0/+13
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-121-0/+72
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-1/+19
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-061-0/+66
* Fix memory leaks in tst_qlineeditAndreas Buhr2021-07-061-2/+2
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-0/+14
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-2/+2
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-12/+18
* QWidgetAction: add test for defaultWidget() being deleted before actionMarc Mutz2021-06-221-0/+12
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-06-211-0/+3
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8