[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 2bba5b341c224129e0b9ae3292c061772a097c2c to 58245a814875e2c641c31df1ab73bbf7d8651338 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 3e8ef1da47f67821202901862676a3271cc5c557 by hjk on 03/08/2026 at 06:32.. Cppcheck: Also analyze source files outside the project directory The manual run dialog listed only files under the project directory (SelectableFilesFromDirModel rooted there), so sources of dependencies living outside it (e.g. a library in a sibling directory) could not be analyzed, unlike with Clang-Tidy and Clazy. Seed the model with the project's out-of-base source files; they are kept as preserved, out-of-base entries and included in the run, and a label reports them. Assisted-by: Claude Code Fixes: QTCREATORBUG-25416 Change-Id: I4d63a96eb54f37634dc839ab29d9b56c321045c4 Reviewed-by: Christian Kandeler <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/3e8ef1da47f67821202901862676a3271cc5c557 Git commit b55f30282d5ab39de4711f697b3b5984d3f48595 by hjk on 03/08/2026 at 06:57.. ProjectExplorer: Activate kits on double-click, not single-click A single click on a kit in the Projects mode target selector activated it, which is easy to trigger accidentally. Require a double click for the two target-selection lists (leaving the settings navigation on single click); a single click now only selects the kit. Assisted-by: Claude Code Fixes: QTCREATORBUG-31233 Change-Id: I9b94b8abf734d85c5f0e69f20cf93540b2b59f5a Reviewed-by: Christian Kandeler <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/b55f30282d5ab39de4711f697b3b5984d3f48595 Git commit 58245a814875e2c641c31df1ab73bbf7d8651338 by hjk on 03/08/2026 at 11:49.. Debugger: Follow the UI language for auto-detected debugger names The default display name of an auto-detected debugger was translated at detection time and then stored, so switching the interface language did not update it: an "English" UI kept showing names in the locale the debugger had been detected in. Do not store a display name for auto-detected debuggers anymore. Derive it on the fly from the engine type and command (DebuggerItem:: defaultDisplayName()) whenever no name is stored, so it always follows the current UI language. This also unifies the CDB and uVision names onto the same "System %1 at %2" pattern. Items that carry a meaningful name (manual ones, and auto-detected ones from Android, remote Windows or a CMake import) still store and keep it. Fixes: QTCREATORBUG-16281 Assisted-by: Claude Code Change-Id: I60a9fb468fd3dfd2beaf3886365c8ce4f81e1670 Reviewed-by: Jarek Kobus <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/58245a814875e2c641c31df1ab73bbf7d8651338