aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changelog 6.10.0HEADdevFriedemann Kleint3 days1-0/+81
* Expose enumerations of deprecated namespace QAudio to QtAudioFriedemann Kleint3 days2-1/+29
* type hints: Fix return types of toTuple functionEce Cinucen4 days1-0/+6
* Fix the webenginequick/nanobrowser example to workFriedemann Kleint6 days2-0/+294
* Update MapViewer exampleFriedemann Kleint6 days3-1/+45
* PySide6: Print the error message when importing Shiboken failsFriedemann Kleint6 days1-2/+2
* Fix the audiosource example by restoring back QAudio.convertVolume()Friedemann Kleint6 days3-8/+18
* Update gallery example QML filesFriedemann Kleint6 days39-1677/+3320
* Blacklist the remote objects testsFriedemann Kleint7 days1-1/+12
* shiboken6/DocGenerator: Extract a helper function to write detailed descriptionFriedemann Kleint7 days2-5/+19
* Add documentation on changing the supported Python versionsFriedemann Kleint7 days2-0/+60
* Introduce multi-phase Python extension module initializationFriedemann Kleint7 days3-18/+48
* type hints: Uncomment the exact enum valuesEce Cinucen7 days1-1/+1
* libshiboken: Split out PEP functions from sbkpython.hFriedemann Kleint10 days49-34/+109
* libshiboken: Remove Pep API usage from sbkcontainer.hFriedemann Kleint10 days2-8/+32
* Reduce usage of PyTypeObject::tp_nameFriedemann Kleint10 days28-55/+88
* Qt Designer plugin: Adapt to deprecation of PyErr_Fetch/Restore()Friedemann Kleint10 days1-0/+7
* shiboken6: Fix crash when the typesystem's package attribute is missingFriedemann Kleint10 days1-1/+6
* Skip accessibility test when QAccessible is not activeFriedemann Kleint10 days1-0/+1
* libshiboken/Limited API: Throw a fatal error on UTF-8 encoding errorsFriedemann Kleint10 days1-0/+2
* sbkfeature_base.cpp: Do not call into Python to split a char * by ':'Friedemann Kleint10 days1-13/+45
* shiboken6: Split init() function generation into separate functionsFriedemann Kleint10 days3-121/+241
* Qt Design Studio tutorial: Fix documentation warningsFriedemann Kleint10 days1-3/+3
* Finance manager tutorial: Fix documentation warningFriedemann Kleint10 days1-0/+1
* Shiboken6Tools: Fix documentation warningsFriedemann Kleint10 days1-4/+4
* libshiboken: Split module initializationFriedemann Kleint10 days2-5/+13
* libshiboken: Add isCompiled() for detecting NuitkaFriedemann Kleint10 days4-1/+29
* Widgetbinding: Use Shiboken6Tools cmake packageShyamnath Premnadh11 days3-156/+41
* Shiboken6Tools: Add documentationShyamnath Premnadh11 days1-0/+61
* Samplebinding: Use Shiboken6Tools cmake packageShyamnath Premnadh11 days5-146/+49
* Fix the RHI examples (QtGui/QtWidgets) to work in 6.10Friedemann Kleint12 days1-1/+8
* libshiboken: Fix warning about unused variable flagsFriedemann Kleint12 days1-1/+0
* Fix compilation with Python 3.14/raised limited API/PyObject parameters, adde...Friedemann Kleint12 days1-3/+4
* Add PepModule_Add()Friedemann Kleint12 days8-7/+23
* Add PepModule_AddType()Friedemann Kleint12 days22-34/+47
* Adapt to deprecation of PyEval_GetBuiltins()Friedemann Kleint12 days7-19/+48
* Use PepType_GetNameStr() where appropriateFriedemann Kleint12 days2-7/+2
* Adapt to deprecation of PyEval_GetGlobals()Friedemann Kleint12 days5-11/+40
* Fix compilation with Python 3.14/raised limited API/PyObject parametersFriedemann Kleint12 days31-154/+181
* Remote Objects: Fix valgrind warning about accessing freed memory (Python <=3...Friedemann Kleint12 days1-1/+1
* Remove usage of global header shiboken.hFriedemann Kleint13 days6-6/+16
* libshiboken: Fix buffer code to compile with raised Limited API >= 3.11Friedemann Kleint13 days3-57/+57
* libshiboken: Remove unused code from buffer API replacementFriedemann Kleint13 days1-315/+5
* Use the C-string functions from namespace std, consistentlyFriedemann Kleint13 days17-32/+41
* shiboken6: Fix values of deprecated converter compatibility indexesFriedemann Kleint2025-08-291-6/+14
* Adapt to deprecation of PySlice_GetIndicesEx()Friedemann Kleint2025-08-291-4/+10
* testrunner: Fix warnings about leaking handles/subprocesses when running debu...Friedemann Kleint2025-08-291-0/+2
* libshiboken: Remove unused constantsFriedemann Kleint2025-08-291-7/+0
* Adapt to deprecation of PyLong_AS_LONG()Friedemann Kleint2025-08-293-5/+5
* type hints: Add/fix operator << bindings for QPolygon and QPolygonFEce Cinucen2025-08-282-3/+13