Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move most acknowledgments to qt_attributions.json | Eike Ziller | 2023-12-15 | 2 | -0/+42 |
| | | | | | | | | | | | | | | | | | Create a qt_attributions.json and generate a documentation file from it automatically when building documentation. The result is included as a table in the acknowledgments page in the documentation. Some attributions cannot (yet) move to qt_attributions.json, because that requires the sources to be available in the project's source tree, which is not the case for LLVM, Clazy, etc. Remove the attributions from the README and instead point to the documentation from there, so we get rid of that duplication. Change-Id: I22623fe7495593ffce2e2c6c26255c27c5a8cb71 Reviewed-by: Kai Köhne <[email protected]> Reviewed-by: Leena Miettinen <[email protected]> | ||||
* | Terminal: Pull upstream shellintegration scripts | Marcus Tillmanns | 2023-10-04 | 4 | -31/+187 |
| | | | | | | Change-Id: Ic0fed1a56ec635351716dca1e410050990d2dd98 Reviewed-by: <[email protected]> Reviewed-by: Alessandro Portale <[email protected]> | ||||
* | Terminal: add cmd shell integration when using clink | Cristian Adam | 2023-04-25 | 1 | -0/+52 |
| | | | | | | | | | | | The script was provided at https://github.com/chrisant996/clink/discussions/453 If clink is not installed cmd will not have any issues, since only the environment variable CLINK_PATH will be set. Change-Id: I9f1d16933ae6bbcb3da1243e8704af6dc86b9a4d Reviewed-by: Cristian Adam <[email protected]> Reviewed-by: <[email protected]> | ||||
* | Terminal: Add shell integration | Marcus Tillmanns | 2023-03-16 | 7 | -0/+729 |
Change-Id: Ic1e226b56f0103e5a6e7764073ab7ab241b67baa Reviewed-by: Cristian Adam <[email protected]> |