aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix up QQuickWidget and QQuickRenderControl docsLaszlo Agocs2016-07-152-2/+14
* Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-156-11/+44
* D3D12: Add support for QQuickWindow::setDefaultAlphaBufferLaszlo Agocs2016-07-151-1/+7
* Simplify CompiledData::Unit serializationSimon Hausmann2016-07-153-73/+83
* Clean up function offset table generationSimon Hausmann2016-07-151-7/+4
* Clean up implicit component registrationSimon Hausmann2016-07-152-1/+29
* More endianness fixesSimon Hausmann2016-07-151-6/+8
* Clean up JS internal class serializationSimon Hausmann2016-07-152-33/+26
* Remove unused fields in CompiledData::FunctionSimon Hausmann2016-07-143-11/+3
* Remove another instance of TrustedImmPtr usage in the JITSimon Hausmann2016-07-141-3/+2
* Remove some dead code in the JITSimon Hausmann2016-07-141-55/+1
* QML: QQmlPropertyCache: prevent repeated QMeta* callsErik Verbruggen2016-07-141-11/+17
* 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