aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Make QQmlRefCount usable for immutable typesUlf Hermann2019-02-081-13/+8
* Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-087-324/+208
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-083-1/+14
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-073-1/+14
| |\
| | * QMLJS: Have ScanFunctions iterate over ArrayPattern nodesErik Verbruggen2019-02-052-0/+9
| | * Improve error messageRainer Keller2019-02-041-1/+5
* | | Add public methods to query and set allowed revisions of property cachesUlf Hermann2019-02-072-3/+9
* | | Tighten the interface of QQmlTypeModuleUlf Hermann2019-02-074-108/+123
* | | Remove debug code from QStringHashUlf Hermann2019-02-074-26/+0
* | | Add a mutable iterator to QStringHashUlf Hermann2019-02-074-16/+58
* | | Split QStringHash and QLinked(Multi)StringHash apartUlf Hermann2019-02-074-238/+301
* | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-02-061-12/+6
* | | QQmlMetaType: Only provide access to the singleton through the lockUlf Hermann2019-02-061-109/+96
* | | Move QStringHash into its own fileUlf Hermann2019-02-0611-985/+1091
* | | V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-061-14/+1
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-0622-1927/+2744
* | | V4: Add more flags to runtime methodsErik Verbruggen2019-02-051-19/+30
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-0521-910/+974
* | | Remove outdated methodUlf Hermann2019-02-041-2/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-022-9/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-012-9/+4
| |\|
| | * doc: Two class members can not have the same nameRainer Keller2019-02-011-1/+1
| | * V4: Fix unwind handler reset after for-in loopErik Verbruggen2019-01-311-5/+2
| | * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+0
* | | V4: Change ByteCodeHandler::startInstruction to return an enumErik Verbruggen2019-02-014-6/+9
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-0128-933/+1623
|/ /
* | V4: Move relative-to-absolute offset calculation to base classErik Verbruggen2019-01-313-11/+28
* | V4: Generate labels for backward jumpsErik Verbruggen2019-01-3113-544/+104
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-297-57/+127
|\|
| * Fix byte code register dump outputSimon Hausmann2019-01-291-1/+1
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-14/+25
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-231-2/+0
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-20/+53
| * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-222-20/+48
| |\
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-212-20/+48
| | |\
| | | * V4: Fix stack alignment in JITted codeErik Verbruggen2019-01-152-13/+33
| | | * When matching RegExps catch JIT failuresUlf Hermann2019-01-092-20/+48
* | | | Tooling: Use fprintf rather than qDebug() for debug warningUlf Hermann2019-01-281-4/+4
* | | | V4: Collect trace information in the interpreterErik Verbruggen2019-01-2526-208/+619
* | | | V4: Move the FixedPoolArray into the MemoryPool headerErik Verbruggen2019-01-254-69/+83
* | | | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-221-2/+0
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2210-23/+40
|\| | |
| * | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-214-13/+11
| |/ /
| * | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-153-0/+8
| * | QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-4/+12
| * | Fix crash with qt.qml.binding.removal.info=trueNils Jeisecke2019-01-141-5/+8
| * | Fix build error when building with -no-feature-translationUlf Hermann2019-01-111-1/+1
* | | QML: Special case null as binding typeUlf Hermann2019-01-216-0/+31
* | | QML: Consider all possible metatypes when looking for attached propsUlf Hermann2019-01-211-5/+8
* | | Doc: Use correct \inqmlmodule for WorkerScript QML Type documentationPaul Wicking2019-01-181-1/+1