aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-4/+48
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-11/+11
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-041-1/+1
* Ensure binding target has not been deletedMatthew Vogt2012-05-041-0/+4
* Stop stuffing the URL "<Unknown File>" in QML errorsThiago Macieira2012-04-121-2/+0
* QmlProfiler: Do not log expression for bindingKai Koehne2012-03-191-2/+0
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-119/+148
* Move binding and expression classes to separate filesAaron Kennedy2012-03-131-235/+0
* QmlProfiler: Avoid overhead if profiling is not enabledKai Koehne2012-03-091-1/+2
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+551