aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus9 hours1-4/+2
* Python: Add missing includeJarek Kobus10 hours1-0/+1
* PythonRunConfiguration: Clean up includesEike Ziller12 hours1-22/+0
* Remove PluginManager::futureSynchronizer()Eike Ziller29 hours1-3/+1
* AsyncTask: Centralize setting global future synchronizerEike Ziller32 hours1-2/+0
* CommandLine: Use more 1-arg c'torJarek Kobus6 days1-1/+1
* Python: offer to install python-lsp-server updatesDavid Schulz2024-05-033-28/+112
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-021-2/+0
|\
| * Python: remove rope_completion language server settingDavid Schulz2024-05-021-2/+0
* | Python: offer to install pyside also in qml filesDavid Schulz2024-04-226-32/+73
* | Translations: Fix various \n, full stops, spacesEike Ziller2024-04-181-3/+2
* | TextEditor: remove text editor action handlerDavid Schulz2024-04-091-5/+4
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-142-11/+1
|\|
| * PyLSConfigureWidget: Don't leak the editorJarek Kobus2024-03-131-0/+1
| * Utils: Remove PresistentStoreCacheMarcus Tillmanns2024-03-121-11/+0
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-292-7/+7
|\|
| * Python: Fix capitalization of Python in UI textLeena Miettinen2024-02-272-7/+7
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-289-9/+9
|/
* Python: Wrap some file paths and kit name with quotesEike Ziller2024-02-262-8/+12
* PythonSettings: Reuse Tasking::nullItemJarek Kobus2024-02-161-1/+1
* PythonSettings: Don't leak running watchersJarek Kobus2024-02-162-41/+43
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-063-16/+14
* Python: Remove pluginInstance() and convert usershjk2024-02-0511-56/+33
* Python: Use setup function for remaining plugin itemshjk2024-02-055-47/+47
* Python: Use setup functions for run related itemshjk2024-02-013-18/+37
* Python: Use setup function for build related factorieshjk2024-02-013-52/+64
* ProjectExplorer: Remove OutputFormatterFactory hierarchyhjk2024-02-013-10/+7
* Python: Remove now unused interpreter aspectDavid Schulz2024-02-011-11/+0
* Python: Don't needlessly store default valueMarcus Tillmanns2024-02-011-1/+5
* Remove CommandButtonEike Ziller2024-01-261-1/+0
* ProjectExplorer: declare only relevant aspects as featuresDavid Schulz2024-01-261-1/+1
* Utils: Fix error prone default value of appendOrSetMarcus Tillmanns2024-01-261-6/+2
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-233-3/+6
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-223-6/+3
* PythonUtils: Remove code repetitionJarek Kobus2024-01-221-28/+17
* Python: fix venv checkDavid Schulz2024-01-171-1/+1
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-1/+5
* Python: Simplify PyLSConfigureAssistant setuphjk2024-01-163-49/+40
* Python: Use new plugin items setup pattern for PythonEditorhjk2024-01-163-33/+36
* Python: Move plugin class definition to .cpphjk2024-01-166-62/+58
* Python: disable generateKit button after clickingDavid Schulz2024-01-161-0/+1
* Python: optimize venv and pip checksDavid Schulz2024-01-161-14/+47
* Python: Move highlighter and indenter class definitions to .cpphjk2024-01-125-45/+51
* Python: register python infos to the kits macro expanderDavid Schulz2024-01-102-1/+25
* Python: install lsp into tempdir for remote interpretersDavid Schulz2024-01-082-17/+22
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-133-5/+5
* Python: Avoid polluting global or virtual environments with pylspDavid Schulz2023-12-136-53/+68
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-123-5/+26
|\
| * Add logo and title to PySide install dialogCristián Maureira-Fredes2023-12-123-5/+26
* | Python: show warnings if pip or venv is missingDavid Schulz2023-12-114-13/+51