aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativevme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1370/+0
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-2/+3
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-201-3/+16
* Reduce size of QV8BindingsAaron Kennedy2012-02-201-1/+1
* Reduce size of QV8Bindings::BindingAaron Kennedy2012-02-201-4/+2
* Use Utf8 for javascript source codeAaron Kennedy2012-02-201-4/+7
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-091-3/+5
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* 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
|\