summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+2
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-9/+34
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-081-1/+9
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-081-6/+9
* QProperty: more micro optimizationFabian Kosmale2021-08-081-40/+14
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-081-10/+9
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* QProperty: micro optimizationsFabian Kosmale2021-08-041-1/+1
* Avoid TLS access for groupUpdateDataFabian Kosmale2021-08-041-4/+14
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-041-1/+14
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* 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