summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-48/+160
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-2/+2
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-0/+5
* Cleanup QPropertyBindingErrorLars Knoll2020-07-101-15/+6
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-081-3/+6
* Improve performance of property binding evaluationLars Knoll2020-07-071-2/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-2/+3
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-1/+1
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-1/+229
* Add a QPropertyAliasUlf Hermann2020-05-271-3/+246
* QProperty: Support multiple observersUlf Hermann2020-05-271-15/+22
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-1/+1
* Make it possible to take bindings from properties without private headersSimon Hausmann2020-04-171-5/+5
* QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-6/+6
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-15/+9
* Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-191-2/+2
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-191-22/+37
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-0/+13
* Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-161-0/+671