| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix disconnecting multiple index-based connections | Friedemann Kleint | 2025-09-22 | 1 | -2/+5 |
| * | libshiboken: Split out PEP functions from sbkpython.h | Friedemann Kleint | 2025-09-05 | 1 | -0/+1 |
| * | PySide6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 1 | -3/+3 |
| * | Move helper function isCompiledMethod() to libshiboken | Friedemann Kleint | 2025-03-20 | 1 | -1/+2 |
| * | Fix connecting signals by QMetaMethod | Friedemann Kleint | 2025-02-28 | 1 | -2/+4 |
| * | Fix disconnecting a string-based connection by passing a callable | Friedemann Kleint | 2025-02-20 | 1 | -2/+9 |
| * | limited api: Remove PyCFunction_GET_FUNCTION, PyCFunction_GET_SELF, and PyCFu... | Cristián Maureira-Fredes | 2024-12-09 | 1 | -1/+1 |
| * | libpyside: Reimplement signal connections for Python callables not targeting ... | Friedemann Kleint | 2024-08-21 | 1 | -93/+46 |
| * | libpyside: Fix QObject.disconnectNotify() | Friedemann Kleint | 2024-08-06 | 1 | -2/+2 |
| * | libpyside: Avoid splitting/reassembling of signal/slot signatures | Friedemann Kleint | 2024-07-10 | 1 | -4/+11 |
| * | 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 | 1 | -2/+1 |
| * | libpyside: Pass MetaObjectBuilder signature as QByteArray | Friedemann Kleint | 2024-07-09 | 1 | -2/+3 |
| * | Add QMessageBox.open() with a slot | Friedemann Kleint | 2024-07-04 | 1 | -0/+18 |
| * | libpyside: Fix parameters for connections with contexts | Friedemann Kleint | 2024-07-04 | 1 | -2/+4 |
| * | libpyside: Fix QObject.connectNotify() | Friedemann Kleint | 2024-07-04 | 1 | -2/+2 |
| * | libpyside: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -6/+7 |
| * | QObject: Add connect() overload with context arg | Adrian Herrmann | 2024-02-07 | 1 | -0/+43 |
| * | libpyside: Port the signal signature code from QString to QByteArray | Friedemann Kleint | 2023-11-16 | 1 | -2/+2 |
| * | Fix threading deadlocks of QObject::(dis)connect() with (dis)connectNotify() | Friedemann Kleint | 2023-10-24 | 1 | -2/+9 |
| * | Fix disconnecting non-decorated slot of base class from signal | Friedemann Kleint | 2023-10-13 | 1 | -1/+2 |
| * | Fix connections to base class slots falling back to global receiver | Friedemann Kleint | 2023-08-22 | 1 | -4/+30 |
| * | Brush up code related to pre-Jira bug 1019 | Friedemann Kleint | 2023-08-22 | 1 | -2/+5 |
| * | Fix crash when mixing other decorators with @Slot | Friedemann Kleint | 2023-05-23 | 1 | -0/+2 |
| * | Fix QObject::sender() for non-C++ slots | Friedemann Kleint | 2022-12-12 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |
| * | PyPySide: fix callbacks with the new "builtin method" type | Christian Tismer | 2022-03-17 | 1 | -0/+6 |
| * | libpyside: Move helper isCompiledMethod() to pysideutils.h | Friedemann Kleint | 2022-01-19 | 1 | -0/+1 |
| * | Safe distinction of Nuitka compiled methods | Shyamnath Premnadh | 2022-01-18 | 1 | -2/+1 |
| * | libpyside: Split up the pyside.h header | Friedemann Kleint | 2021-11-26 | 1 | -1/+1 |
| * | PySide6: Move QObject signal connection code into libpyside | Friedemann Kleint | 2021-11-23 | 1 | -0/+284 |