aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-4/+2
* Python: offer to install pyside also in qml filesDavid Schulz2024-04-221-2/+2
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-11/+0
|\
| * Utils: Remove PresistentStoreCacheMarcus Tillmanns2024-03-121-11/+0
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* 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
* PythonUtils: Remove code repetitionJarek Kobus2024-01-221-28/+17
* Python: fix venv checkDavid Schulz2024-01-171-1/+1
* Python: optimize venv and pip checksDavid Schulz2024-01-161-14/+47
* Python: Avoid polluting global or virtual environments with pylspDavid Schulz2023-12-131-0/+26
* Python: show warnings if pip or venv is missingDavid Schulz2023-12-111-0/+16
* Python: use kits page in python wizardsDavid Schulz2023-11-281-8/+14
* Python: Use FilePath::searchInPath instead of Environment::findInPathhjk2023-05-241-4/+5
* Utils: Add TerminalMode::DetachedMarcus Tillmanns2023-05-041-16/+16
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Python: add create venv actionDavid Schulz2023-03-211-0/+21
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+5
* Python: add interpreter selector to editor toolbarDavid Schulz2023-01-201-0/+15
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Python: Replace one use of QDirCurrentPath()hjk2022-11-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: Convert to Tr::trhjk2022-07-211-6/+4
* Python: ignore windows store redirectorsDavid Schulz2022-06-201-6/+15
* Python: prefer python from path when detecting python for documentDavid Schulz2022-06-151-5/+15
* Python: simplify detect python for document pathDavid Schulz2022-06-151-12/+8
* Python: Fix python detection for non project filesDavid Schulz2022-06-101-2/+2
* Promote previously python-specific InterpreterAspecthjk2022-04-271-7/+8
* PythonUtils: Connect to QtcProcess::done() signalJarek Kobus2022-04-271-11/+10
* Python: work with Interpreter in PythonRunConfigurationDavid Schulz2022-03-281-1/+1
* Python: extract pythonProjectForFile function to utilsDavid Schulz2022-03-281-0/+11
* Python: move python name cache to utilsDavid Schulz2022-03-281-0/+19
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* QtcProcess: Extract QtcProcess specific enums into separate headerJarek Kobus2022-02-181-1/+1
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-1/+2
* PythonUtils: Use QtcProcess in terminal mode instead of ConsoleProcessJarek Kobus2022-01-251-4/+4
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-1/+1
* PythonEditor: Fix a leak of console process on shutdownJarek Kobus2022-01-201-3/+3
* ConsoleProcess: Uniform the common interface of QtcProcessJarek Kobus2022-01-201-3/+3
* Python: move language client functionality out of utilsDavid Schulz2022-01-181-421/+4
* Python: fix repl workdirDavid Schulz2022-01-051-1/+1
* Python: prefer python-lsp-serverDavid Schulz2021-12-101-5/+5
* LanguangeClient: Use more FilePathhjk2021-08-311-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-3/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-3/+3
* Python: Fix UI textLeena Miettinen2021-07-051-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-3/+3
* Protect the access to module path for executable cacheJarek Kobus2021-06-161-0/+2
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-3/+4