aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlabstractbinding_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-031-9/+22
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-2/+2
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-1/+1
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-081-0/+9
* Remove unused QPointerValuePair templateFrank Meerkoetter2016-04-181-1/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Save one more pointer on each bindingLars Knoll2015-06-101-11/+10
* Make bindings refcountedLars Knoll2015-06-101-27/+19
* Replace bindingType() method by a virtual getterLars Knoll2015-06-051-19/+6
* Move the target property index into the common base classLars Knoll2015-06-051-1/+2
* Move the target object into the base classLars Knoll2015-06-051-1/+4
* Smaller cleanupsLars Knoll2015-04-271-6/+2
* Make update() non virtualLars Knoll2015-04-271-1/+0
* Simplify binding setup code furtherLars Knoll2015-04-271-1/+1
* Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-5/+0
* CleanupLars Knoll2015-04-261-2/+2
* Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-38/+12
* Remove some dead codeLars Knoll2015-04-251-29/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-1/+0
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-2/+2
* Fix error reporting timingSimon Hausmann2013-09-121-3/+1
* Beginning of a new qml parserSimon Hausmann2013-09-081-0/+5
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-2/+2
* Remove some unused code and forward declarationsLars Knoll2013-06-281-1/+0
* Remove QV8Bindings classLars Knoll2013-05-241-1/+1
* Fix some leftovers from the last v4 removal patchLars Knoll2013-05-241-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-0/+2
* Document the vTable hack.Thomas McGuire2012-08-241-0/+8
* Make connectNotify() work with QMLThomas McGuire2012-08-221-4/+26
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-1/+2
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-13/+62
* Reduce size of QQmlAbstractBindingAaron Kennedy2012-05-241-3/+16
* Allow V4 bindings to be assigned to aliasesMichael Brasser2012-05-101-3/+2
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-0/+1
* Move binding and expression classes to separate filesAaron Kennedy2012-03-131-0/+131