summaryrefslogtreecommitdiff
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-072-2/+4
|\
| * Python: Prepend pyside6-project path to PATH env variableDavid Schulz2022-07-071-0/+3
| * PipSupport: Connect to watcher before setting a futureJarek Kobus2022-07-051-2/+1
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-291-2/+2
|\ \ | |/
| * Python Language Client: Fix typo in translatable textLeena Miettinen2022-06-291-1/+1
| * UI text: Fix grammar errors and capitalization issuesLeena Miettinen2022-06-281-1/+1
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-281-6/+14
|\ \ | |/
| * Python: prevent setting local env to remote pylsDavid Schulz2022-06-271-6/+14
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* Fix lupdate issuesEike Ziller2022-06-272-5/+5
* Code cosmeticshjk2022-06-242-2/+2
* Python: improve initializing python run configurationDavid Schulz2022-06-241-0/+1
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-241-1/+34
* Python: only add python files as targetsDavid Schulz2022-06-241-1/+2
* PipInstallTask: Connect to done() signal instead of finished()Jarek Kobus2022-06-212-13/+11
* Python: remove static cast of client interface in client constructorDavid Schulz2022-06-202-3/+4
* Python: check for pyside tools after installationDavid Schulz2022-06-204-3/+23
* Python: Fix scripts path to global/venv pyside installationsDavid Schulz2022-06-201-1/+6
* Python: ignore windows store redirectorsDavid Schulz2022-06-201-6/+15
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+2
* Python: make sure working dir is on python deviceDavid Schulz2022-06-151-0/+4
* 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
* Python: remove python specific language client settingsDavid Schulz2022-06-106-309/+121
* Python: globalize Python language server settingsDavid Schulz2022-06-105-215/+278
* LanguageClient: fix todoDavid Schulz2022-06-072-3/+2
* Python: fix pyside tool detectionDavid Schulz2022-06-031-0/+13
* Python: support python 3 mime type in language clientDavid Schulz2022-06-023-3/+9
* Python: add pyside uic extra compilerDavid Schulz2022-06-029-34/+354
* Python: move pyside detection to runconfigDavid Schulz2022-05-313-92/+91
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-1/+1
* Utils: More forward declarations / drop unused headers [A-C]Jarek Kobus2022-05-241-0/+1
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+1
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-3/+3
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-1/+1
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* Python: Split complex callhjk2022-05-091-2/+2
* Python: add pyside build configurationDavid Schulz2022-05-037-17/+240
* Python: Apply 'static' pattern for singleton membershjk2022-04-276-15/+18
* Promote previously python-specific InterpreterAspecthjk2022-04-2710-315/+139
* PythonUtils: Connect to QtcProcess::done() signalJarek Kobus2022-04-271-11/+10
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-1/+1
* Python: add pip package informationDavid Schulz2022-04-122-0/+84
* Python: add clean up button to python settingsDavid Schulz2022-03-311-0/+28
* Python: automatically purge outdated autodetected interpretersDavid Schulz2022-03-312-11/+36
* Python: show error icon on non existent interpreter in settingsDavid Schulz2022-03-311-14/+50
* Python: Fix error messageChristian Stenger2022-03-281-1/+1