aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a QQmlRefPointer for QQmlScriptData::typeNameCacheUlf Hermann2019-09-303-8/+4
* Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-302-11/+11
* Add a QSG env var for QRhi::PreferSoftwareRendererLaszlo Agocs2019-09-273-5/+27
* Convert QTime to V4 Date on a date with no DST in forceEdward Welbourne2019-09-271-7/+9
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-278-4/+96
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-278-4/+96
|/|
| * Doc: Fix typoPaul Wicking2019-09-261-1/+1
| * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-233-0/+30
| * doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-192-3/+62
| * Check if the filters are different before triggering an updateAndy Shaw2019-09-191-0/+2
| * Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* | Update plugins.qmltypes for 5.14Kai Koehne2019-09-268-26/+661
* | Loosen qmlplugindump's checking of URI and major versionUlf Hermann2019-09-261-5/+16
* | Don't leak references to QQmlTypePrivateUlf Hermann2019-09-251-0/+1
* | Don't leak resolved types of failed compilationsUlf Hermann2019-09-252-5/+6
* | qmlplugindump: fix prototypeNameForCompositeFabian Kosmale2019-09-251-10/+12
* | Move documentation for Instantiator and Package into QtQml.ModelsUlf Hermann2019-09-252-3/+9
* | Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-243-2/+46
* | Add missing QSGDynamicTexture default constructorFlorian Bruhin2019-09-241-0/+1
* | Ensure AnimatedImage currentFrame/onCurrentFrameChanged 2.0 compatibilityShawn Rutledge2019-09-244-1/+62
* | QQuickMouseArea: fix containsMouse when mousearea become visibleWang Chuan2019-09-232-1/+29
* | PathView: grab mouse on press if already movingShawn Rutledge2019-09-234-3/+132
* | Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-2317-107/+110
* | Add an env var to periodically kill the device on d3dLaszlo Agocs2019-09-232-0/+9
* | Recover from device lost on the rhi path in the threaded loopLaszlo Agocs2019-09-231-61/+100
* | Handle rhi device loss in the basic render loopLaszlo Agocs2019-09-231-5/+40
* | doc: Fix several qdoc warningsMartin Smith2019-09-234-8/+9
* | HoverHandler: handle all device types; hovered=false on touch releasev5.14.0-alpha1Shawn Rutledge2019-09-191-5/+6
* | Fix documentation for qmlRegisterType and qmlRegisterAnonymousTypeUlf Hermann2019-09-191-20/+20
* | Fix deprecation macros in qqml.hUlf Hermann2019-09-181-2/+6
* | PathView: fix warnings, oddities and whitespaceShawn Rutledge2019-09-181-79/+79
* | doc: correct the snippet for Item.scaleShawn Rutledge2019-09-181-0/+1
* | Add missing doc entries for QSGGeometry::Type valuesLaszlo Agocs2019-09-181-0/+4
* | Add some missing since and internal doc tagsLaszlo Agocs2019-09-182-14/+23
* | Avoid changing function signature in public headerLaszlo Agocs2019-09-185-10/+64
* | Add missing inner struct and enum docs for rhi material shaderLaszlo Agocs2019-09-181-0/+65
* | Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-186-22/+22
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-1717-73/+231
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-1717-73/+231
| |\|
| | * lancelot graphics test: Fix screengrabs being distorted on WindowsEirik Aavitsland2019-09-131-0/+9
| | * lancelot graphics test: support shadow build and installEirik Aavitsland2019-09-132-9/+15
| | * tst_gridlayout.qml: use createTemporaryObject()Mitch Curtis2019-09-121-41/+15
| | * tst_gridlayout.qml: convert to a proper data-driven testMitch Curtis2019-09-121-13/+26
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-1211-42/+194
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-1211-42/+194
| | |/|
| | | * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-072-0/+89
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-072-0/+89
| | | |/|
| | | | * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-262-0/+89
| | | * | Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
| | | * | Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38