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
/
pythonplugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pyproject.toml project tests
Jaime Resano
2025-03-19
1
-0
/
+7
*
Add pyproject.toml support for Python projects
Jaime Resano
2025-03-11
1
-3
/
+5
*
Debugger: Remove unneeded debugger includes
Jarek Kobus
2025-03-03
1
-3
/
+0
*
ProjectExplorer: Allow to retrieve project-specific kit issues
Christian Kandeler
2025-02-17
1
-2
/
+11
*
Utils: Add a way to (shutdown-)guard pre-created objects
hjk
2025-01-14
1
-1
/
+1
*
Core: Provide settings categories centrally
Christian Kandeler
2024-11-15
1
-0
/
+5
*
Python: Register highlighter
Marcus Tillmanns
2024-10-15
1
-0
/
+48
*
Python: Remove pluginInstance() and convert users
hjk
2024-02-05
1
-21
/
+3
*
Python: Use setup function for remaining plugin items
hjk
2024-02-05
1
-12
/
+3
*
Python: Use setup functions for run related items
hjk
2024-02-01
1
-3
/
+3
*
Python: Use setup function for build related factories
hjk
2024-02-01
1
-2
/
+3
*
ProjectExplorer: Remove OutputFormatterFactory hierarchy
hjk
2024-02-01
1
-1
/
+2
*
Create RunConfiguration specific DebugWorkerFactories
Dominik Holland
2024-01-17
1
-1
/
+5
*
Python: Use new plugin items setup pattern for PythonEditor
hjk
2024-01-16
1
-1
/
+2
*
Python: Move plugin class definition to .cpp
hjk
2024-01-16
1
-38
/
+52
*
Python: use kits page in python wizards
David Schulz
2023-11-28
1
-4
/
+5
*
Python: generate Python kits for new interpreter
David Schulz
2023-11-02
1
-0
/
+5
*
ProjectExplorer: Self-register JsonWizardPage related factories
hjk
2023-08-18
1
-1
/
+1
*
Tasks: Show tool tips with information about the categories
Eike Ziller
2023-07-13
1
-1
/
+5
*
Tasks: Create a container class for category data
Eike Ziller
2023-07-12
1
-1
/
+1
*
ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspect
hjk
2023-05-25
1
-1
/
+0
*
All Plugins: Use global future synchronizer
Jarek Kobus
2023-04-25
1
-8
/
+0
*
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-04-13
1
-3
/
+12
|
\
|
*
Python: Don't leak running futures on shutdown
Jarek Kobus
2023-04-04
1
-3
/
+12
*
|
Python: Tweak handling of python project files
Christian Stenger
2023-03-22
1
-0
/
+1
*
|
Python: add interpreter selector to the python project wizard
David Schulz
2023-03-14
1
-1
/
+4
|
/
*
Use simpler Plugin::initialize() when feasible
hjk
2023-01-20
1
-6
/
+1
*
ProjectExplorer: Introduce and use convenience factory class
hjk
2023-01-10
1
-11
/
+3
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Python: Initialize settings in the pimpl
hjk
2022-11-18
1
-2
/
+2
*
Get rid of unneeded includes of RunControl
Jarek Kobus
2022-10-25
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
filesystem: Add QFSEngine for filepaths
Marcus Tillmanns
2022-07-21
1
-3
/
+2
*
Python: Convert to Tr::tr
hjk
2022-07-21
1
-6
/
+0
*
Code cosmetics
hjk
2022-06-24
1
-2
/
+1
*
Python: remove python specific language client settings
David Schulz
2022-06-10
1
-4
/
+0
*
Python: add pyside build configuration
David Schulz
2022-05-03
1
-0
/
+3
*
Python: Use specialized document to check for pylsp
David Schulz
2022-03-28
1
-3
/
+0
*
Python: add python specific language client settings
David Schulz
2022-01-18
1
-1
/
+6
*
Python: move language client functionality out of utils
David Schulz
2022-01-18
1
-1
/
+1
*
ProjectExplorer: Consolidate RunConfigurationFactory::ids
hjk
2020-06-15
1
-1
/
+1
*
Python: Move PyLSConfigureAssistant connection to the plugin
hjk
2020-02-12
1
-0
/
+4
*
Python: close all info bars after language server setup
David Schulz
2019-10-25
1
-0
/
+13
*
Python: extract PythonRunConfiguration and PythonProject
David Schulz
2019-09-17
1
-779
/
+8
*
Python: Simplify code based on Project::projectFileIsDirty signal
Tobias Hunger
2019-08-16
1
-2
/
+4
*
Utils/all: Create an OutputFormatterFactory
hjk
2019-08-13
1
-2
/
+16
*
ProjectExplorer: De-virtualize some more virtual methods
Tobias Hunger
2019-08-13
1
-1
/
+2
*
ProjectExplorer: Use RAII pattern for parsing start/stop signalling
Tobias Hunger
2019-08-09
1
-2
/
+2
*
ProjectExplorer: Re-work setup runworker factories
hjk
2019-08-09
1
-1
/
+5
*
ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kit
hjk
2019-08-01
1
-4
/
+2
[next]