aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Regenerate testsAlexandru Croitor2019-11-14220-1837/+464
* Regenerate required projects after dev -> wip/cmake mergeAlexandru Croitor2019-10-143-23/+34
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-14203-441/+3560
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1219-12/+434
| |\
| | * ParentChange: Restore old position correctlyFabian Kosmale2019-10-112-0/+89
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1117-12/+345
| | |\
| | | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1015-0/+302
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1015-0/+302
| | | | |\
| | | | | * Add signal spies to tst_QQuickPathView::flickNClick testShawn Rutledge2019-10-091-0/+39
| | | | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-093-0/+128
| | | | | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0813-0/+238
| | | | | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-0/+25
| | | * | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-101-0/+30
| | | * | | Fix signed/unsigned comparison warningsEdward Welbourne2019-10-101-12/+13
| | | |/ /
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1112-18/+424
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1012-18/+424
| | |\| |
| | | * | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-095-18/+271
| | | * | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-092-0/+75
| | | * | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-0/+40
| | | * | QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-081-0/+27
| | | * | Add a property "valid" to the color value typeUlf Hermann2019-10-083-0/+11
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-0911-46/+180
| |\| | |
| | * | | tst_qquickmousearea: avoid calling setContextPropertyFabian Kosmale2019-10-082-2/+5
| | * | | tst_qqmlinstatiator: avoid setContextPropertyFabian Kosmale2019-10-082-7/+8
| | * | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-085-34/+164
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-085-34/+164
| | | |\| |
| | | | * | Add initial support for deep aliasesFabian Kosmale2019-10-072-0/+94
| | | | * | QML Binding: do not convert stringsFabian Kosmale2019-10-072-34/+60
| | | | * | qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-071-0/+10
| | * | | | Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-082-3/+3
| | |/ / /
| * | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-0796-241/+896
| |\| | |
| | * | | tst_qqmlqt.cpp: avoid setContextPropertyFabian Kosmale2019-10-073-9/+17
| | * | | tst_qqmlmoduleplugin: avoid setContextPropertyFabian Kosmale2019-10-072-4/+5
| | * | | tst_qqmlnotifier: avoid setContextPropertyFabian Kosmale2019-10-072-5/+5
| | * | | tst_qquickpositioners: avoid setContextPropertyFabian Kosmale2019-10-073-30/+53
| | * | | tst_qqmlconsole: avoid setContextPropertyFabian Kosmale2019-10-072-5/+7
| | * | | Clean up tst_qqmlengine.cppFabian Kosmale2019-10-0740-11/+53
| | * | | tst_qquickflickable: avoid setContextPropertyFabian Kosmale2019-10-072-4/+4
| | * | | tst_qqmlproperty: avoid setContextPropertyFabian Kosmale2019-10-072-3/+2
| | * | | Modernize tst_qqmlvaluetypeproviders.cppFabian Kosmale2019-10-072-3/+4
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0439-167/+746
| | |\| |
| | | * | tst_qqmlecmascript: import QtQuick when using color propertiesUlf Hermann2019-10-011-0/+1
| | | * | tst_qqmlecmascript: Don't leak created objectsUlf Hermann2019-10-012-55/+54
| | | * | tst_qqmllanguage: Fix singleton testsUlf Hermann2019-09-301-27/+28
| | | * | Don't leak the context property in tst_qqmllanguage::accessDeletedObjectUlf Hermann2019-09-301-1/+2
| | | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-272-0/+29
| | | |\|
| | | | * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-232-0/+29
| | | * | Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-241-0/+37
| | | * | Ensure AnimatedImage currentFrame/onCurrentFrameChanged 2.0 compatibilityShawn Rutledge2019-09-242-0/+59
| | | * | QQuickMouseArea: fix containsMouse when mousearea become visibleWang Chuan2019-09-231-0/+28