aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove left-over define PyIndex_CheckFriedemann Kleint2023-10-161-1/+0
* Support running PySide on Python 3.12, cleanupv6.6.0Christian Tismer2023-10-163-2/+9
* 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-125-135/+4
* Android Deployment: Filter module dependenciesShyamnath Premnadh2023-10-111-5/+14
* Pin qt5#6.6.0 sha1 and clean up wheel names for 6.6.0 releaseSimo Fält2023-10-112-4/+4
* QtAsyncio: Don't schedule events when quitting appAdrian Herrmann2023-10-111-1/+12
* Android Deployment: Install Python dependencies on first callShyamnath Premnadh2023-10-111-6/+13
* Deployment tool: Code fixesShyamnath Premnadh2023-10-116-33/+57
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-119-19/+43
* Deployment: More code fixesShyamnath Premnadh2023-10-116-41/+46
* Desktop Deployment: Update docsShyamnath Premnadh2023-10-101-1/+5
* shiboken tests: Fix special functions for class ObjectTypeHolderFriedemann Kleint2023-10-105-11/+5
* shiboken tests: Fix special functions for class OnlyCopyFriedemann Kleint2023-10-102-24/+9
* shiboken tests: Fix up class SimpleFileFriedemann Kleint2023-10-103-29/+28
* shiboken6: Fix some static code analysis warnings in the generated codeFriedemann Kleint2023-10-103-43/+52
* shiboken tests: Fix test for user added constructorsFriedemann Kleint2023-10-103-8/+25
* shiboken tests: Fix special functions for class ExpressionFriedemann Kleint2023-10-102-58/+28