aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken6: Fix minor issues in code generationFriedemann Kleint2024-04-171-2/+2
* shiboken6: Extract common C++ function attributesFriedemann Kleint2024-04-1712-153/+96
* shiboken6: Remove class attribute FinalInTargetLangFriedemann Kleint2024-04-174-35/+8
* shiboken6: Remove function attribute FinalInTargetLangFriedemann Kleint2024-04-175-89/+5
* shiboken6: Remove unused function modificationsFriedemann Kleint2024-04-177-53/+1
* Release dialogs when using QDialog.exec()Friedemann Kleint2024-04-124-1/+64
* Fix potential undefined behavior in type discovery of class hierarchiesFriedemann Kleint2024-04-124-97/+158
* shiboken6: Add a placeholder for the base class to polymorphic-id-expressionFriedemann Kleint2024-04-124-5/+46
* Remove deprecated command 'build_rst_docs'Dennis Oberst2024-04-123-13/+5
* shiboken6: Add a way of disable lazy initialization per classFriedemann Kleint2024-04-122-5/+12
* Multimedia: Adapt to revert of QAudio->QtAudio namespace renamingFriedemann Kleint2024-04-126-33/+23
* Lazy Import: Ensure type creation functions being idempotentChristian Tismer2024-04-111-5/+7
* Multimedia/capture example: Fix message box flood on errorFriedemann Kleint2024-04-101-4/+15
* shiboken6: Refactor function virtualMethodReturn()Friedemann Kleint2024-04-092-30/+53
* shiboken6: Split out the part writing a Python overrideFriedemann Kleint2024-04-092-1/+14
* Examples: Update ui_*.py filesFriedemann Kleint2024-04-0930-81/+81
* Fix spurious build errorFriedemann Kleint2024-04-091-1/+1
* Port the QtCore signals tests to modern syntaxFriedemann Kleint2024-04-096-43/+53
* Port signals tests to modern syntaxFriedemann Kleint2024-04-0920-396/+403
* Fix building without QtOpenGLFriedemann Kleint2024-04-0912-33/+110
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-0862-61/+180
* shiboken6: Introduce a variable for the global scope prefixFriedemann Kleint2024-04-084-38/+58
* Documentation/Tools: Fix links to pyside6-lrelease, pyside6-lupdateFriedemann Kleint2024-04-081-2/+2
* Update changelog 6.7.0Friedemann Kleint2024-04-051-2/+9
* Deployment: Doc UpdateShyamnath Premnadh2024-04-051-0/+22
* Deployment: Adapt checking for plugin dependenciesShyamnath Premnadh2024-04-052-4/+14
* Build system: Clean Qt libraries linked by the modulesFriedemann Kleint2024-04-0436-202/+75
* signature: Fix an old refcounting bugChristian Tismer2024-04-041-1/+1
* Fix broken comparison of QOperatingSystemVersion::OSTypeFriedemann Kleint2024-04-041-1/+0
* Fix crash browsing https://outlook.comFriedemann Kleint2024-04-041-1/+1
* Fix flake8-warnings in signals testsFriedemann Kleint2024-04-0428-56/+25
* Documentation/QmlSingleton: Remove mention of Q_OBJECTFriedemann Kleint2024-04-041-1/+1
* Add a project file for the signals testsFriedemann Kleint2024-04-021-0/+19
* Documentation: Fix link to Python downloadsFriedemann Kleint2024-04-021-1/+1
* libpyside/Signal manager: Ensure cleanup of main thread targetsFriedemann Kleint2024-04-022-5/+88
* libpyside: Refactor the signal-lambda-testFriedemann Kleint2024-04-021-28/+56
* build: Add multimedia dependencies to Qt artifactsAdrian Herrmann2024-03-282-0/+9
* Implement multiple inheritance correctly, 2nd. amendmentChristian Tismer2024-03-282-5/+41
* Update changelog 6.7.0Friedemann Kleint2024-03-271-1/+5
* create_wheels: Add Qt quick controls style librariesFriedemann Kleint2024-03-271-5/+10
* pyi: Fix syntax error in class attributesFriedemann Kleint2024-03-271-1/+1
* Fix handling of longs exceeding long long max in float conversionFriedemann Kleint2024-03-262-1/+9
* Debug operators: Fix handling of longs exceeding long long maxFriedemann Kleint2024-03-262-5/+18
* stubs: add type for os.PathLike type hintsCristián Maureira-Fredes2024-03-261-3/+3
* CI: Remove keyring disablingSimo Fält2024-03-261-15/+0
* Fix build with MSVCFriedemann Kleint2024-03-251-1/+8
* shiboken6: Handle CMAKE_CXX_COMPILER in non-standard locationsFriedemann Kleint2024-03-251-3/+16
* libpyside: Clean up lambdas connected to signals earlier in shutdownFriedemann Kleint2024-03-252-1/+21
* libpyside: Fix spelling error in function nameFriedemann Kleint2024-03-253-10/+10
* shiboken6: Ignore Q_PROPERTY specified with MEMBERFriedemann Kleint2024-03-252-3/+8