summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about discarded return value in QTranslator testVolker Hilsheimer2020-09-171-13/+13
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-0/+43
* Fix tst_QElapsedTimer::elapsed() flaky testJarek Kobus2020-09-151-11/+23
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-152-3/+5
* Add a QMetaAssociationUlf Hermann2020-09-152-27/+288
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-121-1/+1
* cmake: Re-enable qcoreapplication and qtimer testsTor Arne Vestbø2020-09-124-2/+95
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-122-9/+22
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-121-2/+4
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-112-45/+45
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1110-59/+63
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2020-09-101-8/+11
* Fix flaky QTimer::remainingTime() testJarek Kobus2020-09-101-18/+44
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-0/+67
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-4/+0
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-032-33/+50
* 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
* 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