aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtquick.cpp
Commit message (Collapse)AuthorAgeFilesLines
* limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macrosCristián Maureira-Fredes2024-11-081-1/+1
| | | | | | | | | Removing old compatibility macros for the initial limited api implementation. Change-Id: Iced149450bd9bda18e43ac0acea0061cdcdb211e Pick-to: 6.8 Reviewed-by: Friedemann Kleint <[email protected]>
* PySide6: Add vertexDataAsPoint2D()/setVertexDataAsPoint2D()Cristian Maureira-Fredes2022-12-201-0/+21
| | | | | | | | | | | | | | vertexDataAsPoint2D returns a pointer (const/non-const for modification) to a series of Point2D within a geometry, but since in Python we don't have access to it, this change replaces that signature for one that returns a list of Point2D elements. For Pythonicity, also add a setter setVertexDataAsPoint2D() to enable modification. Fixes: PYSIDE-1345 Change-Id: I6aba2a097022637c398ad94c17f342f13b4da449 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I065150015bdb84a3096b5b39c061cf0a20ab637d Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+42
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <[email protected]>