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
/
libpyside
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some qvariant helper code into libpyside
Friedemann Kleint
10 days
3
-0
/
+251
*
Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper>
Friedemann Kleint
13 days
4
-25
/
+44
*
libpyside: Add a debug operator for PyObjectWrapper
Friedemann Kleint
2025-05-16
2
-1
/
+26
*
libpyside: Make PyObjectWrapper movable
Friedemann Kleint
2025-05-13
2
-2
/
+14
*
libshiboken: Move override name calculation into basewrapper
Friedemann Kleint
2025-05-07
1
-0
/
+1
*
libshiboken: Add utility class for stashing Python errors
Friedemann Kleint
2025-05-07
3
-19
/
+12
*
Fix QMetaEnum conversions into QVariant
Renato Araujo Oliveira Filho
2025-04-23
3
-18
/
+26
*
PySide/Signal manager: Fix corruption when connecting to temporary object
Friedemann Kleint
2025-04-17
1
-0
/
+1
*
Replace Py_GetProgramFullPath by PySys_GetObject
Cristián Maureira-Fredes
2025-04-10
1
-1
/
+1
*
type hints: Correct type signature for Property class
Ece Cinucen
2025-04-03
1
-4
/
+4
*
PySide6: Port to Qt include style
Friedemann Kleint
2025-03-27
26
-66
/
+65
*
Fix includes of libshiboken
Friedemann Kleint
2025-03-26
11
-24
/
+46
*
Move helper function isCompiledMethod() to libshiboken
Friedemann Kleint
2025-03-20
5
-7
/
+11
*
MetaObjectBuilder: Export the class symbol
Shyamnath Premnadh
2025-03-19
1
-2
/
+2
*
Fix connecting signals by QMetaMethod
Friedemann Kleint
2025-02-28
1
-2
/
+4
*
Improve type annotations, first step
Ece Cinucen
2025-02-27
3
-17
/
+17
*
type hints: Fix Slot() type annotation
Ece Cinucen
2025-02-26
1
-1
/
+1
*
Fix disconnecting a string-based connection by passing a callable
Friedemann Kleint
2025-02-20
1
-2
/
+9
*
Fix crash of signals with object-type parameter being passed by const-ref
Friedemann Kleint
2025-02-11
1
-3
/
+8
*
libpyside: Fix some clang-tidy warnings
Friedemann Kleint
2025-02-03
6
-11
/
+9
*
build system: Explicitly find private modules in libraries
Friedemann Kleint
2025-01-27
1
-0
/
+2
*
libpyside/ PySideSignal: Fix a memory leak connecting to signals
Friedemann Kleint
2024-12-16
4
-134
/
+156
*
libpyside/ PySideSignal: Reduce number of weakref handlers for sender tracking
Friedemann Kleint
2024-12-16
3
-31
/
+58
*
Fix trailing empty lines
Friedemann Kleint
2024-12-13
2
-2
/
+0
*
Fix occasional hang of test QtWidgets/bug_844.py on Linux with DBUS-based acc...
Friedemann Kleint
2024-12-09
1
-5
/
+8
*
limited api: Remove PyCFunction_GET_FUNCTION, PyCFunction_GET_SELF, and PyCFu...
Cristián Maureira-Fredes
2024-12-09
2
-6
/
+5
*
libpyside: Output refcount in debug operators
Friedemann Kleint
2024-11-12
1
-1
/
+7
*
limited api: Remove PyBytes_AS_STRING and PyBytes_GET_SIZE
Cristián Maureira-Fredes
2024-11-08
2
-3
/
+3
*
limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...
Cristián Maureira-Fredes
2024-11-08
10
-32
/
+31
*
limited api: replace PySequence_Fast_GET_SIZE by PySequence_Size
Cristián Maureira-Fredes
2024-11-08
2
-2
/
+2
*
limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItem
Cristián Maureira-Fredes
2024-11-08
1
-2
/
+3
*
Fix error handling in non-slot connection receivers
Friedemann Kleint
2024-10-21
3
-0
/
+13
*
type hints: Fix typing.Callable to include parameters
Christian Tismer
2024-10-17
2
-10
/
+14
*
PySide6-property: Improve error handling
Friedemann Kleint
2024-10-16
1
-1
/
+1
*
Fix disconnecting from C functions (qobject_connect_notify_test flakyness)
Friedemann Kleint
2024-10-09
2
-4
/
+12
*
Work around deprecation of PyWeakref_GetObject() in Python 3.13
Friedemann Kleint
2024-09-11
1
-1
/
+1
*
libpyside: Reimplement signal connections for Python callables not targeting ...
Friedemann Kleint
2024-08-21
9
-647
/
+275
*
Fix Enum properties for Qt Designer
Friedemann Kleint
2024-08-20
1
-1
/
+21
*
Signal manager: Use the same signature lookup for connect/disconnect
Friedemann Kleint
2024-08-07
1
-33
/
+34
*
libpyside: Fix QObject.disconnectNotify()
Friedemann Kleint
2024-08-06
1
-2
/
+2
*
libshiboken: Remove PepRuntime_38_flag
Friedemann Kleint
2024-08-06
1
-5
/
+3
*
libpyside: Use the new DynamicSlot in PySideQSlotObject
Friedemann Kleint
2024-07-29
2
-10
/
+11
*
libpyside: Split DynamicSlotDataV2 into separate classes
Friedemann Kleint
2024-07-11
5
-149
/
+282
*
libpyside: Avoid splitting/reassembling of signal/slot signatures
Friedemann Kleint
2024-07-10
3
-49
/
+24
*
libpyside: Prevent GlobalReceiver object creation for connections with contexts
Friedemann Kleint
2024-07-10
1
-15
/
+1
*
libpyside: Refactor signature handling in GlobalReceiverV2
Friedemann Kleint
2024-07-09
5
-27
/
+14
*
libpyside: Pass MetaObjectBuilder signature as QByteArray
Friedemann Kleint
2024-07-09
5
-45
/
+74
*
libpyside: Avoid QByteArray construction getArgsFromSignature()
Friedemann Kleint
2024-07-09
1
-9
/
+16
*
Add QMessageBox.open() with a slot
Friedemann Kleint
2024-07-04
2
-0
/
+22
*
Fix Qt Gui applications running in interactive mode
Friedemann Kleint
2024-07-04
1
-1
/
+40
[next]