aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-2218-21/+222
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint2024-04-224-1/+11
* pyi: avoid ellipsis on classes with attributesCristián Maureira-Fredes2024-04-191-1/+1
* Fix missing NoneType import, amendedFriedemann Kleint2024-04-191-1/+1
* pyi: check for imported types in return statementsCristián Maureira-Fredes2024-04-191-0/+5
* shiboken6: Introduce verbose switching for the debug operatorsFriedemann Kleint2024-04-192-7/+32
* shiboken6: Fix warnings about unused init functionsFriedemann Kleint2024-04-191-5/+5
* Documentation: Fix change describing address sanitizer usageFriedemann Kleint2024-04-191-1/+1
* shiboken: Prepare for [[nodiscard]] QFile::openFriedemann Kleint2024-04-192-5/+11
* Tooling: Add pyside6-balsamuiShyamnath Premnadh2024-04-195-1/+34
* Tooling: add pyside6-balsamShyamnath Premnadh2024-04-184-2/+80
* pyside6-project: Add a rule for pyside6-qsbFriedemann Kleint2024-04-182-1/+8
* libshiboken: Remove unnecessary std::string usageFriedemann Kleint2024-04-181-1/+1
* Tooling: Add pyside6-qsbShyamnath Premnadh2024-04-185-3/+62
* Documentation: Add instructions for using address sanitizerFriedemann Kleint2024-04-181-0/+13
* shiboken6: Fix minor issues in code generationFriedemann Kleint2024-04-181-2/+2
* Documentation: Fix warning about ambiguous link to APIFriedemann Kleint2024-04-181-1/+1
* Documentation: Ensure deterministic order of function overloadsFriedemann Kleint2024-04-181-3/+8
* 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
* Lazy Import: Ensure type creation functions being idempotentChristian Tismer2024-04-121-5/+7
* 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
* 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-124-14/+4
* shiboken6: Refactor function virtualMethodReturn()Friedemann Kleint2024-04-102-30/+53
* shiboken6: Split out the part writing a Python overrideFriedemann Kleint2024-04-092-1/+14
* Port signals tests to modern syntaxFriedemann Kleint2024-04-0920-396/+403
* Port the QtCore signals tests to modern syntaxFriedemann Kleint2024-04-096-43/+53
* 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
* Deployment: Adapt checking for plugin dependenciesShyamnath Premnadh2024-04-052-4/+14
* Deployment: Doc UpdateShyamnath Premnadh2024-04-051-0/+22
* 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 flake8-warnings in signals testsFriedemann Kleint2024-04-0427-56/+23
* Documentation/QmlSingleton: Remove mention of Q_OBJECTFriedemann Kleint2024-04-041-1/+1
* Fix crash browsing https://outlook.comFriedemann 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
* Implement multiple inheritance correctly, 2nd. amendmentChristian Tismer2024-03-282-5/+41
* pyi: Fix syntax error in class attributesFriedemann Kleint2024-03-271-1/+1