summaryrefslogtreecommitdiff
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-2/+4
* Utils: Add TerminalMode::DetachedMarcus Tillmanns2023-05-041-16/+16
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-047-8/+7
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-048-16/+16
* Layouting: Handle attach types via setterhjk2023-05-032-4/+6
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-033-3/+3
* All Plugins: Use global future synchronizerJarek Kobus2023-04-253-13/+3
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Python: Avoid IOptionPageWidget::widget() in settingshjk2023-04-211-9/+12
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-136-24/+31
|\
| * Python: Remove unneeded mutexJarek Kobus2023-04-042-12/+7
| * Python: Don't leak running futures on shutdownJarek Kobus2023-04-043-12/+23
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | Python: Allow installing multiple pip packages in one taskDavid Schulz2023-04-064-16/+32
* | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-042-4/+4
* | ProjectExplorer: Inline BuildStepInfohjk2023-03-281-1/+1
* | Python: add create venv option to the wizardDavid Schulz2023-03-275-45/+123
* | Python: Tweak handling of python project filesChristian Stenger2023-03-223-3/+9
* | Python: add create venv actionDavid Schulz2023-03-215-17/+130
* | Python: remove unused functionDavid Schulz2023-03-172-10/+0
* | Python: Remove dead codeDavid Schulz2023-03-141-5/+0
* | Python: add interpreter selector to the python project wizardDavid Schulz2023-03-145-1/+216
* | Python: Use QtConcurrent invocation for async runJarek Kobus2023-03-103-7/+6
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-014-10/+10
|/
* Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-202-4/+3
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Remove unneeded includes of QFutureWatcher/InterfaceJarek Kobus2023-02-011-2/+0
* Python: collect pip package info in another threadDavid Schulz2023-01-274-75/+161
* Python: remove outdated pyls install toolbar earlierDavid Schulz2023-01-201-1/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Python: add interpreter selector to editor toolbarDavid Schulz2023-01-204-58/+179
* Python: Fix crash on switching interpreters in run configurationDavid Schulz2023-01-161-3/+4
* ProjectExplorer: Tr::trhjk2023-01-161-2/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* ExtraCompiler: Expose TaskItem for compile taskJarek Kobus2023-01-111-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-102-3/+3
* ProjectExplorer: Introduce and use convenience factory classhjk2023-01-101-11/+3
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0631-31/+31
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-1/+1
* Remove unused variablesJarek Kobus2022-12-091-1/+0
* Don't call non-const methods on temporary QListJarek Kobus2022-12-081-1/+1
* Python: Replace one use of QDirCurrentPath()hjk2022-11-211-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-211-28/+32
|\
| * Python: Avoid flashing a separate widget when opening settingshjk2022-11-181-28/+32
* | Remove unused includes of QBoxLayoutJarek Kobus2022-11-181-1/+0
* | Remove unused includes of QGridLayoutJarek Kobus2022-11-181-1/+0
* | Python: Initialize settings in the pimplhjk2022-11-183-13/+6
* | Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0