aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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-224-25/+87
|\
| * 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
| * Stabilize tst_QQuickPathView::package()Friedemann Kleint2019-01-141-0/+1
| * tst_qquickapplication: Don't assume app activation is tied to window activationTor Arne Vestbø2019-01-141-25/+31
* | QML: Special case null as binding typeUlf Hermann2019-01-216-4/+18
* | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-173-0/+40
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-102-8/+10
|\|
| * Avoid crash in property requirements testUlf Hermann2019-01-081-1/+3
| * 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-2315-124/+144
|\|
| * Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
| * Tests: Un-crash image comparison testsFriedemann Kleint2018-12-206-60/+48
| * stabilize and standardize tst_qquickwidgetShawn Rutledge2018-12-192-16/+14
| * Un-blacklist qsequentialanimationgroupjob testShawn Rutledge2018-12-131-2/+0
| * Un-blacklist tst_touchmouse::hoverEnabledShawn Rutledge2018-12-131-3/+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
* | Expose the target value in BehaviorsPaolo Angelelli2018-12-215-1/+72
* | Tests: Add a ctor to MyQmlObject::MyType to mark it as complexUlf Hermann2018-12-211-0/+1
* | Fix Keys.onShortcutOverride for TextEditJan Arve Sæther2018-12-132-0/+66
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-1215-22/+352
|\|
| * Fix missing strike outDaniel Engelke2018-12-101-1/+7
| * TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-102-0/+80
| * Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Ulf Hermann2018-12-101-0/+9
| |\
| | * 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
| * | | Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-072-0/+39
| * | | Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-4/+115
| * | | tst_qquickwidget::enterLeave(): Handle varying screen setupsFriedemann Kleint2018-12-071-5/+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
* | | TestCase: add isPolishScheduled() and waitForItemPolished()Mitch Curtis2018-12-103-0/+156
* | | 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-2418-5/+241
|\| |
| * | 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
| * | QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-0/+21
| * | 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