aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Python: detect pythons asyncDavid Schulz2023-09-271-22/+62
* | Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
|/
* Python: Implement PythonSettings::keywords()hjk2023-06-291-0/+12
* Python: Tr fixesEike Ziller2023-06-131-2/+2
* Python: allow remote browsing for python interpreterDavid Schulz2023-06-091-0/+1
* Tr/Python: Fix translation issuesEike Ziller2023-06-011-1/+2
* Tr/Python: Simplify UI text for translationEike Ziller2023-05-301-5/+5
* Tr: Wrap file paths with ""Eike Ziller2023-05-261-2/+3
* Python: Use FilePath::searchInPath instead of Environment::findInPathhjk2023-05-241-7/+6
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1