summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid overflow in text layoutv6.1.2Eirik Aavitsland2021-06-171-0/+14
* Fix crash in concurrent disconnectLars Knoll2021-06-171-0/+49
* Stabilize flaky scrollerSmoothScroll test caseVolker Hilsheimer2021-06-151-2/+4
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* 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-101-0/+70
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+63
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-095-6/+67
* Fix augmentation of UI language listEdward Welbourne2021-06-081-8/+25
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-041-0/+95
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-031-16/+12
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-0/+51
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-311-0/+46
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-282-0/+164
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-223-1/+8
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-1/+11
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-0/+15
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+3
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-1810-307/+67
* Blacklist tst_QWidget::multipleToplevelFocusCheck() on SLES 15Allan Sandfeld Jensen2021-05-181-0/+1
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-174-1/+28
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on LinuxAllan Sandfeld Jensen2021-05-151-2/+1
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-1/+48
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+24
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-0/+54
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+27
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-0/+67
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-061-1/+42
* Write out the HTML correctly for nested listsAndy Shaw2021-05-061-0/+58
* tst_moc: fix returning-reference-to-local warningMårten Nordheim2021-05-041-2/+2
* Moc: parse trailing return typeMårten Nordheim2021-05-044-0/+180
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-24/+26
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-031-1/+1
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-302-6/+17
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+19
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-292-2/+2
* HTTP/2 authentication requiredMårten Nordheim2021-04-293-0/+114
* Add grabber context pointersShawn Rutledge2021-04-282-2/+2
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-281-2/+2
* Android: unblock passing testsAssam Boudjelthia2021-04-277-36/+0
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-275-0/+193
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-0/+16
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-0/+4
* Skip tst_QUrl::testThreading() under QEMUAndrei Golubev2021-04-262-0/+5
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-263-27/+471