[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 1238feabcff85baddb8fcdec707380bd4e73ca25 to fd4d4ca725f2967af40f12db286cf1d0be316027 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 6c8aa1e56c9098c5e8ce9508132bf51b6b3eff2d by André Hartmann (on behalf of Andre Hartmann) on 23/07/2026 at 03:55.. Git: Instant Blame: Mark virtual function final Change-Id: I0e8b39fa04b26958369404d0fae14531be1f0d09 Reviewed-by: Orgad Shaneh <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/6c8aa1e56c9098c5e8ce9508132bf51b6b3eff2d Git commit 4d051adc9b5a1f0fece86e2c9d0bff7c46fea528 by André Hartmann (on behalf of Andre Hartmann) on 23/07/2026 at 03:56.. Git: Instant Blame: Mark some functions private Change-Id: I87a5175b3f67a6c884e5b578a4c346f8075f4c4f Reviewed-by: Orgad Shaneh <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/4d051adc9b5a1f0fece86e2c9d0bff7c46fea528 Git commit 3df19db71d3c5fa8cb8deeb740700d89982af852 by André Hartmann (on behalf of Andre Hartmann) on 23/07/2026 at 03:57.. Git: Instant Blame: Rework working directory handling Working directory and top-level directory both mean the same here: The checkout of the git repository in which the file to blame resides. We need to know this top level directory for two reasons: 1. To asynchronously refresh commit message encoding and author name when the working directory changes. 2. To resolve relative file paths returned by git blame that are used for consecutive operations like show, log line or the inline diff. So far, empty working directories were considered invalid. Instant Blame is extended to editors without real files now, like "show file at revision". These do not have a file path so this check does not make sense anymore. Also fix the wild mix of currentState().topLevel() and currentState().currentFileTopLevel(). Change-Id: Ia92eca50fff7dcad5a5b39717527c4eabe20cb03 Reviewed-by: Orgad Shaneh <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/3df19db71d3c5fa8cb8deeb740700d89982af852 Git commit fd4d4ca725f2967af40f12db286cf1d0be316027 by André Hartmann (on behalf of Andre Hartmann) on 23/07/2026 at 04:17.. Git: Fix "Show File" from log scrolls to arbitrary line openShowEditor() gained the function to scroll to a specific line in commit bb1284b3fa. That makes sense when called from a blame window (the blamed line is interesting), but not from log (the line ist just specific point in history). Scroll to first line when called from log window. Amends bb1284b3fa40550ff2e4765bf1d3fb5e45a77ded Change-Id: I6390b82b948794d71e8d2dd5f636ae5c08ddadeb Reviewed-by: Orgad Shaneh <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/fd4d4ca725f2967af40f12db286cf1d0be316027