summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.h
Commit message (Expand)AuthorAgeFilesLines
* QObjectBindableProperty: Fix QDoc-specific typo in headerTopi Reinio2020-09-151-1/+1
* Fix QPropertyAlias to work with all kinds of propertiesLars Knoll2020-09-021-132/+126
* Add setter/getter support in QBindableInterfaceLars Knoll2020-09-021-0/+11
* Make bindings introspectable through mocLars Knoll2020-09-021-21/+66
* Add support for computed propertiesLars Knoll2020-09-021-0/+76
* Pass a pointer to the property data into the method evaluating a bindingLars Knoll2020-09-021-2/+2
* Add support for bindable properties to QObjectLars Knoll2020-09-021-0/+187
* Always allow setting a null binding on a propertyLars Knoll2020-09-021-1/+1
* Add a QBindingStorage classLars Knoll2020-09-021-0/+21
* Ground work for bindable properties in QObjectLars Knoll2020-09-021-0/+116
* Remove operators allowing assignment of a binding to a propertyLars Knoll2020-09-021-24/+9
* Move QPropertyObserver further up in the header fileLars Knoll2020-09-021-119/+112
* Introduce a common base class for all QProperty typesLars Knoll2020-09-021-35/+56
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-203/+0
* Cleanups: Rename some classesLars Knoll2020-09-021-13/+13
* Get rid of QPropertyValueStorageLars Knoll2020-09-021-52/+72
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-021-12/+30
* Reduce some code duplicationLars Knoll2020-09-021-41/+2
* Generalize some methods taking a QProperty<>Lars Knoll2020-09-021-36/+10
* Add const to some methodsLars Knoll2020-08-281-1/+1
* Pass QMetaType by valueLars Knoll2020-08-241-3/+2
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-151-2/+4
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-23/+10
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-28/+5
* Cleanup QPropertyBindingErrorLars Knoll2020-07-101-3/+4
* Improve performance of property binding evaluationLars Knoll2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-23/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-53/+88
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-24/+75
* 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