summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QLocalSocket::listen(): distinguish two data tagsEdward Welbourne2022-10-181-2/+2
* tst_QDoubleValidator::setRangeOverloads(): rename a data rowEdward Welbourne2022-10-181-1/+1
* tst_QFont::serialize(): distinguish two letterspacing data tagsEdward Welbourne2022-10-181-2/+2
* tst_QPainter::blendARGBonRGB(): rename some data rowsEdward Welbourne2022-10-181-8/+8
* tst_QPainterPath::testNaNandInfinites(): anticipate the warningsEdward Welbourne2022-10-181-3/+30
* tst_QPainterPath::testArcMoveTo(): include index in some data tagsEdward Welbourne2022-10-181-8/+8
* tst_QPainterPath::contains_QRectF(): rename some data rowsEdward Welbourne2022-10-181-3/+3
* tst_QImage::reinterpretAsFormat(): deduplicate a data tagEdward Welbourne2022-10-181-1/+1
* tst_QImage::mirrored(): deduplicate some data row namesEdward Welbourne2022-10-181-6/+6
* tst_QImageReader::preserveTexts(): deduplicate data tagsEdward Welbourne2022-10-181-11/+23
* tst_QKeySequence::parseString_data(): drop duplicated rowsEdward Welbourne2022-10-181-4/+0
* tst_QDBusTypes::isValidFixedType: don't duplicate fixed typesEdward Welbourne2022-10-181-1/+0
* tst_QRect::containsPointF_data(): remove duplicate data rowEdward Welbourne2022-10-181-2/+0
* tst_QCryptographicHash: avoid duplicate data tagsEdward Welbourne2022-10-181-1/+1
* tst_QBitArray: remove duplicate data rowsEdward Welbourne2022-10-181-2/+0
* MSVC: Disable buggy conformance checkYuhang Zhao2022-10-182-2/+2
* Fix flakiness in tst_QDoubleSpinBox / editingFinishedAxel Spoerl2022-10-181-1/+8
* Android: Stop using getPrimaryClipDescriptionSamuel Mira2022-10-181-26/+18
* QLibrary::setFileNameAndVersion: reset the tag after findOrCreateThiago Macieira2022-10-171-2/+3
* windeployqt: Deploy Qt Designer plugins for QtUiToolsFriedemann Kleint2022-10-181-33/+63
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-172-33/+45
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* tst_Q{BitArray,ContiguousCache}: check not only count(), but size(), tooMarc Mutz2022-10-172-0/+3
* Update bundled libpng to version 1.6.38Eirik Aavitsland2022-10-1721-252/+173
* QIosTextResponder: stop using deprecated constants and typeTimur Pocheptsov2022-10-171-4/+4
* Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"MÃ¥rten Nordheim2022-10-171-11/+1
* tst_QAlgorithms: fix misleading indent in data tableEdward Welbourne2022-10-171-8/+11
* Clean up tst_QAlgorithms::count{Trail,Lead}ing_data_impl()Edward Welbourne2022-10-171-12/+15
* tst_QTime: fix two duplicated test data tagsEdward Welbourne2022-10-171-2/+2
* tst_QDateTime: eliminate some duplicate test-casesEdward Welbourne2022-10-171-9/+0
* tst_QAtomicInt:fetchAndAdd(): remove two duplicate data rowsEdward Welbourne2022-10-171-2/+0
* tst_QStringApiSymmetry: use startpos to deduplicate indexing data tagsEdward Welbourne2022-10-171-11/+15
* tst_QStringApiSymmetry: avoid repetition in trimmed_data()Edward Welbourne2022-10-171-8/+10
* tst_QStringApiSymmetry: eliminate one duplicate of a mid_data() rowEdward Welbourne2022-10-171-1/+0
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* Update Catch2 to v2.13.10Marc Mutz2022-10-172-12/+18
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* QIosMenu - do not check -undo: and -redo: selectorsTimur Pocheptsov2022-10-171-2/+2
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-162-50/+181
* QHash: simplify HashSeedStorage::initialize()Marc Mutz2022-10-161-3/+2
* testlib: make it possible to test double-clicks with discrete eventsShawn Rutledge2022-10-1610-12/+111
* SQL/tests: fix tst_qsqlqueryChristian Ehrlicher2022-10-162-4/+20
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-1555-221/+154
* qcompilerdetection.h: detect CoverityMarc Mutz2022-10-151-0/+5
* wasm: change logic for copying batchedtestrunner files to build dirDavid Skoland2022-10-151-22/+21
* wasm: Add WebAssembly to platform of built tests on module-only buildDavid Skoland2022-10-152-4/+4
* QOperatingSystemVersion: fix newly introduced Android versionsYuhang Zhao2022-10-152-12/+4
* QAnyStringView: fix MSVC warningYuhang Zhao2022-10-151-5/+9