| Commit message (Expand) | Author | Age | Files | Lines |
| * | libpyside: Add qobjectType() to return the Python type QObject | Friedemann Kleint | 2025-10-01 | 1 | -0/+4 |
| * | Replace PepType_GetSlot() by PyType_GetSlot() | Friedemann Kleint | 2025-09-18 | 1 | -4/+4 |
| * | Reduce usage of PyTypeObject::tp_name | Friedemann Kleint | 2025-09-05 | 1 | -2/+2 |
| * | Add PepModule_Add() | Friedemann Kleint | 2025-09-03 | 1 | -1/+1 |
| * | Adapt to deprecation of PyEval_GetBuiltins() | Friedemann Kleint | 2025-09-03 | 1 | -1/+3 |
| * | Adapt to deprecation of PySlice_GetIndicesEx() | Friedemann Kleint | 2025-08-29 | 1 | -4/+10 |
| * | Add QRangeModel | Friedemann Kleint | 2025-08-14 | 1 | -0/+249 |
| * | MetaObjectBuilder: Handle quint64 enumerations | Friedemann Kleint | 2025-06-30 | 1 | -0/+37 |
| * | Output more detailed build in QLibraryInfo::build() | Friedemann Kleint | 2025-06-30 | 1 | -10/+43 |
| * | Move some qvariant helper code into libpyside | Friedemann Kleint | 2025-05-22 | 1 | -47/+4 |
| * | Remove deprecated Qt::TimeSpec usage in QDateTime constructor | Ece Cinucen | 2025-05-21 | 1 | -0/+6 |
| * | libshiboken: Add utility class for stashing Python errors | Friedemann Kleint | 2025-05-07 | 1 | -5/+1 |
| * | Fix unused variable warning in QVariant conversion | Friedemann Kleint | 2025-05-02 | 1 | -3/+1 |
| * | Fix QMetaEnum conversions into QVariant | Renato Araujo Oliveira Filho | 2025-04-23 | 1 | -1/+11 |
| * | Fix crash when entering a Qt message handler with a Python error set | Friedemann Kleint | 2025-04-23 | 1 | -0/+5 |
| * | PySide6: Add class QMessageLogger | Shyamnath Premnadh | 2025-04-10 | 1 | -0/+12 |
| * | PySide6: Add support for std::chrono::seconds | Friedemann Kleint | 2025-03-26 | 1 | -2/+2 |
| * | Add support for std::chrono::milliseconds | Friedemann Kleint | 2025-03-03 | 1 | -0/+8 |
| * | PySide6: Change some templates to be snippets | Friedemann Kleint | 2025-02-20 | 1 | -0/+6 |
| * | shiboken6: Enable code snippets for templates | Friedemann Kleint | 2025-02-20 | 1 | -0/+12 |
| * | Adapt to QDateTime/Qt::TimeSpec deprecation | Friedemann Kleint | 2024-11-21 | 1 | -2/+7 |
| * | PySide6: Fix spelling error in PySideEasingCurveFunctor | Friedemann Kleint | 2024-11-21 | 1 | -1/+1 |
| * | PySide6: Improve the categorized logging functions | Friedemann Kleint | 2024-11-19 | 1 | -7/+0 |
| * | PySide6: Use %s-formatting for qDebug() and friends | Friedemann Kleint | 2024-11-19 | 1 | -5/+3 |
| * | limited api: Remove PyBytes_AS_STRING and PyBytes_GET_SIZE | Cristián Maureira-Fredes | 2024-11-08 | 1 | -17/+17 |
| * | limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ... | Cristián Maureira-Fredes | 2024-11-08 | 1 | -19/+19 |
| * | limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macros | Cristián Maureira-Fredes | 2024-11-08 | 1 | -2/+2 |
| * | limited api: replace PySequence_Fast_GET_SIZE by PySequence_Size | Cristián Maureira-Fredes | 2024-11-08 | 1 | -1/+1 |
| * | limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItem | Cristián Maureira-Fredes | 2024-11-08 | 1 | -1/+1 |
| * | PySide6: Add QModelRoleDataSpan | Friedemann Kleint | 2024-09-11 | 1 | -0/+20 |
| * | shiboken6: Refactor __getitem__/__setitem__ code generation | Friedemann Kleint | 2024-09-11 | 1 | -13/+18 |
| * | shiboken6: Fix some clang-tidy warnings in generated code | Friedemann Kleint | 2024-09-11 | 1 | -4/+4 |
| * | Add QDirListing | Friedemann Kleint | 2024-09-05 | 1 | -0/+20 |
| * | libpyside: Reimplement signal connections for Python callables not targeting ... | Friedemann Kleint | 2024-08-21 | 1 | -6/+1 |
| * | Fix clang warning: lambda capture 'count' is not used [-Wunused-lambda-capture] | Friedemann Kleint | 2024-08-01 | 1 | -1/+1 |
| * | Add QMessageBox.open() with a slot | Friedemann Kleint | 2024-07-04 | 1 | -19/+2 |
| * | Fix suppressed exceptions for 0-delay singleShot | Adrian Herrmann | 2024-05-27 | 1 | -0/+2 |
| * | Python 3.12: Avoid issues with reference counting of immortal Python types | Friedemann Kleint | 2024-05-16 | 1 | -4/+2 |
| * | Shiboken: Simplify Python Error Messages | Christian Tismer | 2024-05-10 | 1 | -8/+4 |
| * | LazyInit: Move the get arguments into a static structure | Christian Tismer | 2024-03-13 | 1 | -3/+4 |
| * | LazyInit: Implement Lazy Initialization by Delayed Module Entries | Christian Tismer | 2024-03-13 | 1 | -0/+2 |
| * | PySide6: fix systemLocale goes out of scope | Shyamnath Premnadh | 2024-03-13 | 1 | -1/+1 |
| * | Fix a crash when using struct.unpack() on a QByteArray with Limited API | Friedemann Kleint | 2024-03-07 | 1 | -2/+2 |
| * | Long live PyObjectHolder | Friedemann Kleint | 2024-03-05 | 1 | -12/+19 |
| * | Enum: Move special Flag patch into a snippet | Christian Tismer | 2024-03-05 | 1 | -0/+36 |
| * | Fix conversion of QVariant<->QMatrix<n>x<m> | Friedemann Kleint | 2024-02-22 | 1 | -11/+42 |
| * | Desktop Deployment: link permission libraries for macOS | Shyamnath Premnadh | 2024-02-21 | 1 | -0/+13 |
| * | QTimer: Call C++ function for singleShot timers | Adrian Herrmann | 2024-02-13 | 1 | -57/+67 |
| * | QTimer: Fix singleShot overload with context | Adrian Herrmann | 2024-02-07 | 1 | -23/+25 |
| * | QObject: Add connect() overload with context arg | Adrian Herrmann | 2024-02-07 | 1 | -0/+6 |