[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 03f6cea8ff113cafa25b752f3a0ca55a57957829 to 121369b37687e91a4d8dd6d1a4e007cc8eb2e385 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 ccafb1d31486ff3c2f071b0593fc0d317b586c71 by Jarek Kobus on 29/07/2026 at 06:19.. CdbEngine: Get rid of unused handleWidgetAt() Change-Id: I18199cdba7574a7958a96131b7ed2d33a6dd1dd6 Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/ccafb1d31486ff3c2f071b0593fc0d317b586c71 Git commit 6bd511fca200473904d8f522ff8bcf8ba44e36d5 by Eike Ziller on 29/07/2026 at 08:10.. Wizards: Add more visible error for file paths in file wizards The project wizards already had an info label that reported issues with the project name or directory. The file wizards made the name in the input field red and showed the error message in its tool tip. Add an explicit info label too, so the reason for blocking the "continue/next" button is more obvious. Fixes: QTCREATORBUG-26162 Change-Id: If69ef6b97a6f7c948e885911dbbab534ecfd03fe Reviewed-by: Christian Stenger <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/6bd511fca200473904d8f522ff8bcf8ba44e36d5 Git commit 762db19d2fc7386a2b8a27bc56d5fcde2c254ff4 by Christian Kandeler on 29/07/2026 at 08:51.. Utils: Do not include pathchooser.h from aspects.h Change-Id: Iba075b0069d32979d8dfc7b2e2663ffd143430e4 Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/762db19d2fc7386a2b8a27bc56d5fcde2c254ff4 Git commit 403c1946b10bdb2535ec82aeb726925ae7058596 by Eike Ziller on 29/07/2026 at 11:00.. MarkdownEditor: Make splittable Make it possible to duplicate Markdown editors, sharing the same document as usual. Since text vs preview can be configured per editor, this also makes it possible to show the preview below the text, or view the preview at different scroll positions. Fixes: QTCREATORBUG-30767 Change-Id: I437eaa6d91b7378be945bb508a5b1cd072d047aa Reviewed-by: Christian Stenger <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/403c1946b10bdb2535ec82aeb726925ae7058596 Git commit 121369b37687e91a4d8dd6d1a4e007cc8eb2e385 by Cristian Adam on 29/07/2026 at 11:46.. CMakePM: Show all matching targets in the "cm" locator The ResultsDeduplicator in the locator framework deduplicates entries based on linkForEditor (file path + line number) alone. When multiple CMake targets share the same backtrace (e.g., ts_de, ts_da created by the same add_custom_target call), only the first one was shown. Fix by including displayName in the ResultsDeduplicator cache key. Entries with different display names are no longer deduplicated even when they share the same linkForEditor, so all matching targets appear. Also expand the project path check to include parentDir() so that utility targets that are part of the project (e.g. "docs" are not dropped due to `projectPath` being "<source_dir>/CMakeLists.txt". Fixes: QTCREATORBUG-34776 Assisted-by: Opencode (qwen 3.6 35b) Change-Id: Id82b31832ffb92096212ab630e180f7afc7f3e54 Reviewed-by: Eike Ziller <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/121369b37687e91a4d8dd6d1a4e007cc8eb2e385