| Commit message (Expand) | Author | Age | Files | Lines |
| * | libpysideqml: Extract QmlListPropertyMixin | Friedemann Kleint | 2025-11-21 | 4 | -61/+205 |
| * | libpyside/libpysideqml: Introduce flags for property arguments | Friedemann Kleint | 2025-11-14 | 1 | -6/+13 |
| * | libpyside/libpysideqml: Refactor property argument parsing | Friedemann Kleint | 2025-11-14 | 1 | -23/+21 |
| * | libpyside: Add qobjectType() to return the Python type QObject | Friedemann Kleint | 2025-10-01 | 5 | -23/+17 |
| * | Replace _PepUnicode_AsString() by PyUnicode_AsUTF8AndSize() | Friedemann Kleint | 2025-09-18 | 1 | -1/+1 |
| * | libshiboken: Split out PEP functions from sbkpython.h | Friedemann Kleint | 2025-09-05 | 5 | -0/+6 |
| * | Reduce usage of PyTypeObject::tp_name | Friedemann Kleint | 2025-09-05 | 4 | -11/+15 |
| * | Add PepModule_AddType() | Friedemann Kleint | 2025-09-03 | 6 | -11/+11 |
| * | Adapt to deprecation of PyEval_GetGlobals() | Friedemann Kleint | 2025-09-03 | 1 | -2/+8 |
| * | Fix compilation with Python 3.14/raised limited API/PyObject parameters | Friedemann Kleint | 2025-09-03 | 6 | -23/+29 |
| * | Build: Fix super project build | Shyamnath Premnadh | 2025-07-09 | 1 | -6/+8 |
| * | Fix CMake targets to be relocatable in wheels | Shyamnath Premnadh | 2025-07-07 | 1 | -0/+8 |
| * | PySide: Consolidate pyside6qml into PySide6 CMake package | Shyamnath Premnadh | 2025-07-07 | 4 | -48/+2 |
| * | Modify headers installation for CMake builds | Shyamnath Premnadh | 2025-07-04 | 1 | -2/+2 |
| * | libshiboken: Add utility class for stashing Python errors | Friedemann Kleint | 2025-05-07 | 1 | -7/+8 |
| * | PySide6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 9 | -19/+19 |
| * | Fix includes of libshiboken | Friedemann Kleint | 2025-03-26 | 7 | -12/+25 |
| * | Improve type annotations, first step | Ece Cinucen | 2025-02-27 | 1 | -4/+4 |
| * | build system: Explicitly find private modules in libraries | Friedemann Kleint | 2025-01-27 | 1 | -0/+2 |
| * | limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ... | Cristián Maureira-Fredes | 2024-11-08 | 4 | -14/+14 |
| * | type hints: Fix typing.Callable to include parameters | Christian Tismer | 2024-10-17 | 1 | -2/+5 |
| * | libpysideqml: Fix MSVC lossy integer conversion warning in QML error handling | Friedemann Kleint | 2024-09-10 | 1 | -4/+6 |
| * | libpysideqml: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 6 | -19/+21 |
| * | Shiboken: Simplify Python Error Messages | Christian Tismer | 2024-05-10 | 1 | -1/+1 |
| * | Fix class hierarchies not working with legacy qmlRegisterType() | Friedemann Kleint | 2024-05-02 | 3 | -14/+47 |
| * | PySide: Fix QML ListProperty | Shyamnath Premnadh | 2024-04-30 | 1 | -1/+1 |
| * | Replace <QtCore/QtGlobal> by respective smaller headers | Friedemann Kleint | 2024-01-25 | 7 | -12/+3 |
| * | PySide6: Fix build with namespaced Qt | Friedemann Kleint | 2024-01-24 | 1 | -1/+4 |
| * | Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library code | Friedemann Kleint | 2024-01-16 | 1 | -1/+2 |
| * | Fix usages of QLatin1String (deprecation candidate) | Friedemann Kleint | 2023-11-29 | 1 | -1/+1 |
| * | Add static create() function for decorated QML singletons | Friedemann Kleint | 2023-11-09 | 1 | -5/+39 |
| * | Introduce a callback functor for QML singleton creation | Friedemann Kleint | 2023-11-05 | 1 | -41/+109 |
| * | Improve the error handling of the QML singleton creation | Friedemann Kleint | 2023-11-01 | 1 | -5/+17 |
| * | Fix C-assert in qmlRegisterType()/QmlSingleton when passing non-QObject (3.12) | Friedemann Kleint | 2023-10-27 | 1 | -2/+6 |
| * | shiboken: Unify the structure of type creation functions | Christian Tismer | 2023-10-25 | 1 | -18/+20 |
| * | libpysideqml: Fix C++ version property | Friedemann Kleint | 2023-10-24 | 1 | -1/+1 |
| * | libpysideqml: Fix non-Unity build | Friedemann Kleint | 2023-10-24 | 1 | -1/+1 |
| * | QML registration code: Modernize | Friedemann Kleint | 2023-10-23 | 6 | -132/+235 |
| * | QML registration code: Unify checks for QObject inheritance | Friedemann Kleint | 2023-10-23 | 1 | -9/+4 |
| * | QML registration code: Introduce a struct for import data | Friedemann Kleint | 2023-10-23 | 1 | -36/+82 |
| * | QML registration code: Port from std::string to QByteArray | Friedemann Kleint | 2023-10-23 | 5 | -50/+40 |
| * | Support running PySide on Python 3.12, QML bug | Christian Tismer | 2023-10-17 | 1 | -2/+7 |
| * | Fix crash of test registersingletontype.py in Qt 6.7 | Friedemann Kleint | 2023-10-02 | 1 | -49/+58 |
| * | Fix crashes related to enums in QML singletons | Friedemann Kleint | 2023-08-24 | 1 | -0/+2 |
| * | Add support for QQmlComponent in Property | Cristián Maureira-Fredes | 2023-08-10 | 1 | -0/+2 |
| * | PySide6: Enable basic property arguments for QmlListProperty | Friedemann Kleint | 2023-05-03 | 1 | -3/+24 |
| * | CMakeLists.txt: Add header files | Friedemann Kleint | 2023-03-01 | 1 | -16/+17 |
| * | Add license headers to cmake files | Friedemann Kleint | 2023-02-16 | 1 | -0/+3 |
| * | PySide6: Port from QSharedPointer to std::shared_ptr | Friedemann Kleint | 2023-01-04 | 7 | -13/+13 |
| * | Build system: Add an option to enable CMake UNITY_BUILD (jumbo) builds | Friedemann Kleint | 2022-12-19 | 1 | -0/+5 |