summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.h
Commit message (Expand)AuthorAgeFilesLines
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-0/+32
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-2/+144
* Add a QPropertyAliasUlf Hermann2020-05-271-7/+152
* QProperty: Support multiple observersUlf Hermann2020-05-271-2/+2
* Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-3/+4
* Minor cleanup for QProperty constructorSimon Hausmann2020-04-301-10/+3
* Simplify signature of untyped property bindingsSimon Hausmann2020-04-171-8/+4
* 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-5/+28
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-7/+7
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-191-2/+12
* Add support for explicitly marking a property as dirtySimon Hausmann2020-03-191-0/+2
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-6/+23
* Property binding system: Fix developer build with MSVC 2019 (16.4.1)Friedemann Kleint2020-03-171-2/+2
* Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-161-0/+451