aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/qobjectconnect.cpp
Commit message (Expand)AuthorAgeFilesLines
* QObject: Add connect() overload with context argAdrian Herrmann2024-02-071-0/+43
* libpyside: Port the signal signature code from QString to QByteArrayFriedemann Kleint2023-11-161-2/+2
* Fix threading deadlocks of QObject::(dis)connect() with (dis)connectNotify()Friedemann Kleint2023-10-241-2/+9
* Fix disconnecting non-decorated slot of base class from signalFriedemann Kleint2023-10-131-1/+2
* Fix connections to base class slots falling back to global receiverFriedemann Kleint2023-08-221-4/+30
* Brush up code related to pre-Jira bug 1019Friedemann Kleint2023-08-221-2/+5
* Fix crash when mixing other decorators with @SlotFriedemann Kleint2023-05-231-0/+2
* Fix QObject::sender() for non-C++ slotsFriedemann Kleint2022-12-121-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* PyPySide: fix callbacks with the new "builtin method" typeChristian Tismer2022-03-171-0/+6
* libpyside: Move helper isCompiledMethod() to pysideutils.hFriedemann Kleint2022-01-191-0/+1
* Safe distinction of Nuitka compiled methodsShyamnath Premnadh2022-01-181-2/+1
* libpyside: Split up the pyside.h headerFriedemann Kleint2021-11-261-1/+1
* PySide6: Move QObject signal connection code into libpysideFriedemann Kleint2021-11-231-0/+284