aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | QML: Pass type minor version when creating property dataUlf Hermann2019-02-213-0/+69
| * | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-211-0/+21
| |/
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-224-4/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-205-43/+86
|\|
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-182-17/+46
| * QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-0/+10
| * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-172-26/+30
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-152-0/+51
|\|
| * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-149-13/+103
|\|
| * Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-137-13/+65
| * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-132-0/+38
* | Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-02-081-0/+0
* | 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