aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\
| * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+24
|\|
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+24
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-7/+7
* | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-051-2/+2
* | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-051-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-8/+16
|\|
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-8/+16
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-6/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-2/+3
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-2/+3
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Remove dead codeFrank Meerkoetter2015-12-081-1/+1
|/
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-2/+36
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-4/+6
* Remove some dead codeSimon Hausmann2015-09-211-13/+2
* Fix incorrect signal emission for QML declared propertiesSimon Hausmann2015-08-241-7/+4
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-241-8/+21
* Get rid of special handling of var propertiesLars Knoll2015-08-181-27/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-211-2/+2
* | Access the id objects through a specialized runtime methodLars Knoll2015-08-121-1/+0
* | Access context properties through the qml contextLars Knoll2015-08-101-2/+1
* | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-2/+1
* | Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-1/+2
* | Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-3/+3
|\|
| * Improve qml error message "invalid alias location"Aleix Pol2015-06-101-3/+3
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* | Remove more unused code from the QQmlEnginePrivateHolger Hans Peter Freyther2015-06-081-3/+2
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
|/
* Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-231-1/+1
* Eliminate remaining property cache string lookups upon object instantiationSimon Hausmann2015-04-211-0/+5
* Speed up property binding initialization on object creationSimon Hausmann2015-04-211-17/+31
* Cleanup: Fix const'ness of the property binding validator codeSimon Hausmann2015-04-141-7/+7
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove side-effect in assertHolger Hans Peter Freyther2015-01-141-1/+1
* Add propertyName to errorAlbert Astals Cid2015-01-051-1/+1
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-291-2/+1
* Initial work on gadget supportSimon Hausmann2014-12-221-9/+9
* Changed value type property index encodingSimon Hausmann2014-12-101-1/+1
* Fix QtQuick2 module unload supportChris Adams2014-12-041-1/+1
* Check list property before component when validating bindingsUlf Hermann2014-10-211-2/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-2/+0
* Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-191-1/+1
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-261-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-20/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-6/+8
|\