summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qproperty
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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
* 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
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-0/+29
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-151-0/+72
* 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
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-7/+7
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-20/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-0/+131
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-0/+22
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-0/+47
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-0/+38
* Add a QPropertyAliasUlf Hermann2020-05-271-0/+47
* QProperty: Support multiple observersUlf Hermann2020-05-271-0/+36
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-2/+2
* Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-0/+12
* Simplify signature of untyped property bindingsSimon Hausmann2020-04-171-10/+6
* QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-0/+20
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-5/+3
* Add QProperty tests to the cmake buildSimon Hausmann2020-03-271-0/+12
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-0/+50
* Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-162-0/+619