summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix tst_qapplication to respect blacklists in CMake buildsAlexandru Croitor2020-10-301-0/+1
* Add QPushButton::touchTap autotestShawn Rutledge2020-10-291-0/+25
* Update tst_qspinsbox test to use metaType systemDavid Skoland2020-10-281-1/+1
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-8/+8
* Skip flakey dialogs testcase on all platforms except windowsVolker Hilsheimer2020-10-271-3/+2
* Show the year correctly after it has been editedAndy Shaw2020-10-261-0/+4
* Deprecate QVariant::TypeLars Knoll2020-10-239-40/+40
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* tests: blacklist tst_QMdiArea::tileSubWindows() on CentOSLiang Qi2020-10-221-0/+1
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-223-13/+13
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-0/+26
* QTabBar test: refactor: extract checkPositions helper functionStanislav Yelenskiy2020-10-211-22/+31
* Swallow some runtime warnings from tst_qapplicationVolker Hilsheimer2020-10-181-0/+2
* Fix compile warning from testing deprecated signalVolker Hilsheimer2020-10-181-7/+46
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-142-0/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-147-22/+15
* Avoid repeated date-time formatting in test data namingEdward Welbourne2020-10-091-14/+16
* 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