aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertybinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* qml: use QSL lessAnton Kudryavtsev2023-09-151-1/+3
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-281-3/+1
* QQmlPropertyBinding: Do re-attach observer after handling undefinedUlf Hermann2023-06-281-1/+3
* QQmlPropertyBinding: Re-fetch binding data after reset()Ulf Hermann2023-06-151-1/+8
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-011-3/+5
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-151-4/+37
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Make most QQmlPropertyData constUlf Hermann2022-03-141-2/+2
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-7/+6
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-6/+4
* Clean up some includesUlf Hermann2021-11-051-4/+8
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-181-0/+41
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-081-5/+5
* Fix spelling mistakes in declarativeFabian Kosmale2021-10-051-1/+1
* QQmlPropertyBinding: special case types at compile timeFabian Kosmale2021-08-091-160/+1
* Fix binding functor addressing in QQmlPropertyBindingFabian Kosmale2021-07-061-6/+9
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-2/+2
* Support binding creation from QMetaType of propertyAndrei Golubev2021-06-031-1/+12
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-06-021-15/+68
* Revert "Do QMetaType-style call in QQmlPropertyBinding::evaluate"Ivan Solovev2021-05-251-68/+15
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-05-201-15/+68
* Inline simple methods of QQmlPropertyBindingUlf Hermann2021-05-201-48/+3
* Remove special casing of AOT functions from QQmlPropertyBinding::createUlf Hermann2021-05-121-35/+0
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-0/+13
* QQmlPropertyBinding: Optimizations and fixesFabian Kosmale2021-04-291-8/+9
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-221-4/+0
* Fix QQmlProperyBinding::createFromCodeStringFabian Kosmale2021-04-211-5/+5
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-191-5/+7
* Don't pre-resolve the QQmlContext for AOT functionsUlf Hermann2021-04-191-1/+1
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Set up a minimal stack frame when calling AOT functions as notifiersUlf Hermann2021-03-231-3/+16
* Don't store the scope in JSCallDataUlf Hermann2021-03-171-2/+2
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-151-5/+121
* Fix crash in QQmlPropertyBinding is not bound to propertyFabian Kosmale2021-03-101-0/+2
* Introduce QQmlAnyBinding as an abstraction over bindingsFabian Kosmale2021-03-041-0/+14
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-191-4/+50
* Disentangle QQmlPropertyBindingFabian Kosmale2021-02-191-14/+37
* QQmlPropertyBinding: Create more verbose binding loop warningFabian Kosmale2021-02-151-1/+6
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-251-4/+62
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-111-3/+8
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-1/+1
* V4: Allow passing arguments to AOT-compiled functionsUlf Hermann2020-11-201-1/+1
* Remove compatibility shim from qmlinfo.{cpp|h}Ulf Hermann2020-11-191-1/+1
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-041-7/+7
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-7/+6
* QQmlPropertyBinding: detect binding loopsFabian Kosmale2020-08-121-0/+14
* QQmlPropertyBinding: use QMetaType::equals for comparisonFabian Kosmale2020-08-121-4/+4
* Adjust qqmlpropertybinding to the changes in QPropertyLars Knoll2020-07-151-14/+17
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-251-2/+4