aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
* Python: Fix highlighting of parenthesesChristian Stenger2020-07-074-1/+27
* Core/Utils: Migrate further to Utils::Idhjk2020-07-062-3/+3
* Python: Fix UI text capitalizationLeena Miettinen2020-07-021-1/+1
* More QRegularExpression and include for Qt 6hjk2020-06-252-7/+8
* Move InfoBar to UtilsEike Ziller2020-06-181-12/+12
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-1/+1
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-2/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-3/+3
* Python: Use new ListModel convenience functions for interpreter modelhjk2020-05-201-8/+4
* LSP: Robustify open documentsDavid Schulz2020-05-141-5/+5
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-3/+3
* QtSupport: Add QtTestParser to the list of output formattersChristian Kandeler2020-04-281-3/+3
* Merge output formatters and output parsersChristian Kandeler2020-04-231-6/+0
* OutputFormatter factories: Handle the "no target" caseChristian Kandeler2020-04-221-1/+1
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-5/+5
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-11/+4
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-6/+14
* Python editor: Add buttons & actions for opening REPLEike Ziller2020-03-194-2/+129
* OutputFormatter: Do the newline handling centrallyChristian Kandeler2020-03-191-36/+40
* Utils: Remove the *SameLine OutputFormat enumsChristian Kandeler2020-03-181-2/+1
* Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-3/+3
* Python: Fix MSVCs struct vs. class (forward) declaration warningAlessandro Portale2020-02-201-1/+1
* Python: detect language server for python asynchronDavid Schulz2020-02-202-20/+51
* Python: Move PyLSConfigureAssistant connection to the pluginhjk2020-02-123-3/+5
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Remove duplicated codeMiklós Márton2020-02-051-10/+0
* Python: Add option to disable buffered outputDavid Schulz2020-02-031-2/+11
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* Python: install pyls with [all] tag on windowsDavid Schulz2020-01-131-6/+1
* ProjectExplorer: Replace RunConfiguration::doAdditionalSetuphjk2019-12-172-6/+0
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-161-1/+11
|\
| * Python: Reset editor info bars when closing documentDavid Schulz2019-12-101-1/+11
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-072-7/+21
|\|
| * Make resources of Python projects accessible from Qt DesignerFriedemann Kleint2019-11-301-2/+16
| * Python: Extend supported MIME typesChristian Stenger2019-11-291-0/+5
* | Python: use new runconfiguration aspect update mechanismhjk2019-11-272-13/+9
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-1/+5
|\|
| * Python: Use native separator in user visible pathDavid Schulz2019-11-151-1/+1
| * Python: Fix python run configurationDavid Schulz2019-11-151-0/+4
* | ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-212-3/+4
* | ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-193-31/+12
* | Python: Restrict creating run configurationsChristian Stenger2019-11-151-5/+11
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-112-8/+9
|\|
| * Python: Fix linking for mingw buildChristian Stenger2019-11-081-0/+1
| * Fix lupdate issuesEike Ziller2019-11-041-8/+8
* | LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-071-3/+1
* | 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