aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* build support for pathlib.Path, baselineChristian Tismer2021-06-1213-6/+172
* PySide6: Refactor qvariant conversion codeFriedemann Kleint2021-06-111-8/+18
* shiboken6: Add a check-function attribute to custom type entriesFriedemann Kleint2021-06-116-4/+93
* PySide6: Add QSignalSpyFriedemann Kleint2021-06-114-1/+70
* examples: tweak css for the galleryCristian Maureira-Fredes2021-06-111-0/+17
* QtSensors test: Handle failed readingsFriedemann Kleint2021-06-111-5/+12
* shiboken6: Use replaced types in functions signatures in generated codeFriedemann Kleint2021-06-103-18/+37
* PyClassProperty: Correct the decorator and publish the classChristian Tismer2021-06-1011-42/+66
* Fix test that creates unrelated problems with paletteChristian Tismer2021-06-101-11/+3
* Use replaced types in functions signaturesFriedemann Kleint2021-06-103-6/+25
* libpyside: Add type check for PySideSignalInstanceTypeFriedemann Kleint2021-06-092-1/+21
* PySide6: Fix qcalendar_test.py on Windows/debugFriedemann Kleint2021-06-091-0/+4
* shiboken6: Introduce a private attributeFriedemann Kleint2021-06-0912-12/+127
* Use conditional processing in the type systemFriedemann Kleint2021-06-0910-108/+21
* Introduce conditional processing instructions to typesystem XMLFriedemann Kleint2021-06-0914-92/+457
* PySide6: Adapt to latest changes in QtMultimediaFriedemann Kleint2021-06-093-5/+6
* PySide6: Add missing enumerations and network classesFriedemann Kleint2021-06-093-2/+6
* shiboken6: Fix increment/decrement operatorsFriedemann Kleint2021-06-0916-33/+305
* shiboken6: Disable construction of abstract classes when C++ wrapper is disabledFriedemann Kleint2021-06-082-2/+12
* cppgenerator: remove a left-over "this" to get rid of a warningChristian Tismer2021-06-071-1/+1
* Add more classes from QtQml/QtQuickFriedemann Kleint2021-06-074-19/+50
* PySide6: Adapt to latest changes in QtMultimediaFriedemann Kleint2021-06-072-4/+4
* Add more classes from Qt3dFriedemann Kleint2021-06-078-0/+41
* PySide6: Add missing class QFormBuilder (Qt Designer)Friedemann Kleint2021-06-072-1/+2
* Remove SimpleNamespace Python ImplementationChristian Tismer2021-06-073-23/+6
* nuitka: Fix slot access for compiled functionsChristian Tismer2021-06-061-0/+6
* Refactor macro create_pyside_module()Friedemann Kleint2021-06-041-28/+31
* shiboken6: Do not generate destructor calls for protected destructors with "d...Friedemann Kleint2021-06-032-12/+25
* Fix error about not holding the GIL when releasing QImage memoryFriedemann Kleint2021-06-031-0/+3
* PySide6: Add some missing classes from qtbaseFriedemann Kleint2021-06-0311-3/+62
* shiboken6: Fix a few doc warningsFriedemann Kleint2021-06-023-3/+4
* shiboken6: Make command line errors easier to detectFriedemann Kleint2021-06-021-2/+3
* shiboken6: Do not generate overloads of comparison operators from base classesFriedemann Kleint2021-06-011-0/+5
* PySide6/Bluetooth: Fix enumerationsFriedemann Kleint2021-06-011-3/+2
* PySide6: Move class QSysInfo into the common type system fileFriedemann Kleint2021-05-284-14/+5
* CMake: Rename the ENABLE_ platform variablesFriedemann Kleint2021-05-282-9/+10
* Remove unneeded per-platform typesystem filesFriedemann Kleint2021-05-288-142/+1
* PySide6: Extend the porting guideFriedemann Kleint2021-05-281-0/+2
* Streamline per platform typesystem filesFriedemann Kleint2021-05-266-41/+12
* pyi_generator: Optimize importsChristian Tismer2021-05-261-12/+32
* Signature: Fix error when building QtMultiMediaWidgetsFriedemann Kleint2021-05-261-1/+1
* PySide6: Adapt QtMultimedia to current stateFriedemann Kleint2021-05-262-17/+5
* shiboken6: Mark old syntax for conversion rules as deprecatedFriedemann Kleint2021-05-266-50/+26
* 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