summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1618-1703/+2950
|\
| * QMySQL: return QVariant::ByteArray for POINT columnChristian Ehrlicher2020-03-151-0/+22
| * Update UCD to Revision 26Edward Welbourne2020-03-148-1666/+2587
| * Fuzzing: Add fuzz target for ctor of QSslCertificateRobert Loehning2020-03-132-0/+45
| * Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-03-121-4/+3
| * Add test for conversion of "large" imagesv5.15.0-beta2Allan Sandfeld Jensen2020-03-111-5/+126
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-115-28/+167
| |\
| | * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+149
| | * Un-blacklist QElapsedTimer::elapsed testVolker Hilsheimer2020-03-041-3/+0
| | * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-031-1/+1
| | * QDom: use correct precision when converting float/double valuesChristian Ehrlicher2020-03-031-7/+17
| | * xcb: Fix logic for minimized stateJiDe Zhang2020-03-031-4/+0
* | | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-4/+4
* | | Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-141-13/+13
* | | CMake: Regenerate tests projectsAlexandru Croitor2020-03-1227-18/+194
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-1141-187/+4306
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1141-187/+4306
| |\| |
| | * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-0617-5/+21
| | * | Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-067-610/+908
| | * | rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-0510-0/+161
| | * | Add 'pass' test to testlib selftestsTor Arne Vestbø2020-03-0510-2/+170
| | * | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-051-2/+5
| | * | tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
| | * | tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
| | * | QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-3/+5
| | * | QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-4/+0
| | * | QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-041-85/+85
* | | | QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-114-90/+120
|/ / /
* | | Fix distribution of font properties in QTextFormatEskil Abrahamsen Blomfeldt2020-03-101-0/+128
* | | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-2/+2
* | | Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-054-14/+5
* | | Add support for attaching continuations to QFutureSona Kurazyan2020-03-051-0/+504
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-03-0416-63/+220
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0416-63/+220
| |\| |
| | * | Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-0/+12
| | * | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-0/+79
| | * | Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
| | * | QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-035-28/+26
| | * | rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-031-2/+2
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-297-34/+99
| | |\|
| | | * Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
| | | * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-284-0/+32
| | | * Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-02-271-17/+30
| | | * Stabilize task255529_transformationAnchorMouseAndViewportMarginsVolker Hilsheimer2020-02-271-1/+3
* | | | QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-042-5/+788
* | | | Revert "Remove flagBits from QMatrix4x4"Fabian Kosmale2020-03-041-4/+3
* | | | Update to Harfbuzz 2.6.4Eskil Abrahamsen Blomfeldt2020-03-042-5/+8
* | | | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-044-4/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0319-37/+37
|\| |
| * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-2811-22/+22