aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-6/+4
|\
| * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-2/+1
| * Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-091-0/+2
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Remove unused argumentLars Knoll2016-12-091-2/+1
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-3/+1
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-2/+2
|/
* Minor binding code cleanupSimon Hausmann2016-08-181-1/+1
* QML: Split off value type information from property dataErik Verbruggen2016-08-091-4/+4
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-1/+0
* QML: Add specialized binding for QObject* propertiesErik Verbruggen2016-08-021-1/+1
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-4/+4
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-081-3/+1
* QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-11/+21
* Remove unused QPointerValuePair templateFrank Meerkoetter2016-04-181-1/+0
* Mark overridden virtuals as suchFrank Meerkoetter2016-03-151-7/+5
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-101-1/+3
* Make bindings refcountedLars Knoll2015-06-101-4/+2
* Move the writeBinding method into QQmlBindingLars Knoll2015-06-051-0/+5
* Move the target property index into the common base classLars Knoll2015-06-051-3/+0
* Move the target object into the base classLars Knoll2015-06-051-2/+0
* Remove the QQmlPropertyData from the bindingLars Knoll2015-06-051-6/+7
* Save one more pointer for every bindingLars Knoll2015-04-271-7/+5
* Get rid of QQmlBinding::property()Lars Knoll2015-04-271-1/+0
* Move m_function into the base classLars Knoll2015-04-271-2/+0
* Rename the v4function member variablesLars Knoll2015-04-271-1/+1
* Make update() non virtualLars Knoll2015-04-271-1/+1
* Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-7/+1
* CleanupLars Knoll2015-04-261-2/+2
* Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-17/+8
* Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-9/+7
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-2/+2
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-3/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Rework custom parser integrationSimon Hausmann2014-06-041-2/+0
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-9/+2
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-8/+0
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* Fix crashes with MSVC on x86Simon Hausmann2013-06-261-4/+0
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-1/+5
* Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-1/+1
* Convert some v8::Persistent to v4Lars Knoll2013-05-061-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
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-5/+5
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-0/+2
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-8/+17