aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2918-50/+40
* 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
* | | | Fix written time stamp in QML cache files for QRC sourcesSimon Hausmann2016-10-141-2/+8
* | | | QML: Prevent unnecessary QUrl->QString->QByteArray conversionsErik Verbruggen2016-10-142-30/+55
* | | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-1313-45/+91
|\ \ \ \ | | |_|/ | |/| |
| * | | V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-135-17/+41
| | |/ | |/|
| * | Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
| * | Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8
| * | Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37