aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertybinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* 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