aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error in Shiboken.pyiv6.5.36.5.3Friedemann Kleint2023-09-291-1/+1
* Pin qt5#6.5.3 sha1 and update version strings for releaseSimo Fält2023-09-272-2/+2
* adapt qC{Debug,Info,Warning,Critical} for new definitionCristián Maureira-Fredes2023-09-271-4/+4
* VoidPtr: Add a signature for __init__Friedemann Kleint2023-09-221-0/+1
* 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
* 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
* 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
* PySide6: Fix some type hintsFriedemann Kleint2023-09-132-1/+4
* macOS wheel creation: Fix wheel nameShyamnath Premnadh2023-09-094-0/+14
* PySide: Add checkPermission()Shyamnath Premnadh2023-09-081-0/+8
* 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-062-2/+2
* 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
* 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
* Fix connections to base class slots falling back to global receiverFriedemann Kleint2023-08-221-4/+30
* Brush up code related to pre-Jira bug 1019Friedemann Kleint2023-08-222-2/+6
* Fix overflows when passing int to functions taking floatsFriedemann Kleint2023-08-212-1/+12
* doc: Add note to avoid Windows Store PythonCristián Maureira-Fredes2023-08-142-0/+6
* Add support for QQmlComponent in PropertyCristián Maureira-Fredes2023-08-103-0/+39
* pyside6-deploy doc: fix broken linkShyamnath Premnadh2023-08-081-1/+1
* shiboken6/Documentation: Generate modified return types of void functionsFriedemann Kleint2023-08-071-14/+8
* Fix documentation for QPainter.drawText()Friedemann Kleint2023-08-072-0/+22
* signature: Use __doc__ attribute when providedCristián Maureira-Fredes2023-08-072-2/+6
* Developer Documentation: Add documentation hintsFriedemann Kleint2023-08-042-7/+33
* pyside6-designer: Remove unused variable and commentFriedemann Kleint2023-08-031-4/+0
* PySide6 Qt Designer plugin: Silence warnings when used from QUiLoaderFriedemann Kleint2023-08-031-3/+11