aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* TaskTree: Make usages more consistentJarek Kobus4 days1-7/+9
* ProjectExplorer: Change KitAspectFactory::autoDetect to use DetectionSourceMarcus Tillmanns2025-07-231-6/+3
* Python: Don't save temporary InterpretersMarcus Tillmanns2025-07-231-0/+3
* Python: Use DetectionSourceMarcus Tillmanns2025-07-231-17/+31
* ProjectExplorer: Use DetectionSource in KitMarcus Tillmanns2025-07-221-3/+4
* Python: Move auto detection functions into SettingsMarcus Tillmanns2025-07-171-0/+49
* Python: Remove old fallback code for Interpreter list and add detectionSourceMarcus Tillmanns2025-07-171-28/+22
* Python: Store Interpreter detectionSourceMarcus Tillmanns2025-07-161-2/+4
* Python: Implement KitAspectFactory auto detectionMarcus Tillmanns2025-07-161-36/+16
* Python: Connect auto detected kits to their deviceMarcus Tillmanns2025-07-161-1/+2
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-3/+3
* Python: use thread pool to cache venv and pip usabilityDavid Schulz2025-03-061-2/+3
* Utils: Add a way to (shutdown-)guard pre-created objectshjk2025-01-141-3/+3
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* Python: optimize the pip and venv checksDavid Schulz2025-01-071-4/+13
* Disambiguate translations for "None"Eike Ziller2025-01-061-1/+1
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-5/+5
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-2/+0
* Fix some translated stringsEike Ziller2024-10-241-1/+1
* Python: do not access deleted widget in settingspageDavid Schulz2024-10-231-14/+5
* Python: Simplify PythonKitAspectChristian Kandeler2024-10-111-1/+6
* Python: Fix accidentally inverted conditionChristian Kandeler2024-10-101-1/+1
* Python: Use model in aspect combo boxChristian Kandeler2024-10-091-55/+71
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-09-251-13/+24
|\
| * Python: Allow kit creation for virtual environmentsChristian Stenger2024-09-181-9/+10
| * Python: Fix enabled state for generate kit buttonChristian Stenger2024-09-181-4/+14
* | LanguageClient: Rename jsonEditor()Marcus Tillmanns2024-07-151-3/+1
|/
* AsyncTask: Centralize setting global future synchronizerEike Ziller2024-05-211-2/+0
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-021-2/+0
|\
| * Python: remove rope_completion language server settingDavid Schulz2024-05-021-2/+0
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-0/+1
|\|
| * PyLSConfigureWidget: Don't leak the editorJarek Kobus2024-03-131-0/+1
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* PythonSettings: Reuse Tasking::nullItemJarek Kobus2024-02-161-1/+1
* PythonSettings: Don't leak running watchersJarek Kobus2024-02-161-41/+40
* Python: Remove pluginInstance() and convert usershjk2024-02-051-4/+3
* Python: Use setup function for remaining plugin itemshjk2024-02-051-0/+6
* Python: Don't needlessly store default valueMarcus Tillmanns2024-02-011-1/+5
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* Python: Move plugin class definition to .cpphjk2024-01-161-1/+1
* Python: disable generateKit button after clickingDavid Schulz2024-01-161-0/+1
* Python: register python infos to the kits macro expanderDavid Schulz2024-01-101-1/+1
* Python: use kits page in python wizardsDavid Schulz2023-11-281-12/+25
* Python: Limit detection to unique pythonChristian Stenger2023-11-151-2/+5
* Python: avoid detecting pythonw on windowsDavid Schulz2023-11-031-17/+0
* Python: generate Python kits for new interpreterDavid Schulz2023-11-021-1/+110
* Python: reduce freezes in settings page with remote interpreterDavid Schulz2023-10-181-0/+4
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-09-281-22/+62
|\