summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't hide object replacement char except in rich textv6.5.0-beta1Eskil Abrahamsen Blomfeldt2022-12-153-9/+31
* 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
* Move Some of the Private CMake Helper Scripts from `bin/` to `libexec/`Amir Masoud Abdol2022-12-051-5/+6
* Fix missing text when Harfbuzz fails to shape a substringEskil Abrahamsen Blomfeldt2022-12-051-8/+32
* Don't return a visual glyph for ignorable charactersEskil Abrahamsen Blomfeldt2022-12-051-3/+1
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-051-0/+17
* QString::fromLatin1: improve the sub-16-character caseThiago Macieira2022-12-041-11/+38
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-0/+40
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-44/+38
* ContainerApiSymmetry: verify Qt containers member erase returns iteratorAhmad Samir2022-12-021-0/+79
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-021-0/+6