aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error in Shiboken.pyiv6.5.36.5.3Friedemann Kleint2023-09-291-1/+1
* Fix animations of the chart themes exampleFriedemann Kleint2023-09-291-12/+2
* Pin qt5#6.5.3 sha1 and update version strings for releaseSimo Fält2023-09-273-3/+3
* adapt qC{Debug,Info,Warning,Critical} for new definitionCristián Maureira-Fredes2023-09-271-4/+4
* Update setuptools to 67.8.0Simo Fält2023-09-271-1/+1
* VoidPtr: Add a signature for __init__Friedemann Kleint2023-09-221-0/+1
* Update changelog 6.5.3Friedemann Kleint2023-09-211-0/+14
* Fix namespacesFriedemann Kleint2023-09-2126-108/+63
* shiboken6: Simplify code handling __bool__Friedemann Kleint2023-09-211-7/+4
* shiboken6: Fix calling conventions in TextStream/formattingFriedemann Kleint2023-09-212-8/+8
* Fix tests sample_privatector sample_privatedtor failing with Python 3.11.5Friedemann Kleint2023-09-201-2/+2
* create_changelog.py: Reduce bug-fix release commits appearing in minor versio...Friedemann Kleint2023-09-201-0/+4
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-2016-49/+43
* Replace typedef by usingFriedemann Kleint2023-09-2020-50/+48
* shiboken6: Fix clang-tidy warning [performance-noexcept-move-constructor]Friedemann Kleint2023-09-2016-46/+44
* Revert "create_changelog.py: Reduce bug-fix release commits appearing in mino...Friedemann Kleint2023-09-201-8/+3
* shiboken6: Move the finding of bool casts into the class cacheFriedemann Kleint2023-09-204-54/+72
* shiboken6: Make generator options statically accessibleFriedemann Kleint2023-09-206-90/+125
* Android Deployment: Add .js filesShyamnath Premnadh2023-09-191-1/+1
* Fix signature warning about QCborTag(-1)Friedemann Kleint2023-09-191-0/+1
* Build scripts: Fix "modules" directory for Qt builds with --archdata-dirFriedemann Kleint2023-09-131-2/+2
* PySide6: Fix some type hintsFriedemann Kleint2023-09-132-1/+4
* macOS wheel creation: Fix wheel nameShyamnath Premnadh2023-09-095-1/+27
* PySide: Add checkPermission()Shyamnath Premnadh2023-09-081-0/+8
* create_changelog.py: Add more smartness to the optionsFriedemann Kleint2023-09-081-7/+38
* Use Qt#6.5.2 as a dependencySimo Fält2023-09-071-1/+1
* Fix default parameters for containers without indirectionsFriedemann Kleint2023-09-064-4/+23
* Shiboken Module: Fix installationShyamnath Premnadh2023-09-061-3/+6
* build: remove traces of distutilsCristián Maureira-Fredes2023-09-0611-32/+71
* PyPySide: Fix a small, very old glitchChristian Tismer2023-09-061-1/+1
* Type hints: change Slot result to Optional[type]Cristián Maureira-Fredes2023-09-061-1/+1
* shiboken6: Centralize determining the list of number protocol operator overloadsFriedemann Kleint2023-09-064-101/+120
* create_changelog.py: Add some smartness to the optionsFriedemann Kleint2023-09-051-6/+29
* create_changelog.py: Reduce bug-fix release commits appearing in minor versio...Friedemann Kleint2023-09-051-3/+8
* PySide6: Fix incorrect signatures in class QStateFriedemann Kleint2023-09-041-0/+5
* shiboken6: Refactor pyTypeSlotEntryFriedemann Kleint2023-09-011-71/+64
* Signature: Move all initialization into InitSignatureStringsChristian Tismer2023-08-313-26/+5
* Remove Python 2 left-overs from number protocolFriedemann Kleint2023-08-312-18/+3
* Add some test for number protocol functionsFriedemann Kleint2023-08-318-0/+151
* pytest: Fix a small glitch in _mod_uses_pysideChristian Tismer2023-08-311-0/+3
* QIODevice: Implement buffered readsAdrian Herrmann2023-08-313-3/+97
* shiboken6: Improve message about not being able to resolve typedefsFriedemann Kleint2023-08-313-2/+11
* Fix shiboken module documentationFriedemann Kleint2023-08-301-1/+22
* Fix signature of PySide6.QtCore.SignalFriedemann Kleint2023-08-281-1/+1
* Documentation/Signal slot tutorial: Recommend to use @Slot alwaysFriedemann Kleint2023-08-251-0/+13
* PySide: Fix QLocale::system() in macOSShyamnath Premnadh2023-08-252-1/+45
* Fix crashes related to enums in QML singletonsFriedemann Kleint2023-08-241-0/+2
* layouts: error instead of segfault for invalid itemCristián Maureira-Fredes2023-08-241-0/+6
* Add changelog 6.5.3Friedemann Kleint2023-08-231-0/+51
* Fix connections to base class slots falling back to global receiverFriedemann Kleint2023-08-221-4/+30