aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |\
| * | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
* | | Initial V8 integrationAaron Kennedy2011-06-061-7/+6
| |/ |/|
* | Support change slots for properties starting with '_'Chris Adams2011-05-231-6/+26
* | Inline static data for basic types into the QML instructionAaron Kennedy2011-05-051-55/+55
* | Support variable length instructions in QML bytecodeAaron Kennedy2011-05-051-104/+115
* | Only include line numbers when necessaryAaron Kennedy2011-05-051-34/+14
* | Initial import from qtquick2.Qt by Nokia2011-04-271-68/+81
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3123