aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
* Don't read members of the binding after it has been freedLars Knoll2016-12-061-2/+1
* Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-042-16/+48
* Fix build of QtQuick compiler generated code with popScope()Simon Hausmann2016-12-021-0/+5
* Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-307-1156/+1192
* QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-302-9/+17
* Make sure we cannot reload debug connectors on shutdownUlf Hermann2016-11-301-1/+4
* Fix caching of the current qmlContext in QQmlObjectCreatorLars Knoll2016-11-291-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2810-20/+69
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2510-20/+69
| |\
| | * Doc: fix incorrect syntax in "Code-Behind Implementation Resource"Mitch Curtis2016-11-251-4/+4
| | * V4: Fix JIT codegen for null/undefined conditional jumpsErik Verbruggen2016-11-231-2/+2
| | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-9/+6
| | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-184-3/+51
| | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
| | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
| | * QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
* | | Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-262-2/+2
* | | V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-243-11/+6
* | | Fix OS platform label documentationMaurice Kalinowski2016-11-241-1/+1
* | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-235-1073/+1130
* | | Fix up QML grammar fileSimon Hausmann2016-11-231-14/+71
* | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* | | Add a missing break statementLars Knoll2016-11-221-0/+1
* | | QML: Add another specialization for QQmlPropertyCache::propertyErik Verbruggen2016-11-162-0/+9
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-152-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-5/+11
| |\|
| | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
* | | Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
* | | V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
* | | qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-272-6/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-276-23/+44
| |\|
| | * Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
| | * Fix docs about ownership when QObject has a parentSérgio Martins2016-10-141-2/+2
* | | Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
* | | QML: Hint LTO to never inline QQmlPropertyCache::resolveErik Verbruggen2016-10-251-2/+2
* | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+4
* | | Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-232-2/+36
* | | Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-1/+1
* | | Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
* | | QML: Create a fast-path for QV4::WeakValue::setErik Verbruggen2016-10-212-24/+27
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-6/+3
|\| |
| * | Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-129-28/+50
| |\ \
* | | | Improve QML development experienceSimon Hausmann2016-10-182-0/+42
* | | | QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-182-10/+23
* | | | Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-187-7/+49
* | | | QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-182-8/+7