summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-0/+15
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-174-1/+28
* 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
* Blacklist tst_macgui::scrollBarPainting()Tor Arne Vestbø2021-05-051-0/+3
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-031-1/+1
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-05-021-0/+49
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-302-6/+17
* HTTP/2 authentication requiredMårten Nordheim2021-04-293-0/+114
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-281-2/+2
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-285-0/+192
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-273-27/+471
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-272-17/+59
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-0/+16
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-0/+4
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-1/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-0/+66
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-208-13/+13
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-201-0/+17
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+5
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-192-634/+4
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+24
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-04-191-0/+35
* tst_qcborstreamwriter: don't pass char8_t strings to QByteArrayGiuseppe D'Angelo2021-04-161-2/+2
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-141-0/+34
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-0/+16
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-04-121-0/+10
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-0/+19
* Add binary compatibility files for Qt 6.0.0Milla Pohjanheimo2021-04-0811-0/+93524
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-081-0/+14
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-0/+10
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-04-011-0/+3
* Skip a tst_QRhi test case with the Android emulatorLaszlo Agocs2021-04-011-0/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-261-1/+11
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-251-0/+27
* Fix alpha handling of QImage::setPixelv6.0.3Allan Sandfeld Jensen2021-03-231-11/+61
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-0/+51
* tst_QSslSocket::setSslConfiguration - skip if SecureTransport is in useTimur Pocheptsov2021-03-221-0/+4
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-221-3/+5
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-191-3/+4
* Fix QMetaType benchmarkFabian Kosmale2021-03-121-3/+5
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+15
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-0/+18
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-0/+11
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-091-49/+170
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-0/+24