| Commit message (Expand) | Author | Age | Files | Lines |
| * | libpyside/libpysideqml: Introduce flags for property arguments | Friedemann Kleint | 12 days | 1 | -9/+10 |
| * | Fix handling type with equal names in signal/slot | Friedemann Kleint | 2025-10-01 | 1 | -15/+7 |
| * | Replace PepType_GetSlot() by PyType_GetSlot() | Friedemann Kleint | 2025-09-18 | 1 | -1/+1 |
| * | libshiboken: Split out PEP functions from sbkpython.h | Friedemann Kleint | 2025-09-05 | 1 | -0/+1 |
| * | Reduce usage of PyTypeObject::tp_name | Friedemann Kleint | 2025-09-05 | 1 | -2/+2 |
| * | Use PepType_GetNameStr() where appropriate | Friedemann Kleint | 2025-09-03 | 1 | -3/+1 |
| * | Use the C-string functions from namespace std, consistently | Friedemann Kleint | 2025-09-02 | 1 | -2/+2 |
| * | MetaObjectBuilder: Handle quint64 enumerations | Friedemann Kleint | 2025-06-30 | 1 | -8/+29 |
| * | Enable using @QEnum/@QFlag-decorated enums as custom widget properties | Friedemann Kleint | 2025-06-17 | 1 | -5/+12 |
| * | PySide6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 1 | -5/+5 |
| * | Fix includes of libshiboken | Friedemann Kleint | 2025-03-26 | 1 | -3/+4 |
| * | libpyside: Fix some clang-tidy warnings | Friedemann Kleint | 2025-02-03 | 1 | -1/+1 |
| * | limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ... | Cristián Maureira-Fredes | 2024-11-08 | 1 | -3/+3 |
| * | libpyside: Pass MetaObjectBuilder signature as QByteArray | Friedemann Kleint | 2024-07-09 | 1 | -3/+3 |
| * | Add warning when adding a Python-declared property fails | Friedemann Kleint | 2024-06-27 | 1 | -2/+17 |
| * | libpyside: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -12/+12 |
| * | Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library code | Friedemann Kleint | 2024-01-16 | 1 | -1/+1 |
| * | libpyside: Implement QMetaMethod::tags() for @Slot | Friedemann Kleint | 2023-10-17 | 1 | -3/+7 |
| * | shiboken: Get rid of tp_dict in general | Christian Tismer | 2023-10-09 | 1 | -2/+4 |
| * | Replace QPair by std::pair | Friedemann Kleint | 2023-09-29 | 1 | -3/+2 |
| * | Avoid some string conversions | Friedemann Kleint | 2023-09-27 | 1 | -2/+3 |
| * | libshiboken/libpyside: Fix some static analysis warnings | Friedemann Kleint | 2023-09-20 | 1 | -2/+2 |
| * | PySide6: Strictly check the argument names argument to Signal | Friedemann Kleint | 2023-09-05 | 1 | -2/+2 |
| * | libpyside: Refactor passing slot data between @Slot and MetaObjectBuilder | Friedemann Kleint | 2023-09-05 | 1 | -19/+9 |
| * | libpyside: Use a static string for the slot attribute attached to methods | Friedemann Kleint | 2023-08-30 | 1 | -1/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |
| * | libpyside: Refactor handling of named signal arguments | Friedemann Kleint | 2022-03-14 | 1 | -10/+8 |
| * | Fix grouped QML properties | Friedemann Kleint | 2022-03-03 | 1 | -7/+37 |
| * | libpyside: Remove unused dynamicqmetaobject_p.h | Friedemann Kleint | 2022-01-07 | 1 | -1/+0 |
| * | Add a __repr__ function for QMetaObject | Friedemann Kleint | 2022-01-06 | 1 | -0/+101 |
| * | libpyside: Split up the pyside.h header | Friedemann Kleint | 2021-11-26 | 1 | -1/+1 |
| * | Define SbkObjectType to be a PyTypeObject | Friedemann Kleint | 2021-09-11 | 1 | -1/+1 |
| * | Implement qmlRegisterSingletonInstance | Cristián Maureira-Fredes | 2021-08-17 | 1 | -2/+2 |
| * | Shiboken: Remove cheating macros | Christian Tismer | 2021-08-06 | 1 | -1/+1 |
| * | Replace QVector by QList | Friedemann Kleint | 2020-11-25 | 1 | -9/+7 |
| * | Rename PySide2 to PySide6 | Friedemann Kleint | 2020-11-02 | 1 | -0/+588 |