aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stabilize tst_QQuickView::resizemodeitemFrederik Gladhorn2016-07-191-0/+1
* Remove redundant compare in testFrederik Gladhorn2016-07-191-1/+0
* Fix compilationSimon Hausmann2016-07-191-0/+2
* D3D12: Move swapchain/color buffer format to a constantLaszlo Agocs2016-07-191-9/+11
* D3D12: Show a warning when the requested adapter is not usableLaszlo Agocs2016-07-191-5/+9
* move QQuickCloseEvent from qquickwindow_p.h to qquickevents_p_p.hShawn Rutledge2016-07-152-18/+17
* Split out creation of alias properties in the property cachesSimon Hausmann2016-07-156-120/+252
* Fix alias resolution algorithmSimon Hausmann2016-07-159-109/+300
* D3D12: Change the command list size limitLaszlo Agocs2016-07-151-1/+4
* Make scenegraph plugin logs and warnings work in release buildsLaszlo Agocs2016-07-151-4/+0
* Improve the frameSwapped docs somewhatLaszlo Agocs2016-07-151-1/+3
* D3D12: Enhance the advanced config section in the docsLaszlo Agocs2016-07-151-15/+22
* Android: Fix crashBogDan Vatra2016-07-151-1/+3
* QML: Allow for inlining InternalClass::findErik Verbruggen2016-07-154-28/+33
* D3D12: Fix unused var warnings in release buildsLaszlo Agocs2016-07-153-2/+4
* D3D12: Mention QQuickWidget in the docsLaszlo Agocs2016-07-151-0/+5
* software: Fix potential infinite loop with ShaderEffectLaszlo Agocs2016-07-151-2/+10
* 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-153-1/+71
* 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-148-41/+141
* 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-1412-167/+221
* QQuickImplicitSizeItem: Document the purpose of this classRobin Burchell2016-07-131-0/+13
* tst_qquickwindow: make use of new QTest::createTouchDevice functionShawn Rutledge2016-07-132-13/+4
* 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-132-114/+174
* 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-123-4/+45
* Remove unused variableFrederik Gladhorn2016-07-121-1/+0
* QQuickTextInput: Use qmlobject_connect on clipboard signalRobin Burchell2016-07-111-2/+2
* QQuickTextNode: Minor cleanupRobin Burchell2016-07-113-33/+31