summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-161-0/+3
* CMake: Remove direct qt_android_generate_deployment_settings callAlexandru Croitor2022-12-154-7/+0
* RHI: Buffer readback fixes and unit testBen Fletcher2022-12-144-0/+153
* Bump version to 6.6.0Jani Heikkinen2022-12-143-3/+3
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-143-9/+31
* QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+24
* Remove blacklisting for OpenSUSE LEAP in gesturesHeikki Halmet2022-12-141-3/+0
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-143-0/+214
* QByteArrayApiSymmetry: silence two clang warningsAhmad Samir2022-12-131-0/+5
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-134-0/+27
* Silence compiler warnings about unused variablesVolker Hilsheimer2022-12-131-6/+4
* QHeaderView test: Remove unused variablesVolker Hilsheimer2022-12-121-8/+0
* Fix compiler warning when comparing integersVolker Hilsheimer2022-12-121-3/+5
* Try to match variant-selector font to preceding characterEskil Abrahamsen Blomfeldt2022-12-122-2/+6
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-112-0/+23
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-109-149/+179
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-102-0/+42
* Detach event points when cloning pointer eventsVolker Hilsheimer2022-12-101-0/+20
* QDomDocument: ensure a defined order of attributes when savingGiuseppe D'Angelo2022-12-091-8/+1
* Port QDateTimeEdit internals to QTimeZoneEdward Welbourne2022-12-091-30/+10
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-0910-441/+492
* Expand testing of QDateTime to exploit QTimeZone's handling of specsEdward Welbourne2022-12-091-20/+80
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+53
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-092-27/+174
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-091-0/+11
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-094-4/+4
* tst_qdbusmetatype: fix build with Clang (and probably MSVC)Thiago Macieira2022-12-091-0/+9
* QNetworkAccessManager: Configurable number of HTTP1 TCP connectionsMarkus Goetz2022-12-091-1/+17
* Add forwarding of CMake variables to ABI-specific external projectsAlexey Edelev2022-12-084-1/+77
* QAnyStringView: add substringing operationsMarc Mutz2022-12-081-2/+44
* tests: add timeout for the dbus test messageSami Shalayel2022-12-081-0/+1
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-083-0/+321
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-081-0/+52
* tst_QDateTime: explain one test-case more carefullyEdward Welbourne2022-12-071-2/+6
* Add to test-cases for tst_QDateTime::fromStringStringFormat()Edward Welbourne2022-12-071-0/+6
* tst_QDateTime::operator_insert_extract() Correct handling of 4.0's specEdward Welbourne2022-12-071-2/+9
* tst_QDateTime: check a few more detailsEdward Welbourne2022-12-071-1/+5
* tst_QDateTime: Modernize some comparisonsEdward Welbourne2022-12-071-48/+52
* Elide parameters passed as their defaultEdward Welbourne2022-12-071-106/+105
* Prefer QDate::startOfDay() over QDT(date, QTime(0, 0), ...)Edward Welbourne2022-12-071-20/+20
* tst_QDateTime::fromMSecsSinceEpoch(): remove a stray debug statementEdward Welbourne2022-12-071-2/+0
* tst_QDateTime: split some data table rows across lines more tidilyEdward Welbourne2022-12-071-29/+51
* tst_QDateTime: Inline some trivial delegations by _data() functionsEdward Welbourne2022-12-071-24/+4
* Suppress output of debug message only produced to test against crashEdward Welbourne2022-12-071-0/+1
* Tidy up in tst_QVariantEdward Welbourne2022-12-071-27/+27
* tst_QDateTime::timeZone(): use QVERIFY() to test boolEdward Welbourne2022-12-071-8/+8
* Use QString/QByteArray range erase()Ahmad Samir2022-12-072-8/+9
* Fix the qwasmcompositor_main testMikolaj Boc2022-12-071-8/+10
* tst_QString: fix custom QCOMPARE for strings > 2Gi charactersMarc Mutz2022-12-071-1/+1
* tst_QNetworkReply: check whether we actually use six TCP connections in HTTP/1Markus Goetz2022-12-061-0/+46