Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PySide6: Port to Qt include styleFriedemann Kleint2025-03-271-3/+3
* Move helper function isCompiledMethod() to libshibokenFriedemann Kleint2025-03-201-1/+2
* Fix connecting signals by QMetaMethodFriedemann Kleint2025-02-281-2/+4
* Fix disconnecting a string-based connection by passing a callableFriedemann Kleint2025-02-201-2/+9
* limited api: Remove PyCFunction_GET_FUNCTION, PyCFunction_GET_SELF, and PyCFu...Cristián Maureira-Fredes2024-12-091-1/+1
* libpyside: Reimplement signal connections for Python callables not targeting ...Friedemann Kleint2024-08-211-93/+46
* libpyside: Fix QObject.disconnectNotify()Friedemann Kleint2024-08-061-2/+2
* libpyside: Avoid splitting/reassembling of signal/slot signaturesFriedemann Kleint2024-07-101-4/+11
* libpyside: Prevent GlobalReceiver object creation for connections with contextsFriedemann Kleint2024-07-101-15/+1
* libpyside: Refactor signature handling in GlobalReceiverV2Friedemann Kleint2024-07-091-2/+1
* libpyside: Pass MetaObjectBuilder signature as QByteArrayFriedemann Kleint2024-07-091-2/+3
* Add QMessageBox.open() with a slotFriedemann Kleint2024-07-041-0/+18
* libpyside: Fix parameters for connections with contextsFriedemann Kleint2024-07-041-2/+4
* libpyside: Fix QObject.connectNotify()Friedemann Kleint2024-07-041-2/+2
* libpyside: Fix static analysis warningsFriedemann Kleint2024-06-241-6/+7
* 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