aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-261-1/+0
* Store DXBC instead of HLSL source in the qsb filesLaszlo Agocs2020-05-2648-44/+47
* Revert "Text: Fix kerning when horizontalAlignment is set to center"Eskil Abrahamsen Blomfeldt2020-05-261-1/+1
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-267-96/+94
* Consider margins in xflick/yflickNicolas Fella2020-05-251-4/+6
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-258-29/+20
* Don't detach from atlas when using qt_SubRect_fooPaul Olav Tvete2020-05-222-2/+9
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-202-23/+33
* Remove OpenGLInfoLaszlo Agocs2020-05-205-336/+0
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-191-0/+1
* Clean up registration of QEasingCurveUlf Hermann2020-05-194-16/+2
* rhi: Add support for grabbing non-exposed windowsLaszlo Agocs2020-05-185-12/+94
* Fix for possible crash in QSGDefaultLayer::grabValery Volgutov2020-05-182-0/+9
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-183-5/+20
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-153-5/+20
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-144-5/+26
| | |\
| | | * Export QQuickItemViewFxItem privatelyv5.15.0Shawn Rutledge2020-05-111-1/+1
| | | * Make no-opengl builds succeed with Vulkan or MetalLaszlo Agocs2020-04-251-4/+11
| | | * Fix crashes when draggingFriedemann Kleint2020-04-241-0/+8
| | | * Merge 5.15 into 5.15.0Alexandru Croitor2020-04-233-10/+9
| | | |\
| | | * \ Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-221-2/+1
| | | |\ \
| | | * | | QQuickRepeater: Fix interaction with PackageFabian Kosmale2020-04-221-0/+6
| | * | | | qsgrhisupport.cpp: Fix warningsFriedemann Kleint2020-05-061-2/+4
* | | | | | Doc: Fix typos that cause QDoc warningsPaul Wicking2020-05-181-2/+2
* | | | | | Add missing overrideAlexander Volkov2020-05-152-3/+3
* | | | | | Respect margins when sizing flickable content itemNicolas Fella2020-05-151-4/+4
* | | | | | Document qmlformatMaximilian Goldstein2020-05-151-0/+16
|/ / / / /
* | | | | RHI: Fix crash in QQuickWindow when updating render targetEskil Abrahamsen Blomfeldt2020-05-142-4/+7
* | | | | Add qmllint documentationFabian Kosmale2020-05-141-1/+25
* | | | | Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-141-7/+83
* | | | | rhi: Fix crashing Controls autotests due to shadereffect lifetime issuesLaszlo Agocs2020-05-138-25/+20
* | | | | Doc: Update description to be more precisePaul Wicking2020-05-131-2/+3
* | | | | Use QRhi by defaultLaszlo Agocs2020-05-112-4/+5
* | | | | Check thread->isRunning before posting WMReleaseSwapchainEventLaszlo Agocs2020-05-111-1/+1
* | | | | Have the basic render loop notify when the renderpass desc. disappearsLaszlo Agocs2020-05-111-0/+9
* | | | | Allow aborting syncAndRender() when sync results in no changesLaszlo Agocs2020-05-111-1/+5
* | | | | Only alter rhi backend on Win7 and Metalless-macOS when not explicitly requestedLaszlo Agocs2020-05-111-2/+5
* | | | | Pre-check for Metal support to please our CI VMsLaszlo Agocs2020-05-111-0/+18
* | | | | Please the broken Win 7 CI by forcing OpenGL over D3DLaszlo Agocs2020-05-112-0/+26
* | | | | Remove qtxmlpatterns reference from qdocconfFabian Kosmale2020-05-111-1/+1
* | | | | TableView: during layout, set item width before heightRichard Moe Gustavsen2020-05-081-9/+22
* | | | | Reimplement QWindow::closeEvent, move handling code thereVolker Hilsheimer2020-05-082-9/+10
* | | | | Remove Screen.orientationUpdateMaskShawn Rutledge2020-05-082-61/+11
* | | | | Avoid stale renderpass references in ShaderManager's pipeline listLaszlo Agocs2020-05-074-2/+25
* | | | | TableView: allow negative spacingRichard Moe Gustavsen2020-05-071-2/+2
* | | | | QQuickWindow: pass InputMethod(Query) events on to itemsVolker Hilsheimer2020-05-061-0/+19
* | | | | Fix build without openglSamuli Piippo2020-05-061-2/+3
* | | | | Add forward declaration for QSurfaceSamuli Piippo2020-05-061-0/+1
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-055-10/+28
|\| | | |
| * | | | Text: Fix kerning when horizontalAlignment is set to centerArjen Hiemstra2020-04-291-1/+1