summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-312-19/+0
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-2/+2
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-281-0/+27
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-0/+26
* Cleanup QTypeInfoLars Knoll2020-08-262-5/+10
* tst_qobject: Enable build with CMakeFabian Kosmale2020-08-253-2/+3
* Deprecate int based convert/canConvertLars Knoll2020-08-242-9/+9
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-247-19/+21
* 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-243-9/+10
* Move enum conversions over into QMetaTypeLars Knoll2020-08-241-5/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-5/+0
* Fix compiler warnings in autotestLars Knoll2020-08-241-1/+2
* Always use the variants internal space if possibleLars Knoll2020-08-241-1/+3
* Refactor Q*IterableLars Knoll2020-08-241-11/+8
* Cleanups in the Iterable classesLars Knoll2020-08-241-9/+9
* Cleanups in QSequentialIterableLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-243-50/+41
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-4/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-38/+38
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-45/+39
* Restrict comparison of variantsLars Knoll2020-08-131-22/+26
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-17/+0
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+0
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-2/+2
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-0/+29
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-311-0/+38
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-291-3/+3
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-151-0/+72
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-0/+9
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-1/+0
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-3/+6
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-8/+6
* Cleanup QPropertyBindingErrorLars Knoll2020-07-101-2/+1
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-094-13/+7
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0924-36/+36