summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-8/+23
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-20/+261
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-272-21/+158
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-262-4/+26
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+1
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-0/+26
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-252-59/+204
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-0/+31
* Cleanup QTypeInfoLars Knoll2020-08-268-30/+38
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-0/+11
* tst_qobject: Enable build with CMakeFabian Kosmale2020-08-253-2/+3
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-2411-7292/+0
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-241-0/+55
* Deprecate int based convert/canConvertLars Knoll2020-08-243-11/+11
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-2411-25/+26
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-242-7/+4
* Remove an unused enum value and document another oneLars Knoll2020-08-242-26/+27
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-241-0/+4
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-244-10/+12
* Move enum conversions over into QMetaTypeLars Knoll2020-08-241-5/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-5/+0