| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pyside6-project relative paths handling and pyproject.toml migrationHEADdev | Jaime Resano | 17 hours | 5 | -29/+72 |
* | Fix crash retrieving a QGraphicsProxyObject from QVariant | Friedemann Kleint | 30 hours | 5 | -2/+62 |
* | shiboken6/Documentation: Fix wrong code snippets | Friedemann Kleint | 30 hours | 1 | -2/+2 |
* | shiboken6: Add code injection for the wrapper declaration | Friedemann Kleint | 30 hours | 4 | -75/+84 |
* | Documentation: Recommend using a Dev Drive on Windows | Friedemann Kleint | 30 hours | 1 | -2/+9 |
* | libshiboken: Move override name calculation into basewrapper | Friedemann Kleint | 3 days | 4 | -20/+32 |
* | libshiboken: Add utility class for stashing Python errors | Friedemann Kleint | 3 days | 11 | -58/+106 |
* | libshiboken: Use PyErr_SetRaisedException() for unraisable exceptions | Friedemann Kleint | 3 days | 1 | -11/+38 |
* | CI: Fix filetype of artifacts archive | Simo Fält | 3 days | 1 | -1/+1 |
* | Improve example_gallery script | Jaime Resano | 6 days | 1 | -332/+340 |
* | libshiboken: Introduce define for old PyErr_ API | Friedemann Kleint | 8 days | 2 | -5/+10 |
* | Fix unused variable warning in QVariant conversion | Friedemann Kleint | 8 days | 1 | -3/+1 |
* | Allow for building with Clang 14 (Yocto) | Friedemann Kleint | 10 days | 3 | -1/+22 |
* | shiboken6: Rephrase documentation of the default-superclass attribute | Friedemann Kleint | 12 days | 1 | -3/+6 |
* | Fix pyside6-metaobjectdump crash when using @Slot(result=None) | Jaime Resano | 2025-04-25 | 1 | -1/+3 |
* | Remove dependency on tomlkit | Shyamnath Premnadh | 2025-04-24 | 2 | -47/+96 |
* | PySide6/type system: Remove obsolete "since" attributes | Friedemann Kleint | 2025-04-23 | 5 | -88/+88 |
* | libshiboken: Refactor BindingManager::getOverride() | Friedemann Kleint | 2025-04-23 | 1 | -47/+33 |
* | Fix QMetaEnum conversions into QVariant | Renato Araujo Oliveira Filho | 2025-04-23 | 8 | -19/+49 |
* | type-hints: Fix properties on __init__ functions | Ece Cinucen | 2025-04-23 | 1 | -1/+5 |
* | Fix crash when entering a Qt message handler with a Python error set | Friedemann Kleint | 2025-04-23 | 1 | -0/+5 |
* | Fix building of .pyi files for Windows debug | Friedemann Kleint | 2025-04-17 | 1 | -4/+7 |
* | PySide/Signal manager: Fix corruption when connecting to temporary object | Friedemann Kleint | 2025-04-17 | 1 | -0/+1 |
* | Expose QPolygonF operator==, != inherited from QList | Renato Araujo Oliveira Filho | 2025-04-16 | 2 | -0/+17 |
* | CI: Use master.qt.io instead of mirror for downloading libclang | Simo Fält | 2025-04-16 | 2 | -2/+2 |
* | shiboken6: Fix invalid function parameters caused by lambdas in inline code | Friedemann Kleint | 2025-04-16 | 1 | -2/+6 |
* | Replace Py_GetProgramFullPath by PySys_GetObject | Cristián Maureira-Fredes | 2025-04-10 | 1 | -1/+1 |
* | Replace strncpy by memcpy | Cristián Maureira-Fredes | 2025-04-10 | 1 | -1/+2 |
* | Deployment: Rephrase a warning message | Shyamnath Premnadh | 2025-04-10 | 1 | -2/+2 |
* | PySide6: Add class QMessageLogger | Shyamnath Premnadh | 2025-04-10 | 6 | -0/+160 |
* | Use QT_CONFIG when possible | Cristián Maureira-Fredes | 2025-04-07 | 3 | -5/+5 |
* | qtasyncio: fix f-string quotation | Cristián Maureira-Fredes | 2025-04-07 | 1 | -2/+2 |
* | build: drop license from classifiers | Cristián Maureira-Fredes | 2025-04-04 | 1 | -4/+0 |
* | type-hints: Correct QMessagebox annotations | Ece Cinucen | 2025-04-04 | 1 | -10/+30 |
* | doc: Fix unclosed command formatting | Jaime Resano | 2025-04-04 | 1 | -1/+1 |
* | doc: Fix broken ref: "parent" | Jaime Resano | 2025-04-03 | 1 | -2/+2 |
* | doc: Add remoteobjects/modelview screenshot | Jaime Resano | 2025-04-03 | 1 | -0/+0 |
* | type hints: Correct type signature for QObject class | Ece Cinucen | 2025-04-03 | 1 | -0/+3 |
* | type hints: Correct type signature for Property class | Ece Cinucen | 2025-04-03 | 1 | -4/+4 |
* | build: fix author metadata for cross compiled wheels | Cristián Maureira-Fredes | 2025-03-27 | 1 | -3/+3 |
* | Android Building: Fix error in macOS | Shyamnath Premnadh | 2025-03-27 | 1 | -9/+2 |
* | pytest: Fix a small glitch in _mod_uses_pyside: revisited | Christian Tismer | 2025-03-27 | 1 | -5/+2 |
* | type hints: Add optional to QTreeWidget.setItemWidget | Ece Cinucen | 2025-03-27 | 1 | -1/+1 |
* | Desktop Deployment: Upgrade Nuitka to 2.6.8 | Shyamnath Premnadh | 2025-03-27 | 3 | -4/+4 |
* | type hints: Add optional to QProgressDialog.setCancelButton | Ece Cinucen | 2025-03-27 | 1 | -1/+1 |
* | type hints: Add optional to QTabBar.setTabButton | Ece Cinucen | 2025-03-27 | 1 | -0/+5 |
* | PySide6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 39 | -97/+96 |
* | shiboken6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 209 | -461/+494 |
* | shiboken6: Rename cacheSize() to wrapperCount() for clarity | Friedemann Kleint | 2025-03-27 | 2 | -11/+11 |
* | Doc: Fix encoding error building base docs | Jaime Resano | 2025-03-26 | 1 | -1/+1 |