aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-2/+2
|\|
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-2/+2
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-251-1/+1
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-5/+16
|\|
| * Fix compilation on MSVC 2008Simon Hausmann2014-05-271-5/+16
* | Rework custom parser integrationSimon Hausmann2014-06-041-20/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-184/+304
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+3
| |\
| | * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-1/+2
| | * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-1/+1
| * | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-151-5/+5
| |/
| * Don't append garbage to the function parameter slotswip/gcThiago Macieira2014-04-041-1/+2