Eike Ziller
6c2df76737
Merge remote-tracking branch 'origin/13.0'
...
Conflicts:
src/plugins/android/androidsettingswidget.cpp
Change-Id: Ifcb16aa16c7bc2792de25d0ee7a22cf0e39a05f8
2024-02-29 12:44:58 +01:00
Eike Ziller
5af531cd39
Utils: Fix build with MSVC with C++20
...
Rename process.h back to qtcprocess.h
MSVC's "threads" standard header includes <process.h>, and that ends up
including our process.h from Utils.
There already was a hacky workaround in place for a similar issue with
MINGW, but that doesn't work with MSVC because that doesn't have
Simply use a name that doesn't conflict.
Change-Id: I1159cd2096b4f2dbc4a1728d0131dd6edd30ebd3
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org >
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: hjk <hjk@qt.io >
2024-02-28 08:09:05 +00:00
Leena Miettinen
fdb1fa2a3b
Python: Fix capitalization of Python in UI text
...
Change-Id: I55beeb658eb583a74c4d79f3dc2f121010080101
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: David Schulz <david.schulz@qt.io >
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2024-02-27 16:00:48 +00:00
Eike Ziller
44f6bbf260
Python: Wrap some file paths and kit name with quotes
...
Change-Id: If147eae864013d410239d69184cdb9a4bc4479eb
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io >
2024-02-26 09:05:34 +00:00
David Schulz
d9404208da
ProjectExplorer: declare only relevant aspects as features
...
This will disable python kits for all Wizards that require a valid Qt.
Change-Id: I4a8d6dd60629ddb556e49c067200acba8ef080d2
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io >
2024-01-26 11:27:32 +00:00
David Schulz
76b61a7993
Python: register python infos to the kits macro expander
...
... and use the name in the autogenerated kits display name
Change-Id: I928533e6f8238189d64350463897a86ff5512ae7
Reviewed-by: Christian Stenger <christian.stenger@qt.io >
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
2024-01-10 05:32:23 +00:00
David Schulz
f4bf7c5b00
Python: show warnings if pip or venv is missing
...
Change-Id: Ib38c1eb3b0f31d6988d3a5f084ac6eda08ec0619
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org >
Reviewed-by: Christian Stenger <christian.stenger@qt.io >
2023-12-11 11:39:11 +00:00
David Schulz
09e94ae4ac
Python: use kits page in python wizards
...
Change-Id: I1f7aaf145443481546abb868c8c167186600b848
Reviewed-by: Christian Stenger <christian.stenger@qt.io >
2023-11-28 12:17:14 +00:00
hjk
fc7c11fb65
ProjectExplorer: Consolidate creation of KitAspect's "Manage..."
...
Change-Id: I001a21f41bcd5ff0614bdf98893b56137c06546f
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2023-11-08 09:52:26 +00:00
David Schulz
b2cb87f06e
Python: add a python kit aspect
...
Change-Id: If7aaa52025ec5834a44e9196548fbcc7456c89a8
Reviewed-by: Christian Stenger <christian.stenger@qt.io >
2023-11-02 09:18:19 +00:00