aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlabstractbinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-8/+11
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Save one more pointer on each bindingLars Knoll2015-06-101-3/+4
* Make bindings refcountedLars Knoll2015-06-101-43/+35
* Replace bindingType() method by a virtual getterLars Knoll2015-06-051-4/+9
* Smaller cleanupsLars Knoll2015-04-271-45/+46
* Make update() non virtualLars Knoll2015-04-271-4/+0
* Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-5/+0
* CleanupLars Knoll2015-04-261-8/+8
* Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-10/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Changed value type property index encodingSimon Hausmann2014-12-101-11/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-2/+1
* Remove QV8Bindings classLars Knoll2013-05-241-2/+0
* Remove all references to the old v4 codeLars Knoll2013-05-231-8/+0
* Disable the old v4 engine by defaultLars Knoll2013-04-201-0/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-4/+4
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-40/+32
* Reduce size of QQmlAbstractBindingAaron Kennedy2012-05-241-15/+52
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-0/+7
* Move binding and expression classes to separate filesAaron Kennedy2012-03-131-0/+193