aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Use RAII for VME profilerUlf Hermann2014-04-031-0/+1
| * Reduce memory consumption of runtime compiled QML typesSimon Hausmann2014-04-021-2/+55
| * Fix compilation of script stringsSimon Hausmann2014-04-021-6/+60
| * Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-1/+1
| * Eliminate noop translation bindingsSimon Hausmann2014-03-291-16/+38
| * Various cleanupsSimon Hausmann2014-03-281-19/+14
| * Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-6/+1
| * Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-4/+4
| * Compilation fixaavit2014-03-191-8/+7
| * Cleanup, part 2Simon Hausmann2014-03-181-20/+20
| * Namespace cleanupSimon Hausmann2014-03-171-106/+106
| * Fix QQmlTypeNameCache object leakLiang Jian2014-03-131-1/+0
* | QML: fix clang warnings about unused return valuesShawn Rutledge2014-04-151-3/+3
|/
* Fix QV4::IR::Function object leakLiang Jian2014-03-131-0/+1
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-18/+322
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-2/+1
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-051-3/+7
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-7/+46
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-1/+2
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-041-0/+61
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-0/+1
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-4/+7
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-0/+4
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-031-3/+8
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-031-4/+2
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+1
* [new compiler] CleanupSimon Hausmann2014-03-021-4/+194
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-5/+12
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-021-1/+24
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-021-10/+13
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-021-20/+118
* [new compiler] Fix error reporting for group propertiesSimon Hausmann2014-03-021-16/+62
* [new compiler] Don't allow for attached properties inside group properties or...Simon Hausmann2014-03-021-2/+6
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-021-2/+1
* [new compiler] Fix determination of property caches for attached propertiesSimon Hausmann2014-03-021-1/+13
* [new compiler] Report errors when a property name starts with an upper case l...Simon Hausmann2014-03-021-0/+11
* [new compiler] Fix error reporting for invalid component specificationsSimon Hausmann2014-03-021-1/+7
* Clean up our internal namespacesLars Knoll2014-02-231-7/+7
* [new compiler] Report errors at type compile time for invalid group property ...Simon Hausmann2014-02-181-0/+12
* [new compiler] Fix reported error location for unknown type assignmentsSimon Hausmann2014-02-171-1/+1
* [new compiler] Compile time check for objects assigned to script stringsSimon Hausmann2014-02-171-0/+3
* [new compiler] Implement compile time error handling for listsSimon Hausmann2014-02-171-1/+29
* [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-071-0/+21
* [new compiler] Fix logic error in enum resolverSimon Hausmann2014-02-051-1/+1
* [new compiler] Fix order of alias vs non-alias bindingsSimon Hausmann2014-02-041-0/+36
* [new compiler] Cleanup empty string handlingSimon Hausmann2014-02-041-10/+7
* [new compiler] Propagate JS code gen errorsSimon Hausmann2014-02-031-0/+5
* [new compiler] Fix error reporting for invalid regexp property assignmentsSimon Hausmann2014-02-031-1/+1
* [new compiler] Fix error message about final property overridesSimon Hausmann2014-02-031-3/+4