aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | V4: Don't build the win64 function table hook on winrtUlf Hermann2018-12-111-1/+1
* | | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-0310-42/+447
* | | Remove unused functionJędrzej Nowacki2018-12-032-9/+0
* | | Add documentation about property aliases and typesUlf Hermann2018-11-301-0/+52
* | | Fix warnings about unused Qt containersSergio Martins2018-11-303-7/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-3011-41/+79
|\| |
| * | Fix parsing of js files via Qt.include()Simon Hausmann2018-11-294-24/+6
| * | JS: Limit expression and statement nesting levelErik Verbruggen2018-11-295-3/+64
| * | Fix stale QML cache files when using assets:// on AndroidSimon Hausmann2018-11-291-8/+1
| * | Fix failing assertion in memory pool allocator in large QML scenesVitaly Fanaskov2018-11-281-6/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-2422-44/+153
|\| |
| * | Fix qmlplugindump version dump issueMichal Policht2018-11-231-5/+10
| * | Improve documentation of QML's handling of dates and timesEdward Welbourne2018-11-232-4/+17
| * | V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-222-4/+9
| * | Ensure our builtin constructors are subclassableLars Knoll2018-11-2214-24/+100
| * | Use msvc qmake scope where appropriateOliver Wolff2018-11-221-2/+2
| * | Doc: Fix spelling of qjsvalue_cast()Ulf Hermann2018-11-201-1/+1
| * | QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-202-4/+14
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-203-45/+77
|\| |
| * | JS: Check pattern target to be an lvalueErik Verbruggen2018-11-191-0/+4
| * | JS: Handle check for dangling jump gracefullyErik Verbruggen2018-11-191-1/+3
| * | QML: Use all available type information to find enum typesUlf Hermann2018-11-191-43/+69
| * | Fix signed/unsigned warning in VS 2017Jason Erb2018-11-191-1/+1