aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-18125-984/+1533
|\
| * 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
| * | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-0622-20/+76
| * | | QQmlTypeLoader: Clean up trimCache()Ulf Hermann2016-10-061-6/+5
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-0669-433/+558
| * | | QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-059-29/+36
| * | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-0531-134/+168
| * | | QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-056-43/+55
* | | | QQmlPropertyData: use const APIs moreAnton Kudryavtsev2016-10-171-2/+2
* | | | QQmlVMEMetaObject: mark some methods as constAnton Kudryavtsev2016-10-172-35/+35
* | | | QQmlPropertyCache: remove reduntant check ptr with nullptrAnton Kudryavtsev2016-10-171-2/+2
* | | | QQmlApplicationEngine: mark rootObjects() as constAnton Kudryavtsev2016-10-132-3/+20
* | | | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-1315-28/+28
* | | | Enable making window-screen associations from QMLLaszlo Agocs2016-10-101-0/+14
* | | | QmlDelegateModel: proper construction of vectorAnton Kudryavtsev2016-10-101-5/+5
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-0723-131/+135
* | | | Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-075-10/+12
* | | | QmlListModel: proper construction of vectorAnton Kudryavtsev2016-10-061-35/+14
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-0614-343/+343
* | | | Remove a statement from the documentation that is now false.Jake Petroules2016-10-041-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-0137-183/+347
|\| | |
| * | | QML: Make all context objects trivialErik Verbruggen2016-09-3018-78/+123