File tree
42 files changed
+42
-42
lines changedSome content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+42
-42
lines changed- dependencies.yaml+4-4
- src/extras/3dtext/qextrudedtextgeometry.cpp+1-1
- src/extras/3dtext/qextrudedtextmesh.cpp+1-1
- src/extras/text/qtext2dentity.cpp+2-2
- src/input/frontend/qaxis.cpp+1-1
- src/input/frontend/qaxissetting.cpp+2-2
- src/input/frontend/qinputsequence.cpp-1
- src/render/frontend/qrendercapabilities.cpp+1-1
- src/render/geometry/qgeometryrenderer.cpp+1-1
- src/render/lights/qabstractlight.cpp+1-1
- src/render/lights/qdirectionallight.cpp+1-1
- src/render/lights/qpointlight.cpp+4-4
- src/render/lights/qspotlight.cpp+5-5
Submodule qtactiveqt updated 8 files
Submodule qtconnectivity updated 20 files
- CMakeLists.txt+2-7
- configure.cmake+33
- dependencies.yaml+2-2
- qt_cmdline.cmake+5
- src/CMakeLists.txt+11-2
- src/bluetooth/bluez/bluez5_helper.cpp+41-21
- src/bluetooth/bluez/generate+1-1
- src/bluetooth/bluez/org.freedesktop.dbus.properties.xml+1-1
- src/bluetooth/bluez/properties.cpp+5-5
- src/bluetooth/bluez/properties_p.h+6-6
- src/bluetooth/configure.cmake+1-1
- src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp+2-2
- src/bluetooth/qbluetoothdevicediscoveryagent_p.h+2-2
- src/bluetooth/qbluetoothlocaldevice_bluez.cpp+9-9
- src/bluetooth/qbluetoothlocaldevice_p.h+3-3
- src/bluetooth/qlowenergyadvertisingdata.cpp+21-7
- src/bluetooth/qlowenergycontroller_bluezdbus.cpp+4-5
- src/bluetooth/qlowenergycontroller_bluezdbus_p.h+3-3
- src/global/CMakeLists.txt+15
- src/nfc/configure.cmake+1-1
Submodule qtdatavis3d updated 1 file
Submodule qtdeclarative updated 191 files
- REUSE.toml+2-1
- coin/module_config.yaml+4
- dependencies.yaml+10-10
- doc/images/string_class_api.svg+234
- doc/images/string_class_calling.svg+266
- doc/snippets/qmlapp/codingconventions/javascript.qml+8-2
- doc/snippets/qmlapp/qml-extending-types/components/application.qml+23-20
- doc/src/cmake/cmake-manual.qdoc+43-43
- doc/src/external-resources.qdoc+6
- doc/src/frameworks-technologies/qstring-overview.qdoc+411
- doc/src/frameworks-technologies/unicode.qdoc-12
- doc/src/howtos/third-party-libraries.qdoc-130
- doc/src/internationalization/i18n.qdoc+1-1
- doc/src/legal/licensechanges.qdoc+29
- doc/src/platforms/android/android.qdoc+1-1
- doc/src/platforms/apple/ios.qdoc+2-1
- doc/src/platforms/qnx.qdoc+71-18
- doc/src/platforms/supported-platforms.qdocinc+43-33
- doc/src/platforms/vxworks.qdoc+161-184
- doc/src/qmlapp/codingconventions.qdoc+3-2
- doc/src/qmlapp/firststepsqml.qdoc+88-56
- doc/src/qtdoc-toc.qdoc+2
- doc/src/releases.qdoc+4-4
- doc/src/security/security.qdoc+8
- doc/src/topics.qdoc+46-17
- doc/src/whatsnew/whatsnew69.qdoc+8
- examples/demos/car-configurator/CMakeLists.txt+1
- examples/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/CMakeLists.txt+2-2
- examples/demos/car-configurator/asset_imports/Quick3DAssets/InteriorShadow/CMakeLists.txt+2-2
- examples/demos/car-configurator/asset_imports/Quick3DAssets/LightDecal/CMakeLists.txt+2-2
- examples/demos/car-configurator/asset_imports/Quick3DAssets/Pebbles/CMakeLists.txt+2-2
- examples/demos/car-configurator/asset_imports/Quick3DAssets/ShadowPlane/CMakeLists.txt+2-2
- examples/demos/car-configurator/asset_imports/Quick3DAssets/Venodhb_LOD0/CMakeLists.txt+2-2
- examples/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/CMakeLists.txt+2-2
- examples/demos/car-configurator/buildsetup.cmake+18
- examples/demos/car-configurator/qmlmodules.cmake+7-7
- licenseRule.json+116-3
- dependencies.yaml+3-3
- examples/graphs/3d/widgetgraphgallery/surfacegraphmodifier.cpp+5-5
- src/common/global/qgraphsglobal.h+9-2
- src/common/theme/qgraphstheme.h+2-2
- src/graphs2d/animation/qgraphanimation.cpp-1
- src/graphs2d/areachart/qareaseries.h+3-3
- src/graphs2d/axis/barcategoryaxis/qbarcategoryaxis.h+3-3
- src/graphs2d/axis/datetimeaxis/qdatetimeaxis.h+3-3
- src/graphs2d/axis/qabstractaxis.h+3-3
- src/graphs2d/axis/valueaxis/qvalueaxis.h+3-3
- src/graphs2d/barchart/qbarmodelmapper.h+3-3
- src/graphs2d/barchart/qbarseries.h+3-3
- src/graphs2d/barchart/qbarset.h+3-3
- src/graphs2d/linechart/qlineseries.h+3-3
- src/graphs2d/piechart/qpiemodelmapper.h+3-3
- src/graphs2d/piechart/qpieseries.h+3-3
- src/graphs2d/piechart/qpieslice.h+3-3
- src/graphs2d/qabstractseries.h+3-3
- src/graphs2d/qsgrenderer/axisrenderer.cpp+16-4
- src/graphs2d/qsgrenderer/pointrenderer.cpp+7
- src/graphs2d/scatterchart/qscatterseries.h+3-3
- src/graphs2d/splinechart/qsplineseries.h+3-3
- src/graphs2d/xychart/qxymodelmapper.h+3-3
- src/graphs2d/xychart/qxyseries.h+3-3
- src/graphs3d/CMakeLists.txt-5
- src/graphs3d/axis/qabstract3daxis.h+5-2
- src/graphs3d/axis/qcategory3daxis.h+3-2
- src/graphs3d/axis/qlogvalue3daxisformatter.h+3-2
- src/graphs3d/axis/qvalue3daxis.h+3-2
- src/graphs3d/axis/qvalue3daxisformatter.h+4-2
- src/graphs3d/data/qabstract3dseries.h+4-3
- src/graphs3d/data/qabstractdataproxy.h+5-2
- src/graphs3d/data/qbar3dseries.h+4-3
- src/graphs3d/data/qbardataitem.h+2-2
- src/graphs3d/data/qbardataproxy.h+5-2
- src/graphs3d/data/qcustom3ditem.h+4-2
- src/graphs3d/data/qcustom3dlabel.h+3-2
- src/graphs3d/data/qcustom3dvolume.h+3-2
- src/graphs3d/data/qheightmapsurfacedataproxy.h+3-2
- src/graphs3d/data/qitemmodelbardataproxy.h+3-2
- src/graphs3d/data/qitemmodelscatterdataproxy.h+3-2
- src/graphs3d/data/qitemmodelsurfacedataproxy.h+3-2
- src/graphs3d/data/qscatter3dseries.h+5-2
- src/graphs3d/data/qscatterdataitem.h+2-2
- src/graphs3d/data/qscatterdataproxy.h+4-2
- src/graphs3d/data/qspline3dseries.h+5-3
- src/graphs3d/data/qsurface3dseries.h+4-2
- src/graphs3d/data/qsurfacedataitem.h+2-2
- src/graphs3d/data/qsurfacedataproxy.h+4-2
- src/graphs3d/engine/q3dscene.h+2-2
- src/graphs3d/engine/shaders/bars.frag+1-1
- src/graphs3d/engine/shaders/barsinstancing.frag+1-1
- src/graphs3d/engine/shaders/scatter.frag+1-1
- src/graphs3d/engine/shaders/scatterinstancing.frag+1-1
- src/graphs3d/engine/shaders/surface.frag+2-2
- src/graphs3d/engine/shaders/surface.vert+1-1
- src/graphs3d/engine/shaders/surfaceGrid.frag+2-1
- src/graphs3d/engine/shaders/surfaceGrid.vert+2
- src/graphs3d/qml/foreigntypes_p.h-90
- src/graphs3d/qml/foreigntypesbars_p.h-58
- src/graphs3d/qml/foreigntypesscatter_p.h-58
- src/graphs3d/qml/foreigntypesspline_p.h-52
- src/graphs3d/qml/foreigntypessurface_p.h-60
- src/graphs3d/qml/qquickgraphsbars.cpp+2
- src/graphs3d/qml/qquickgraphsitem.cpp+8-6
- src/graphs3d/qml/qquickgraphsscatter.cpp+2
- src/graphs3d/qml/qquickgraphssurface.cpp+5
- src/graphs3d/qml/resources/BarsMaterial.qml+1
- src/graphs3d/qml/resources/BarsMaterialInstancing.qml+1
- src/graphs3d/qml/resources/ScatterMaterial.qml+1
- src/graphs3d/qml/resources/ScatterMaterialInstancing.qml+1
- src/graphs3d/qml/resources/SurfaceMaterial.qml+2
- src/graphs3d/utils/qgraphs3dnamespace.h+3-3
- src/graphs3d/utils/qutils.h+4-2
- src/graphs3d/widget/q3dbarswidgetitem.h+2-2
- src/graphs3d/widget/q3dgraphswidgetitem.h+2-2
- src/graphs3d/widget/q3dscatterwidgetitem.h+2-2
- src/graphs3d/widget/q3dsurfacewidgetitem.h+2-2
- src/graphs3d/widget/qgraphswidgetsglobal.h+3-3
- tests/auto/cpp2dtest/qgaxis-value/tst_valueaxis.cpp+10-1
- tests/auto/qml2dtest/axes/tst_valueaxis.qml+4-1
- cmake/FindWrapProtoc.cmake+4-1
- dependencies.yaml+2-2
- examples/grpc/clientguide/client/CMakeLists.txt+3
- examples/grpc/clientguide/client/main.cpp+1-1
- qt_attribution.json+2-3
- src/grpc/qgrpchttp2channel.cpp+45-12
- src/grpcquick/doc/qtgrpcquick-qmltypes.qdoc+1-1
- src/protobuf/configure.cmake+10-1
- src/protobuf/protobufscalarjsonserializers_p.h+9-1
- src/protobuf/qprotobufjsonserializer.cpp+26-8
- src/tools/qtgrpcgen/Qt6GrpcToolsMacros.cmake+6
- src/tools/qtprotobufgen/Qt6ProtobufToolsMacros.cmake+30-12
- src/tools/qtprotobufgen/messagedefinitionprinter.cpp+5-8
- src/tools/qtprotobufgen/qprotobufgenerator.cpp+2-2
- src/tools/qtprotoccommon/commontemplates.cpp+6
- src/tools/qtprotoccommon/commontemplates.h+1
- src/tools/qtprotoccommon/generatorcommon.cpp+12
- src/tools/qtprotoccommon/generatorcommon.h+3
- src/wellknown/qprotobufwellknowntypesjsonserializers.cpp+86-4
- src/wellknown/qprotobufwellknowntypesjsonserializers_p.h+9
- tests/auto/grpc/client/shared/test_server/testserverrunner.cpp+8-2
- tests/auto/grpc/client/shared/test_server_go/CMakeLists.txt+1-1
- tests/auto/grpcgen/data/cmake_generated/invalid-identifier/666-invalid-identifier_qtprotoreg.cpp
- tests/auto/grpcgen/data/cmake_generated/protobuf_common/qtgrpc/tests/qtgrpcgen_qtprotoreg.cpp
- tests/auto/grpcgen/data/cmake_generated/qml/qtgrpcgen_qtprotoreg.cpp
- tests/auto/protobuf/conformance/data/qt_attribution.json+15
- tests/auto/protobuf/conformance/expect_failing_tests_v3.21.9.0.txt-42
- tests/auto/protobufgen/data/cmake_generated/copy_comments/annotation_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/export_macro/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/extra_namespace/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/generate_package_subfolders/qt/protobuf/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/no_options/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/qml/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/qml_uri/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmake_generated/static/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/copy_comments/annotation_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/export_macro/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/export_macro_custom_file_name/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/export_macro_custom_file_name_force_generate/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/export_macro_custom_file_name_skip_generate/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/extra_namespace/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/generate_package_subfolders/qt/protobuf/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/header_guard_filename/qtprotobufgenminimal_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/header_guard_pragma/qtprotobufgenminimal_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/no_options/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/qml/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/qml_uri/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/qml_uri_export_macro/qtprotobufgen_qtprotoreg.cpp
- tests/auto/protobufgen/data/cmd_line_generated/qml_uri_export_macro_generate_package_subfolders/qt/protobuf/qtprotobufgen_qtprotoreg.cpp
Submodule qtlocation updated 6 files
Submodule qtmultimedia updated 167 files
Submodule qtnetworkauth updated 27 files
- dependencies.yaml+1-1
- src/oauth/qabstractoauth.cpp+1-1
- src/oauth/qabstractoauth2.cpp+115-29
- src/oauth/qabstractoauth2.h+7-3
- src/oauth/qabstractoauth2_p.h+8-4
- src/oauth/qoauth1.cpp+1-1
- src/oauth/qoauth2authorizationcodeflow.cpp+8-2
- src/oauth/qoauth2deviceauthorizationflow.cpp+9-3
- src/oauth/qoauthoobreplyhandler.cpp+3
- src/oauth/qoauthoobreplyhandler.h+1
- tests/auto/CMakeLists.txt+2-1
- tests/auto/abstractoauth2/CMakeLists.txt+18
- tests/auto/abstractoauth2/tst_abstractoauth2.cpp+359
- tests/auto/oauth1/CMakeLists.txt+1-1
- tests/auto/oauth2/CMakeLists.txt-28
- tests/auto/oauth2codeflow/CMakeLists.txt+20
- tests/auto/oauth2codeflow/tst_oauth2codeflow.cpp+152-396
- tests/auto/oauth2deviceflow/CMakeLists.txt+3-2
- tests/auto/oauth2deviceflow/tst_oauth2deviceflow.cpp+207-341
- tests/auto/oauthhttpserverreplyhandler/CMakeLists.txt+1-1
- tests/auto/oauthhttpserverreplyhandler/tst_oauthhttpserverreplyhandler.cpp+77-4
- tests/auto/shared/oauthtestutils.cpp+74
- tests/auto/shared/oauthtestutils.h+76-57
- tests/auto/shared/tlswebserver.cpp+100
- tests/auto/shared/tlswebserver.h+11-92
- tests/auto/shared/webserver.cpp+207
- tests/auto/shared/webserver.h+8-202
- REUSE.toml+15-7
- coin/module_config.yaml+4
- dependencies.yaml+2-2
- licenseRule.json+20-2
- src/3rdparty/open62541/open62541.c+220-417
- src/3rdparty/open62541/open62541.h+23-14
- src/3rdparty/open62541/qt_attribution.json+1-1
- src/opcua/doc/src/qtopcua.qdoc+3-3
- tests/auto/codegenerator/tst_codegen.cpp+11
- tests/auto/qopcuaclient/tst_client.cpp+11
- tests/auto/security/tst_security.cpp-62
Submodule qtpositioning updated 1 file
- dependencies.yaml+4-4
- examples/quick3d/cascadedshadowmaps/SettingsPane.qml+27-16
- examples/quick3d/cascadedshadowmaps/main.qml+2-1
- examples/quick3d/xr_freeformteleportation/CMakeLists.txt+9-6
- examples/quick3d/xr_freeformteleportation/android/AndroidManifest.xml+4-1
- examples/quick3d/xr_freeformteleportation/doc/src/qtquick3d-examples-xrfreeformteleportation.qdoc+26-26
- examples/quick3d/xr_freeformteleportation/main.qml+37-3
- examples/quick3d/xr_freeformteleportation/visionos/MacOSXBundleInfo.plist.in+57
- examples/quick3d/xr_interaction/CMakeLists.txt+3-6
- examples/quick3d/xr_interaction/GadgetBox.qml+13-6
- examples/quick3d/xr_interaction/Scene.qml+9-8
- examples/quick3d/xr_interaction/doc/src/qtquick3d-examples-xrinteraction.qdoc+9-3
- examples/quick3d/xr_interaction/main.cpp-2
- examples/quick3d/xr_interaction/main.qml+104-9
- examples/quick3d/xr_shared/AimController.qml+60-38
- examples/quick3d/xr_shared/AxisGadget.qml+2-1
- examples/quick3d/xr_shared/CMakeLists.txt+30
- examples/quick3d/xr_shared/FreeformTeleporter.qml+22-14
- examples/quick3d/xr_shared/PickRay.qml+33
- examples/quick3d/xr_shared/ResizeGadget.qml+2-2
- examples/quick3d/xr_shared/RotateGadget.qml
- examples/quick3d/xr_shared/TeleportBeam.qml
- examples/quick3d/xr_shared/TeleportTargetIndicator.qml
- examples/quick3d/xr_shared/TranslateGadget.qml
- examples/quick3d/xr_shared/ValueFader.qml
- examples/quick3d/xr_shared/XrCursor.qml+66
- examples/quick3d/xr_shared/XrGadget.qml+10-1
- examples/quick3d/xr_shared/XrItemHandle.qml+41
- examples/quick3d/xr_shared/shaders/cursor.frag+27
- examples/quick3d/xr_shared/shaders/cursor.vert
- examples/quick3d/xr_shared/shaders/target_indicator.frag
- examples/quick3d/xr_shared/shaders/target_indicator.vert+10
- src/helpers/OrbitCameraController.qml+1
- src/helpers/heightfieldgeometry.cpp+2-2
- src/helpers/instancerepeater.cpp+1-27
- src/quick3d/qquick3d.cpp+2
- src/quick3d/qquick3dviewport.cpp+2-2
- src/quick3dparticles/qquick3dparticlecustomshape.cpp+1-1
- src/quick3dparticles/qquick3dparticlemodelshape.cpp+1-1
- src/quick3dparticles/qquick3dparticleshape.cpp+1-1
- src/runtimerender/graphobjects/qssgrenderitem2d_p.h-2
- src/runtimerender/qssgrenderdefaultmaterialshadergenerator.cpp+7-3
- src/runtimerender/rendererimpl/qssglayerrenderdata.cpp-12
- src/runtimerender/rendererimpl/qssgrendererimplshaders_p.h+1-1
- src/runtimerender/rendererimpl/qssgrendererimplshaders_rhi.cpp+2-2
- src/runtimerender/rendererimpl/qssgrenderpass.cpp+4-1
- src/xr/quick3dxr/visionos/qquick3dxrmanager_visionos.mm+51-12
- src/xr/quick3dxr/visionos/qquick3dxrmanager_visionos_p.h+6
- tests/manual/xr_shared_test/test.qml+196
Submodule qtquickeffectmaker updated 1 file
Submodule qtquicktimeline updated 1 file
Submodule qtremoteobjects updated 1 file
- configure.cmake+41
- dependencies.yaml+2-2
- src/CMakeLists.txt+15-5
- src/global/CMakeLists.txt+15
- src/scxml/CMakeLists.txt+1
- src/scxml/configure.cmake-28
- src/scxml/qscxmlglobals.h+1-1
- src/statemachine/CMakeLists.txt+1
- src/statemachine/configure.cmake-29
- src/statemachine/qstatemachineglobal.h+1-1
- tools/CMakeLists.txt+1-1
- dependencies.yaml+2-2
- src/sensors/make_sensor.pl+1-1
- src/sensorsquick/qmlaccelerometer.cpp+3-3
- src/sensorsquick/qmlambienttemperaturesensor.cpp+1-1
- src/sensorsquick/qmlcompass.cpp+2-2
- src/sensorsquick/qmlgyroscope.cpp+3-3
- src/sensorsquick/qmlhumiditysensor.cpp+2-2
- src/sensorsquick/qmlirproximitysensor.cpp+1-1
- src/sensorsquick/qmllidsensor.cpp+2-2
- src/sensorsquick/qmllightsensor.cpp+2-2
- src/sensorsquick/qmlmagnetometer.cpp+4-4
- src/sensorsquick/qmlpressuresensor.cpp+2-2
- src/sensorsquick/qmlrotationsensor.cpp+3-3
- src/sensorsquick/qmltiltsensor.cpp+2-2
Submodule qtserialbus updated 1 file
Submodule qtserialport updated 1 file
Submodule qtshadertools updated 81 files
- dependencies.yaml+1-1
- src/3rdparty/SPIRV-Cross/qt_attribution.json+1-1
- src/3rdparty/SPIRV-Cross/spirv.h+11-1
- src/3rdparty/SPIRV-Cross/spirv.hpp+2.1k-21
- src/3rdparty/SPIRV-Cross/spirv_common.hpp+9-1
- src/3rdparty/SPIRV-Cross/spirv_cross.cpp+15-1
- src/3rdparty/SPIRV-Cross/spirv_cross_c.cpp+64-1
- src/3rdparty/SPIRV-Cross/spirv_cross_c.h+23-2
- src/3rdparty/SPIRV-Cross/spirv_cross_parsed_ir.cpp+8-1
- src/3rdparty/SPIRV-Cross/spirv_glsl.cpp+161-22
- src/3rdparty/SPIRV-Cross/spirv_glsl.hpp+7-1
- src/3rdparty/SPIRV-Cross/spirv_hlsl.cpp+167-19
- src/3rdparty/SPIRV-Cross/spirv_hlsl.hpp+2
- src/3rdparty/SPIRV-Cross/spirv_msl.cpp+824-158
- src/3rdparty/SPIRV-Cross/spirv_msl.hpp+17-1
- src/3rdparty/SPIRV-Cross/spirv_reflect.cpp+2
- src/3rdparty/glslang/OGLCompilersDLL/InitializeDll.h-51
- src/3rdparty/glslang/README.md+12-16
- src/3rdparty/glslang/SPIRV/CInterface/spirv_c_interface.cpp+2
- src/3rdparty/glslang/SPIRV/GLSL.ext.EXT.h+1
- src/3rdparty/glslang/SPIRV/GLSL.ext.KHR.h+2
- src/3rdparty/glslang/SPIRV/GLSL.ext.NV.h+6
- src/3rdparty/glslang/SPIRV/GlslangToSpv.cpp+447-423
- src/3rdparty/glslang/SPIRV/GlslangToSpv.h+10-8
- src/3rdparty/glslang/SPIRV/Logger.h+2-1
- src/3rdparty/glslang/SPIRV/SPVRemapper.cpp+34-2
- src/3rdparty/glslang/SPIRV/SPVRemapper.h+18-2
- src/3rdparty/glslang/SPIRV/SpvBuilder.cpp+287-60
- src/3rdparty/glslang/SPIRV/SpvBuilder.h+49-22
- src/3rdparty/glslang/SPIRV/SpvPostProcess.cpp+62-7
- src/3rdparty/glslang/SPIRV/SpvTools.cpp+19
- src/3rdparty/glslang/SPIRV/SpvTools.h+26-19
- src/3rdparty/glslang/SPIRV/disassemble.cpp+47-11
- src/3rdparty/glslang/SPIRV/disassemble.h+3-1
- src/3rdparty/glslang/SPIRV/doc.cpp+122-1
- src/3rdparty/glslang/SPIRV/doc.h+1
- src/3rdparty/glslang/SPIRV/spirv.hpp+2.1k-21
- src/3rdparty/glslang/SPIRV/spvIR.h+18-1
- src/3rdparty/glslang/glslang/CInterface/glslang_c_interface.cpp+72-1
- src/3rdparty/glslang/glslang/HLSL/hlslParseHelper.cpp+4-5
- src/3rdparty/glslang/glslang/HLSL/hlslScanContext.cpp+426-452
- src/3rdparty/glslang/glslang/HLSL/pch.h-2
- src/3rdparty/glslang/glslang/Include/BaseTypes.h+27-2
- src/3rdparty/glslang/glslang/Include/Common.h+5
- src/3rdparty/glslang/glslang/Include/InfoSink.h+10-6
- src/3rdparty/glslang/glslang/Include/Types.h+45-27
- src/3rdparty/glslang/glslang/Include/glslang_c_interface.h+24-15
- src/3rdparty/glslang/glslang/Include/glslang_c_shader_types.h+4-1
- src/3rdparty/glslang/glslang/Include/intermediate.h+50-187
- src/3rdparty/glslang/glslang/Include/visibility.h+20-5
- src/3rdparty/glslang/glslang/MachineIndependent/Constant.cpp+168-272
- src/3rdparty/glslang/glslang/MachineIndependent/Initialize.cpp+150-75
- src/3rdparty/glslang/glslang/MachineIndependent/Intermediate.cpp+30-319
- src/3rdparty/glslang/glslang/MachineIndependent/ParseContextBase.cpp+1-1
- src/3rdparty/glslang/glslang/MachineIndependent/ParseHelper.cpp+422-145
- src/3rdparty/glslang/glslang/MachineIndependent/ParseHelper.h+3-1
- src/3rdparty/glslang/glslang/MachineIndependent/PoolAlloc.cpp+9-2
- src/3rdparty/glslang/glslang/MachineIndependent/Scan.cpp+484-493
- src/3rdparty/glslang/glslang/MachineIndependent/ShaderLang.cpp+53-38
- src/3rdparty/glslang/glslang/MachineIndependent/SymbolTable.cpp+4-1
- src/3rdparty/glslang/glslang/MachineIndependent/SymbolTable.h+9-4
- src/3rdparty/glslang/glslang/MachineIndependent/Versions.cpp+24-5
- src/3rdparty/glslang/glslang/MachineIndependent/Versions.h+2
- src/3rdparty/glslang/glslang/MachineIndependent/glslang.y+22-3
- src/3rdparty/glslang/glslang/MachineIndependent/glslang_tab.cpp+4.5k-4.4k
- src/3rdparty/glslang/glslang/MachineIndependent/glslang_tab.cpp.h+300-297
- src/3rdparty/glslang/glslang/MachineIndependent/intermOut.cpp+34-186
- src/3rdparty/glslang/glslang/MachineIndependent/iomapper.cpp+142-5
- src/3rdparty/glslang/glslang/MachineIndependent/iomapper.h+7-143
- src/3rdparty/glslang/glslang/MachineIndependent/linkValidate.cpp+216-55
- src/3rdparty/glslang/glslang/MachineIndependent/localintermediate.h+19-5
- src/3rdparty/glslang/glslang/MachineIndependent/parseVersions.h+1
- src/3rdparty/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp+7-5
- src/3rdparty/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp+2-1
- src/3rdparty/glslang/glslang/MachineIndependent/preprocessor/PpContext.h+4-1
- src/3rdparty/glslang/glslang/MachineIndependent/reflection.h+3-2
- src/3rdparty/glslang/glslang/OSDependent/osinclude.h+2-1
- src/3rdparty/glslang/glslang/Public/ResourceLimits.h+5-4
- src/3rdparty/glslang/glslang/Public/ShaderLang.h+54-32
- src/3rdparty/glslang/glslang/Public/resource_limits_c.h+5-4
- src/3rdparty/glslang/qt_attribution.json+1-1
- coin/module_config.yaml+1
- dependencies.yaml+1-1
- src/svg/CMakeLists.txt+6
- src/svg/animation/qsvganimatedproperty.cpp+35
- src/svg/animation/qsvganimatedproperty_p.h+7
- src/svg/animation/qsvganimator.cpp+6-4
- src/svg/animation/qsvgcssanimation_p.h+2-1
- src/svg/doc/src/qsvgglobal.qdoc+1-1
- src/svg/qsvgcsshandler.cpp+145
- src/svg/qsvgcsshandler_p.h+45
- src/svg/qsvghandler.cpp+223-420
- src/svg/qsvghandler_p.h+7-15
- src/svg/qsvgutils.cpp+181
- src/svg/qsvgutils_p.h+46
- src/svg/qtsvgglobal.h+8-3
- tests/baseline/data/animations/css_animate_transform_rotate.svg+27
- tests/baseline/data/animations/css_animate_transform_rotate_units.svg+44
- tests/baseline/data/animations/css_animate_transform_scale.svg+27
- tests/baseline/data/animations/css_animate_transform_skew.svg+27
- tests/baseline/data/animations/css_animate_transform_skew_units.svg+44
- tests/baseline/data/animations/css_animate_transform_translate.svg+27
- .gitmodules+1-1
- dependencies.yaml+3-3
- examples/linguist/i18n/CMakeLists.txt+1-1
- src/designer/src/lib/uilib/abstractformbuilder.cpp+36-11
- src/designer/src/lib/uilib/formbuilderextra.cpp+13
- src/designer/src/lib/uilib/formbuilderextra_p.h+2
- src/linguist/Qt6LinguistToolsMacros.cmake+35-9
- src/linguist/linguist/doc/cmake-macros.qdoc+54-14
- src/linguist/linguist/doc/snippets/cmake-macros/examples.cmake+26-2
- src/qdoc/qdoc/doc/qdoc-manual-markupcmds.qdoc+15-10
- src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc+14
- src/qdoc/qdoc/doc/qdoc-manual-topiccmds.qdoc+1-1
- src/qdoc/qdoc/doc/qdoc-warnings.qdoc+9
- src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp+10-1
- src/qdoc/qdoc/src/qdoc/config.cpp+1
- src/qdoc/qdoc/src/qdoc/config.h+2
- src/qdoc/qdoc/src/qdoc/generator.cpp+3
- src/qdoc/qdoc/src/qdoc/htmlgenerator.cpp+8-11
- src/qdoc/qdoc/src/qdoc/main.cpp+4-4
- src/qdoc/qdoc/src/qdoc/qmlpropertynode.cpp+66
- src/qdoc/qdoc/src/qdoc/qmlpropertynode.h+4
- src/qdoc/qdoc/src/qdoc/qmltypenode.cpp+3
- src/qdoc/qdoc/tests/generatedoutput/testdata/qml/DocTest.qml-1
- src/qdoc/qdoc/tests/generatedoutput/testdata/qml/Item.qdoc+9
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qdoc-test-qmlmodule.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qml-qdoc-test-doctest.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qml-qdoc-test-item.xml+35
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qml-test-nover-doctest.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qml-uicomponents-progressbar.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qml-uicomponents-switch.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qml-uicomponents-tabwidget.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/docbook/qmlmodules.xml+6
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qdoc-test-qmlmodule.html+4-3
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-qdoc-test-doctest.html+3-1
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-qdoc-test-item-members.html+15
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-qdoc-test-item.html+34
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-test-nover-doctest.html+2
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-uicomponents-progressbar.html+2
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-uicomponents-switch.html+2
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qml-uicomponents-tabwidget.html+2
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/qmlmodules.html+3-2
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/test-componentset-componentset-qml.html+1-1
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/test-componentset-progressbar-qml.html+1-1
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/test-componentset-switch-qml.html+1-1
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/test-componentset-tabwidget-qml.html+2-2
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/test.index+6-5
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/test.qhp+7
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/html/testtagfile.tags+4
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/webxml/test.index+6-5
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/expected/webxml/testtagfile.tags+4
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/src/qml/DocTest.qml-1
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/src/qml/Item.qdoc+9
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject_headerdocs/src/testcpp.h+3-5
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/image_alt_as_title/expected/html/imagealtastitle.index+7
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/image_alt_as_title/expected/html/images/leonardo-da-vinci.png
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/image_alt_as_title/expected/html/page-with-an-image-that-has-a-title-attribute.html+19
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/image_alt_as_title/image_alt_as_title.qdocconf+24
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/image_alt_as_title/src/image_alt_as_title.qdoc+17
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/image_alt_as_title/src/images/leonardo-da-vinci.png
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/expected/html/nonasciicharacterinput.index+5
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/expected/html/trademarks-test2.webxml+10
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/expected/html/trademarks.webxml+19
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/expected/nonasciicharacterinput.index+5
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/expected/trademarks-test2.html+17
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/expected/trademarks.html+28
- src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/non_ascii_character_input/src/adventures_with_non_ascii_characters.qdoc+23
- src/uitools/quiloader.cpp+24-9
- tests/auto/cmake/linguist/test_i18n_auto_ts_file_names/CMakeLists.txt+18
- tests/auto/cmake/linguist/test_translation_api/CMakeLists.txt+62
- dependencies.yaml+3-3
- examples/wayland/custom-extension/client-common/customextension.h+1-1
- src/client/CMakeLists.txt+1-1
- src/client/qwaylandcursor.cpp+5
- src/client/qwaylandcursor_p.h+1
- src/client/qwaylandinputcontext.cpp+20-15
- src/client/qwaylandinputdevice.cpp+6-4
- src/client/qwaylandtextinputv3.cpp+51-12
- src/client/qwaylandtextinputv3_p.h+2-4
- src/client/qwaylandwindow.cpp+7
- src/compositor/CMakeLists.txt+1-1
- src/compositor/compositor_api/qwaylandoutput.cpp+8-4
Submodule qtwebchannel updated 1 file
Submodule qtwebengine updated 107 files
Submodule qtwebsockets updated 1 file
0 commit comments