aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* D3D12: Support translucent windows via DirectCompositionLaszlo Agocs2016-07-147-40/+140
* Doc cleanup for D3D12 and SWLaszlo Agocs2016-07-144-17/+20
* D3D12: Sprite nodeLaszlo Agocs2016-07-147-5/+465
* Add QSGSpriteNode to the Scenegraph Adaptation LayerAndy Nichols2016-07-1439-899/+1504
* Enable building Qt Quick Sprite classes with QT_NO_OPENGLAndy Nichols2016-07-144-23/+35
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-1415-527/+22
* Fix endian support in compiled data structuresSimon Hausmann2016-07-1410-155/+209
* QQuickImplicitSizeItem: Document the purpose of this classRobin Burchell2016-07-131-0/+13
* Minor cleanup in location handlingSimon Hausmann2016-07-133-8/+8
* Fix crash in qmljsSimon Hausmann2016-07-131-2/+2
* qquickitemchangelistener_p.h: add a comment for the sake of clarityJ-P Nurmi2016-07-131-1/+1
* Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-12/+13
* QML: QQmlPropertyCache: Allow for more inliningErik Verbruggen2016-07-132-68/+66
* Fix quickcontrols test failure after tryCompare changeAllan Sandfeld Jensen2016-07-131-2/+2
* V4: allow for String::createHashValue to be inlinedErik Verbruggen2016-07-134-93/+96
* Fix regression after geometry change refactoringAllan Sandfeld Jensen2016-07-121-4/+4
* Set width and height simultaneously on SizeRootObjectToViewAlexandr Akulich2016-07-122-4/+14
* QQuickTextInput: Use qmlobject_connect on clipboard signalRobin Burchell2016-07-111-2/+2
* QQuickTextNode: Minor cleanupRobin Burchell2016-07-113-33/+31
* 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