summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTextDocument: add setLayoutEnabled()David Faure2022-05-191-0/+18
* unblacklist passing tests 2022Anna Wojciechowska2022-05-186-23/+0
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-9/+0
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-0/+4
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-182-8/+1
* Un-blacklist markdown tests: QSKIP when fonts are scrambledShawn Rutledge2022-05-184-31/+92
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-181-0/+12
* Use QAbstractItemModelTester or QFileSystemModelAndreas Buhr2022-05-181-0/+35
* Fix memory leak in tst_qtreewidgetAndreas Buhr2022-05-181-0/+2
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-1851-102/+177
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-5/+32
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-172-2/+22
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-173-0/+6
* QDBusArgument: ensure std::vector isn't seen as an associative containerDavid Faure2022-05-171-0/+3
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-0/+9
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-171-0/+31
* Stylesheet: fix toolbutton menu indicator renderingVolker Hilsheimer2022-05-161-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161641-46398/+3455
* Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown()Shawn Rutledge2022-05-141-0/+222
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-141-0/+51
* Add override keyword to avoid warning from compilerOliver Eftevaag2022-05-131-1/+1
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-132-17/+150
* Only configure one test for wasmDavid Skoland2022-05-121-0/+7
* Add BiC data for the new way to do BiC testingVille Voutilainen2022-05-124-0/+106940
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-0/+6
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-117-18/+6
* Exclude network tests based on featureDavid Skoland2022-05-112-3/+5
* Update shared-mime-info to the 2.2 releaseLiang Qi2022-05-111-5/+5
* QPolygon: add toPolygonF()Marc Mutz2022-05-101-0/+12
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-101-0/+11
* wasm: add support for drag into browser windowLorn Potter2022-05-103-7/+83
* tst_qobjectrace: fix potential UB (something with pointers and new)Marc Mutz2022-05-071-11/+7
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-1/+105