aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 6.12.0HEADdevJani Heikkinen10 hours1-1/+1
| | | | | Change-Id: I729a67f6df2443d1a6cf02aa0b7e43b9a2806d19 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot10 hours1-4/+4
| | | | | Change-Id: I1e0a6634b1ba1f150e3aff9500301b99841ecdc4 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot5 days1-4/+4
| | | | | Change-Id: I84e325e97cbd411dda129729b9857ca389131a42 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot12 days1-2/+2
| | | | | Change-Id: I3b92b72d48685d3b8ddfe1b336efcb0f5be6f88d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot12 days1-4/+4
| | | | | Change-Id: I116eecb615acdf618d9d9bd33dfc61914d44fd1c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-12-021-4/+4
| | | | | Change-Id: I3c22cc87ac6f0b065ee4233ef28cb0df7bc92cd9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Mark the whole repo with QT_USE_NODISCARD_FILE_OPENAhmad Samir2025-12-012-1/+6
| | | | | Change-Id: I4e88fecee9dff92dc9c56928ca565d42533dda4e Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Mark the whole repo with QT_NO_URL_CAST_FROM_STRINGAhmad Samir2025-12-011-0/+1
| | | | | Change-Id: I210d80b2c7b63d7e7d03cb0dbb88ce9ec229ebcc Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* .cmake.conf: set QT_EXTRA_INTERNAL_TARGET_DEFINES in one commandAhmad Samir2025-12-011-3/+5
| | | | | | | | More readable. Pick-to: 6.10 6.8 6.5 Change-Id: Ibf9341fdc85edcb33ce5d3681e21fba373227d5a Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Revert "Mark the wole repo with QT_NO_URL_CAST_FROM_STRING"Ahmad Samir2025-12-011-5/+3
| | | | | | | | | This reverts commit 87a54f9704d2f158f3c5d806f20de23a3016eb10. The commit was messed up. Change-Id: I5b91f3bea20813881b68c1a4492afa17617dc708 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-12-011-4/+4
| | | | | Change-Id: I2f91c2e1d30be3071c79dc40c6dc2b7419be6e2a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-281-4/+4
| | | | | Change-Id: I87a42c9e90ed2f9c584a3691b702ae880b3e886f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-261-4/+4
| | | | | Change-Id: I8d0dac94a3b35d5f5a79c54a908d50220789bf9f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-251-4/+4
| | | | | Change-Id: I758732aa656b39862c621bfdad4546289a24aac5 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Mark the wole repo with QT_NO_URL_CAST_FROM_STRINGAhmad Samir2025-11-231-3/+5
| | | | | | | | Drive-by, set QT_EXTRA_INTERNAL_TARGET_DEFINES in one command, more readable. Change-Id: I13572377864e8c2d9a32f982dd128da2620e755d Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-201-4/+4
| | | | | Change-Id: I0dda9b034b6792b4f58f52b6661238ecff6db9a6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-191-4/+4
| | | | | Change-Id: I92ccc651503f18cfb5e06ff3a93d52d67977a83e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-181-2/+2
| | | | | Change-Id: Ia66a998b88613cdf8c2f76511a433f0d65ba2338 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix incorrect first timestepJonas Karlsson2025-11-181-2/+3
| | | | | | | | | | During the first frame of simulation the timestep was treated as seconds instead of milliseconds. This could cause instability issues and is now fixed. Pick-to: 6.10 6.8 Change-Id: I8f07c2e2da9a38e2ea94eb578270017199a38cd3 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
* Doc: Add alt text for \image tags for qtquick3dphysicsEren Bursali2025-11-189-10/+17
| | | | | | | Adding alt texts that were needed for QDoc Change-Id: I2a51e2df3e0d6efd58a7ead1a313ff9c3bba8e48 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* QT_NO_AS_CONST: rename "QT_NO_AS_CONST" to "QT_NO_QASCONST"Eren Bursali2025-11-181-1/+1
| | | | | | | | | QT_NO_AS_CONST got renamed in qtbase.git in commit 03baf08d2bb9 Task-number: QTBUG-141558 Change-Id: Iadd992ecae5f3d1aea321ef70666dfe3df0ee71b Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-151-4/+4
| | | | | Change-Id: I0fe217087cbfc15ca4fe1c80308592be34d2bdc7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-141-4/+4
| | | | | Change-Id: I738602d47c2653fac0c008b8559e6168b112dd3f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-131-4/+4
| | | | | Change-Id: I9f5f2eae011fe9fbf813258efd6b67a1a28a4c9a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-061-4/+4
| | | | | Change-Id: Ic0a9bb72fd836c6d67fb6311b66d6ad2c290e2d4 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-11-011-4/+4
| | | | | Change-Id: Ibd23dc9f8bec831fcf501221b4aca37d351326a6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-10-311-4/+4
| | | | | Change-Id: Id3ce54a617e694f6d3271f6949ae9130fcfa5879 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-10-271-4/+4
| | | | | Change-Id: I80a90cc12dc85ae1f0b69742724985ddb90c4398 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-10-241-4/+4
| | | | | Change-Id: Ib7787f2db09b4a3044d461c868208e7a17072035 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Disable Shadows in Auto TestsAndy Nichols2025-10-1412-12/+12
| | | | | | | | | | | Currently for D3D11 on ARM64, shader compile times with FXC have grown to be so large it's possible to time out in the CI system. This will be resolved later in QtQuick3D, but for now since the shadows are not vital to what's being tested, shadows are now turned off in the tests. Fixes: QTBUG-141066 Change-Id: I635532b223dd1fe1366d33db639b03040e84b1ea Reviewed-by: Christian Strømme <christian.stromme@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-10-031-4/+4
| | | | | Change-Id: I0720d379f96bf5f0bd3d3b262c2d0a2537ed53ff Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-10-011-4/+4
| | | | | Change-Id: I4cc89dca462bc9221664be2323a67392b9706fe8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-09-291-4/+4
| | | | | Change-Id: I83646df7d385deff2db627deba4452e9d3634deb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-09-261-4/+4
| | | | | Change-Id: I5e480585132b26db30b88e0d19462b0fc6155c0a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-09-201-4/+4
| | | | | Change-Id: Id93d67cc51dc92dce638eb7ca99f567afab1017f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-09-181-4/+4
| | | | | Change-Id: I86be8e5c11fd449c99834ba04b04b8bb491a06be Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-09-021-4/+4
| | | | | Change-Id: I2f722f51ae510662c39641f210c6a6ecf23b9341 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Rename CapsuleGeometryJonas Karlsson2025-08-272-14/+14
| | | | | | | | | | | | | | Rename CapsuleGeometry to CapsuleGeometryPhysics. Otherwise static builds of examples using QtQuick3DPhysics fails to link as QtQuick3D and QtQuick3DPhysics both provide CapsuleGeometry in their helper libraries. Since this is a QML class, changing the C++ class name does not break ABI. Fixes: QTBUG-139437 Pick-to: 6.10 Change-Id: Id38ef330427571c1a07623ed83e8b8f228c00a93 Reviewed-by: Inho Lee <inho.lee@qt.io> Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Doc: Fix incorrect usage of \generatelistTopi Reinio2025-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | The \generatelist command takes an optional argument that affect how the members are listed, for example, `classesbymodule` which creates an annotated list of the classes in a named C++ module. `groupsbymodule` is not recognized or documented. QDoc falls back to generating a list of all members of a group in this case. While the end result is correct, this relies on an undocumented feature that is likely to change and break. Replace these instances with an explicit \annotatedlist command that produces the same output. Pick-to: 6.10 Task-number: QTBUG-138901 Change-Id: I7954257f4e0e7bb9d87383dca15fd178979f74ef Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-08-051-4/+4
| | | | | Change-Id: I86c2934379e0a2577a92e40cca358e8ea957ac01 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-07-181-4/+4
| | | | | Change-Id: Ie68360db37b0dd97c25ef723bad45f78edc27164 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-07-151-4/+4
| | | | | Change-Id: Ie82c64f5f556f3001e6089f1cac0c875ae4bb499 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove year from Qt Copyright in REUSE.tomlLucie Gérard2025-07-092-11/+11
| | | | | Change-Id: I3ad8ac0ff9cb03117248c3a27b4646d90b82d2cb Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* QPhysicsCommand hierarchy: make all ctors explicitMarc Mutz2025-07-081-15/+15
| | | | | | | | | | | None of the ctor arguments are faithful representations of the ctor's class type, so they should all be explicit. Amends the start of the public history of this module. Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Ibe3ba5d1ead060e80133b0578eacf7bda7679cc8 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* QPhysicsCommand hierarchy: disable copy+moveMarc Mutz2025-07-081-0/+2
| | | | | | | | | | | A polymorphic class hierarchy should not be copyable, to avoid slicing. Amends the start of the public history of this module. Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I3af834c0456d384d5b37275171d03164d0be4267 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* QPhysicsCommand hierarchy: de-inline dtorsMarc Mutz2025-07-072-1/+80
| | | | | | | | | | | | | | This reliably pins the vtable to a single TU, avoiding duplicated vtables and other such fun, and avoids -Wweak-vtables. Amends the start of this module's history. Since this is private API, we can pick all the way. Pick-to: 6.10 6.9 6.8 6.5 Task-number: QTBUG-45582 Change-Id: I688868744c825edcbabcb0880629bee596379517 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-07-071-4/+4
| | | | | Change-Id: Idba44ba6f7b70887d033a99c886027307ec59f22 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Include what you need: qquaternion.hMarc Mutz2025-07-047-1/+14
| | | | | | | | | | | | | | | | | | | | qmatrix4x4.h will lose its qquaternion.h include, so include qquaternion.h explicitly in all files that mention 'QQuaternion', unless, for a foo.cpp, the own foo.h has already included it. Picking all the way back, even though the include removal won't be picked as far back, because it's the correct thing to do and cannot fail. Also remove the qquaternion.h include from qphysicscommands_p.h, which doesn't need it, and replace it with qgenericmatrix.h for QMatrix3x3. Appears to amend all the way back to the initial commit, 55c81ede6a45f1fd1f7c5ad299b230f5878b8d70. Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I551efcbc03a8f6b56e4a7f8531075c273d39b497 Reviewed-by: Jonas Karlsson <jonas.karlsson@qt.io>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-07-031-4/+4
| | | | | Change-Id: Ibbc2768b25cdf0a785da3a741f68ae791d37866c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtquick3dphysicsQt Submodule Update Bot2025-07-021-4/+4
| | | | | Change-Id: I6eb6bed249de64de271b6d46a83f030dcde5dfdd Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>