aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-164-0/+4
* Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-0/+1
* Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-7/+18
* qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-154-1/+18
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-152-0/+35
|\
| * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-112-0/+35
* | Fix float value binding to an integerTeemu Holappa2019-10-112-0/+25
* | 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
|/ /
* | 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
* | 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
* | 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-273-2/+41
|\|
| * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-232-0/+29
| * doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-2/+12
* | 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
* | PathView: grab mouse on press if already movingShawn Rutledge2019-09-233-0/+128
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-1710-66/+113
|\|
| * lancelot graphics test: Fix screengrabs being distorted on WindowsEirik Aavitsland2019-09-131-0/+9
| * lancelot graphics test: support shadow build and installEirik Aavitsland2019-09-132-9/+15
| * tst_gridlayout.qml: use createTemporaryObject()Mitch Curtis2019-09-121-41/+15
| * tst_gridlayout.qml: convert to a proper data-driven testMitch Curtis2019-09-121-13/+26
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-123-0/+38
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+0
| | |\
| | | * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-261-0/+0
| | * | QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-292-0/+38
| * | | Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0Ulf Hermann2019-09-121-0/+4
| * | | Blacklist tst_qquicktextinput::mouseSelectionMode on OpenSuse 15.0Ulf Hermann2019-09-121-0/+3
| * | | tst_qqmlecmascript: Cast pointer to unsigned for printingUlf Hermann2019-09-121-3/+3
* | | | Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-1/+1
* | | | Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-137-12/+56
* | | | Use the correct type's meta-type ID for int and save a misplaced castEdward Welbourne2019-09-131-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-129-88/+155
|\ \ \ \