aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Python: Add missing includeJarek Kobus2024-05-221-0/+1
* PythonRunConfiguration: Clean up includesEike Ziller2024-05-221-22/+0
* Python: Use setup functions for run related itemshjk2024-02-011-3/+31
* ProjectExplorer: Remove OutputFormatterFactory hierarchyhjk2024-02-011-4/+4
* Python: use kits page in python wizardsDavid Schulz2023-11-281-234/+15
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-031-4/+6
|\
| * Python: Avoid warning in QFutureWatcherChristian Stenger2023-11-011-4/+6
* | Python: initialize run configuration with kit pythonDavid Schulz2023-11-031-0/+4
|/
* Python: improve pyside tool detectionDavid Schulz2023-09-291-25/+37
* ProjectExplorer: fix Interpreter::changed emitsDavid Schulz2023-08-151-1/+0
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Python: Base MainScriptAspect on FilePathAspecthjk2023-07-131-5/+4
* Python: Use aspects more directly in PythonRunConfigurationhjk2023-07-111-78/+79
* Python: Centralize interpreter specific function in the aspecthjk2023-07-071-32/+47
* ProjectExplorer: Make more aspects directly usable in AspectContainershjk2023-07-061-2/+4
* ProjectExplorer: Remove unusual {Arguments,WorkingDir}Aspecthjk2023-07-051-2/+5
* Python: Use a separate PythonInterpreterAspecthjk2023-07-041-32/+30
* Python: Hide some internals from PythonRunConfiguration APIhjk2023-06-271-8/+9
* ProjectExplorer/RemoteLinux: Consolidate X11ForwardingAspect handlinghjk2023-06-261-5/+0
* ProjectExplorer: always map working directory path to command deviceDavid Schulz2023-06-231-4/+0
* Python: Allow redirecting the display for remote setupshjk2023-06-231-0/+8
* ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspecthjk2023-05-251-2/+2
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-2/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-9/+8
|\
| * Python: Don't leak running futures on shutdownJarek Kobus2023-04-041-9/+8
* | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-3/+3
|/
* Python: collect pip package info in another threadDavid Schulz2023-01-271-24/+76
* Python: Fix crash on switching interpreters in run configurationDavid Schulz2023-01-161-3/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of QBoxLayoutJarek Kobus2022-11-181-1/+0
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Python: fix PySide project tool detectionDavid Schulz2022-10-241-34/+39
* Python: try to find interpreter on device for run configurationDavid Schulz2022-10-201-1/+13
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: Convert to Tr::trhjk2022-07-211-12/+12
* Python: check for pyside tools after installationDavid Schulz2022-06-201-2/+13
* Python: Fix scripts path to global/venv pyside installationsDavid Schulz2022-06-201-1/+6
* Python: make sure working dir is on python deviceDavid Schulz2022-06-151-0/+4
* Python: fix pyside tool detectionDavid Schulz2022-06-031-0/+13
* Python: support python 3 mime type in language clientDavid Schulz2022-06-021-1/+2
* Python: add pyside uic extra compilerDavid Schulz2022-06-021-8/+60
* Python: move pyside detection to runconfigDavid Schulz2022-05-311-74/+88
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-1/+1
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-3/+3
* Python: add pyside build configurationDavid Schulz2022-05-031-16/+30
* Python: Apply 'static' pattern for singleton membershjk2022-04-271-2/+2
* Promote previously python-specific InterpreterAspecthjk2022-04-271-209/+67
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-1/+1
* Python: work with Interpreter in PythonRunConfigurationDavid Schulz2022-03-281-3/+20