aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-172-3/+21
* Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-152-7/+6
|\
| * Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
| * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-106-8/+24
|\|
| * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| * PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-3/+4
| * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
| * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-1/+7
| * Doc: Correct reference to StackViewNico Vertriest2019-10-021-1/+1
* | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-092-30/+67
* | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+8
* | Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-092-6/+6
* | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-092-16/+24
* | Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
* | Add a property "valid" to the color value typeUlf Hermann2019-10-082-0/+7
* | Revert "Temporarily drop a debug mode check in rhi-based stenciling"Laszlo Agocs2019-10-071-3/+1
* | Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-076-12/+16
* | Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-0718-34/+34
* | Temporarily drop a debug mode check in rhi-based stencilingLaszlo Agocs2019-10-031-0/+2
* | Drop QVector for srb and shader stage descriptionsLaszlo Agocs2019-10-032-10/+12
* | Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-036-5/+36
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-029-12/+13
* | 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
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-273-2/+52
|\|
| * Doc: Fix typoPaul Wicking2019-09-261-1/+1
| * doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-1/+50
| * Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* | Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-242-2/+9
* | Add missing QSGDynamicTexture default constructorFlorian Bruhin2019-09-241-0/+1
* | Ensure AnimatedImage currentFrame/onCurrentFrameChanged 2.0 compatibilityShawn Rutledge2019-09-242-1/+3
* | QQuickMouseArea: fix containsMouse when mousearea become visibleWang Chuan2019-09-231-1/+1
* | PathView: grab mouse on press if already movingShawn Rutledge2019-09-231-3/+4
* | Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-2314-85/+88
* | 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
* | HoverHandler: handle all device types; hovered=false on touch releasev5.14.0-alpha1Shawn Rutledge2019-09-191-5/+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-182-6/+6
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-2/+2
| |\