| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python: Unify the installation option from the issues view | Eike Ziller | 2025-11-24 | 1 | -8/+2 |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -2/+2 |
| * | Python: improve missing pyside handling | David Schulz | 2025-06-30 | 1 | -48/+91 |
| * | ProjectExplorer: Make Task members private | Christian Kandeler | 2025-06-26 | 1 | -3/+4 |
| * | Python: use static QRegularExpression | David Schulz | 2025-06-23 | 1 | -5/+8 |
| * | Add pyproject.toml support for Python projects | Jaime Resano | 2025-03-11 | 1 | -2/+5 |
| * | ProjectExplorer: Make run configurations per build configuration | Christian Kandeler | 2025-03-06 | 1 | -5/+3 |
| * | Merge remote-tracking branch 'origin/15.0' | Eike Ziller | 2025-01-10 | 1 | -1/+1 |
| |\ |
|
| | * | Python: initialize output parser exception state | David Schulz | 2025-01-09 | 1 | -1/+1 |
| * | | PE: Rename SimpleTargetRunner into ProcessRunner | Jarek Kobus | 2025-01-06 | 1 | -1/+1 |
| |/ |
|
| * | ProjectExplorer: Display build configuration specific variables again | hjk | 2024-10-18 | 1 | -5/+0 |
| * | Python: Add missing include | Jarek Kobus | 2024-05-22 | 1 | -0/+1 |
| * | PythonRunConfiguration: Clean up includes | Eike Ziller | 2024-05-22 | 1 | -22/+0 |
| * | Python: Use setup functions for run related items | hjk | 2024-02-01 | 1 | -3/+31 |
| * | ProjectExplorer: Remove OutputFormatterFactory hierarchy | hjk | 2024-02-01 | 1 | -4/+4 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -234/+15 |
| * | Merge remote-tracking branch 'origin/12.0' | Eike Ziller | 2023-11-03 | 1 | -4/+6 |
| |\ |
|
| | * | Python: Avoid warning in QFutureWatcher | Christian Stenger | 2023-11-01 | 1 | -4/+6 |
| * | | Python: initialize run configuration with kit python | David Schulz | 2023-11-03 | 1 | -0/+4 |
| |/ |
|
| * | Python: improve pyside tool detection | David Schulz | 2023-09-29 | 1 | -25/+37 |
| * | ProjectExplorer: fix Interpreter::changed emits | David Schulz | 2023-08-15 | 1 | -1/+0 |
| * | ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp} | hjk | 2023-08-15 | 1 | -1/+1 |
| * | Python: Base MainScriptAspect on FilePathAspect | hjk | 2023-07-13 | 1 | -5/+4 |
| * | Python: Use aspects more directly in PythonRunConfiguration | hjk | 2023-07-11 | 1 | -78/+79 |
| * | Python: Centralize interpreter specific function in the aspect | hjk | 2023-07-07 | 1 | -32/+47 |
| * | ProjectExplorer: Make more aspects directly usable in AspectContainers | hjk | 2023-07-06 | 1 | -2/+4 |
| * | ProjectExplorer: Remove unusual {Arguments,WorkingDir}Aspect | hjk | 2023-07-05 | 1 | -2/+5 |
| * | Python: Use a separate PythonInterpreterAspect | hjk | 2023-07-04 | 1 | -32/+30 |
| * | Python: Hide some internals from PythonRunConfiguration API | hjk | 2023-06-27 | 1 | -8/+9 |
| * | ProjectExplorer/RemoteLinux: Consolidate X11ForwardingAspect handling | hjk | 2023-06-26 | 1 | -5/+0 |
| * | ProjectExplorer: always map working directory path to command device | David Schulz | 2023-06-23 | 1 | -4/+0 |
| * | Python: Allow redirecting the display for remote setups | hjk | 2023-06-23 | 1 | -0/+8 |
| * | ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspect | hjk | 2023-05-25 | 1 | -2/+2 |
| * | All Plugins: Use global future synchronizer | Jarek Kobus | 2023-04-25 | 1 | -2/+3 |
| * | Merge remote-tracking branch 'origin/10.0' | Eike Ziller | 2023-04-13 | 1 | -9/+8 |
| |\ |
|
| | * | Python: Don't leak running futures on shutdown | Jarek Kobus | 2023-04-04 | 1 | -9/+8 |
| * | | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath() | hjk | 2023-04-04 | 1 | -3/+3 |
| |/ |
|
| * | Python: collect pip package info in another thread | David Schulz | 2023-01-27 | 1 | -24/+76 |
| * | Python: Fix crash on switching interpreters in run configuration | David Schulz | 2023-01-16 | 1 | -3/+4 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Remove unused includes of QBoxLayout | Jarek Kobus | 2022-11-18 | 1 | -1/+0 |
| * | Remove unused includes of QFormLayout | Jarek Kobus | 2022-11-18 | 1 | -1/+0 |
| * | Python: fix PySide project tool detection | David Schulz | 2022-10-24 | 1 | -34/+39 |
| * | Python: try to find interpreter on device for run configuration | David Schulz | 2022-10-20 | 1 | -1/+13 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Python: Convert to Tr::tr | hjk | 2022-07-21 | 1 | -12/+12 |
| * | Python: check for pyside tools after installation | David Schulz | 2022-06-20 | 1 | -2/+13 |
| * | Python: Fix scripts path to global/venv pyside installations | David Schulz | 2022-06-20 | 1 | -1/+6 |
| * | Python: make sure working dir is on python device | David Schulz | 2022-06-15 | 1 | -0/+4 |