summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpropertyprivate.h
Commit message (Expand)AuthorAgeFilesLines
* QProperty: Mark metaType as unused in else branch of createFor()Ulf Hermann2020-11-071-0/+1
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-031-3/+135
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-2/+2
* QProperty: avoid needless std::function copyingFabian Kosmale2020-10-121-1/+1
* QProperty: make a few helpers constexprFabian Kosmale2020-10-121-1/+1
* Disable moving of QPropertyLars Knoll2020-09-291-3/+1
* Add QObjectCompatPropertyLars Knoll2020-09-021-28/+3
* Pass a pointer to the property data into the method evaluating a bindingLars Knoll2020-09-021-3/+2
* Add support for bindable properties to QObjectLars Knoll2020-09-021-0/+9
* Cleanup QBindingPrivateLars Knoll2020-09-021-3/+3
* Introduce a common base class for all QProperty typesLars Knoll2020-09-021-9/+16
* Cleanups: Rename some classesLars Knoll2020-09-021-11/+11
* Get rid of QPropertyValueStorageLars Knoll2020-09-021-38/+0
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-021-22/+0
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-021-1/+1
* Add const to some methodsLars Knoll2020-08-281-3/+3
* Pass QMetaType by valueLars Knoll2020-08-241-4/+4
* Fix a valgrind warning about accessing uninitialized memoryLars Knoll2020-08-171-1/+1
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-151-4/+8
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-0/+2
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-2/+42
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-1/+2
* 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/+3
* 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-1/+1
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-191-52/+18
* Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-161-0/+249