aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlImport: Parse resource paths from QML2_IMPORT_PATHUlf Hermann2020-06-102-6/+51
* Deduplicate the import resolution algorithmUlf Hermann2020-06-109-138/+216
* Remove quality evaluation in test stringEskil Abrahamsen Blomfeldt2020-06-102-2/+2
* Remove the now unneeded moc include from qmlsceneLaszlo Agocs2020-06-101-2/+0
* Remove openGLContextCreated signalLaszlo Agocs2020-06-105-95/+1
* Remove rendernode and opengltextureinthread examplesJonas Karlsson2020-06-1030-2526/+0
* Fix shifted text styles on RHIEskil Abrahamsen Blomfeldt2020-06-101-2/+2
* Warn circular dependency when loading typesJaeyoon Jung2020-06-104-0/+21
* Fix baseUrl returning an empty urlJaeyoon Jung2020-06-102-1/+16
* Lock the mutex when accessing QQmlTypeModule::m_importsUlf Hermann2020-06-101-0/+3
* Un-pimpl QQmlModuleImportUlf Hermann2020-06-108-170/+61
* Quick: Use unicode character literalsUlf Hermann2020-06-101-1/+1
* QQmlTypeModule: Clean up remove loopUlf Hermann2020-06-101-11/+1
* Avoid including removed header in particlesLaszlo Agocs2020-06-101-1/+0
* Enable Metal-based scenegraph examplesLaszlo Agocs2020-06-101-3/+3
* QSGRhiShaderEffectNode is available only with openglSamuli Piippo2020-06-101-2/+3
* Remove OpenGL dependency from QSGTextMaskMaterial & friendsEirik Aavitsland2020-06-102-43/+7
* Remove compat. leftover in QSGTexturePrivateLaszlo Agocs2020-06-102-9/+0
* Don't try to include removed headerPaul Olav Tvete2020-06-101-1/+0
* Remove QSGDepthStencilBufferPaul Olav Tvete2020-06-104-366/+0
* Remove OpenGL dependency from QSGGeometryPaul Olav Tvete2020-06-101-14/+0
* Remove QQuickGenericShaderEffectPaul Olav Tvete2020-06-106-901/+782
* Remove QOpenGL dependency from QSGCompressedTexturePaul Olav Tvete2020-06-101-56/+216
* Make QQuickWindow compile by adding a QOpenGL include for nowLaszlo Agocs2020-06-091-0/+1
* Do not depend on removed openglContext getterLaszlo Agocs2020-06-092-13/+7
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-097-118/+9
* Remove unused leftovers in batch renderer headerLaszlo Agocs2020-06-091-9/+0
* Prevent Vulkan validation warning in 3D mode with textLaszlo Agocs2020-06-091-1/+1
* Add perspective 3D plane render modeLaszlo Agocs2020-06-0911-57/+122
* tst_qqmlincubator: Reduce memory leaksFabian Kosmale2020-06-091-6/+25
* QQmlIncubator: remove deprecated codeFabian Kosmale2020-06-093-35/+1
* QQmlMetaType: Drop unneeded second arguments to QHash::value()Ulf Hermann2020-06-091-3/+3
* QQmlTypePrivate: do not abuse volatile for atomicFabian Kosmale2020-06-093-12/+14
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-0910-3/+122
* Remove uri member from loaded plugins mapUlf Hermann2020-06-091-19/+4
* QML imports: Improve naming and safety of path-to-plugin mapUlf Hermann2020-06-091-48/+63
* Allow QML plugins to be optionalUlf Hermann2020-06-0924-82/+279
* Add a wrapper class for the meta object in the property cacheLars Knoll2020-06-082-22/+62
* Prevent premature child destructionFabian Kosmale2020-06-081-2/+2
* Fix memory leaks in tst_qqmlengineUlf Hermann2020-06-081-16/+17
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-082-3/+3
* Remove QMatrix4x4_Accessor hackLaszlo Agocs2020-06-081-18/+12
* Remove temporary compatibility leftovers from QSGMaterialShaderLaszlo Agocs2020-06-083-60/+0
* Clean up scenegraph autotest initLaszlo Agocs2020-06-081-42/+5
* Update QSGTexture docsLaszlo Agocs2020-06-081-43/+59
* Remove customRenderStage from QQuickWindowPrivateLaszlo Agocs2020-06-084-52/+41
* Make render loops OpenGL cleanLaszlo Agocs2020-06-0810-400/+73
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-0832-1552/+27
* Fix a tracepointGiuseppe D'Angelo2020-06-071-1/+1
* QQmlImport: Make plugin resolution functions const and publicUlf Hermann2020-06-052-6/+6