aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativevme.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-161-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-211-0/+8
* Add a tracing API for the QML engineAaron Kennedy2011-12-141-4/+56
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-071-0/+1
* Introduce more generic fast property handlingAaron Kennedy2011-12-051-376/+105
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-011-0/+1
* Add support for assigning literal value to sequence propertyChris Adams2011-12-011-0/+65
* Don't crash when importing script with syntax errorKent Hansen2011-11-231-4/+12
* Profiler: Preserve line information also for optimized bindingsKai Koehne2011-11-221-1/+1
* Rewrite signal handlers at compile time.Michael Brasser2011-11-201-3/+1
* Fix crash in incubator when a guarded context is deletedAaron Kennedy2011-11-171-1/+1
* Make non-threaded VME interpreter work againKent Hansen2011-11-161-2/+4
* Property changes in Component.onCompleted should trigger Behaviors.Michael Brasser2011-11-091-12/+12
* Ensure that chained incubation works from componentCompleted.Martin Jones2011-11-011-12/+13
* Clean up declarative includesKent Hansen2011-10-171-17/+17
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-12/+8
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-141-1/+1
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-121-2/+2
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-071-2/+29
* Allow incubators to be driven recursivelyAaron Kennedy2011-10-061-5/+16
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-0/+48
* Allow .pragma library scripts to import other scriptsChris Adams2011-10-041-1/+5
* QDeclarativeIncubator::clear() and autotestsAaron Kennedy2011-10-031-19/+100
* Remove unnecessary membersAaron Kennedy2011-09-301-13/+6
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-1/+1
* Asynchronous component instantiationAaron Kennedy2011-09-291-343/+459
* Make the QML/VME interpreter threadedKent Hansen2011-09-221-11/+66
* Make the QML-VME interpreter "threading"-friendlyKent Hansen2011-09-221-18/+19
* Reference V4 program dataAaron Kennedy2011-09-161-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-1/+1
|\
| * Fix build with ClangTor Arne Vestbø2011-08-311-1/+1
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-7/+9
|/
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-1/+1
* Add QFastMetaBuilderAaron Kennedy2011-08-301-1/+4
* Remove some QByteArray<->QString conversionsAaron Kennedy2011-08-301-4/+4
* Add support for a vector4d type in QMLChris Adams2011-08-181-0/+10
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-2/+2
* Fix alias warnings in QDeclarativeVMEAaron Kennedy2011-07-291-3/+71
* Merge branch 'master' into v8-cleanAaron Kennedy2011-07-011-0/+3
|\
| * Fix regression against 4.7Aaron Kennedy2011-06-231-0/+1
* | Reenable shared bindingsAaron Kennedy2011-06-201-1/+2
* | Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-7/+37
* | Fix autotestsAaron Kennedy2011-06-151-3/+12
* | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-091-0/+3
|\|
| * Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-091-0/+3
* | Minor XXX fixupsAaron Kennedy2011-06-091-1/+0
* | Implement global handle trackingAaron Kennedy2011-06-081-3/+3
* | Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\|
| * Merge branch 'qtquick2'Martin Jones2011-05-311-774/+745
| |\