summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-0/+29
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-301-9/+8
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-301-0/+1
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-11-291-0/+29
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-291-0/+26
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-293-0/+92
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-0/+60
* Shorten target name for qsortfilterproxymodel auto testsOliver Wolff2021-11-292-2/+2
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-2/+69
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-2/+24
* rhi: Add a more sophisticated resource update autotest caseLaszlo Agocs2021-11-271-0/+214
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Share common code for baseline-testing widget UIsVolker Hilsheimer2021-11-267-251/+270
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-267-13/+68
* QWaitCondition: also benchmark std::condition_variable{,_any}Marc Mutz2021-11-261-13/+83
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-1/+10
* Stabilize tst_QAccessibilityMacVolker Hilsheimer2021-11-261-12/+9
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-266-30/+30
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-2613-0/+390
* Add QTest::failOnWarningMitch Curtis2021-11-267-7/+569
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-263-8/+46
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-0/+68
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Add a note to save the next reader some confusionEdward Welbourne2021-11-261-0/+4
* Skip test if it has no data-rowsEdward Welbourne2021-11-261-0/+7
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-251-2/+6
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-0/+56
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-0/+31
* Update baseline testing frameworkEirik Aavitsland2021-11-245-68/+40
* Add variations of QPushButton with default property setVolker Hilsheimer2021-11-241-0/+6
* tst_QHashSeed: improve quality of the quality() testThiago Macieira2021-11-231-10/+15
* tst_QHashSeed: reset the global seed in each iterationThiago Macieira2021-11-231-0/+2
* Move macdeployqt and windeployqt from qttools to qtbaseJoerg Bornemann2021-11-2314-0/+718
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-2319-21/+19
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+514
* Short live q20::ssize()!Marc Mutz2021-11-201-13/+1
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-0/+52
* Add more verification when parsing http headers and add testsØystein Heskestad2021-11-191-0/+74
* Properly fix QFontDatabase test on FreetypeEskil Abrahamsen Blomfeldt2021-11-191-1/+3
* Fix test when accessing patched plugin too fastPasi Petäjäjärvi2021-11-191-3/+18
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-191-0/+18
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-0/+32
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-184-0/+40
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-183-0/+74
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Add an initial tst_QAnyStringViewMarc Mutz2021-11-184-0/+641