summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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