aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | QDoc: fix several typos an minor wording issues in documentationFrederik Schwarzer2016-10-063-4/+4
| * | Fix some minor issues in documentationFrederik Schwarzer2016-10-061-1/+1
* | | Doc: corrected reference to category nameNico Vertriest2016-10-121-1/+1
* | | QML: Turn DSE back onErik Verbruggen2016-10-111-5/+0
* | | QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-1018-170/+345
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-1018-170/+345
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-5/+8
| | |\|
| | | * Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
| | | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-047-13/+47
| | |\|
| | | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
| | | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-306-13/+42
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-3012-161/+303
| | |\|
| | | * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-5/+8
| | | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-288-152/+269
| | | * Add a facility to version type information for debugginghjk2016-09-221-0/+18
| | | * Give SquareButton types a side property to mediate being square.Edward Welbourne2016-09-213-5/+9
* | | | Turn the no-network support into a configurable featureLars Knoll2016-10-1019-78/+87
* | | | Make the Moth interpreter configurableLars Knoll2016-10-107-8/+54
* | | | Convert qtdeclarative over to use the new configure systemLars Knoll2016-10-103-1/+12
|/ / /
* | | V4: Move zero-initialization of heap items into the header fileErik Verbruggen2016-10-072-1/+2