aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-3/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-5/+5
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-6/+8
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-10/+10
* Do QFutureWatcher::setFuture() after connecting to watcher's signalsJarek Kobus2021-05-121-1/+1
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+0
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-1/+4
* Python: Replace a use of SynchronousProcesshjk2021-05-041-3/+5
* Python: Be less disrupting with the messages paneEike Ziller2020-12-171-8/+10
* Fix warnings about possible detach of temporary objectsJarek Kobus2020-11-161-1/+1
* Python: Fix UI text capitalizationLeena Miettinen2020-07-021-1/+1
* Move InfoBar to UtilsEike Ziller2020-06-181-12/+12
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-2/+2
* LSP: Robustify open documentsDavid Schulz2020-05-141-5/+5
* Python editor: Add buttons & actions for opening REPLEike Ziller2020-03-191-2/+55
* Python: detect language server for python asynchronDavid Schulz2020-02-201-20/+46
* Python: Move PyLSConfigureAssistant connection to the pluginhjk2020-02-121-0/+1
* Python: install pyls with [all] tag on windowsDavid Schulz2020-01-131-6/+1
* Python: Reset editor info bars when closing documentDavid Schulz2019-12-101-1/+11
* Python: cache the module path for executableDavid Schulz2019-11-041-3/+11
* Python: detect virtual environments for documents and projectsDavid Schulz2019-10-301-1/+12
* Python: Fix UI textLeena Miettinen2019-10-291-4/+4
* Python: install python language server with --userDavid Schulz2019-10-251-1/+1
* Python: close all info bars after language server setupDavid Schulz2019-10-251-45/+84
* Python: Fix opening document in wrong pylsDavid Schulz2019-10-181-2/+9
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-5/+41
* Python: Switch pyls on interpreter changeDavid Schulz2019-10-181-0/+353