aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Pin Qt5#sha1 and bump version numbers for 6.6.1 releasev6.6.16.6.1Simo Fält2023-11-272-2/+2
* QtAsyncio: Add wrapper for calls in executorAdrian Herrmann2023-11-242-7/+87
* QtAsyncio: Do not raise exception at handle cancelAdrian Herrmann2023-11-243-11/+5
* QtAsyncio: Handle exceptions properly in task stepAdrian Herrmann2023-11-242-11/+14
* QTimer: Implement singleShot signatures w/ contextAdrian Herrmann2023-11-243-2/+71
* Deployment: Relative path bug fixShyamnath Premnadh2023-11-231-2/+3
* Add a tutorial for QML DebuggingFriedemann Kleint2023-11-212-0/+33
* doc: remove double white spaceCristián Maureira-Fredes2023-11-2117-46/+46
* Shiboken: Fix an oversight when removing ob_typeChristian Tismer2023-11-201-4/+42
* libpyside: Fix slot names in GlobalReceiverV2Friedemann Kleint2023-11-161-0/+4
* libshiboken: Extend the PyObject debug operator to format code objectsFriedemann Kleint2023-11-163-1/+51
* Shiboken: Fix subtle bug caused by PyPy support and "bug_825"Christian Tismer2023-11-144-8/+100
* apiextractor: remove unused definitionFromTypeRefCristián Maureira-Fredes2023-11-091-6/+0
* PySide build - remove importlib_metadataShyamnath Premnadh2023-11-091-6/+1
* libshiboken: Do a directory check when considering system includesAlexandru Croitor2023-11-061-1/+2
* Add QRhi and related classesFriedemann Kleint2023-11-038-2/+268
* doc: add tooling section to the main gridCristián Maureira-Fredes2023-11-034-24/+73
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-038-17/+71
* Add QMetaMethod::invoke()Friedemann Kleint2023-11-013-0/+137
* Fix QMetaObject method invocation to accept all of the 10 argumentsFriedemann Kleint2023-11-014-69/+220
* Allow None in type hints of QAbstractItemView.setModel()/QGraphicsView.setSce...Friedemann Kleint2023-11-011-2/+2
* CMake: Allow specifying a shiboken debug-level from the build systemAlexandru Croitor2023-11-013-1/+18
* libshiboken: Add logs for showing default compiler include pathsAlexandru Croitor2023-11-011-0/+7
* CMake: Allow passing extra generator flags via a CMake variableAlexandru Croitor2023-11-012-5/+8
* shiboken6: Simplify spaces in function signaturesFriedemann Kleint2023-11-011-7/+7
* Use correct install locationsSamuli Piippo2023-11-012-2/+2
* libshiboken: Output basicsize, mro, bases and underlying type in debugPyTypeO...Friedemann Kleint2023-11-011-5/+44
* Fix losing the default value when the type alteredFriedemann Kleint2023-10-301-8/+6
* Add a quick check to the Enum-forgiveness modeFriedemann Kleint2023-10-301-0/+5
* Set error when instantiating a Signal on a non-QObjectFriedemann Kleint2023-10-271-1/+2
* Fix signature of SignalInstance.connect()Friedemann Kleint2023-10-271-1/+3
* Fix crashes related to broken QML decoratorsFriedemann Kleint2023-10-261-0/+3
* shiboken6: Improve API extractor command line arguments parsingFriedemann Kleint2023-10-261-7/+12
* shiboken6: Refactor multiple inheritance offset calculationFriedemann Kleint2023-10-262-35/+52
* PEP 697: Introduce the SbkObjectType_Check functionChristian Tismer2023-10-254-0/+15
* shiboken: Unify the structure of type creation functionsChristian Tismer2023-10-2510-261/+320
* Support running PySide on Python 3.12, extension bugChristian Tismer2023-10-243-6/+32
* Fix threading deadlocks of QObject::(dis)connect() with (dis)connectNotify()Friedemann Kleint2023-10-241-2/+9
* libpysideqml: Fix C++ version propertyFriedemann Kleint2023-10-241-1/+1
* Limited API: update python version usage and fix some minor bugChristian Tismer2023-10-245-19/+15
* Deployment cleanup: isort and flake8Shyamnath Premnadh2023-10-2312-37/+42
* Add a separate __str__ function for SignalFriedemann Kleint2023-10-231-2/+16
* PySide: Fix QLocale crash on macOSShyamnath Premnadh2023-10-182-4/+14
* doc: add qtpip and Maintenance tool contentCristián Maureira-Fredes2023-10-181-0/+88
* shiboken tests: Fix special functions (simple cases), part IIFriedemann Kleint2023-10-1814-23/+66
* Fix Unity build of QtQuickFriedemann Kleint2023-10-181-2/+10
* libpyside: Implement QMetaMethod::tags() for @SlotFriedemann Kleint2023-10-174-8/+23
* Remove registry existence files of 5.15Friedemann Kleint2023-10-174-151055/+0
* Improve error messages around signal/slot connectionsFriedemann Kleint2023-10-172-5/+7
* shiboken6: Add additional debug statements regarding include parsingFriedemann Kleint2023-10-171-12/+53