aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/dynamicslot.cpp
Commit message (Expand)AuthorAgeFilesLines
* libpyside: Fix corruption connecting several signals to one non-QObject receiverFriedemann Kleint2025-07-311-41/+10
* PySide6: Suppress warning when doing first signal connection from a threadFriedemann Kleint2025-07-241-1/+17
* PySide/Signal manager: Fix corruption when connecting to temporary objectFriedemann Kleint2025-04-171-0/+1
* PySide6: Port to Qt include styleFriedemann Kleint2025-03-271-5/+5
* Move helper function isCompiledMethod() to libshibokenFriedemann Kleint2025-03-201-1/+2
* Fix error handling in non-slot connection receiversFriedemann Kleint2024-10-211-0/+8
* Fix disconnecting from C functions (qobject_connect_notify_test flakyness)Friedemann Kleint2024-10-091-3/+10
* Work around deprecation of PyWeakref_GetObject() in Python 3.13Friedemann Kleint2024-09-111-1/+1
* libpyside: Reimplement signal connections for Python callables not targeting ...Friedemann Kleint2024-08-211-29/+212
* libpyside: Split DynamicSlotDataV2 into separate classesFriedemann Kleint2024-07-111-0/+220