| Commit message (Expand) | Author | Age | Files | Lines |
| * | libpyside: Reimplement signal connections for Python callables not targeting ... | Friedemann Kleint | 2024-08-21 | 1 | -180/+0 |
| * | libpyside: Split DynamicSlotDataV2 into separate classes | Friedemann Kleint | 2024-07-11 | 1 | -143/+12 |
| * | libpyside: Refactor signature handling in GlobalReceiverV2 | Friedemann Kleint | 2024-07-09 | 1 | -22/+9 |
| * | libpyside: Add explanatory comment about methods | Friedemann Kleint | 2024-06-24 | 1 | -2/+6 |
| * | libpyside: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -6/+4 |
| * | libpyside: Remove short circuit signal handling | Friedemann Kleint | 2024-05-27 | 1 | -2/+1 |
| * | libpyside: Fix spelling error in function name | Friedemann Kleint | 2024-03-25 | 1 | -1/+1 |
| * | Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library code | Friedemann Kleint | 2024-01-16 | 1 | -1/+2 |
| * | Modernize qHash functions preparing introduction of Qt's comparison helpers | Friedemann Kleint | 2023-12-19 | 1 | -9/+0 |
| * | libshiboken/libpyside: Fix some static analysis warnings | Friedemann Kleint | 2023-09-20 | 1 | -1/+1 |
| * | PySide6: Add debug operators for DynamicSlotDataV2/GlobalReceiverV2 | Friedemann Kleint | 2023-06-27 | 1 | -0/+54 |
| * | Revert anonymous slot memory leak fix | Adrian Herrmann | 2023-06-02 | 1 | -10/+1 |
| * | Leak fix: special consideration for functools.partial | Shyamnath Premnadh | 2023-05-25 | 1 | -0/+5 |
| * | Fix leak connecting signals to anonymous functions | Adrian Herrmann | 2023-05-11 | 1 | -1/+5 |
| * | libpyside: Rename the static strings | Friedemann Kleint | 2022-12-16 | 1 | -4/+4 |
| * | Fix QObject::sender() for non-C++ slots | Friedemann Kleint | 2022-12-12 | 1 | -2/+12 |
| * | Fix a crash when deleting QObject instances with connections in threads | Friedemann Kleint | 2022-12-08 | 1 | -89/+24 |
| * | Remove remaining Q_NULLPTR | Friedemann Kleint | 2022-12-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |
| * | 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 | -4/+2 |
| * | libpyside: Remove unused dynamicqmetaobject_p.h | Friedemann Kleint | 2022-01-07 | 1 | -1/+0 |
| * | PySide6: Fix crash when connecting slot after disconnecting non-existent conn... | Friedemann Kleint | 2021-11-19 | 1 | -2/+4 |
| * | libpyside6: Use isEmpty() instead of empty() for Qt containers | Friedemann Kleint | 2021-11-19 | 1 | -3/+3 |
| * | nuitka: Fix slot access for compiled functions | Christian Tismer | 2021-06-06 | 1 | -0/+6 |
| * | Nuitka: Allow for compiled functions and methods too | Christian Tismer | 2021-03-26 | 1 | -7/+21 |
| * | libpyside: Fix some clang analzyer warnings | Friedemann Kleint | 2021-03-11 | 1 | -7/+9 |
| * | libpyside: Refactor GlobalReceiverV2Map | Friedemann Kleint | 2020-11-17 | 1 | -30/+27 |
| * | globalreceiverv2: Avoid hash call on instances which might be unhashable | Christian Tismer | 2020-11-17 | 1 | -7/+8 |
| * | Rename PySide2 to PySide6 | Friedemann Kleint | 2020-11-02 | 1 | -0/+348 |