summaryrefslogtreecommitdiff
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-042-4/+12
|\
| * Python: remove reference to out of scope variableDavid Schulz2019-11-041-1/+1
| * Python: cache the module path for executableDavid Schulz2019-11-041-3/+11
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-014-10/+92
|\ \ | |/
| * Python: Check for changes before applyingChristian Stenger2019-10-302-0/+9
| * Python: detect virtual environments for documents and projectsDavid Schulz2019-10-304-6/+79
| * Python: Fix UI textLeena Miettinen2019-10-291-4/+4
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-288-93/+157
|\ \ | |/
| * Python: export Interpreter generatorDavid Schulz2019-10-252-11/+23
| * Python: install python language server with --userDavid Schulz2019-10-251-1/+1
| * Python: close all info bars after language server setupDavid Schulz2019-10-256-81/+133
* | ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-4/+4
* | Qbs, Qmake, Python, Generic: Introduce BuildSystem derived classeshjk2019-10-252-75/+75
* | ProjectExplorer: Prepare more flexibility to aspect layoutinghjk2019-10-181-10/+7
|/
* 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-188-314/+444
* Python: Add virtual env name to auto detected interpretersDavid Schulz2019-10-021-0/+3
* Python: remove unused static stringDavid Schulz2019-10-021-1/+0
* Python: add task for pyls installationDavid Schulz2019-09-301-9/+26
* Python: make pyls install kill timer a memberDavid Schulz2019-09-301-4/+3
* Python: Add info bar to install python language serverDavid Schulz2019-09-301-3/+104
* Python: Check for Python language server after document was openedDavid Schulz2019-09-265-15/+218
* Python: Remove unused functionChristian Stenger2019-09-172-11/+0
* Python: extract PythonRunConfiguration and PythonProjectDavid Schulz2019-09-178-785/+956
* Python: Simplify code based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-2/+4
* Utils/all: Create an OutputFormatterFactoryhjk2019-08-131-2/+16
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-131-1/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-123-3/+1
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-2/+2
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-1/+5
* ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kithjk2019-08-011-4/+2
* Python: Fix compile for gcc < 6.0Christian Stenger2019-07-301-1/+1
* Python: make interpreter configurableDavid Schulz2019-07-3010-16/+677
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* rename PythonEditor plugin to PythonDavid Schulz2019-07-1717-0/+2043