summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-112-45/+45
* [QtCore] QDateTime: switch from newRow to addRow in unit testsAndreas Buhr2020-09-111-4/+4
* [QtCore] Adapt QDateTime unit tests to use QByteArrayAndreas Buhr2020-09-111-8/+8
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1153-304/+317
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2020-09-101-8/+11
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-101-0/+15
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-1/+2
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-11/+7
* Fix flaky QTimer::remainingTime() testJarek Kobus2020-09-101-18/+44
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-082-43/+36
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+2
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-0/+67
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-071-2/+0
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-061-2/+68
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-062-8/+0
* Make test pass on machines with many coresLars Knoll2020-09-051-1/+1
* Fix flaky QFutureWatcher::startFinish() testJarek Kobus2020-09-031-11/+22
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-031-2/+2
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-032-33/+50
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-036-0/+335
* QByteArray: Disregard space at front during ::reserve(...)Mårten Nordheim2020-09-021-0/+8
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+141
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-0/+38
* Fix QPropertyAlias to work with all kinds of propertiesLars Knoll2020-09-021-0/+37
* Make bindings introspectable through mocLars Knoll2020-09-021-2/+50
* Add QObjectCompatPropertyLars Knoll2020-09-021-0/+76
* Add support for computed propertiesLars Knoll2020-09-021-0/+14
* Add support for bindable properties to QObjectLars Knoll2020-09-021-12/+99
* Ground work for bindable properties in QObjectLars Knoll2020-09-021-0/+112
* Remove operators allowing assignment of a binding to a propertyLars Knoll2020-09-021-40/+36
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-270/+33
* Cleanups: Rename some classesLars Knoll2020-09-021-20/+20
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-021-2/+0
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-021-0/+29
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-011-0/+591
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-4/+31
* Add a QMetaSequence interfaceUlf Hermann2020-09-016-0/+516
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-39/+95
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-313-215/+0
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+28
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-9/+0
* Prepend optimize QStringAndrei Golubev2020-08-291-0/+103
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-2/+2
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-281-808/+1
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-281-76/+76
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-281-0/+27
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Change QByteArray to handle large arraysLars Knoll2020-08-273-6/+10