aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtQuick: fix use-after-free of shader property connectionsErik Verbruggen2016-07-113-3/+22
* QQuickWindowPrivate::grabTouchPoints: don't return earlyShawn Rutledge2016-07-111-1/+1
* Fix undefined painting of white QSGRectangleAllan Sandfeld Jensen2016-07-111-1/+1
* Move implementation of grabTouchPoints to QQuickWindowPrivateShawn Rutledge2016-07-113-21/+27
* V4: merge basic blocks where possibleErik Verbruggen2016-07-111-4/+122
* Fix reference to wrong methodsAllan Sandfeld Jensen2016-07-112-4/+4
* 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-1121-104/+154
* scenegraph: Port foreach to range-forRobin Burchell2016-07-095-7/+9
* QQuickItem: Remove QML_LEAK_CHECKRobin Burchell2016-07-081-33/+0
* 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
* Layouts: Use qmlobject_{dis}connectRobin Burchell2016-07-072-14/+14
* Fix incorrect determination of cursor state in some casesRobin Burchell2016-07-073-10/+11
* 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
* 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
* 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
* 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-058-62/+139
* QQuickWindowPrivate::removeGrabber: take params for mouse and touchShawn Rutledge2016-07-043-19/+12
* Add comments to touchEventForItem and touchEventWithPointsFrederik Gladhorn2016-07-041-0/+2
* Improve error handling in TestCase::tryCompareFrederik Gladhorn2016-07-041-0/+5
* add QQuickWindowPrivate::removeGrabber()Shawn Rutledge2016-07-023-23/+23
* Minor touch event function renamingFrederik Gladhorn2016-07-012-10/+13
* Remove "XXX todo" commentsFrederik Gladhorn2016-07-011-2/+0
* D3D12: Enhance docs wrt multisample, mipmaps and texturesLaszlo Agocs2016-07-011-1/+27
* D3D12: Improve debug layer supportLaszlo Agocs2016-07-011-2/+28
* D3D12: Move the info prints to categorized loggingLaszlo Agocs2016-07-011-14/+22
* D3D12: Fix 8-bit QImage mappingLaszlo Agocs2016-07-011-1/+7
* D3D12: Advance anims in sync with vsync in the RLLaszlo Agocs2016-07-012-44/+185
* Add a core profile file selector to OpenGL ShaderEffectLaszlo Agocs2016-07-012-2/+14
* D3D12: Fix expose handlingLaszlo Agocs2016-07-012-4/+18
* D3D12: Fix grabbing with the new gui thread render loopLaszlo Agocs2016-07-012-20/+36