summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_qtimer::zeroTimer unit testAndreas Buhr2020-11-012-3/+3
* Revert "QObject: simplify part of connection logic"Fabian Kosmale2020-10-271-0/+20
* Fix tst_QDeadlineTimer::stdchrono() flaky testJarek Kobus2020-10-272-53/+34
* Deprecate QVariant::TypeLars Knoll2020-10-232-7/+15
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+26
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-2/+2
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-202-3/+3
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-0/+14
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-191-0/+10
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-43/+84
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+3
* Fix compile time type normalization codeLars Knoll2020-10-142-4/+42
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-0/+53
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+12
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-078-58/+62
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-2/+1
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+12
* Disable moving of QPropertyLars Knoll2020-09-291-99/+33
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-291-0/+36
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-281-0/+32
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2334-127/+45
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-4/+10
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Cleanup API of QMimeDataLars Knoll2020-09-213-2/+13
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+42
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-115/+177
* 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