summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated methodsLars Knoll2020-06-122-44/+0
* Rename new slice() method sliced()Marc Mutz2020-06-111-20/+20
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-11/+0
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-10/+0
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-111-8/+0
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-1/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-104-10/+14
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-24/+100
* Add QPromise implementationAndrei Golubev2020-06-095-1/+596
* CMake: Fix failing plugin tests on MinGWAlexandru Croitor2020-06-093-0/+19
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-47/+196
* Remove winrtOliver Wolff2020-06-0674-424/+198
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* QString/View: add tokenize() member functionsMarc Mutz2020-06-063-1/+190
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-77/+0
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* CMake: Fix tst_quuid to pass on macOSAlexandru Croitor2020-06-042-1/+17
* CMake: Fix tst_qregexp testAlexandru Croitor2020-06-041-1/+15
* tst_qobject: fix build when exceptions are disabledFabian Kosmale2020-06-041-0/+2
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-042-37/+244
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-39/+2
* QStringBuilder: code tidies in the testsGiuseppe D'Angelo2020-06-045-14/+30
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-30/+37
* Long live QStringTokenizer!Marc Mutz2020-06-037-1/+345
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-0/+47
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-2/+11
* add unit test for QMetaMethod::revisionFabian Kosmale2020-06-021-1/+12
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-023-5/+64
* Stabilize autotestLars Knoll2020-06-011-6/+10
* 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
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-0/+38
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-282-42/+11
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Add a QPropertyAliasUlf Hermann2020-05-271-0/+47
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-272-182/+9
* 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
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-261-0/+32
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* Remove references to deleted file shift-jis.txtKari Oikarinen2020-05-242-2/+0
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-2/+6
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-182-5/+30
|\