| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python: Move interpreter access from option page to option page widget | hjk | 5 days | 1 | -1/+4 |
| * | TaskTree: Switch to qt-ified QtTaskTree | Jarek Kobus | 2025-10-31 | 1 | -3/+3 |
| * | ProjectExplorer: Change KitAspectFactory::autoDetect to use DetectionSource | Marcus Tillmanns | 2025-07-23 | 1 | -1/+1 |
| * | Python: Move auto detection functions into Settings | Marcus Tillmanns | 2025-07-17 | 1 | -41/+1 |
| * | Python: Implement KitAspectFactory auto detection | Marcus Tillmanns | 2025-07-16 | 1 | -0/+65 |
| * | Python: Some more UI text fixes | Eike Ziller | 2025-05-19 | 1 | -1/+1 |
| * | Utils: Add FilePath::isLocal() and use it instead of !needsDevice() | hjk | 2024-12-09 | 1 | -1/+1 |
| * | ProjectExplorer: Make KitAspect more flexible | Christian Kandeler | 2024-11-08 | 1 | -1/+1 |
| * | Python: Do not use {begin,end}ResetModel in PythonAspectModel | Christian Kandeler | 2024-10-14 | 1 | -3/+3 |
| * | Python: Simplify PythonKitAspect | Christian Kandeler | 2024-10-11 | 1 | -67/+15 |
| * | ProjectExplorer: Move KitAspect into its own set of files | Christian Kandeler | 2024-10-11 | 1 | -1/+2 |
| * | Python: Use model in aspect combo box | Christian Kandeler | 2024-10-09 | 1 | -8/+53 |
| * | ProjectExplorer: Make KitAspect data members private | Christian Kandeler | 2024-10-04 | 1 | -2/+2 |
| * | Utils: Make Aspect::addToLayout() const | hjk | 2024-07-08 | 1 | -1/+1 |
| * | Use LayoutBuilder V2 | hjk | 2024-05-27 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/13.0' | Eike Ziller | 2024-02-29 | 1 | -6/+6 |
| |\ |
|
| | * | Python: Fix capitalization of Python in UI text | Leena Miettinen | 2024-02-27 | 1 | -6/+6 |
| * | | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
| |/ |
|
| * | Python: Wrap some file paths and kit name with quotes | Eike Ziller | 2024-02-26 | 1 | -6/+9 |
| * | ProjectExplorer: declare only relevant aspects as features | David Schulz | 2024-01-26 | 1 | -1/+1 |
| * | Python: register python infos to the kits macro expander | David Schulz | 2024-01-10 | 1 | -0/+24 |
| * | Python: show warnings if pip or venv is missing | David Schulz | 2023-12-11 | 1 | -12/+32 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -0/+7 |
| * | ProjectExplorer: Consolidate creation of KitAspect's "Manage..." | hjk | 2023-11-08 | 1 | -5/+2 |
| * | Python: add a python kit aspect | David Schulz | 2023-11-02 | 1 | -0/+151 |