aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cache QML import directories and qmldir files.Martin Jones2011-08-301-2/+1
* Remove some QHash and QLists.Aaron Kennedy2011-08-301-22/+16
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-301-310/+304
* Remove some QByteArray<->QString conversionsAaron Kennedy2011-08-301-59/+70
* Add support for a vector4d type in QMLChris Adams2011-08-181-0/+19
* Improve error messages from compiler for signals and slotsChris Adams2011-08-041-8/+10
* Honour the resettable flag of aliased propertiesChris Adams2011-08-041-0/+3
* TypoAaron Kennedy2011-08-041-1/+1
* Allow custom parser types to still get signal handlers generatedAlan Alpert2011-08-021-0/+3
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-4/+4
* Fix alias warnings in QDeclarativeCompilerAaron Kennedy2011-07-291-2/+4
* Allow Qt enum values in ListElement.Michael Brasser2011-07-281-3/+10
* Allow static alias to composite typeAaron Kennedy2011-07-251-14/+6
* Correctly load flags for binding propertiesAaron Kennedy2011-07-251-6/+8
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121-1/+1
* Remove unused fieldsAaron Kennedy2011-07-071-3/+0
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-5/+5
* Reenable shared bindingsAaron Kennedy2011-06-201-1/+5
* Temporarily disable shared V8 bindingsAaron Kennedy2011-06-171-1/+1
* Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-62/+100
* Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-101-0/+6
|\
| * Create property cache in case of Component{} rootAaron Kennedy2011-06-101-0/+6
* | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-091-2/+4
|\|
| * Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-091-2/+4
* | Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\|
| * Merge branch 'qtquick2'Martin Jones2011-05-311-255/+279
| |\