summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-191-0/+5
* Doc: Move Q_OBJECT_COMPUTED_PROPERTY to QObjectComputedPropertyLuca Di Sera2021-11-051-1/+1
* Inline QPropertyBindingDataPointerAndrei Golubev2021-11-011-7/+0
* Extend documentation for bindable propertiesIvan Solovev2021-10-291-4/+9
* QObjectComputedProperty docs: move example to snippetIvan Solovev2021-10-261-36/+1
* Make QObjectComputedProperty documentation visibleIvan Solovev2021-10-251-2/+0
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-201-16/+22
* Inline a few methods of QPropertyObserverPointerUlf Hermann2021-10-181-97/+7
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* Add documentation for QPropertyBindingErrorFabian Kosmale2021-09-131-11/+146
* 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-041-1/+9
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-041-6/+9
* QProperty: more micro optimizationFabian Kosmale2021-08-041-40/+14
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-041-10/+9
* QProperty: micro optimizationsFabian Kosmale2021-08-041-1/+1
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* 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