Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / declarative / qml / qdeclarativecompiler.cpp
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Chris AdamsImprove QRegExp property literal assignment error message
2012-01-25 Kent HansenUse QMetaType::QVariant as the type for QVariant
2012-01-24 Matthew VogtAllow JS API in modules
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-18 Matthew VogtAllow QML URLs to contain pre-encoded octets
2012-01-16 Christiaan JanssenQDeclarativeExpression: storing column number in expres...
2012-01-06 Aaron KennedyImprove QML error messages
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-22 Aaron KennedyReserve enough space in the QDeclarativePropertyCache...
2011-12-21 Aaron KennedyDetect and optimize qsTr() and qsTrId() bindings
2011-12-14 Aaron KennedyAdd a tracing API for the QML engine
2011-12-05 Aaron KennedyFix crash when QtQuick 2.0 wasn't imported
2011-12-01 Kai KoehneTake multi-line expressions into account when rewriting...
2011-12-01 Chris AdamsAdd support for assigning literal value to sequence...
2011-11-27 Michael BrasserRewrite Connections signal handlers at compile time.
2011-11-23 Michael BrasserUse the AST for binding rewriting when possible.
2011-11-20 Michael BrasserRewrite signal handlers at compile time.
2011-11-16 Aaron KennedyAllow aliases to QVariant properties
2011-11-01 Friedemann KleintDeclarative: Fix gcc 4.6 warnings about assigned/unused...
2011-10-26 Aaron KennedyReadonly QML property support
2011-10-26 Aaron KennedyRename QDeclarativePropertyCache::Data to QDeclarativeP...
2011-10-24 Liang QiUpdate calls for keyToValue and keysToValue
2011-10-17 Kent HansenClean up declarative includes
2011-10-16 Aaron KennedyMerge PropertyCache::Data and ValueTypeData
2011-10-14 Friedemann KleintRemove QMetaObjectBuilder from declarative.
2011-10-12 Aaron KennedyRename QDeclarativeV4 -> QV4
2011-10-06 Chris AdamsAdd JavaScript "var" property type to QML
2011-10-05 Aaron KennedySet isRoot correctly for value types
2011-09-29 Kent HansenRemove more QByteArray<->QString conversions
2011-09-29 Aaron KennedyAsynchronous component instantiation
2011-09-22 Kent HansenMake the QML/VME interpreter threaded
2011-09-19 Kent HansenGet rid of QDeclarativeUtils
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-08-31 Friedemann KleintFix export symbols for QtDeclarative and QtQuick1.
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-30 Roberto RaggiFix merge errors introduced while rebasing.
2011-08-30 Aaron KennedyMove all QML file parsing into the QDeclarativeScript...
2011-08-30 Roberto RaggiFix lookup of non scriptable default properties.
2011-08-30 Roberto RaggiFix compilation.
2011-08-30 Roberto RaggiFix type of valuetype alias properties.
2011-08-30 Roberto RaggiSet the name of the default property
2011-08-30 Roberto RaggiFix initialization of QDeclarativeVMEMetaData::Property...
2011-08-30 Aaron KennedyReduce allocations
2011-08-30 Martin Jonesless toUtf8()
2011-08-30 Martin JonesRemove some QString <-> utf8 conversions.
2011-08-30 Aaron KennedyOptimize default property resolution in compiler
2011-08-30 Aaron KennedyUse the cached property data when possible
2011-08-30 Aaron KennedyIntroduce QHashField for use in "contains" tests.
2011-08-30 Aaron KennedyUse QFieldList to manage dynamic properties, signals...
2011-08-30 Aaron KennedyUse strings more conservatively
2011-08-30 Aaron KennedyAdd QFastMetaBuilder
2011-08-30 Martin JonesSome lexer improvement, mostly by avoiding QChar::isWha...
2011-08-30 Martin JonesOptimizations to imports.
2011-08-30 Aaron KennedyDon't unnecessarily construct QMetaPropertys
2011-08-30 Aaron KennedyRemove unnecessary toString()
2011-08-30 Aaron KennedyImprove performance of the QML front-end
2011-08-30 Martin JonesCache QML import directories and qmldir files.
2011-08-30 Aaron KennedyRemove some QHash and QLists.
2011-08-30 Aaron KennedyUse memory more conservatively during QML compilation
2011-08-30 Aaron KennedyRemove some QByteArray<->QString conversions
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-18 Chris AdamsAdd support for a vector4d type in QML
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-04 Chris AdamsImprove error messages from compiler for signals and...
2011-08-04 Chris AdamsHonour the resettable flag of aliased properties
2011-08-04 Aaron KennedyTypo
2011-08-02 Alan AlpertAllow custom parser types to still get signal handlers...
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeCompiler
2011-07-28 Michael BrasserAllow Qt enum values in ListElement.
2011-07-25 Aaron KennedyAllow static alias to composite type
2011-07-25 Aaron KennedyCorrectly load flags for binding properties
2011-07-12 Martin JonesExtract all QtQuick 1 elements into a separate library...
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-07 Aaron KennedyRemove unused fields
2011-07-04 Aaron KennedyOptimize QDeclarativePropertyCache
2011-07-01 Aaron KennedyMerge branch 'master' into v8-clean
2011-06-24 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-20 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-20 Aaron KennedyReenable shared bindings
2011-06-17 Aaron KennedyTemporarily disable shared V8 bindings
2011-06-17 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-17 Aaron KennedyEvaluate all shared bindings together using a shared...
2011-06-15 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-15 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-14 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-10 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-10 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-10 Aaron KennedyCreate property cache in case of Component{} root
2011-06-09 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-09 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-09 Gunnar SlettaMerge branch 'threaded3'
2011-06-09 Aaron KennedyMerge branch 'master' into qtquick2
2011-06-09 Michael BrasserOptimized QDeclarativeScriptString constructor for...
2011-06-07 Michael BrasserMerge branch 'master' into v8
next