[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 e057e32779281825a42fa1fcbb71ca35e7f73c0f to 73feddf3ef97dc039f08972fd1c1d7031dcd347a 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 0b3f85a7be325eddfeb7414c2b9f95673fd1176e by David Schulz on 27/07/2026 at 04:27.. QtSupport: only check qmake with toolchain envs from the same device Change-Id: I5a97b5902cf1490a05982ed3f0a571b6146da2c3 Reviewed-by: Christian Kandeler <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/0b3f85a7be325eddfeb7414c2b9f95673fd1176e Git commit be34131ee0666ddd4b9c6bf99a014cc91c4878fe by David Schulz on 27/07/2026 at 04:27.. ProjectExplorer: disable remote gcc detection as it is currently to slow Change-Id: Idc5c799872b6f0e0f3ff30c5bb1490f36117f31b Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/be34131ee0666ddd4b9c6bf99a014cc91c4878fe Git commit e8e9707473e8bbcaa7982f2c62b131a0025d5565 by David Schulz on 27/07/2026 at 04:27.. Remote: improve windows device auto detection Change-Id: I1c14e1bd7de22fac0fb542a0e3783f0388234bc2 Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/e8e9707473e8bbcaa7982f2c62b131a0025d5565 Git commit db062bddc1f30aaf2e852649a9e8e6a9b4720436 by Orgad Shaneh on 27/07/2026 at 05:43.. TextEditor: Fix Apply button for Behavior settings page BehaviorPage registers the sub-setting containers, including globalExtraEncodingSettings(). AspectContainer defaults to auto-apply, and registerAspect() propagates the parent's mode onto each registered aspect, overriding the setAutoApply(false) done in the sub-containers' own constructors. With auto-apply on, changing a setting (such as the default file encoding) immediately copied the volatile value into the stored value, so isDirty() stayed false, the page was never marked dirty, the Apply button remained disabled and the change was not saved. Call setAutoApply(false) before registering the aspects, mirroring DisplaySettingsContainer which guards against the same issue. Amends e7b1806664b9bbc252fc5de5b32d7bbb087c3b0a. Change-Id: I20ba3b0c1c37309cf2c07e3433c16c608efbc2bb Reviewed-by: hjk <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/db062bddc1f30aaf2e852649a9e8e6a9b4720436 Git commit 73feddf3ef97dc039f08972fd1c1d7031dcd347a by Orgad Shaneh on 27/07/2026 at 06:13.. VcsBase: Fix project encoding lookup for diff and show findProjectEncoding() is meant to locate the project "under which file tree the file is", but it compared the given path for exact equality with a project's directory. As a result the configured project encoding was only found when the path was exactly the project root, and VCS diff/show fell back to the system encoding for files in subdirectories or when the repository working directory differs from the project directory. Match any project whose directory contains the path (equal to or an ancestor of it), as the comment already describes. Change-Id: Iafb0787b816cf575f2fe1690f56c32a7464b9f5f Reviewed-by: André Hartmann <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/73feddf3ef97dc039f08972fd1c1d7031dcd347a