summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update Catch2 to v2.13.9Marc Mutz2022-06-081-5/+9
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-081-2/+2
* Support cosmetic brush patterns in the pdf and opengl paint enginesEirik Aavitsland2022-06-043-2/+85
* QTest::toString benchmark: do not pass a template type parameterGiuseppe D'Angelo2022-06-041-1/+1
* Unify QSslServer from QtWebSockets and QtHttpServer into QtNetworkØystein Heskestad2022-06-047-0/+551
* The new signal pendingConnectionAvailable is added to QTcpServerØystein Heskestad2022-06-041-0/+71
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-038-7/+34
* tst_QStringApiSymmetry: use QCOMPARE_EQ instead of QCOMPAREIvan Solovev2022-06-031-168/+168
* Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT()Ivan Solovev2022-06-037-7/+191
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-0310-1/+3985
* tst_QUrlQuery: improve formatting of lists of pairs of stringsEdward Welbourne2022-06-031-30/+18
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+11
* Short live qxp::function_ref!Marc Mutz2022-06-024-0/+243
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-011-0/+20
* Add new map methods for QColorTransformAllan Sandfeld Jensen2022-05-311-0/+93
* Test prepared qcolortransformAllan Sandfeld Jensen2022-05-312-17/+90
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-313-9/+105
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-315-3/+169
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-271-1/+2
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-273-4/+32
* QTextDocument: add setLayoutEnabled()David Faure2022-05-262-0/+40
* Expand QColorTransformAllan Sandfeld Jensen2022-05-261-17/+31
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-263-0/+237
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-0/+56
* QKeySequence: Add missing modifier namesLaszlo Papp2022-05-251-0/+4
* tst_qpainter: change the FP exception block-list to a pass-listThiago Macieira2022-05-241-1/+8
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-241-24/+24
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-241-9/+9
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-242-37/+37
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-241-28/+28
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-241-9/+9
* wasm: Improve wheel event handlingMorten Sørvig2022-05-241-0/+1
* tst_QStringConverter: roll up independent tests to rows in othersThiago Macieira2022-05-231-59/+6
* tst_QStringConverter: implement the TODO of testing with flagsThiago Macieira2022-05-231-4/+81
* tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2022-05-233-63/+168
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-231-14/+50
* Network: update Public Suffix ListIvan Solovev2022-05-231-0/+0
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-231-2/+23
* Android: Enable building of the QLocale test caseVolker Hilsheimer2022-05-231-4/+1
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-14/+12
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-231-0/+43
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-0/+17
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-202-0/+97
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-202-40/+2
* xcb: Delete touch points without target windowsTang Haixiang2022-05-202-2/+40
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-203-6/+6
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-192-2/+77