[qt/qt-creator/qt-creator]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/qt-creator Pushed by mirror-service into branch 'master'. Changed from a34b20f0a333d7616e7990607ea1a0146bbc2bcb to b815fca1aa9ab2332de8968609799290e9cd73cf Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 11717cdd4b1ac35c64a9f2d22760cde3903ee8b8 by hjk on 14/08/2026 at 13:51.. TextEditor: Compile setupAssistInterface() unconditionally The declaration lost its WITH_TESTS guard when the get_completions MCP tool started calling it from production code, but the definition kept one. A build configured without tests compiles CppEditor and then fails to link it, because TextEditor never defined the symbol. Amends 89b8fc78d4520e62092b3b9c64d32901b0c84bbb. Assisted-by: Claude Code Change-Id: I8db07fe9882aa6c1fe24523414a6cc64d3ae516b Reviewed-by: hjk <[email protected]> Reviewed-by: Karim Pinter <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/11717cdd4b1ac35c64a9f2d22760cde3903ee8b8 Git commit ad128ca77a0b6e574182c65b5e8412ef458b3140 by Alessandro Portale on 14/08/2026 at 14:02.. McpServer: Add a JSON Schema for scenario YAML files Works well with the YAML editor with LSP in Qt Creator. Adding type completion, validation and description tooltips. Also points about-dialog.yaml at it and documents it in README.md. Authored by Claude Code. Change-Id: I89c809004c273387e458e446ddf094c3b9c80052 Reviewed-by: Alessandro Portale <[email protected]> Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/ad128ca77a0b6e574182c65b5e8412ef458b3140 Git commit b815fca1aa9ab2332de8968609799290e9cd73cf by hjk on 14/08/2026 at 15:29.. Debugger: Add fixed-address expression evaluator from the watch view Add a context-menu entry in the Locals and Expressions view that adds an evaluator pinning the selected object to its current address and type ("*(Type*)0xaddress"). Unlike the symbolic "Add Expression Evaluator", this keeps evaluating after switching to a different stack frame, so a variable of interest stays visible from other frames. Task-number: QTCREATORBUG-19172 Assisted-by: Claude Code Change-Id: I698de61a9af2dcc10e63dba386363c3f5c6d243e Reviewed-by: Alexandru Croitor <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/b815fca1aa9ab2332de8968609799290e9cd73cf