summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpropertybinding_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-194/+0
* Cache whether a property is a booleanLars Knoll2020-07-101-1/+3
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-3/+4
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-0/+5
* Improve performance of property binding evaluationLars Knoll2020-07-071-3/+3
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-1/+3
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-2/+2
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-12/+46
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-0/+4
* QProperty: Support multiple observersUlf Hermann2020-05-271-0/+7
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-4/+42
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-1/+4
* Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-161-0/+98