| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | PySide6: Fix CMake UNITY_BUILD (jumbo) builds of the libraries | Friedemann Kleint | 2022-12-16 | 2 | -2/+4 |
| * | libpyside/libpysideqml: Update list of headers to be installed | Friedemann Kleint | 2022-11-16 | 1 | -1/+11 |
| * | build: drop the version from the installed cmake directory | Cristián Maureira-Fredes | 2022-10-12 | 1 | -5/+5 |
| * | Fix build error on Windows caused by macro copysign in CPython | Friedemann Kleint | 2022-08-01 | 1 | -0/+6 |
| * | Build with lean Qt headers | Friedemann Kleint | 2022-06-29 | 1 | -0/+2 |
| * | Adapt to Qt 6.4 | Friedemann Kleint | 2022-06-29 | 1 | -3/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 23 | -874/+46 |
| * | Fix include conventions | Friedemann Kleint | 2022-04-22 | 1 | -1/+1 |
| * | Add QPyQmlParserStatus | Friedemann Kleint | 2022-04-01 | 1 | -6/+20 |
| * | Strip libraries in release mode | Friedemann Kleint | 2022-03-14 | 1 | -0/+2 |
| * | PySide6: Fix properties of type QQmlPropertyMap * | Friedemann Kleint | 2022-03-10 | 1 | -0/+4 |
| * | libpysideqml: Fix size of QObject | Friedemann Kleint | 2022-03-04 | 1 | -4/+2 |
| * | Simplify special code handling Qt Quick type registration | Friedemann Kleint | 2022-03-03 | 2 | -46/+39 |
| * | Fix grouped QML properties | Friedemann Kleint | 2022-03-03 | 1 | -3/+10 |
| * | Implement QQmlPropertyValueSource | Friedemann Kleint | 2022-02-28 | 1 | -2/+17 |
| * | Refactor handling of QmlListProperty | Friedemann Kleint | 2022-02-24 | 1 | -48/+39 |
| * | Add the QmlAttached decorator | Friedemann Kleint | 2022-02-16 | 8 | -3/+385 |
| * | Add the QmlExtended decorator | Friedemann Kleint | 2022-02-16 | 7 | -2/+276 |
| * | Add the @QmlForeign decorator | Friedemann Kleint | 2022-02-11 | 7 | -3/+202 |