aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a tutorial for QML DebuggingFriedemann Kleint2023-11-212-0/+33
* doc: remove double white spaceCristián Maureira-Fredes2023-11-2113-23/+23
* Shiboken: Fix an oversight when removing ob_typeChristian Tismer2023-11-201-4/+42
* libpyside: Fix slot names in GlobalReceiverV2Friedemann Kleint2023-11-161-0/+4
* Shiboken: Fix subtle bug caused by PyPy support and "bug_825"Christian Tismer2023-11-143-5/+90
* Add QRhi and related classesFriedemann Kleint2023-11-037-2/+266
* 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-031-0/+34
* 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-011-0/+3
* CMake: Allow passing extra generator flags via a CMake variableAlexandru Croitor2023-11-011-5/+7
* Use correct install locationsSamuli Piippo2023-11-012-2/+2
* 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
* PEP 697: Introduce the SbkObjectType_Check functionChristian Tismer2023-10-251-0/+2
* shiboken: Unify the structure of type creation functionsChristian Tismer2023-10-258-180/+224
* 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
* 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
* 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
* UiTools/Designer plugins: Fix some static code analysis warningsFriedemann Kleint2023-10-175-28/+34
* Support running PySide on Python 3.12, QML bugChristian Tismer2023-10-171-2/+7
* Support running PySide on Python 3.12, cleanupv6.6.0Christian Tismer2023-10-162-1/+5
* Fix Unity build of QtGuiFriedemann Kleint2023-10-141-2/+10
* Fix crash when running a limited API build of 3.9 in 3.12Friedemann Kleint2023-10-132-2/+11
* Output the runtime version in QLibraryInfo::build()Friedemann Kleint2023-10-131-5/+9
* Fix disconnecting non-decorated slot of base class from signalFriedemann Kleint2023-10-131-1/+2
* Fix a warning resulting from bumping Python to 3.8Friedemann Kleint2023-10-121-2/+2
* Pin qt5#6.6.0 sha1 and clean up wheel names for 6.6.0 releaseSimo Fält2023-10-111-2/+2
* QtAsyncio: Don't schedule events when quitting appAdrian Herrmann2023-10-111-1/+12
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-112-4/+5
* Desktop Deployment: Update docsShyamnath Premnadh2023-10-101-1/+5
* shiboken6: Fix some static code analysis warnings in the generated codeFriedemann Kleint2023-10-101-2/+2
* pysidetest: Fix some static code analysis warningsFriedemann Kleint2023-10-106-10/+13
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-093-20/+29
* Support running PySide on Python 3.12Christian Tismer2023-10-096-11/+37
* libshiboken/libpyside: Fix special functionsFriedemann Kleint2023-10-067-1/+19
* libshiboken: Deprecate cast operators of AutoDecRefFriedemann Kleint2023-10-063-4/+6
* Fix failing XML testFriedemann Kleint2023-10-051-1/+0