aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qttest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change binding for QSignalSpy to Py_DECREF wrapped typeBrett Stottlemyer2025-01-251-0/+6
| | | | | | | | | | | | This is arguably a bug, but would only be noticed in testing. It was preventing proper garbage collection in tests using QSignalSpy. I can see an argument it should keep the target object alive while running, but I don't see a good way to DECREF on close, so not holding a reference seems like the best option. Change-Id: I730d8b0a6efd3fef63dfd224917c2e5927d144c4 Reviewed-by: Friedemann Kleint <[email protected]>
* Adapt to 6.8Friedemann Kleint2024-09-051-1/+1
| | | | | | | Task-number: PYSIDE-2620 Task-number: QTBUG-125719 Change-Id: I6efeb1770c9bd7cddc3dbd91ca6294b9fddc9cc9 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]>
* PySide6/QSignalSpy: Add constructor taking a signalFriedemann Kleint2021-06-161-0/+60
Pick-to: 6.1 Task-number: PYSIDE-1482 Change-Id: Ifb9061af1828e7348de3ad5407c830aeb7d4f386 Reviewed-by: Cristian Maureira-Fredes <[email protected]>