| Commit message (Expand) | Author | Age | Files | Lines |
* | Add changelog 6.10.0HEADdev | Friedemann Kleint | 3 days | 1 | -0/+81 |
* | Expose enumerations of deprecated namespace QAudio to QtAudio | Friedemann Kleint | 3 days | 2 | -1/+29 |
* | type hints: Fix return types of toTuple function | Ece Cinucen | 4 days | 1 | -0/+6 |
* | Fix the webenginequick/nanobrowser example to work | Friedemann Kleint | 6 days | 2 | -0/+294 |
* | Update MapViewer example | Friedemann Kleint | 6 days | 3 | -1/+45 |
* | PySide6: Print the error message when importing Shiboken fails | Friedemann Kleint | 6 days | 1 | -2/+2 |
* | Fix the audiosource example by restoring back QAudio.convertVolume() | Friedemann Kleint | 6 days | 3 | -8/+18 |
* | Update gallery example QML files | Friedemann Kleint | 6 days | 39 | -1677/+3320 |
* | Blacklist the remote objects tests | Friedemann Kleint | 7 days | 1 | -1/+12 |
* | shiboken6/DocGenerator: Extract a helper function to write detailed description | Friedemann Kleint | 7 days | 2 | -5/+19 |
* | Add documentation on changing the supported Python versions | Friedemann Kleint | 7 days | 2 | -0/+60 |
* | Introduce multi-phase Python extension module initialization | Friedemann Kleint | 7 days | 3 | -18/+48 |
* | type hints: Uncomment the exact enum values | Ece Cinucen | 7 days | 1 | -1/+1 |
* | libshiboken: Split out PEP functions from sbkpython.h | Friedemann Kleint | 10 days | 49 | -34/+109 |
* | libshiboken: Remove Pep API usage from sbkcontainer.h | Friedemann Kleint | 10 days | 2 | -8/+32 |
* | Reduce usage of PyTypeObject::tp_name | Friedemann Kleint | 10 days | 28 | -55/+88 |
* | Qt Designer plugin: Adapt to deprecation of PyErr_Fetch/Restore() | Friedemann Kleint | 10 days | 1 | -0/+7 |
* | shiboken6: Fix crash when the typesystem's package attribute is missing | Friedemann Kleint | 10 days | 1 | -1/+6 |
* | Skip accessibility test when QAccessible is not active | Friedemann Kleint | 10 days | 1 | -0/+1 |
* | libshiboken/Limited API: Throw a fatal error on UTF-8 encoding errors | Friedemann Kleint | 10 days | 1 | -0/+2 |
* | sbkfeature_base.cpp: Do not call into Python to split a char * by ':' | Friedemann Kleint | 10 days | 1 | -13/+45 |
* | shiboken6: Split init() function generation into separate functions | Friedemann Kleint | 10 days | 3 | -121/+241 |
* | Qt Design Studio tutorial: Fix documentation warnings | Friedemann Kleint | 10 days | 1 | -3/+3 |
* | Finance manager tutorial: Fix documentation warning | Friedemann Kleint | 10 days | 1 | -0/+1 |
* | Shiboken6Tools: Fix documentation warnings | Friedemann Kleint | 10 days | 1 | -4/+4 |
* | libshiboken: Split module initialization | Friedemann Kleint | 10 days | 2 | -5/+13 |
* | libshiboken: Add isCompiled() for detecting Nuitka | Friedemann Kleint | 10 days | 4 | -1/+29 |
* | Widgetbinding: Use Shiboken6Tools cmake package | Shyamnath Premnadh | 11 days | 3 | -156/+41 |
* | Shiboken6Tools: Add documentation | Shyamnath Premnadh | 11 days | 1 | -0/+61 |
* | Samplebinding: Use Shiboken6Tools cmake package | Shyamnath Premnadh | 11 days | 5 | -146/+49 |
* | Fix the RHI examples (QtGui/QtWidgets) to work in 6.10 | Friedemann Kleint | 12 days | 1 | -1/+8 |
* | libshiboken: Fix warning about unused variable flags | Friedemann Kleint | 12 days | 1 | -1/+0 |
* | Fix compilation with Python 3.14/raised limited API/PyObject parameters, adde... | Friedemann Kleint | 12 days | 1 | -3/+4 |
* | Add PepModule_Add() | Friedemann Kleint | 12 days | 8 | -7/+23 |
* | Add PepModule_AddType() | Friedemann Kleint | 12 days | 22 | -34/+47 |
* | Adapt to deprecation of PyEval_GetBuiltins() | Friedemann Kleint | 12 days | 7 | -19/+48 |
* | Use PepType_GetNameStr() where appropriate | Friedemann Kleint | 12 days | 2 | -7/+2 |
* | Adapt to deprecation of PyEval_GetGlobals() | Friedemann Kleint | 12 days | 5 | -11/+40 |
* | Fix compilation with Python 3.14/raised limited API/PyObject parameters | Friedemann Kleint | 12 days | 31 | -154/+181 |
* | Remote Objects: Fix valgrind warning about accessing freed memory (Python <=3... | Friedemann Kleint | 12 days | 1 | -1/+1 |
* | Remove usage of global header shiboken.h | Friedemann Kleint | 13 days | 6 | -6/+16 |
* | libshiboken: Fix buffer code to compile with raised Limited API >= 3.11 | Friedemann Kleint | 13 days | 3 | -57/+57 |
* | libshiboken: Remove unused code from buffer API replacement | Friedemann Kleint | 13 days | 1 | -315/+5 |
* | Use the C-string functions from namespace std, consistently | Friedemann Kleint | 13 days | 17 | -32/+41 |
* | shiboken6: Fix values of deprecated converter compatibility indexes | Friedemann Kleint | 2025-08-29 | 1 | -6/+14 |
* | Adapt to deprecation of PySlice_GetIndicesEx() | Friedemann Kleint | 2025-08-29 | 1 | -4/+10 |
* | testrunner: Fix warnings about leaking handles/subprocesses when running debu... | Friedemann Kleint | 2025-08-29 | 1 | -0/+2 |
* | libshiboken: Remove unused constants | Friedemann Kleint | 2025-08-29 | 1 | -7/+0 |
* | Adapt to deprecation of PyLong_AS_LONG() | Friedemann Kleint | 2025-08-29 | 3 | -5/+5 |
* | type hints: Add/fix operator << bindings for QPolygon and QPolygonF | Ece Cinucen | 2025-08-28 | 2 | -3/+13 |