summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add QStringView::split() methodsLars Knoll2020-06-011-13/+37
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-011-0/+6
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-10/+7
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+51
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+113
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-292-0/+129
* Turn badly-named test into two data rows of another testEdward Welbourne2020-05-291-16/+6
* Make tst_QTextLayout::textWidthVsWIdth() more robustEskil Abrahamsen Blomfeldt2020-05-291-0/+15
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-0/+38
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+20
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-2826-313/+313
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-282-42/+11
* Add tests for a couple of edge casesDimitrios Apostolou2020-05-281-0/+18
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Move windowsuiautomation API support into QtGuiFriedemann Kleint2020-05-272-5/+4
* Add a QPropertyAliasUlf Hermann2020-05-271-0/+47
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-273-186/+13
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* QProperty: Support multiple observersUlf Hermann2020-05-271-0/+36
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-2/+2
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-271-4/+8
* moc: handle include directives in enumsFabian Kosmale2020-05-274-0/+59
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-261-0/+32
* Blacklist imageAtRightAlignedTab in CentOSHeikki Halmet2020-05-251-0/+1
* BLACKLIST test_Gestures tests for new platformsHeikki Halmet2020-05-251-1/+11
* BLACKLIST QWidget tests for CentOSHeikki Halmet2020-05-251-0/+2
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* Blacklist tst_qfont tests on new platformsTony Sarajärvi2020-05-251-0/+6
* Remove references to deleted file shift-jis.txtKari Oikarinen2020-05-242-2/+0
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-221-0/+6
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-222-9/+5
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-2/+6
* Fuzzing: Add fuzz target for QImage::loadFromDataRobert Loehning2020-05-192-0/+55
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-193-5/+31
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-183-5/+31
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-5/+30
| | |\
| | | * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-072-5/+30
| | * | Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* | | | Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-184-7/+589
|/ / /
* | | QTaggedPointer: verify constexpr'ness of some ctorsMarc Mutz2020-05-161-0/+33
* | | Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-151-16/+104
* | | Add support of connecting signals to QFutureSona Kurazyan2020-05-151-0/+87
* | | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-151-16/+1
* | | QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-0/+6
* | | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-155-202/+0
* | | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-0/+35
* | | QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-0/+10
* | | tst_qstringref: remove some wtf?Marc Mutz2020-05-141-1/+1
* | | Make utf8_source the default for qmake buildsLars Knoll2020-05-141-0/+16
* | | QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-7/+70