summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-181-0/+44
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QProperty: clean up unnecessary sentinel classPo-Hao Su2023-12-091-0/+54
* QProperty: Steal currentCompatProperty while evaluating a different oneUlf Hermann2023-09-271-0/+105
* QBindable: Fix out-of-bound access in non-bindable property support codeFabian Kosmale2023-06-201-1/+11
* tst_QProperty: fix -Wsign-compareMarc Mutz2023-06-131-1/+1
* Avoid capturing same property twiceFabian Kosmale2023-04-181-0/+17
* Fix QPropertyAlias::addNotifierFabian Kosmale2023-03-091-0/+3
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-0/+18
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-26/+30
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-0/+26
* Deprecate QPropertyAliasFabian Kosmale2023-02-081-0/+4
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+34
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-301-0/+186
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-10/+10
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-111-0/+4
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-011-0/+24
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-1/+37
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-3/+3
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+16
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+86
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-201-1/+56
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-051-0/+1
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-1/+1
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-0/+17
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+27
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-84/+0
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+22
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-1/+11
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-221-1/+24
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-221-0/+45
* QPropertyBinding: Add sticky modeFabian Kosmale2021-04-161-0/+25
* Add support for grouped property changesLars Knoll2021-04-161-3/+74
* Don't emit change notifications more often than requiredLars Knoll2021-04-161-0/+31
* Remove lazy binding evaluationLars Knoll2021-04-161-87/+11
* QBindable: Mark non-modifying methods as constFabian Kosmale2021-04-141-0/+21
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-2/+68
* QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-011-6/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-7/+8
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-11/+11
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-1/+3
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-0/+18