index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
python
/
pythonutils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
LanguangeClient: Use more FilePath
hjk
2021-08-31
1
-1
/
+1
*
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-3
/
+1
[next]