aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* Speed up binding evaluationSimon Hausmann2015-04-161-23/+2
* 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
* Rework custom parser integrationSimon Hausmann2014-06-041-28/+0
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-2/+2
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-021-1/+1
* Fix compilation of script stringsSimon Hausmann2014-04-021-7/+10
* Fix typoSimon Hausmann2014-04-011-1/+1
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-15/+11
* Namespace cleanupSimon Hausmann2014-03-171-1/+1
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-35/+53
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-3/+3
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-171-1/+2
* Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-291-1/+9
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-10/+0
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+5
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-4/+5
* Fix qqmlecmascript::enums and nonNotifyableSimon Hausmann2013-06-081-1/+1
* Small cleanupLars Knoll2013-05-261-6/+1
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-13/+5
* Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-8/+4
* Add support for direct binding evaluation in QV4ScriptLars Knoll2013-05-241-23/+10
* Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-071-2/+2
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-4/+4
* Get rid of v8::LocalLars Knoll2013-05-061-2/+2
* Convert some v8::Persistent to v4Lars Knoll2013-05-061-8/+7
* Remove v8::HandleScopeLars Knoll2013-05-031-2/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-2/+0
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-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
* Trim trailing whitespace.Stephen Kelly2012-08-221-8/+8
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-13/+13
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-0/+48
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-10/+5