aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | | QQmlApplicationEngine: Drop unused memberUlf Hermann2019-01-171-1/+0
* | | V4: Change assembler dumping to use a logging categoryErik Verbruggen2019-01-111-2/+7
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-107-20/+41
|\| |
| * | V4: Fix stack alignment in JITted codeErik Verbruggen2019-01-102-13/+33
| * | Make sure JIT is disabled when building for ILP32 ABIDmitry Shachnev2019-01-091-1/+1
| * | Fix build with -c++std=c++11Ulf Hermann2019-01-081-2/+3
| |/
| * Doc: Fix link issuesNico Vertriest2019-01-033-4/+4
* | Property Cache: Use related meta objects to check for "enums"Ulf Hermann2019-01-041-58/+50
* | Improve logging of nested arraysUlf Hermann2019-01-031-1/+22
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-236-16/+27
|\|
| * Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+1
| * QML: When destroying a context, clear any pointers to itUlf Hermann2018-12-171-0/+2
| * Fix ICC warning about old-style scoping rulesThiago Macieira2018-12-121-2/+2
| * QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-124-13/+22
* | Animation: Avoid dangling pointersUlf Hermann2018-12-133-1/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-129-10/+86
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-077-10/+82
| |\
| | * QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-1/+1
| | * Initialize Qt_AllocaWrapper allocation with zeroesJanne Koskinen2018-11-181-1/+1
| | * Generate lookups into the global object more aggressivelyLars Knoll2018-11-165-8/+80
| * | Fix line number reporting in scripts when lookups are enabledSimon Hausmann2018-12-031-0/+1
| * | QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-301-0/+3