aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-3882/+0
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-1/+1
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-201-1/+1
* Reduce size of QV8BindingsAaron Kennedy2012-02-201-4/+6
* Use Utf8 for javascript source codeAaron Kennedy2012-02-201-17/+22
* Rewrite multiline strings properlyAlan Alpert2012-02-091-4/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Improve QRegExp property literal assignment error messageChris Adams2012-01-271-0/+3
* Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-8/+6
* Allow JS API in modulesMatthew Vogt2012-01-241-9/+18
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-181-2/+10
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-161-0/+2
* Improve QML error messagesAaron Kennedy2012-01-061-10/+21
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-221-5/+6
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-211-27/+146
* Add a tracing API for the QML engineAaron Kennedy2011-12-141-0/+3
* Fix crash when QtQuick 2.0 wasn't importedAaron Kennedy2011-12-051-10/+18
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-011-0/+1
* Add support for assigning literal value to sequence propertyChris Adams2011-12-011-0/+89
* Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-281-0/+6
* Use the AST for binding rewriting when possible.Michael Brasser2011-11-231-3/+3
* Rewrite signal handlers at compile time.Michael Brasser2011-11-201-3/+4
* Allow aliases to QVariant propertiesAaron Kennedy2011-11-161-1/+2
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-3/+3
* Readonly QML property supportAaron Kennedy2011-10-261-21/+32
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-20/+20
* Update calls for keyToValue and keysToValueLiang Qi2011-10-241-11/+15
* Clean up declarative includesKent Hansen2011-10-171-17/+17
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-18/+10
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-141-1/+1
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-121-3/+3
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-20/+99
* Set isRoot correctly for value typesAaron Kennedy2011-10-051-5/+16
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-5/+5
* Asynchronous component instantiationAaron Kennedy2011-09-291-51/+111
* Make the QML/VME interpreter threadedKent Hansen2011-09-221-291/+272
* Get rid of QDeclarativeUtilsKent Hansen2011-09-191-10/+9
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-2/+2
* Fix merge errors introduced while rebasing.Roberto Raggi2011-08-301-2/+8
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-100/+97
* Fix lookup of non scriptable default properties.Roberto Raggi2011-08-301-7/+8
* Fix compilation.Roberto Raggi2011-08-301-3/+3
* Fix type of valuetype alias properties.Roberto Raggi2011-08-301-0/+5
* Set the name of the default propertyRoberto Raggi2011-08-301-1/+8
* Fix initialization of QDeclarativeVMEMetaData::PropertyData for variant prope...Roberto Raggi2011-08-301-1/+1
* Reduce allocationsAaron Kennedy2011-08-301-2/+2
* less toUtf8()Martin Jones2011-08-301-1/+1
* Remove some QString <-> utf8 conversions.Martin Jones2011-08-301-8/+8