summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-151-0/+25
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-071-5/+5
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+6
* Avoid unnecessary work when linking observersUlf Hermann2021-06-051-1/+1
* QProperty: Refresh the observers after evaluating bindingsUlf Hermann2021-06-041-8/+13
* Simplify storing of notification objectsLars Knoll2021-06-011-7/+90
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-011-29/+4
* Document that QProperty::subscribe might get executed deferredAndreas Buhr2021-05-201-6/+13
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+1
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-17/+3
* Add QUntypedBindable::metaType functionFabian Kosmale2021-05-031-0/+10
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+33
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-221-0/+4
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-221-7/+10
* QPropertyBinding: Add sticky modeFabian Kosmale2021-04-161-0/+3
* Add support for grouped property changesLars Knoll2021-04-161-23/+212
* Don't emit change notifications more often than requiredLars Knoll2021-04-161-11/+59
* Address thread safety issues in QProperty classesFabian Kosmale2021-04-161-2/+12
* Remove lazy binding evaluationLars Knoll2021-04-161-87/+40
* Add documentation how to formulate a property bindingAndreas Buhr2021-03-261-0/+6
* Add documentation for internal Q_OBJECT_COMPUTED_PROPERTYAndreas Buhr2021-03-251-0/+93
* Add example to QObjectBindableProperty change handler docsAndreas Buhr2021-03-251-0/+4
* Add documentation for internal Q_OBJECT_COMPAT_PROPERTYAndreas Buhr2021-03-251-0/+63
* Doc: Fix warnings on qproperty.cppTopi Reinio2021-03-101-18/+22
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-051-0/+23
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-251-6/+8
* Fix some qdoc-warnings for 6.1Friedemann Kleint2021-02-181-1/+3
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-4/+4
* Mark QPropertyAlias as internalFabian Kosmale2021-02-151-0/+2
* QPropertyBindingPrivate: Support QQmlProperyBindingFabian Kosmale2021-02-151-1/+1
* Fix minor documentation typos in bindable propertiesJuha Vuolle2021-02-151-1/+1
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-3/+3
* Create bindable property overview documentationAndreas Buhr2021-01-281-54/+5
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-1/+20
* QBindable: add initial documentationFabian Kosmale2021-01-271-0/+72
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-211-0/+15
* QUntypedBindable: Add documentationFabian Kosmale2021-01-181-0/+113
* 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