aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-072-2/+2
|\
| * Improve error messageRainer Keller2019-02-042-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-3/+44
|\|
| * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2910-3/+252
|\|
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-234-3/+90
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-0/+41
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-213-0/+62
| |\
| | * When matching RegExps catch JIT failuresUlf Hermann2019-01-093-0/+62
* | | V4: Collect trace information in the interpreterErik Verbruggen2019-01-253-0/+334
* | | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-223-0/+12
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-222-0/+55
|\| |
| * | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+16
| * | QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-0/+39
| |/
* | QML: Special case null as binding typeUlf Hermann2019-01-216-4/+18
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-7/+7
|\|
| * Tests: Don't capture stack value by referenceUlf Hermann2019-01-031-7/+7
* | Property Cache: Use related meta objects to check for "enums"Ulf Hermann2019-01-041-1/+0
* | Add option to retain sources when generating QML cacheUlf Hermann2019-01-044-0/+18
* | Improve logging of nested arraysUlf Hermann2019-01-032-0/+2
* | QQmlPropertyCache: Add test that reads and writes short enumsUlf Hermann2019-01-032-1/+31
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-236-45/+82
|\|
| * Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
| * Un-blacklist qsequentialanimationgroupjob testShawn Rutledge2018-12-131-2/+0
| * Avoid memory leaks in QQmlComponent testUlf Hermann2018-12-121-42/+49
| * QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-123-0/+31
* | Tests: Add a ctor to MyQmlObject::MyType to mark it as complexUlf Hermann2018-12-211-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-127-12/+102
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-071-0/+9
| |\
| | * QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-0/+9
| * | Fix compilation with gcc 4.8Ville Voutilainen2018-12-033-12/+12
| * | QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-303-0/+81
* | | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-033-1/+111
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-302-1/+30
|\| |
| * | Fix parsing of js files via Qt.include()Simon Hausmann2018-11-292-1/+6
| * | JS: Limit expression and statement nesting levelErik Verbruggen2018-11-291-0/+24
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-2416-5/+220
|\| |
| * | Fix qmlplugindump version dump issueMichal Policht2018-11-234-0/+32
| * | V4: Avoid copying WeakValues with wrapped QObjectsUlf Hermann2018-11-221-0/+40
| * | Ensure our builtin constructors are subclassableLars Knoll2018-11-222-5/+43
| * | QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-209-0/+105
* | | LocalStorage: Return new version of DB from changeVersion()Ulf Hermann2018-11-222-0/+84
* | | Qml Tooling: Avoid some clang-tidy warnings in QQmlProfilerService testUlf Hermann2018-11-221-9/+10
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-204-1/+85
|\| |
| * | JS: Check pattern target to be an lvalueErik Verbruggen2018-11-191-0/+1
| * | JS: Handle check for dangling jump gracefullyErik Verbruggen2018-11-191-0/+1
| * | QML: Use all available type information to find enum typesUlf Hermann2018-11-193-1/+83
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-174-4/+33
|\| |
| * | Properly mark variables as unresolved when accessed from evalLars Knoll2018-11-161-1/+0