aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertybinding_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-5/+5
* QtQml: Fix return type constructions when calling methodsUlf Hermann2023-10-071-11/+21
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-151-0/+5
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-1/+1
* Clean up some includesUlf Hermann2021-11-051-5/+5
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-181-0/+4
* Skip superfluous property capture attemptFabian Kosmale2021-08-091-0/+2
* QQmlPropertyBinding: special case types at compile timeFabian Kosmale2021-08-091-4/+192
* Fix binding functor addressing in QQmlPropertyBindingFabian Kosmale2021-07-061-3/+5
* Support binding creation from QMetaType of propertyAndrei Golubev2021-06-031-0/+4
* Inline simple methods of QQmlPropertyBindingUlf Hermann2021-05-201-8/+54
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-0/+2
* Fix QQmlProperyBinding::createFromCodeStringFabian Kosmale2021-04-211-2/+1
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-151-0/+23
* Introduce QQmlAnyBinding as an abstraction over bindingsFabian Kosmale2021-03-041-1/+6
* QQmlPropertyBinding: fix forward declarationFabian Kosmale2021-02-221-1/+1
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-191-1/+19
* Disentangle QQmlPropertyBindingFabian Kosmale2021-02-191-11/+24
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-251-2/+13
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-041-2/+37
* Adjust qqmlpropertybinding to the changes in QPropertyLars Knoll2020-07-151-2/+2
* Add missing overrideAlexander Volkov2020-05-151-1/+1
* Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-221-2/+1
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-2/+10
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+83