summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0744-141/+141
* Test end-date, not just its string representation, in QDTE testEdward Welbourne2020-10-061-170/+264
* QFlags: remove deprecated constructorEdward Welbourne2020-10-032-5/+5
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* Re-enable a QDateTimeEdit right-to-left test of its sectionText()Edward Welbourne2020-09-301-8/+11
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-291-1/+2
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-2810-27/+36
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-231-0/+68
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23127-157/+157
* CMake: Regenerate projectsAlexandru Croitor2020-09-226-3/+118
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-4/+4
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-0/+24
* QGraphicsView:QGraphicstextitem show error after lose focusZhang Hao2020-09-181-1/+35
* Fix warning from shadowing virtual functionVolker Hilsheimer2020-09-171-20/+11
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-12/+12
* Normalize roundingAllan Sandfeld Jensen2020-09-161-0/+1
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Fix compiler warnings about missing overridesLars Knoll2020-09-1315-112/+120
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-5/+5
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1143-185/+197
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-103-9/+9
* Blacklist tst_qcolumnview::scrollTo on macOSUlf Hermann2020-09-091-0/+3
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-081-6/+6
* tst_qmenubar: stop doing math on an enumGiuseppe D'Angelo2020-09-071-1/+1
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-071-53/+53
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-1/+1
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-061-1/+0
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-052-4/+4
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-032-0/+2
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-0/+69
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-9/+2
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-2811-22/+6
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-282-8/+0
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-1/+0
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-265-9/+14
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-264-5/+5
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-253-42/+42
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-259-1260/+11
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-22/+22
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-0/+24
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-145-13/+13
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-1/+4
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* Add missing enumeration case in tst_QMacStyle::setSizeTor Arne Vestbø2020-07-291-0/+2
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1