summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpropertybinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-192/+0
* Cache whether a property is a booleanLars Knoll2020-07-101-3/+3
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-22/+17
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-9/+4
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-2/+1
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-2/+8
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-2/+9
* Fix QPropertyFabian Kosmale2020-06-251-0/+11
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-2/+4
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-0/+2
* Simplify signature of untyped property bindingsSimon Hausmann2020-04-171-11/+21
* Make it possible to take bindings from properties without private headersSimon Hausmann2020-04-171-1/+1
* QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-1/+1
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-9/+2
* Add support for explicitly marking a property as dirtySimon Hausmann2020-03-191-0/+7
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-6/+28
* Property binding system: Fix developer build with MSVC 2019 (16.4.1)Friedemann Kleint2020-03-171-0/+2
* Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-161-0/+141