aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize default property resolution in compilerAaron Kennedy2011-08-301-53/+80
* Use the cached property data when possibleAaron Kennedy2011-08-301-6/+4
* Introduce QHashField for use in "contains" tests.Aaron Kennedy2011-08-301-6/+4
* Use QFieldList to manage dynamic properties, signals and slotsAaron Kennedy2011-08-301-110/+113
* Use strings more conservativelyAaron Kennedy2011-08-301-32/+37
* Add QFastMetaBuilderAaron Kennedy2011-08-301-150/+294
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-301-33/+48
* Optimizations to imports.Martin Jones2011-08-301-3/+3
* Don't unnecessarily construct QMetaPropertysAaron Kennedy2011-08-301-155/+181
* Remove unnecessary toString()Aaron Kennedy2011-08-301-4/+4
* Improve performance of the QML front-endAaron Kennedy2011-08-301-22/+48