summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-17/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-116-95/+56
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-0/+32
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-111-0/+105
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-2/+2
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-0/+29
* QNX: Remove expected failPasi Petäjäjärvi2022-02-093-12/+0
* Make time sensitive QScrollBar test fault tolerantVolker Hilsheimer2022-02-091-1/+8
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-0517-83/+124
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-032-5/+5
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-14/+43
* Remove flaky and duplicate animateClick testsVolker Hilsheimer2022-01-212-30/+0
* Improve QAbstractButton::animateClick testVolker Hilsheimer2022-01-201-5/+28
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-201-0/+45
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* Remove unused .qrc filesJoerg Bornemann2022-01-175-59/+0
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-2/+0
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-152-33/+33
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-151-0/+38
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-142-0/+3
* Improve QShortcut testVolker Hilsheimer2022-01-131-7/+14
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-121-2/+1
* Remove unused testdata directory from QPushButton unit testAxel Spoerl2022-01-1210-0/+0
* Remove unused legacy testdata directory from QWidget kernel unit testAxel Spoerl2022-01-128-0/+0
* Turn QLabel wordWrap unit test into data driven testAxel Spoerl2022-01-081-8/+25
* Cleanup of getSetCheck method in QLabel unit testAxel Spoerl2022-01-081-8/+2
* Clean up QLabel unit test for unicodeAxel Spoerl2022-01-081-14/+9
* Fix compiler warnings by marking overrides in testVolker Hilsheimer2022-01-071-2/+2
* Remove unused legacy files from QLabel unit testAxel Spoerl2022-01-0765-0/+0
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-051-4/+4
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-20/+60
* Stabilize tst_QGraphicsProxyWidget::scrollUpdateVolker Hilsheimer2021-12-221-1/+1
* Blacklist flaky tst_qgraphicswidget:initialShow on OpenSUSEDimitrios Apostolou2021-12-171-0/+1
* Fix widget gesture grabbingVolker Hilsheimer2021-12-111-0/+20
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-35/+171
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+49
* Add unit test for QWidgetPrivate::overlappedRegionVolker Hilsheimer2021-12-082-31/+229
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-021-0/+94
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-021-0/+56
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+57
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-234-6/+4
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-0/+52
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-0/+32
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-5/+8
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-1/+118
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-0/+13
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-151-16/+179
* 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-121-0/+16
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-101-0/+31