summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-135-9/+87
* Introduce QSignalSpy constructor allows to spy on a meta methodVitaly Fanaskov2019-08-131-0/+52
* Fix tst_QImageReader::saveColorSpaceAllan Sandfeld Jensen2019-08-131-0/+1
* tst_QFormLayout: use QAutoPointer to simplify test and avoid leakMarc Mutz2019-08-132-7/+8
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-08-1310-15/+199
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-1310-15/+199
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-125-11/+97
| | |\
| | | * Make test less dependent on moving the cursorMorten Johan Sørvig2019-08-111-1/+1
| | | * QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-10/+9
| | | * Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+18
| | | * QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-0/+57
| | | * A GCC 4.8 build fixVille Voutilainen2019-08-081-1/+1
| | | * Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-0/+13
| | * | BLACKLIST contains_QPointF for msvc-2019Heikki Halmet2019-08-081-0/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-082-6/+0
| | |\|
| | | * tst_http2::connectToHost - fix flakinessTimur Pocheptsov2019-08-072-6/+0
| | * | Fix GCC 4.8 buildVille Voutilainen2019-08-051-1/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-055-0/+102
| | |\|
| | | * tst_http2::connectToHost - add a fix for SecureTransport backendTimur Pocheptsov2019-08-011-0/+13
| | | * Blacklist tst_http2::connectToHostTimur Pocheptsov2019-08-011-0/+3
| | | * QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-013-0/+86
* | | | Determine dependencies of Windows resource filesJoerg Bornemann2019-08-138-11/+83
* | | | Don't insert items into the wrong rowLars Knoll2019-08-131-1/+1
* | | | QChar: add FormFeed (FF) special characterThiago Macieira2019-08-121-0/+3
|/ / /
* | | Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-122-4/+39
* | | CMake: Add support for auto-importing plugins in CMakeKyle Edwards2019-08-1238-1/+1079
* | | Deprecate QStringViewLiteralMarc Mutz2019-08-102-10/+10
* | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-0/+14
* | | Warn about conflicting DESTDIR/TARGET combination in debug_and_releaseJoerg Bornemann2019-08-093-0/+24
* | | tst_qmake: Pass /nologo to jom like we do for nmakeJoerg Bornemann2019-08-091-1/+3
* | | QTextDocument: add manual test for table border logicNils Jeisecke2019-08-099-0/+616
* | | QDateTimePrivate: inherit QSharedData and other cleanupsMarc Mutz2019-08-071-3/+3
* | | QPoint/F: add transposed()Marc Mutz2019-08-072-0/+14
* | | QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-0710-0/+151
* | | CMake: Fix some failing cmake testsKyle Edwards2019-08-073-2/+8
* | | Remove the unused includes for QSignalMapperSona Kurazyan2019-08-051-1/+0
* | | Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-021-0/+47
* | | Improve our color space terminologyAllan Sandfeld Jensen2019-08-021-23/+23
* | | Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-0115-30/+98
* | | Improve the keypadnavigation manual testSona Kurazyan2019-08-011-21/+16
* | | Port users of get{Contents,Text}Margins() missed first time aroundMarc Mutz2019-08-014-20/+23
* | | Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-012-2/+4
* | | Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-014-2/+13
* | | tst_QMenu: Eradicate Q_FOREACH loopsMarc Mutz2019-08-011-4/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-012-1/+11
|\| |
| * | Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-311-1/+9
| * | BLACKLIST insert_remove_loop for msvc-2019Heikki Halmet2019-07-301-0/+2
* | | Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-312-10/+28
* | | Harden ICC parserAllan Sandfeld Jensen2019-07-312-0/+40
* | | rhi: Fix clear value in offscreen testLaszlo Agocs2019-07-311-1/+1