aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stabilize tst_SceneGraph::createTextureFromImageFrederik Gladhorn2016-07-041-0/+1
* Fix tst_rendernode to work with hidpiFrederik Gladhorn2016-07-041-7/+9
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-3011-7/+214
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2910-7/+201
| |\
| | * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-232-0/+96
| | * qmltest - fix accidentally broken BLACKLISTTimur Pocheptsov2016-06-221-1/+0
| | * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-214-0/+85
| | * Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-0/+17
| | * qmltest - remove 'linecount' from BLACKLISTTimur Pocheptsov2016-06-211-2/+0
| | * qmltest::item-grabber - fix image pathsTimur Pocheptsov2016-06-211-2/+2
| | * qmltest:doublevalidator - fix localeTimur Pocheptsov2016-06-212-2/+1
| * | Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-271-1/+5
| * | Create QmlEngine lazy in case one is not neededAllan Sandfeld Jensen2016-06-241-0/+9
* | | Handle AA_ShareOpenGLContexts consistently in QQuickWidgetLaszlo Agocs2016-06-291-0/+23
* | | Minor optimizationSimon Hausmann2016-06-274-0/+61
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-272-14/+15