aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Browser examples: Some improvementsFriedemann Kleint2023-10-123-3/+13
* Fix QtWebEngine browser on WindowsFriedemann Kleint2023-10-121-0/+1
* Add QtExampleIcons to the wheelCristián Maureira-Fredes2023-10-121-0/+6
* PySide build: add QtAsyncio to PySide6-Addons wheelShyamnath Premnadh2023-10-121-0/+1
* 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-113-5/+5
* 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
* CI: Use python 3.8 on win instead of 3.7Simo Fält2023-10-113-3/+3
* Final details to enable 3.12 wheel compatibilityCristián Maureira-Fredes2023-10-114-9/+8
* Deployment tool: Code fixesShyamnath Premnadh2023-10-116-33/+57
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-119-19/+43
* CI: Disable debian packaging config for nowSimo Fält2023-10-111-0/+3
* Deployment: More code fixesShyamnath Premnadh2023-10-116-41/+46
* async: Remove unneeded signal from exampleAdrian Herrmann2023-10-101-6/+0
* 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
* Add changelog 6.6.0Friedemann Kleint2023-10-101-0/+88
* pysidetest: Fix some static code analysis warningsFriedemann Kleint2023-10-106-10/+13
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-0912-39/+74
* shiboken: unify the calculation of runtime versionsChristian Tismer2023-10-091-13/+4
* Support running PySide on Python 3.12Christian Tismer2023-10-0917-31/+133
* libshiboken/libpyside: Fix special functionsFriedemann Kleint2023-10-068-1/+25
* shiboken tests: Fix special functions (simple cases)Friedemann Kleint2023-10-0635-60/+159
* Add a __dir__ function for smart pointersFriedemann Kleint2023-10-065-0/+59
* libshiboken: Deprecate cast operators of AutoDecRefFriedemann Kleint2023-10-065-8/+11
* shiboken generator: Disable special functions in generated codeFriedemann Kleint2023-10-061-1/+5
* libshiboken: Make AutoDecRef movableFriedemann Kleint2023-10-061-18/+18
* shiboken6: Fix special functionsFriedemann Kleint2023-10-0613-6/+35
* Adjust CI instructions for rhel 8.8Simo Fält2023-10-061-3/+3
* Potential fix for a linker error on macOS SonomaFriedemann Kleint2023-10-051-1/+1
* Fix failing XML testFriedemann Kleint2023-10-051-1/+0
* Adapt UNICODE structures to Python 3.12Friedemann Kleint2023-10-041-8/+64
* QtAsyncio: Add _cancel_message to future + taskAdrian Herrmann2023-10-032-0/+3
* Example Revamp: CameraShyamnath Premnadh2023-10-027-9/+1193
* Android Deployment: Identify Qt modules from generated Python filesShyamnath Premnadh2023-10-022-0/+43
* Android Deployment: copy required plugins to libsShyamnath Premnadh2023-10-027-51/+156
* async: Revamp asyncio examplesAdrian Herrmann2023-10-024-190/+30
* QtAsyncio: Do not stop loop at task completionAdrian Herrmann2023-10-021-1/+0