Github Push to hicknhack-software/Qt-Creator
-
CMakePM: Allow no project tree compression via envvar
The QTC_PROJECT_NO_COMPRESS would bring back Qt Creator 15 and earlier
behavior.
Task-number: QTCREATORBUG-33238
Change-Id: Ia598648270ea4382c4de015d2969be91e01df65e
Reviewed-by: Christian Kandeler
-
Update qbs submodule to HEAD of 3.0 branch
Change-Id: I4e05fbed2e67edfefb1839889fc05f843eb4328f
Reviewed-by: Christian Stenger
-
Lua: TextEditor: Expose TextEditor:setFocus()
Change-Id: I5030e02447ddd38bf0e6e7cacfbc5211610abb39
Reviewed-by: Marcus Tillmanns
-
DiffEditor: Fix incorrect file selection in side-by-side view
The file selector was jumping to wrong files because fileIndexForBlockNumber
was incrementing the counter even after finding the correct block, resulting
in an off-by-one error.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude
Change-Id: Id501694ca42427d8d9a017bab153ac7a435b7175
Reviewed-by: Jarek Kobus
Reviewed-by: André Hartmann
-
Revert "DiffEditor: Fix incorrect file selection in side-by-side view"
This reverts commit e9dc3aef3104a08554fdef29fd9d48c5ed93aec1.
Reason for revert: I propose to revert it, as the AI input introduced only unnecessary noise and disruption to the code that was working OK and was 1 line shorter.
Change-Id: I09f0958ab0b07c711f4ba117680df705fdc8f758
Reviewed-by: Orgad Shaneh
Reviewed-by: André Hartmann
-
ExtensionManager: Fix build without ssl
Change-Id: Ibae6c27511b104cb1e5ca946bcf820670e62e3ee
Reviewed-by: Marcus Tillmanns
-
qmlpuppet: Fix bulding with Qt 6.11
`setSlowModeEnabled` was removed from the API.
Change-Id: I4a292e2dd8baa4a153976093045bcbe0baf3683a
Reviewed-by: hjk
-
Doc: Fix Ninja Multi-Config CMake presets example
`CMAKE_BUILD_TYPE` can have only one value e.g. Debug, Release, etc.,
and is used for CMake single-config generators.
For CMake muti-config generators the variable that sets the build types
is `CMAKE_CONFIGURATION_TYPES`, and it can have multiple values
separated by semicolons.
Fixes: QTCREATORBUG-33274
Change-Id: I5ce1f33616009e6610c6f9a1bcea41a68bdcf003
Reviewed-by: Alessandro Portale
-
QtSupport: Let users provide an absolute mkspec path
... in the kit aspect.
Fixes: QTCREATORBUG-33155
Change-Id: Id984ddbcb227081c63a597d79c3c2d57fdc73720
Reviewed-by: hjk
-
CMakePM: Allow project failure when toolchainFile is missing
The code would just skip setting an non existing toolchain_file.cmake to
CMAKE_TOOLCHAIN_FILE parameter when using CMake Presets.
This would create a working project but with a different setup than
expected.
Fixes: QTCREATORBUG-33290
Change-Id: I5f6e483d882b09edc198403ce37d79afd45f17df
Reviewed-by: Marcus Tillmanns
-
Update qbs submodule to HEAD of 3.0 branch
Change-Id: I78cb8f4f6503ee68797f87807b92327392078344
Reviewed-by: Christian Stenger
-
OpenEditorsWindow: Rename private member
"editor view" has a specific and different meaning these days.
Change-Id: Idff63d9205b92db5801580f8ab33f1ed8853f19f
Reviewed-by: Christian Stenger
-
Merge remote-tracking branch 'origin/17.0'
Change-Id: I93bc107e2edb6d84a42f829602c51558a6816eb4
-
Editors/Tabs: Fix Open With behavior
When the view that the context menu was requested for is not the current
view.
- if the context menu was opened on a suspended tab, the new
editor type should be opened in that view, even if it is not
current and other views might have a tab (suspended or not)
for it
- if the document is suspended and a (suspended) tab is shown
for it, using Open With from the Open Documents view should
open it in the existing tab
- when triggered from the menu on the file icon in the editor
toolbar, that view should become current
Change-Id: I531e09929ea47d129be789070bddbec333e185f2
Reviewed-by: David Schulz
-
CppEditor: Simplify InsertDefFromDecl::doMatch()
There was a ridiculous amount of unneeded nesting, plus some other
overhead.
Change-Id: I49ff4632cc51a13e1e9576740f52f302c972214a
Reviewed-by: Christian Stenger
-
Harmonize Copy to Clipboard buttons in two dialogs
... and make the code as similar as possible.
The correct action to close the dialog is
"Close", not "Cancel". Also keep the Copy
action unrelated to Close as even after
copy one might want to take a second look
at the dialog.
Change-Id: I2ab695d61486008faa66e264df5c543762e1c327
Reviewed-by: Eike Ziller
-
Core: Replace two uses of FilePath::toUrlishString()
Change-Id: I2cbc3d2b6dcc168b5514fc702e5779cf83920b6c
Reviewed-by: Eike Ziller
-
Doc: Describe installing QDS from Qt Quick preferences
The Install Qt Design Studio button opens Qt Online Installer
for install QDS.
Task-number: QTCREATORBUG-30787
Task-number: QTCREATORBUG-33078
Change-Id: I2557357dd5ce9dcb2a9b4d89493505676d49188a
Reviewed-by: Eike Ziller
Reviewed-by: Teea Põldsam
-
Doc: Describe searching in a single project
Task-number: QTCREATORBUG-33078
Change-Id: Iadd5139a21e41fe22a27ebbc82c72ceeaa85538d
Reviewed-by: Teea Põldsam
Reviewed-by: Eike Ziller
-
Axivion: Avoid multiple dashboard switches
Disallow further dashboard switches as long a switching is
in progress.
Change-Id: I2b1aaa1af997c6482e3b223bdcb6659d0d5244e9
Reviewed-by: Daniel Hofmann
Reviewed-by: Jarek Kobus