Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.5
6.5.1
6.5.2
6.5.3
6.6
6.6.1
6.6.2
6.6.3.1
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
remoteobjectsdev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
/
pyside6
/
PySide6
/
templates
Commit message (
Expand
)
Author
Age
Files
Lines
*
PySide6: Change some templates to be snippets
Friedemann Kleint
2025-02-20
2
-84
/
+0
*
shiboken6: Enable code snippets for templates
Friedemann Kleint
2025-02-20
3
-138
/
+18
*
libshiboken: Rename AutoArrayPointer to ArrayPointer
Friedemann Kleint
2025-02-20
2
-3
/
+3
*
PySide6: Remove some unused templates
Friedemann Kleint
2025-02-20
2
-57
/
+0
*
QtWidgets: Use the new sequence templates
Friedemann Kleint
2025-02-20
1
-17
/
+1
*
PySide6: Fix the type of the "result" parameter of the native event filters
Friedemann Kleint
2025-02-20
1
-4
/
+4
*
Remove XML template typesystem file opengl_common.xml
Friedemann Kleint
2025-02-20
1
-30
/
+0
*
Fix overriding QPaintEngine virtual functions taking a C-style array of geome...
Friedemann Kleint
2025-02-19
2
-4
/
+24
*
limited api: Remove PyBytes_AS_STRING and PyBytes_GET_SIZE
Cristián Maureira-Fredes
2024-11-08
2
-2
/
+2
*
limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...
Cristián Maureira-Fredes
2024-11-08
2
-28
/
+28
*
limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macros
Cristián Maureira-Fredes
2024-11-08
1
-2
/
+2
*
limited api: replace PySequence_Fast_GET_SIZE by PySequence_Size
Cristián Maureira-Fredes
2024-11-08
3
-4
/
+4
*
limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItem
Cristián Maureira-Fredes
2024-11-08
4
-20
/
+34
*
PySide6: Fix build when defining QT_NO_CAST_FROM_ASCII for the modules
Friedemann Kleint
2023-12-08
1
-1
/
+1
*
PySide6: Expand template PyDateTime_ImportAndCheck
Friedemann Kleint
2022-12-16
1
-9
/
+0
*
PyEnum: Fix QKeySequence to stay correct when switching IntEnum to Enum
Christian Tismer
2022-08-09
1
-9
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
6
-228
/
+12
*
PyEnum: Implement Switchable Qt Enums Using Python Enums
Christian Tismer
2022-05-22
1
-0
/
+3
*
Add readBytes and writeBytes functions from QDataStream
Shyamnath Premnadh
2022-04-08
1
-0
/
+63
*
PySide6: Add __repr__ to QEvents
Friedemann Kleint
2022-01-21
1
-0
/
+12
*
shiboken6: Add predefined templates for standard container type conversion
Friedemann Kleint
2021-11-08
1
-110
/
+0
*
Remove some C-style casts
Friedemann Kleint
2021-09-13
1
-1
/
+1
*
Allow threads for QInputDialog templates
Cristián Maureira-Fredes
2021-08-10
1
-5
/
+22
*
Shiboken: Remove cheating macros
Christian Tismer
2021-08-06
1
-4
/
+4
*
PySide6: Use constData() in snippets where applicable
Friedemann Kleint
2021-07-27
1
-1
/
+1
*
Handle QMultiMap/QMultiHash with several values per key
Friedemann Kleint
2021-07-21
1
-0
/
+53
*
PySide6: Remove QVector conversion templates
Friedemann Kleint
2021-07-13
1
-30
/
+0
*
PySide6: Avoid unnecessary copies in container conversions
Friedemann Kleint
2021-07-12
1
-3
/
+3
*
Fix crashes when using the QImage(uchar *) data constructors, take 2
Friedemann Kleint
2021-05-25
1
-1
/
+2
*
Revert "Fix crashes when using the QImage(uchar *) data constructors"
Friedemann Kleint
2021-05-25
1
-2
/
+2
*
Fix crashes when using the QImage(uchar *) data constructors
Friedemann Kleint
2021-05-12
1
-2
/
+2
*
PySide6: Call reserve() when converting lists
Friedemann Kleint
2021-04-20
1
-0
/
+6
*
Pyside6: Move QtOpenGLFunctions into QtOpenGL
Friedemann Kleint
2021-03-12
2
-48
/
+5
*
PySide6: Brush up the injected code snippets and templates
Friedemann Kleint
2021-03-10
3
-22
/
+22
*
PySide6: Remove unused glue code
Friedemann Kleint
2021-03-10
2
-131
/
+0
*
Modernize sequence conversions
Friedemann Kleint
2021-03-02
1
-6
/
+6
*
Rename the templates and adapt the types from QVector to QList in DataVisuali...
Friedemann Kleint
2021-03-01
1
-2
/
+2
*
Rename PySide2 to PySide6
Friedemann Kleint
2020-11-02
8
-0
/
+1098