summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing \since tags for QPropertyNotifier and QProperty APIsDheerendra Purohit8 days1-0/+4
* Q(ObjectBindable)Property: Properly support comparisonsFabian Kosmale2025-05-301-0/+6
* Add jemalloc supportAurélien Brooke2025-04-091-2/+5
* QProperty: replace a malloc() + memset() with calloc()Aurélien Brooke2025-01-301-2/+1
* Avoid referring to invalidated observer during binding evaluationSanthosh Kumar2024-10-071-9/+14
* QBindable: mark two constructors as available since Qt 6.5Wang Zichong2024-09-091-0/+2
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* QProperty: Use RefCounted as intendedUlf Hermann2024-03-191-3/+3
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-181-7/+0
* Doc: Merge dangling text with \note paragraphAndreas Eliasson2023-11-131-8/+6
* Fix typo in QUntypedPropertyBinding docsAlexey Edelev2023-08-091-1/+1
* QProperty: improve QPropertyAlias deprecationIvan Solovev2023-07-251-0/+2
* QBindable: Add doc example for ctor taking property nameFabian Kosmale2023-06-281-1/+8
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-111-0/+5
* Avoid capturing same property twiceFabian Kosmale2023-04-181-0/+5
* Doc: Update docs to reflect method being renamedAndreas Eliasson2023-03-081-3/+3
* Doc: fix qdoc warningVolker Hilsheimer2023-03-011-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-1/+9
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-2/+37
* QProperty: Remove recursive notify logicFabian Kosmale2023-02-081-19/+3
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-16/+18
* Deprecate QPropertyAliasFabian Kosmale2023-02-081-0/+2
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+2
* Use std::exchange in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-051-3/+1
* Fix narrowing in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-051-4/+4
* Doc: Remove stale documentation in "qproperty.cpp"Luca Di Sera2023-01-181-29/+0
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-301-0/+176
* QProperty: Update documentation to reflect eager evaluationFabian Kosmale2022-10-251-159/+182
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* Disable constinit for MSVC compilersOliver Wolff2022-08-031-1/+1
* QProperty: optimize non-recursive notification logicFabian Kosmale2022-08-011-3/+4
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-011-17/+54
* Write QProperty use in QMLJaishree Vyas2022-07-251-0/+11
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-0/+1
* QPropertyBindingPrivate: de-inline functions that modify heapObserversMarc Mutz2022-05-171-0/+18
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-011-1/+1
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+17
* Move QBindingStorage methods marked for removal to removed_apiSona Kurazyan2022-02-161-6/+0
* 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