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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpyside: Add a debug operator for PyObjectWrapper
HEAD
dev
Friedemann Kleint
2 hours
2
-1
/
+26
*
libshiboken6: Add warnings for conversion errors
Friedemann Kleint
2 hours
1
-2
/
+11
*
Fix some warnings in tests
Friedemann Kleint
2 hours
4
-19
/
+20
*
Add changelog 6.9.1
Friedemann Kleint
8 hours
1
-0
/
+56
*
type hints: Fix QInputDialog get methods
Ece Cinucen
32 hours
1
-0
/
+5
*
type hints: Improve topological sorting between Sequence and Iterable
Christian Tismer
2 days
1
-1
/
+7
*
libpyside: Make PyObjectWrapper movable
Friedemann Kleint
3 days
2
-2
/
+14
*
CI: Use Python 3.10 instead of 3.8 on Win x86_64
Simo Fält
3 days
1
-0
/
+12
*
type hints: Correct the collections import in the pyi files
Ece Cinucen
4 days
1
-1
/
+1
*
Example: Port qtcharts audio example to qtgraphs
Ece Cinucen
4 days
6
-0
/
+143
*
Fix pyside6-project relative paths handling and pyproject.toml migration
Jaime Resano
7 days
5
-29
/
+72
*
Fix crash retrieving a QGraphicsProxyObject from QVariant
Friedemann Kleint
7 days
5
-2
/
+62
*
shiboken6/Documentation: Fix wrong code snippets
Friedemann Kleint
7 days
1
-2
/
+2
*
shiboken6: Add code injection for the wrapper declaration
Friedemann Kleint
7 days
4
-75
/
+84
*
Documentation: Recommend using a Dev Drive on Windows
Friedemann Kleint
7 days
1
-2
/
+9
*
libshiboken: Move override name calculation into basewrapper
Friedemann Kleint
9 days
4
-20
/
+32
*
libshiboken: Add utility class for stashing Python errors
Friedemann Kleint
9 days
11
-58
/
+106
*
libshiboken: Use PyErr_SetRaisedException() for unraisable exceptions
Friedemann Kleint
9 days
1
-11
/
+38
*
CI: Fix filetype of artifacts archive
Simo Fält
9 days
1
-1
/
+1
*
Improve example_gallery script
Jaime Resano
12 days
1
-332
/
+340
*
libshiboken: Introduce define for old PyErr_ API
Friedemann Kleint
2025-05-02
2
-5
/
+10
*
Fix unused variable warning in QVariant conversion
Friedemann Kleint
2025-05-02
1
-3
/
+1
*
Allow for building with Clang 14 (Yocto)
Friedemann Kleint
2025-04-30
3
-1
/
+22
*
shiboken6: Rephrase documentation of the default-superclass attribute
Friedemann Kleint
2025-04-28
1
-3
/
+6
*
Fix pyside6-metaobjectdump crash when using @Slot(result=None)
Jaime Resano
2025-04-25
1
-1
/
+3
*
Remove dependency on tomlkit
Shyamnath Premnadh
2025-04-24
2
-47
/
+96
*
PySide6/type system: Remove obsolete "since" attributes
Friedemann Kleint
2025-04-23
5
-88
/
+88
*
libshiboken: Refactor BindingManager::getOverride()
Friedemann Kleint
2025-04-23
1
-47
/
+33
*
Fix QMetaEnum conversions into QVariant
Renato Araujo Oliveira Filho
2025-04-23
8
-19
/
+49
*
type-hints: Fix properties on __init__ functions
Ece Cinucen
2025-04-23
1
-1
/
+5
*
Fix crash when entering a Qt message handler with a Python error set
Friedemann Kleint
2025-04-23
1
-0
/
+5
*
Fix building of .pyi files for Windows debug
Friedemann Kleint
2025-04-17
1
-4
/
+7
*
PySide/Signal manager: Fix corruption when connecting to temporary object
Friedemann Kleint
2025-04-17
1
-0
/
+1
*
Expose QPolygonF operator==, != inherited from QList
Renato Araujo Oliveira Filho
2025-04-16
2
-0
/
+17
*
CI: Use master.qt.io instead of mirror for downloading libclang
Simo Fält
2025-04-16
2
-2
/
+2
*
shiboken6: Fix invalid function parameters caused by lambdas in inline code
Friedemann Kleint
2025-04-16
1
-2
/
+6
*
Replace Py_GetProgramFullPath by PySys_GetObject
Cristián Maureira-Fredes
2025-04-10
1
-1
/
+1
*
Replace strncpy by memcpy
Cristián Maureira-Fredes
2025-04-10
1
-1
/
+2
*
Deployment: Rephrase a warning message
Shyamnath Premnadh
2025-04-10
1
-2
/
+2
*
PySide6: Add class QMessageLogger
Shyamnath Premnadh
2025-04-10
6
-0
/
+160
*
Use QT_CONFIG when possible
Cristián Maureira-Fredes
2025-04-07
3
-5
/
+5
*
qtasyncio: fix f-string quotation
Cristián Maureira-Fredes
2025-04-07
1
-2
/
+2
*
build: drop license from classifiers
Cristián Maureira-Fredes
2025-04-04
1
-4
/
+0
*
type-hints: Correct QMessagebox annotations
Ece Cinucen
2025-04-04
1
-10
/
+30
*
doc: Fix unclosed command formatting
Jaime Resano
2025-04-04
1
-1
/
+1
*
doc: Fix broken ref: "parent"
Jaime Resano
2025-04-03
1
-2
/
+2
*
doc: Add remoteobjects/modelview screenshot
Jaime Resano
2025-04-03
1
-0
/
+0
*
type hints: Correct type signature for QObject class
Ece Cinucen
2025-04-03
1
-0
/
+3
*
type hints: Correct type signature for Property class
Ece Cinucen
2025-04-03
1
-4
/
+4
*
build: fix author metadata for cross compiled wheels
Cristián Maureira-Fredes
2025-03-27
1
-3
/
+3
[next]