summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-111-13/+9
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Doc: Fix \sa statement link errorNico Vertriest2021-01-071-1/+1
* QProperty add markdirtyFabian Kosmale2020-12-181-0/+43
* Bindable property with initializationIvan Solovev2020-12-171-2/+16
* QProperty docs: update macro nameIvan Solovev2020-12-151-2/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-151-18/+1
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-0/+6
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-081-0/+4
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-0/+3
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-011-1/+18
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-301-90/+53
* Inline the fast path for removeBinding()Lars Knoll2020-11-301-8/+9
* Smaller cleanup in QBindingStorageLars Knoll2020-11-301-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-301-14/+13
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-301-4/+5
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-301-3/+2
* Inline access to the QBindingStorageLars Knoll2020-11-301-6/+5
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-031-2/+5
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-031-21/+44
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-2/+2
* Doc: Fix documentation warnings for QProperty and related classesTopi Reinio2020-10-231-128/+43
* Remove nodiscard in QPropertyObserverNodeProtector ctorAndrei Golubev2020-10-131-1/+1
* Mark the class QPropertyObserverNodeProtector as [[nodiscard]]Lars Knoll2020-10-131-1/+1
* QPropertyObserver: mark as noexcecptFabian Kosmale2020-10-121-2/+2
* QUntypedPropertyBinding::QUntypedPropertyBinding: use member initializer listFabian Kosmale2020-10-121-1/+1
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-22/+120
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-4/+16
* Disable moving of QPropertyLars Knoll2020-09-291-40/+7
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-291-1/+2
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-281-0/+8
* Add QObjectCompatPropertyLars Knoll2020-09-021-13/+25
* Pass a pointer to the property data into the method evaluating a bindingLars Knoll2020-09-021-6/+11
* Add support for bindable properties to QObjectLars Knoll2020-09-021-0/+237
* Cleanup QBindingPrivateLars Knoll2020-09-021-5/+6
* Add a QBindingStorage classLars Knoll2020-09-021-4/+163
* Move QPropertyObserver further up in the header fileLars Knoll2020-09-021-0/+2
* Introduce a common base class for all QProperty typesLars Knoll2020-09-021-16/+60
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-230/+0
* Cleanups: Rename some classesLars Knoll2020-09-021-27/+27
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-021-27/+4
* Generalize some methods taking a QProperty<>Lars Knoll2020-09-021-0/+12
* Add const to some methodsLars Knoll2020-08-281-4/+4
* Pass QMetaType by valueLars Knoll2020-08-241-1/+1
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-1/+1
* 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