| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python: use DataFromProcess to fetch python version output | David Schulz | 17 hours | 1 | -7/+1 |
| * | Python: Switch row/column order in settings | hjk | 39 hours | 1 | -13/+13 |
| * | Python: Use more direct child widget setup in settings | hjk | 39 hours | 1 | -64/+59 |
| * | Python: Move interpreter access from option page to option page widget | hjk | 5 days | 1 | -143/+125 |
| * | Python: Add debugger kit aspect to python kits | David Schulz | 2025-11-25 | 1 | -1/+4 |
| * | Python: fix visualizing default interpreter in settings | David Schulz | 2025-11-20 | 1 | -4/+8 |
| * | TaskTree: Switch to qt-ified QtTaskTree | Jarek Kobus | 2025-10-31 | 1 | -1/+1 |
| * | Fix various translatable strings | Eike Ziller | 2025-10-06 | 1 | -3/+3 |
| * | Python: use a map for saving interpreters | David Schulz | 2025-08-22 | 1 | -5/+19 |
| * | TaskTree: Make usages more consistent | Jarek Kobus | 2025-08-08 | 1 | -7/+9 |
| * | ProjectExplorer: Change KitAspectFactory::autoDetect to use DetectionSource | Marcus Tillmanns | 2025-07-23 | 1 | -6/+3 |
| * | Python: Don't save temporary Interpreters | Marcus Tillmanns | 2025-07-23 | 1 | -0/+3 |
| * | Python: Use DetectionSource | Marcus Tillmanns | 2025-07-23 | 1 | -17/+31 |
| * | ProjectExplorer: Use DetectionSource in Kit | Marcus Tillmanns | 2025-07-22 | 1 | -3/+4 |
| * | Python: Move auto detection functions into Settings | Marcus Tillmanns | 2025-07-17 | 1 | -0/+49 |
| * | Python: Remove old fallback code for Interpreter list and add detectionSource | Marcus Tillmanns | 2025-07-17 | 1 | -28/+22 |
| * | Python: Store Interpreter detectionSource | Marcus Tillmanns | 2025-07-16 | 1 | -2/+4 |
| * | Python: Implement KitAspectFactory auto detection | Marcus Tillmanns | 2025-07-16 | 1 | -36/+16 |
| * | Python: Connect auto detected kits to their device | Marcus Tillmanns | 2025-07-16 | 1 | -1/+2 |
| * | Avoid potential detach of non-const Qt containers in range-loops 2/2 | Alessandro Portale | 2025-03-24 | 1 | -3/+3 |
| * | Python: use thread pool to cache venv and pip usability | David Schulz | 2025-03-06 | 1 | -2/+3 |
| * | Utils: Add a way to (shutdown-)guard pre-created objects | hjk | 2025-01-14 | 1 | -3/+3 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -3/+3 |
| * | Python: optimize the pip and venv checks | David Schulz | 2025-01-07 | 1 | -4/+13 |
| * | Disambiguate translations for "None" | Eike Ziller | 2025-01-06 | 1 | -1/+1 |
| * | Utils: Add FilePath::isLocal() and use it instead of !needsDevice() | hjk | 2024-12-09 | 1 | -5/+5 |
| * | ProjectExplorer: Dissolve kitaspects.{h,cpp} | Christian Kandeler | 2024-11-20 | 1 | -1/+1 |
| * | Core: Provide settings categories centrally | Christian Kandeler | 2024-11-15 | 1 | -2/+0 |
| * | Fix some translated strings | Eike Ziller | 2024-10-24 | 1 | -1/+1 |
| * | Python: do not access deleted widget in settingspage | David Schulz | 2024-10-23 | 1 | -14/+5 |
| * | Python: Simplify PythonKitAspect | Christian Kandeler | 2024-10-11 | 1 | -1/+6 |
| * | Python: Fix accidentally inverted condition | Christian Kandeler | 2024-10-10 | 1 | -1/+1 |
| * | Python: Use model in aspect combo box | Christian Kandeler | 2024-10-09 | 1 | -55/+71 |
| * | Merge remote-tracking branch 'origin/14.0' | Eike Ziller | 2024-09-25 | 1 | -13/+24 |
| |\ |
|
| | * | Python: Allow kit creation for virtual environments | Christian Stenger | 2024-09-18 | 1 | -9/+10 |
| | * | Python: Fix enabled state for generate kit button | Christian Stenger | 2024-09-18 | 1 | -4/+14 |
| * | | LanguageClient: Rename jsonEditor() | Marcus Tillmanns | 2024-07-15 | 1 | -3/+1 |
| |/ |
|
| * | AsyncTask: Centralize setting global future synchronizer | Eike Ziller | 2024-05-21 | 1 | -2/+0 |
| * | Merge remote-tracking branch 'origin/13.0' | Eike Ziller | 2024-05-02 | 1 | -2/+0 |
| |\ |
|
| | * | Python: remove rope_completion language server setting | David Schulz | 2024-05-02 | 1 | -2/+0 |
| * | | Merge remote-tracking branch 'origin/13.0' | Eike Ziller | 2024-03-14 | 1 | -0/+1 |
| |\| |
|
| | * | PyLSConfigureWidget: Don't leak the editor | Jarek Kobus | 2024-03-13 | 1 | -0/+1 |
| * | | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
| |/ |
|
| * | PythonSettings: Reuse Tasking::nullItem | Jarek Kobus | 2024-02-16 | 1 | -1/+1 |
| * | PythonSettings: Don't leak running watchers | Jarek Kobus | 2024-02-16 | 1 | -41/+40 |
| * | Python: Remove pluginInstance() and convert users | hjk | 2024-02-05 | 1 | -4/+3 |
| * | Python: Use setup function for remaining plugin items | hjk | 2024-02-05 | 1 | -0/+6 |
| * | Python: Don't needlessly store default value | Marcus Tillmanns | 2024-02-01 | 1 | -1/+5 |
| * | Use more std::chrono and std::chrono_literals namespaces | Jarek Kobus | 2024-01-23 | 1 | -1/+2 |
| * | Process: Get rid of setTimeoutS() | Jarek Kobus | 2024-01-22 | 1 | -2/+1 |