| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python: use DataFromProcess to fetch python version output | David Schulz | 10 hours | 1 | -39/+8 |
| * | Python: Remove unused createVenv() | hjk | 2025-11-05 | 1 | -20/+0 |
| * | Add pyproject.toml support for Python projects | Jaime Resano | 2025-03-11 | 1 | -2/+3 |
| * | ProjectExplorer: Add and make use of forwarding accessors in Project | Christian Kandeler | 2025-01-20 | 1 | -6/+4 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -1/+1 |
| * | Python: optimize the pip and venv checks | David Schulz | 2025-01-07 | 1 | -16/+23 |
| * | Change the mime database to Apache Tika | Eike Ziller | 2024-09-20 | 1 | -1/+1 |
| * | CommandLine: Reuse new c'tor | Jarek Kobus | 2024-05-22 | 1 | -4/+2 |
| * | Python: offer to install pyside also in qml files | David Schulz | 2024-04-22 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/13.0' | Eike Ziller | 2024-03-14 | 1 | -11/+0 |
| |\ |
|
| | * | Utils: Remove PresistentStoreCache | Marcus Tillmanns | 2024-03-12 | 1 | -11/+0 |
| * | | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
| |/ |
|
| * | Use more std::chrono and std::chrono_literals namespaces | Jarek Kobus | 2024-01-23 | 1 | -1/+2 |
| * | Process: Get rid of setTimeoutS() | Jarek Kobus | 2024-01-22 | 1 | -2/+1 |
| * | PythonUtils: Remove code repetition | Jarek Kobus | 2024-01-22 | 1 | -28/+17 |
| * | Python: fix venv check | David Schulz | 2024-01-17 | 1 | -1/+1 |
| * | Python: optimize venv and pip checks | David Schulz | 2024-01-16 | 1 | -14/+47 |
| * | Python: Avoid polluting global or virtual environments with pylsp | David Schulz | 2023-12-13 | 1 | -0/+26 |
| * | Python: show warnings if pip or venv is missing | David Schulz | 2023-12-11 | 1 | -0/+16 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -8/+14 |
| * | Python: Use FilePath::searchInPath instead of Environment::findInPath | hjk | 2023-05-24 | 1 | -4/+5 |
| * | Utils: Add TerminalMode::Detached | Marcus Tillmanns | 2023-05-04 | 1 | -16/+16 |
| * | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h} | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
| * | Utils: Rename QtcProcess -> Process | Jarek Kobus | 2023-05-04 | 1 | -5/+5 |
| * | Python: add create venv action | David Schulz | 2023-03-21 | 1 | -0/+21 |
| * | ProjectExplorer: Move some not-fully-session related bits | hjk | 2023-03-01 | 1 | -5/+5 |
| * | Python: add interpreter selector to editor toolbar | David Schulz | 2023-01-20 | 1 | -0/+15 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Python: Replace one use of QDirCurrentPath() | hjk | 2022-11-21 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Python: Convert to Tr::tr | hjk | 2022-07-21 | 1 | -6/+4 |
| * | Python: ignore windows store redirectors | David Schulz | 2022-06-20 | 1 | -6/+15 |
| * | Python: prefer python from path when detecting python for document | David Schulz | 2022-06-15 | 1 | -5/+15 |
| * | Python: simplify detect python for document path | David Schulz | 2022-06-15 | 1 | -12/+8 |
| * | Python: Fix python detection for non project files | David Schulz | 2022-06-10 | 1 | -2/+2 |
| * | Promote previously python-specific InterpreterAspect | hjk | 2022-04-27 | 1 | -7/+8 |
| * | PythonUtils: Connect to QtcProcess::done() signal | Jarek Kobus | 2022-04-27 | 1 | -11/+10 |
| * | Python: work with Interpreter in PythonRunConfiguration | David Schulz | 2022-03-28 | 1 | -1/+1 |
| * | Python: extract pythonProjectForFile function to utils | David Schulz | 2022-03-28 | 1 | -0/+11 |
| * | Python: move python name cache to utils | David Schulz | 2022-03-28 | 1 | -0/+19 |
| * | Mimetypes: Make implementation switchable between new and old | Eike Ziller | 2022-02-25 | 1 | -1/+1 |
| * | QtcProcess: Extract QtcProcess specific enums into separate header | Jarek Kobus | 2022-02-18 | 1 | -1/+1 |
| * | Utils: Move QtcProcess constructor setup data to shared setup data | hjk | 2022-02-11 | 1 | -1/+2 |
| * | PythonUtils: Use QtcProcess in terminal mode instead of ConsoleProcess | Jarek Kobus | 2022-01-25 | 1 | -4/+4 |
| * | ConsoleProcess: Uniform the common interface of QtcProcess | Jarek Kobus | 2022-01-20 | 1 | -1/+1 |
| * | PythonEditor: Fix a leak of console process on shutdown | Jarek Kobus | 2022-01-20 | 1 | -3/+3 |
| * | ConsoleProcess: Uniform the common interface of QtcProcess | Jarek Kobus | 2022-01-20 | 1 | -3/+3 |
| * | Python: move language client functionality out of utils | David Schulz | 2022-01-18 | 1 | -421/+4 |
| * | Python: fix repl workdir | David Schulz | 2022-01-05 | 1 | -1/+1 |
| * | Python: prefer python-lsp-server | David Schulz | 2021-12-10 | 1 | -5/+5 |