aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertybinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QQmlPropertyBinding::evaluateFabian Kosmale2020-06-151-1/+6
* Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-221-15/+6
* Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-221-0/+15
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-1/+23
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+101