index
:
qt-creator/plugin-pythonextensions.git
4.10
4.11
4.12
4.13
4.14
4.15
4.8
4.9
5.0
6.0
master
Support for writing Python extensions for QtCreator
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
pythonextensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adapt to upstream changes
HEAD
master
6.0
Christian Stenger
2021-09-16
1
-4
/
+4
*
Suppress debug log
5.0
4.9
4.15
4.14
4.13
4.12
4.11
4.10
Eike Ziller
2018-10-15
1
-1
/
+1
*
Use logging category for debug messages
Eike Ziller
2018-10-05
3
-18
/
+24
*
Clean up import hierarchy
Eike Ziller
2018-09-28
5
-10
/
+11
*
Allow single file extensions
Eike Ziller
2018-09-25
1
-3
/
+10
*
Avoid scanning extension directory over and over again
Eike Ziller
2018-09-21
6
-31
/
+62
*
Remove unused function
Eike Ziller
2018-09-21
2
-6
/
+0
*
Ignore __pycache__ when looking for extensions
Eike Ziller
2018-09-21
1
-1
/
+2
*
Fix installation of requirements at first run
Eike Ziller
2018-09-19
1
-3
/
+6
*
Remove obfuscation of variables and modules in the initialization code
Eike Ziller
2018-09-17
2
-35
/
+5
*
The product name is "Qt Creator" with a space
Eike Ziller
2018-09-17
8
-9
/
+9
*
Remove unnecessary "setup.py" mechanism for initializing extensions
Eike Ziller
2018-09-17
2
-29
/
+0
*
Move shiboken setup to reusable file
Eike Ziller
2018-09-14
1
-59
/
+5
*
Fix encapsulation of plugins
Eike Ziller
2018-09-14
1
-17
/
+7
*
Fix installation of requirements
Eike Ziller
2018-09-12
1
-3
/
+3
*
Pull out running string as script as local function
Eike Ziller
2018-09-12
1
-16
/
+14
*
Remove unused function
Eike Ziller
2018-09-10
1
-8
/
+0
*
Get Qt compile flags for shiboken more generically
Eike Ziller
2018-09-10
1
-7
/
+12
*
Further Windows fixes
Friedemann Kleint
2018-08-23
2
-5
/
+7
*
First fixes for Windows
Friedemann Kleint
2018-08-21
4
-6
/
+15
*
Remove unneeded include of _dependencies.pri
Eike Ziller
2018-08-20
1
-3
/
+0
*
Use qtcreatordata.pri for static extensionmanager data
Eike Ziller
2018-08-20
1
-7
/
+0
*
Fix include path
Eike Ziller
2018-08-20
1
-1
/
+2
*
Initial commit
Tilman Roeder
2018-08-15
37
-0
/
+1345