aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-1/+1
* QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-051-5/+5
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+7
|\
* | Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* | Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-7/+4
* | Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-101-2/+0
* | Save one more pointer on each bindingLars Knoll2015-06-101-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-1/+7
* | Replace bindingType() method by a virtual getterLars Knoll2015-06-051-5/+5
* | Move the writeBinding method into QQmlBindingLars Knoll2015-06-051-4/+152
* | Fix resolving of nested alias propertiesLars Knoll2015-06-051-2/+2
* | Move the target property index into the common base classLars Knoll2015-06-051-10/+5
* | Move the target object into the base classLars Knoll2015-06-051-5/+0
* | Remove the QQmlPropertyData from the bindingLars Knoll2015-06-051-21/+59
* | Save one more pointer for every bindingLars Knoll2015-04-271-18/+8
* | Minor cleanupLars Knoll2015-04-271-33/+34
* | Get rid of QQmlBinding::property()Lars Knoll2015-04-271-6/+1
* | Move m_function into the base classLars Knoll2015-04-271-4/+3
* | Rename the v4function member variablesLars Knoll2015-04-271-10/+10
* | Directly resolve property aliases in QQmlBinding::setTargetLars Knoll2015-04-261-0/+37
* | Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-12/+4
* | CleanupLars Knoll2015-04-261-4/+4
* | Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-261-2/+2
* | Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-261-41/+0
* | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-10/+23
* | Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-18/+10
* | Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-6/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-25/+4
|\|
| * Speed up object creationSimon Hausmann2015-04-161-2/+2
| * Speed up binding evaluationSimon Hausmann2015-04-161-23/+2
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* | More cleanupsLars Knoll2015-04-211-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-6/+10
* Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+1
* Remove QQmlTrace. We have a real profiler.Erik Verbruggen2015-01-091-8/+0
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Get rid of !this and similar constructsLars Knoll2014-10-311-1/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-11/+4
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-221-1/+1
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-2/+2
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-1/+1