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
Commit message (
Expand
)
Author
Age
Files
Lines
*
shiboken6: Add a test for automatic conversion from T to std::optional<T>
HEAD
dev
Friedemann Kleint
15 hours
2
-0
/
+22
*
shiboken6: Generalize the target-to-native container conversion for smart poi...
Friedemann Kleint
15 hours
4
-17
/
+33
*
shiboken6: Split TargetToNativeConversion::sourceTypeCheck()
Friedemann Kleint
15 hours
3
-8
/
+13
*
Fix QVariant conversion of Python classes inheriting QGraphicsProxyObject
Friedemann Kleint
19 hours
2
-2
/
+14
*
shiboken6: Add target-to-native conversion rules for smart pointers
Friedemann Kleint
4 days
9
-19
/
+64
*
shiboken6: Factor out helper writeTemplateCustomConverterRegister()
Friedemann Kleint
4 days
2
-8
/
+23
*
Extract `libclang_lib_dir` more reliably
Cristian Le
5 days
1
-22
/
+3
*
type hints: Fix QPropertyAnimation annotations
Ece Cinucen
5 days
1
-0
/
+1
*
Android Deployment: Do not force install packages
Shyamnath Premnadh
5 days
3
-7
/
+23
*
Polish the documentation of variables in code snippets
Friedemann Kleint
10 days
2
-17
/
+21
*
Add overload for QDomDocument.setContent
Ece Cinucen
2025-05-24
2
-11
/
+16
*
shiboken6: Enable specifying template specializations as primitive types
Friedemann Kleint
2025-05-23
6
-0
/
+52
*
shiboken6: Fix passing QFlags by const-ref
Friedemann Kleint
2025-05-23
3
-19
/
+34
*
type hints: typing.Optional[...] -> typing.Optional[typing.Union[...]]
Łukasz Patron
2025-05-23
1
-0
/
+2
*
pyi_generator.py: Pass all args/kwargs to original formatannotation()
Łukasz Patron
2025-05-23
1
-2
/
+2
*
Move some qvariant helper code into libpyside
Friedemann Kleint
2025-05-22
7
-156
/
+260
*
Speed up invocation of overridden functions
Friedemann Kleint
2025-05-22
5
-40
/
+60
*
shiboken6: Improve message output of compiler support
Friedemann Kleint
2025-05-22
2
-13
/
+27
*
shiboken6: Determine the target platform
Friedemann Kleint
2025-05-22
4
-0
/
+52
*
shiboken: fix windows glitch on limited-api=no
Christian Tismer
2025-05-22
1
-2
/
+2
*
Remove deprecated Qt::TimeSpec usage in QDateTime constructor
Ece Cinucen
2025-05-21
4
-7
/
+16
*
shiboken6/Bucket test: Use an atomic<bool>
Friedemann Kleint
2025-05-20
2
-7
/
+13
*
Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper>
Friedemann Kleint
2025-05-19
5
-25
/
+78
*
libpyside: Add a debug operator for PyObjectWrapper
Friedemann Kleint
2025-05-16
2
-1
/
+26
*
libshiboken6: Add warnings for conversion errors
Friedemann Kleint
2025-05-16
1
-2
/
+11
*
Fix some warnings in tests
Friedemann Kleint
2025-05-16
4
-19
/
+20
*
type hints: Fix QInputDialog get methods
Ece Cinucen
2025-05-15
1
-0
/
+5
*
type hints: Improve topological sorting between Sequence and Iterable
Christian Tismer
2025-05-14
1
-1
/
+7
*
libpyside: Make PyObjectWrapper movable
Friedemann Kleint
2025-05-13
2
-2
/
+14
*
type hints: Correct the collections import in the pyi files
Ece Cinucen
2025-05-12
1
-1
/
+1
*
Fix pyside6-project relative paths handling and pyproject.toml migration
Jaime Resano
2025-05-09
5
-29
/
+72
*
Fix crash retrieving a QGraphicsProxyObject from QVariant
Friedemann Kleint
2025-05-09
5
-2
/
+62
*
shiboken6/Documentation: Fix wrong code snippets
Friedemann Kleint
2025-05-09
1
-2
/
+2
*
shiboken6: Add code injection for the wrapper declaration
Friedemann Kleint
2025-05-09
4
-75
/
+84
*
Documentation: Recommend using a Dev Drive on Windows
Friedemann Kleint
2025-05-09
1
-2
/
+9
*
libshiboken: Move override name calculation into basewrapper
Friedemann Kleint
2025-05-07
4
-20
/
+32
*
libshiboken: Add utility class for stashing Python errors
Friedemann Kleint
2025-05-07
11
-58
/
+106
*
libshiboken: Use PyErr_SetRaisedException() for unraisable exceptions
Friedemann Kleint
2025-05-07
1
-11
/
+38
*
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
1
-46
/
+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
[next]