aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pin Qt5#sha1 and bump version numbers for 6.6.1 releasev6.6.16.6.1Simo Fält2023-11-273-3/+3
* Revert "CI: Adapt to Python 3.11 with rhel configs"Simo Fält2023-11-273-3/+3
* 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
* CI: Adapt to Python 3.11 with rhel configsSimo Fält2023-11-243-3/+3
* doc: Use different titles for async examplesAdrian Herrmann2023-11-242-4/+4
* Deployment: Relative path bug fixShyamnath Premnadh2023-11-231-2/+3
* Add changelog 6.6.1Friedemann Kleint2023-11-221-0/+52
* Create PySide6_Examples wheelCristián Maureira-Fredes2023-11-222-34/+92
* Drop setup.cfg in favor of pyproject.tomlCristián Maureira-Fredes2023-11-224-93/+103
* Add a tutorial for QML DebuggingFriedemann Kleint2023-11-212-0/+33
* doc: remove double white spaceCristián Maureira-Fredes2023-11-2125-64/+64
* Shiboken: Fix an oversight when removing ob_typeChristian Tismer2023-11-201-4/+42
* Scene Graph Painted Item Example: Prototypically enable QML debuggingFriedemann Kleint2023-11-201-1/+9
* Update the clock exampleFriedemann Kleint2023-11-201-32/+48
* 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
* Add QtQuick3D Procedural texture exampleCristián Maureira-Fredes2023-11-158-0/+350
* Shiboken: Fix subtle bug caused by PyPy support and "bug_825"Christian Tismer2023-11-145-9/+104
* apiextractor: remove unused definitionFromTypeRefCristián Maureira-Fredes2023-11-091-6/+0
* PySide build - remove importlib_metadataShyamnath Premnadh2023-11-092-7/+1
* libshiboken: Do a directory check when considering system includesAlexandru Croitor2023-11-061-1/+2
* Add rhiwindow exampleFriedemann Kleint2023-11-0315-0/+938
* Add QRhi and related classesFriedemann Kleint2023-11-039-2/+269
* Update Qt 6.6 dependencyFriedemann Kleint2023-11-031-1/+1
* doc: add tooling section to the main gridCristián Maureira-Fredes2023-11-034-24/+73
* doc: bump dependencies versionsCristián Maureira-Fredes2023-11-031-6/+6
* 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-014-4/+4
* 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
* File system explorer example: Improve shortcutsFriedemann Kleint2023-10-251-2/+3
* 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