aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* PySide6: Extend the porting guidev6.1.16.1.1Friedemann Kleint2021-05-311-0/+2
* Cleanup version trings for 6.1.1 releaseSimo Fält2021-05-312-6/+6
* Streamline per platform typesystem filesFriedemann Kleint2021-05-266-41/+12
* pyi_generator: Optimize importsChristian Tismer2021-05-261-12/+32
* shiboken6: Mark old syntax for conversion rules as deprecatedFriedemann Kleint2021-05-266-50/+26
* PySide6: Adapt QtMultimedia to current stateFriedemann Kleint2021-05-262-17/+5
* Signature: Fix error when building QtMultiMediaWidgetsFriedemann Kleint2021-05-261-1/+1
* shiboken6: Add more links to the documentationFriedemann Kleint2021-05-2611-109/+163
* __feature__: Fix default instances of modified .pyi filesChristian Tismer2021-05-261-0/+42
* Fix crashes when using the QImage(uchar *) data constructors, take 2Friedemann Kleint2021-05-253-1/+11
* Revert "Fix crashes when using the QImage(uchar *) data constructors"Friedemann Kleint2021-05-251-2/+2
* shiboken6: Improve documentation on ownershipFriedemann Kleint2021-05-252-13/+68
* shiboken6: Fix up the documentationFriedemann Kleint2021-05-228-60/+117
* __feature__: Support generation of modified .pyi filesChristian Tismer2021-05-218-29/+142
* shiboken6: Refactor argument ownershipFriedemann Kleint2021-05-208-27/+55
* shiboken6: Remove "Invalid" enumeration values that exist only for error chec...Friedemann Kleint2021-05-2010-139/+184
* Fix spelling in shiboken documentationFriedemann Kleint2021-05-191-1/+1
* PySide6/QtGui: Fix crashes in functions returning internally owned classes by...Friedemann Kleint2021-05-181-0/+15
* Purge remaining app.exec_()Friedemann Kleint2021-05-1746-51/+54
* Turn generate_pyi into a general pyi_generator tool, finishChristian Tismer2021-05-1710-17/+134
* Turn generate_pyi into a general pyi_generator tool, mainChristian Tismer2021-05-175-46/+77
* Turn generate_pyi into a general pyi_generator tool, preparationChristian Tismer2021-05-175-202/+317
* Re-add QtMultimedia/WidgetsFriedemann Kleint2021-05-148-526/+167
* Fix Designer plugin to load on macOSChristian Tismer2021-05-141-1/+6
* Fix crash in QCustom3DVolume::setTextureData()Friedemann Kleint2021-05-132-1/+12
* Fix crashes when using the QImage(uchar *) data constructorsFriedemann Kleint2021-05-123-2/+33
* shiboken6: Add a debug operator for Py_BufferFriedemann Kleint2021-05-122-0/+24
* Fix designer plugin for macOSCristián Maureira-Fredes2021-05-111-3/+20
* PySide6: Use the Python version the plugin is running underFriedemann Kleint2021-05-112-2/+14
* signature: Add UINT64_MAXFriedemann Kleint2021-05-101-0/+1
* shiboken6: Add option to use global headersFriedemann Kleint2021-05-107-5/+42
* Add some hints for trouble-shooting the Qt Designer pluginFriedemann Kleint2021-05-071-0/+13
* Fix Designer plugin to load on LinuxFriedemann Kleint2021-05-071-0/+13
* tests: use exec() instead of exec_()Cristian Maureira-Fredes2021-05-0686-108/+108
* Enable the exec() functionsCristian Maureira-Fredes2021-05-0610-20/+355
* Turn off numpy support in libpyside by defaultFriedemann Kleint2021-05-052-2/+7
* Revert "Ensure Python libs needed by shiboken are not empty"Friedemann Kleint2021-05-051-14/+21
* Bump version numbers for 6.1.0Simo Fält2021-05-032-2/+2
* __feature__: Ensure that features are not affected by other importsChristian Tismer2021-05-032-7/+7
* Property: provide some hopefully exact documentationChristian Tismer2021-04-301-3/+70
* Tests: Fix some space-related flake8 warningsFriedemann Kleint2021-04-29447-583/+1540
* doc: snippets_translate make quiet mode by defaultCristian Maureira-Fredes2021-04-281-4/+1
* Tests: Use new form of super()Friedemann Kleint2021-04-2882-112/+112
* Add context management for QSignalBlockerFriedemann Kleint2021-04-283-1/+17
* Refactor class DocumentationFriedemann Kleint2021-04-287-62/+88
* PySide6/Windows: Fix encoding of QCoreApplication.arguments()Friedemann Kleint2021-04-273-0/+78
* Tests: Use per-class importsFriedemann Kleint2021-04-2760-340/+396
* Test bug_686.py: Fix warning about destroying a locked QReadWriteLockFriedemann Kleint2021-04-271-0/+2
* Tests: Fix star importsFriedemann Kleint2021-04-2773-118/+169
* UiTools: Remove dependency on QtXmlFriedemann Kleint2021-04-272-2/+0