aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
|\
| * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-316-25/+45
|\|
| * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-1/+1
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+8
| |\
| | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| * | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
| * | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
| * | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | Add vulkanunderqml to the list of examplesLaszlo Agocs2019-10-251-0/+1
* | | Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
* | | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* | | Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
* | | 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