summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-0/+42
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-057-11/+11
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+59
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-213-0/+208
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+69
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-131-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
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-3/+8
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+18
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-141-0/+58
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+31
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-0/+70
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+62
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-2/+5