summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qproperty
Commit message (Expand)AuthorAgeFilesLines
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-201-1/+56
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-051-0/+1
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-1/+1
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-0/+17
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+27
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-84/+0
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+22
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-1/+11
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-221-1/+24
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-221-0/+45
* QPropertyBinding: Add sticky modeFabian Kosmale2021-04-161-0/+25
* Add support for grouped property changesLars Knoll2021-04-161-3/+74
* Don't emit change notifications more often than requiredLars Knoll2021-04-161-0/+31
* Remove lazy binding evaluationLars Knoll2021-04-161-87/+11
* QBindable: Mark non-modifying methods as constFabian Kosmale2021-04-141-0/+21
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-2/+68
* QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-011-6/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-7/+8
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-11/+11
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-1/+3
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-0/+18
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-211-0/+9
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-0/+8
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* QProperty add markdirtyFabian Kosmale2020-12-181-0/+77
* Bindable property with initializationIvan Solovev2020-12-171-0/+64
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-011-1/+0
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-031-1/+28
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-031-0/+22
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+3
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-0/+53
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-2/+1
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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