aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecompiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-466/+0
* Reduce size of QV8BindingsAaron Kennedy2012-02-201-2/+10
* Use Utf8 for javascript source codeAaron Kennedy2012-02-201-2/+2
* Rewrite multiline strings properlyAlan Alpert2012-02-091-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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-211-10/+27
* Fix crash when QtQuick 2.0 wasn't importedAaron Kennedy2011-12-051-0/+1
* Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-281-0/+1
* Use the AST for binding rewriting when possible.Michael Brasser2011-11-231-1/+1
* Readonly QML property supportAaron Kennedy2011-10-261-1/+1
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-7/+7
* Clean up declarative includesKent Hansen2011-10-171-9/+9
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-2/+2
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-291-1/+1
* Asynchronous component instantiationAaron Kennedy2011-09-291-6/+33
* Make the QML/VME interpreter threadedKent Hansen2011-09-221-1/+19
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-90/+90
* Use strings more conservativelyAaron Kennedy2011-08-301-5/+5
* Add QFastMetaBuilderAaron Kennedy2011-08-301-2/+3
* Don't unnecessarily construct QMetaPropertysAaron Kennedy2011-08-301-2/+8
* Improve performance of the QML front-endAaron Kennedy2011-08-301-0/+3
* Remove some QHash and QLists.Aaron Kennedy2011-08-301-20/+20
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-301-79/+114
* Remove some QByteArray<->QString conversionsAaron Kennedy2011-08-301-6/+8
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-3/+1
* Reenable shared bindingsAaron Kennedy2011-06-201-1/+2
* Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-3/+8
* Merge branch 'qtquick2'Martin Jones2011-05-311-16/+8
|\
| * Inline static data for basic types into the QML instructionAaron Kennedy2011-05-051-13/+0
| * Support variable length instructions in QML bytecodeAaron Kennedy2011-05-051-1/+5
| * Initial import from qtquick2.Qt by Nokia2011-04-271-2/+3
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+351