aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QSGRenderContext::invalidate a no-opLaszlo Agocs2016-07-013-5/+4
* D3D12: Avoid multiple invalidated signalsLaszlo Agocs2016-07-014-25/+20
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-3014-35/+77
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-299-14/+51
| |\
| | * Fix missing QQuickWidget updatesLaszlo Agocs2016-06-271-1/+8
| | * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| | * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
| | * QQuickWidget: Fix crash when there's an offscreen window, but no real window ...Kai Koehne2016-06-231-3/+4
| | * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-232-3/+3
| | * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+4
| | * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-211-0/+9