aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/12.0' into qds/devTim Jenssen2023-11-2137-20826/+43416
| |\ | | | | | | | | | Change-Id: I6adb244f39b7d13377cdf377e95d11415603f8ac
| | * McuSupport: Reset invalid packages to default on updateYasser Grimes2023-11-213-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When updating kits some packages will still have the cached value of the outdated package resulting in failure on updated. although default paths would have given the correct path. This patch restore package values to the default value, in addition to tracking changes in model-names that correspond to the same kit. Fixes: QTCREATORBUG-29855 Change-Id: Iad52df93e1e39c7f56bdb30036ac21cda8cdf670 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| | * Python: fix commercial pyside installationDavid Schulz2023-11-211-2/+2
| | | | | | | | | | | | | | | Change-Id: I6a89b9a9f32e07db91e67df248d94c78ae731455 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
| | * PE: Close generated files silently if they have an editorChristian Stenger2023-11-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omits the original request whether to save a modified file if the files are opened inside QC, but it ensures to format the correct file content instead of using some cached content. Fixes: QTCREATORBUG-29904 Change-Id: I3b3f3e53fb811288a208376559243bea01d0d4a4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| | * Add some include guardsChristian Stenger2023-11-215-0/+10
| | | | | | | | | | | | | | | Change-Id: If306f95f206e2b1cba48df806c822b8e2d27cf72 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| | * Python: fix pdb debuggingDavid Schulz2023-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pdb engine is created in the DebuggerRunTool constructor so we cannot unconditionally overwrite the engine in DebuggerRunTool::start. Amends 9af8ecd935b8647d49574e1b66a522970025dcb8 Change-Id: I0c3c88d14235bfb01543da788a7bb5e7e99018d3 Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
| | * Detect iOS 17 device development status via devicectlTor Arne Vestbø2023-11-211-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | iOS 17 devices no longer report the development status via the com.apple.xcode.developerdomain domain. Task-number: QTCREATORBUG-29682 Change-Id: I9de3c88425b71906f51d0f0e8b6a4ece0e08eb3a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| | * EmacsKeys: Use SPDX License headerChristian Stenger2023-11-215-115/+10
| | | | | | | | | | | | | | | Change-Id: Ief2367d0d7cfae8e20b29b511bd87db348051b4d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| | * ProjectExplorer: Check for accidentally deleted workershjk2023-11-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... before checking for re-run support. The workers are own by the RunControl, they should not self-destruct, but this apparently happens. Change-Id: I41101dfc20bf2ff4f19c440934e4d4010a88c04e Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
| | * QmlPreview: Fix double deletion of RefreshTranslationWorkerhjk2023-11-211-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | The RunControl takes ownership of its RunWorkers. Change-Id: I720d4404f991651de5d5f7906fbea96f0e4e20ba Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
| | * Update French translation for QtCreator 12.0Alexandre Laurent2023-11-201-858/+2771
| | | | | | | | | | | | | | | | | | | | | Change-Id: I41ac396ad9cd2b12dff4258278e1384adeda6377 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Olivier Delaune <olivier+qt@delaune.info> Reviewed-by: Johnny Jazeix <jazeix@gmail.com>
| | * Qt Quick/DS wizard: Fix the QML import pathEike Ziller2023-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The wizard builds custom components to a "qml" subdirectory, which the QML engine is told about in main.cpp, but we need to tell the code model too, with a QML_IMPORT_PATH cache variable. Without this, the QML editor shows errors for the module imports. Change-Id: Ie48e809e2d51cc796c6c6c186a81c67e23a3609b Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
| | * TextEditor: do not collapse doc comments in the beginning of a fileDavid Schulz2023-11-201-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The auto fold license header functionality also automatically folds documentation comments. Automatically collapsing documentation comments is never correct in the first place so just skip the fold when encounter a documentation marker in the first comment. Fixes: QTCREATORBUG-29900 Change-Id: If0dd7842804f3ff0bcd725b54413e9568d5b5ab3 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
| | * Android: enable "Toggle Comment Selection" shortcut in manifest editorDavid Schulz2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes: QTCREATORBUG-29818 Change-Id: I8434ea99d8f5c5dc3c0436f5313d42084aca4152 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
| | * CMakePM: Fix buildChristian Stenger2023-11-201-1/+2
| | | | | | | | | | | | | | | | | | | | | Avoid ambigous conversion, instead explicitly convert. Change-Id: I1b62a8eb94cc2c353b33ec1a29a28385fdb92782 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
| | * German translation: IncrediBuildEike Ziller2023-11-201-56/+56
| | | | | | | | | | | | | | | | | | Change-Id: I9b801fe83b681551b123ce167a34ec44249a8bd6 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Robert Löhning <robert.loehning@qt.io>
| | * CMakePM: Add failure logging for add|rename|removeFilesCristian Adam2023-11-171-7/+44
| | | | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-29914 Change-Id: I404a3efb8cabafba6036eb1bc07d19f18af17cd8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
| | * AutoTest: Fix handling of critical messagesChristian Stenger2023-11-173-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixes handling of qCritical() messages or similar and silences a soft assert. Change-Id: I74f485ffd75b65170c2c9752bd774401c0f19734 Reviewed-by: David Schulz <david.schulz@qt.io>
| | * Update qbs submodule to HEAD of 2.2 branchChristian Kandeler2023-11-171-0/+0
| | | | | | | | | | | | | | | Change-Id: I56bfc87909d6b73b90243371c30138be9fcff6ca Reviewed-by: Christian Stenger <christian.stenger@qt.io>
| | * Translations: Update Polish translationsJarek Kobus2023-11-171-3544/+3572
| | | | | | | | | | | | | | | | | | | | | Change-Id: Ibd4f5736eceed9c2eee4f8e4b6efa17d4b33e539 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Patryk Stachniak <patryk.stachniak@scythe-studio.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
| | * Translations: Clean update of Polish ts fileJarek Kobus2023-11-171-19697/+40300
| | | | | | | | | | | | | | | | | | | | | Change-Id: Id4ec2377443b8fe42fa51f38c63a7a6c3bd6e6ee Reviewed-by: Patryk Stachniak <patryk.stachniak@scythe-studio.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| | * Change log: Switch documentation links to stable documentationEike Ziller2023-11-171-21/+21
| | | | | | | | | | | | | | | Change-Id: Ifd1c17808787182668ef0c1d35f33b89860aa8d9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| | * Copilot: fix applying copilot suggestions word by wordDavid Schulz2023-11-172-2/+2
| | | | | | | | | | | | | | | | | | | | | via the ctrl+right shortcut Change-Id: I1a9460a456833c7ddd35a42a63eaf75b8e2930b3 Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
| | * Clangd: Avoid client restart after modifying open documentsDavid Schulz2023-11-172-8/+7
| | | | | | | | | | | | | | | Change-Id: I116eed1b047159e3d1ce64f18f44da6a0ad7b231 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
| | * CMakePM: Do not show source/group/path twiceCristian Adam2023-11-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the cases of: source_group(TREE ${CMAKE_SOURCE_DIR} FILES my/subdir/file.cpp) Treat the "my\\subdir" part in the project view as part of the source group name. Fixes: QTCREATORBUG-29799 Change-Id: I92bf581be25d085783bcdadd8a418b849a29c708 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
| | * McuSupport: disable run button while flashing in progressKarim Abdelrahman2023-11-161-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mcus run configuration will build and flash the binary into the target board. The flash process could go wrong if the user accidentally restarted the flashing process by clicking the run button again while flashing is already in progress. Task-number: QTMCU-104 Change-Id: I1387bfd1dd299d427af13de5904f5ad3a8a1d347 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | | QmlDesigner: Center the model editor's empty messageMahmoud Badri2023-11-211-4/+1
|/ / | | | | | | | | | | | | Change-Id: I2d26d2a89bdd822a4c9172bbe4b652be642a0d34 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Ali Kianian <ali.kianian@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
* | EffectMaker: Fix crash after opening saved effect when nodes existMiikka Heikkinen2023-11-213-23/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Clear and removeAllNodes functions were consolidated into one clear() function, which now properly resets the entire model. This makes UI properly synced to actual model state when composition is opened, so the phantom nodes will no longer appear. Fixes: QDS-11347 Change-Id: I204760cca6af669daa43a18bfb199dfbf14b73cb Reviewed-by: Amr Elsayed <amr.elsayed@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
* | QmlDesigner: fix crashTim Jenssen2023-11-211-0/+4
| | | | | | | | | | | | | | Task-number: QDS-11300 Change-Id: I1fe6966445284e3e9ca5596d8f5ec866f37acc39 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | EffectMaker: Add clear all nodes buttonMiikka Heikkinen2023-11-214-5/+28
| | | | | | | | | | | | Fixes: QDS-11335 Change-Id: I5d0e0e11baabe780c19234410814a9f6eb45130d Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Fix navigator column widthHenning Gruendl2023-11-212-7/+23
| | | | | | | | | | | | | | | | | | | | Fix the navigators column width for Qt 6.5.4 and at the same time make the icon columns tighter. Task-number: QDS-11314 Change-Id: I87397eca104e4bfb835090229672e2d3d42dee6e Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | QmlDesigner: Fix the build error for CollectionImportToolsAli Kianian2023-11-211-0/+2
| | | | | | | | | | | | Change-Id: I946df14af3e4425203ea7ea04807205442c3119d Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
* | QmlDesigner: Add clearList icon to icon fontMahmoud Badri2023-11-213-294/+298
| | | | | | | | | | Change-Id: Ib60120dccca106e723d7eb2fe21ef574de62605a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | EffectMaker: Fix effect node deletionMiikka Heikkinen2023-11-212-1/+4
| | | | | | | | | | | | | | | | | | | | Now the correct node is deleted. Fixes: QDS-11330 Change-Id: Id7402ea6b4f258d32e851de2118e53f26a6c632a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
* | QmlDesigner: Remove the options from adding model dialogAli Kianian2023-11-203-159/+25
| | | | | | | | | | | | Task-number: QDS-11234 Change-Id: I064d2fed81a8f2592cfefae2c603b2d790b6bfb3 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Import a model to the default JSON model groupAli Kianian2023-11-2013-185/+270
| | | | | | | | | | | | Task-number: QDS-11312 Change-Id: Ib97273a15db4c7fb46ed01debf99602b71ec7630 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Move the action for adding a collection to jsonAli Kianian2023-11-207-14/+115
| | | | | | | | | | | | | | | | | | The action should be moved to the tool menu of the Json Collection Task-number: QDS-11256 Change-Id: Ieb2c9cc4f4b992f1ac3225bbbd90e3d14afdc711 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Fix the bug for saving collectionAli Kianian2023-11-205-18/+38
| | | | | | | | | | | | | | | | - The node resolved path was wrong. - Also the saving method is cleaned up. Change-Id: Ic905c20e5899fcc23c97a8d42a1fdf7c0c8e1089 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Support having diffrent url types by the collection editorAli Kianian2023-11-208-51/+50
| | | | | | | | | | | | | | Task-number: QDS-11222 Change-Id: I94aac8a6cc5eb86d338b02a24886388188dc5def Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | EffectMaker: Fix combo box open/close behaviorMiikka Heikkinen2023-11-202-2/+28
| | | | | | | | | | | | | | | | | | | | | | Fixed inconsistent opening and closing of preview and add effect popups, when clicking on the content part of the combo box. Also, pressing Escape now closes opened combobox popups. Fixes: QDS-11307 Change-Id: I3b3fddbaa743c77fd60833378ab809b17a8f1a84 Reviewed-by: Amr Elsayed <amr.elsayed@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | EffectMaker: Fix copying asset files during exportMiikka Heikkinen2023-11-201-1/+5
| | | | | | | | | | | | | | | | Fixes: QDS-11290 Change-Id: I54d7f618bcf1bed44d105ceb4e48fd6820d6b6ea Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Amr Elsayed <amr.elsayed@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Remove the export popupAli Kianian2023-11-202-34/+23
| | | | | | | | | | | | | | | | Task-number: QDS-11242 Change-Id: I3ef24a41e58162eeb34fcf0f220d5854410fbb73 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | EffectMaker: Add the default image to UrlChooser combo for image valuesMiikka Heikkinen2023-11-204-2/+31
| | | | | | | | | | | | | | | | | | Fixes: QDS-11221 Change-Id: Ib788c6950c9fc59fd87e199ab6c54bdd274cc8a2 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Amr Elsayed <amr.elsayed@qt.io> Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
* | EffectMaker: Load effect nodes from share folderMahmoud Badri2023-11-202-32/+14
| | | | | | | | | | | | Change-Id: Ie7b1c95d6eb277c01310d9badc1b755e0517385c Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Doc: Update Creating UIs for MCUs pageEsa Törmänen2023-11-201-6/+6
| | | | | | | | | | | | | | | | | | | | | | Removed the references to 3D design tools (Blender, Maya) and 3D UI design assets as the 3D view is not supported for developing MCU projects. Task-number: QDS-11231 Change-Id: Idfd2f2d5c513836aba802a7cfed8f8b66b3369f5 Reviewed-by: Yasser Grimes <yasser.grimes@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | EffectMaker: Fix popup geometryMiikka Heikkinen2023-11-204-34/+86
| | | | | | | | | | | | | | | | | | Effect Maker preview and node combo box popups will now stay within the screen boundaries of the screen the parent combo box belongs to. Fixes: QDS-10512 Change-Id: Ibbfb706499c4b17e27ff5ae471fef8bb9f7384cb Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Fix popover positionHenning Gruendl2023-11-172-19/+28
| | | | | | | | | | | | | | | | * Remove chevron Change-Id: Icd27f26e75c09561b2ec5fb8cf1f80dad7dd5b86 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Brook Cronin <brook.cronin@qt.io>
* | QmlDesigner: Fix color editor details modelHenning Gruendl2023-11-171-6/+6
| | | | | | | | | | | | | | Task-number: QDS-11268 Change-Id: I043c5a4144778d29c54df9e448a86c855270f427 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | QmlDesigner: Use QML/Designer/UseExperimentalFeatures44 for EffectMakerThomas Hartmann2023-11-171-4/+15
| | | | | | | | | | | | Change-Id: I233d1b39cc336beb18a837cbba26605528876e63 Reviewed-by: Amr Elsayed <amr.elsayed@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
* | QmlDesigner: Use QML/Designer/UseExperimentalFeatures44 for ModelViewThomas Hartmann2023-11-171-3/+16
| | | | | | | | | | Change-Id: I4de7c2c0b64cbdda65d5258168b72fe13f6dbd07 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>