aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0221-15/+491
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0110-1/+165
| |\
| | * MSVC: Make Lancelot's scenegrabber compileEskil Abrahamsen Blomfeldt2016-07-281-1/+1
| | * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-0/+35
| | * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+23
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-213-0/+28
| | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
| | * Add benchmark for pathological O(N^2) behavior in QQmlChangeSet.Milian Wolff2016-07-183-0/+71
| * | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1510-10/+323
| |\|
| | * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| | * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-142-0/+27
| | * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-121-0/+85
| | * tst_qquicklistview: Style fixesRobin Burchell2016-07-081-4/+2
| | * Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-053-0/+151
| | * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-012-0/+47
* | | Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-011-0/+38
* | | Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-011-37/+124
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-2/+0
* | | Expose HSV and HSL color values to QMLNikita Krupenko2016-07-254-0/+55
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-3/+3
* | | Improve robustness of qml disk cachingSimon Hausmann2016-07-231-7/+114
* | | Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-211-10/+0
* | | Add tryVerify()Mitch Curtis2016-07-201-0/+72
* | | Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-0/+5
* | | Stabilize tst_QQuickView::resizemodeitemFrederik Gladhorn2016-07-191-0/+1
* | | Remove redundant compare in testFrederik Gladhorn2016-07-191-1/+0
* | | Fix alias resolution algorithmSimon Hausmann2016-07-155-3/+45
* | | Clean up implicit component registrationSimon Hausmann2016-07-151-0/+42
* | | Fix endian support in compiled data structuresSimon Hausmann2016-07-142-12/+12
* | | tst_qquickwindow: make use of new QTest::createTouchDevice functionShawn Rutledge2016-07-132-13/+4
* | | Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-102/+161
* | | Set width and height simultaneously on SizeRootObjectToViewAlexandr Akulich2016-07-121-0/+31
* | | Remove unused variableFrederik Gladhorn2016-07-121-1/+0
* | | QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-1/+5
* | | Add explanation to tst_QQuickMouseArea::moveAndReleaseWithoutPressFrederik Gladhorn2016-07-081-2/+8
* | | Prefer public API in testFrederik Gladhorn2016-07-081-7/+7
* | | MouseArea: add autotest for subtreeHoverEnabledShawn Rutledge2016-07-072-0/+43
* | | Added two unit tests for alias nestingSimon Hausmann2016-07-073-0/+61
* | | QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22
* | | Fix tests in tst_QQuickMouseArea for big startDragDistanceFrederik Gladhorn2016-07-061-41/+60
* | | Fix tst_QQuickMouseArea::preventStealing for big startDragDistanceFrederik Gladhorn2016-07-051-17/+29
* | | Fix tst_QQuickMouseArea::setDragOnPressed for big startDragDistanceFrederik Gladhorn2016-07-051-11/+10
* | | Fix tst_QQuickMouseArea::cancelDragging for big startDragDistanceFrederik Gladhorn2016-07-051-4/+10
* | | Fix tst_QQuickMouseArea::dragging for big startDragDistanceFrederik Gladhorn2016-07-051-7/+22
* | | QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-051-26/+31
* | | Improve tst_QQuickMouseArea::pressedCanceledOnWindowDeactivateFrederik Gladhorn2016-07-051-8/+6
* | | Fix tst_qquickpincharea::pan with highdpi and document itFrederik Gladhorn2016-07-042-13/+54
* | | Canvas test: make sure canvas is readyFrederik Gladhorn2016-07-043-1/+5