aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickWidget: Fix build with QT_NO_OPENGLAndy Nichols2016-07-111-0/+2
* QML: Use write accessors when setting constant binding values.Erik Verbruggen2016-07-111-10/+30
* QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-1122-105/+159
* scenegraph: Port foreach to range-forRobin Burchell2016-07-095-7/+9
* QQuickItem: Remove QML_LEAK_CHECKRobin Burchell2016-07-081-33/+0
* Add explanation to tst_QQuickMouseArea::moveAndReleaseWithoutPressFrederik Gladhorn2016-07-081-2/+8
* IR: Remove unused QHashRobin Burchell2016-07-081-1/+0
* QQuickLayout: Remove unused QQuickItemPublic structRobin Burchell2016-07-081-5/+0
* QQuickItem: Port a number of manual loops to range-forRobin Burchell2016-07-081-56/+40
* QQuickItem: Merge repeated checks into oneRobin Burchell2016-07-081-6/+8
* QQuick{Item,Window}: Port simple loops from foreach to range-forRobin Burchell2016-07-082-6/+6
* QML: Introduce write accessors to QQmlAccessorsErik Verbruggen2016-07-086-119/+94
* Prefer public API in testFrederik Gladhorn2016-07-081-7/+7
* Layouts: Use qmlobject_{dis}connectRobin Burchell2016-07-072-14/+14
* Fix incorrect determination of cursor state in some casesRobin Burchell2016-07-073-10/+11
* MouseArea: add autotest for subtreeHoverEnabledShawn Rutledge2016-07-072-0/+43
* Added two unit tests for alias nestingSimon Hausmann2016-07-073-0/+61
* Remove old rename-qtdeclarative-symbols scriptRobin Burchell2016-07-071-642/+0
* Proper construction of QString with known size and known charAnton Kudryavtsev2016-07-061-2/+2
* Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-063-3/+3
* Move touch event compression into a functionFrederik Gladhorn2016-07-062-59/+66
* Micro optimize QQuickItem::containsFrederik Gladhorn2016-07-061-1/+3
* QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-064-22/+34
* QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22
* Remove invalid TouchPoint screen coordinate settingFrederik Gladhorn2016-07-061-4/+0
* Merge mouse handling functionsFrederik Gladhorn2016-07-062-103/+99
* Move QQuickItem::UpdatePaintNodeData ctor to qquickitem.cppFrederik Gladhorn2016-07-062-5/+5
* Fix tests in tst_QQuickMouseArea for big startDragDistanceFrederik Gladhorn2016-07-061-41/+60
* QQuickMouseEvent and QQuickWheelEvent: default init in constructorShawn Rutledge2016-07-061-2/+8
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-0512-44/+47
* QSG: prevent in-struct paddingErik Verbruggen2016-07-051-1/+1
* Fix "inconsistent use of override" warningsErik Verbruggen2016-07-052-5/+5
* D3D12: Fix descriptor range referenceLaszlo Agocs2016-07-051-7/+7
* D3D12: Print what goes wrong in rootsig serializationLaszlo Agocs2016-07-051-1/+2
* 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
* qsgsoftwarerenderloop: Don't lie about which render loop is runningRobin Burchell2016-07-051-1/+1
* Export the OpenGL context and rendercontextLaszlo Agocs2016-07-052-2/+2
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-059-88/+170
* 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
* QQuickWindowPrivate::removeGrabber: take params for mouse and touchShawn Rutledge2016-07-043-19/+12
* Add comments to touchEventForItem and touchEventWithPointsFrederik Gladhorn2016-07-041-0/+2
* Stabilize tst_SceneGraph::createTextureFromImageFrederik Gladhorn2016-07-041-0/+1
* Fix tst_rendernode to work with hidpiFrederik Gladhorn2016-07-041-7/+9
* Improve error handling in TestCase::tryCompareFrederik Gladhorn2016-07-041-0/+5
* add QQuickWindowPrivate::removeGrabber()Shawn Rutledge2016-07-023-23/+23