aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a test for QSharedPointerFriedemann Kleint2022-04-076-0/+172
* Add QPyQmlParserStatusFriedemann Kleint2022-04-013-0/+119
* PySide6: Fix QMetaProperty::Write(..)Shyamnath Premnadh2022-03-311-1/+8
* Fix failing test qimage_test.pyFriedemann Kleint2022-03-211-0/+2
* PyPy: Fix timeout in bug_997.py, take 2Friedemann Kleint2022-03-122-11/+14
* PyPySide: fix a bunch of pseudo-errorsChristian Tismer2022-03-116-0/+15
* PyPySide: disable __feature__ completely, temporarilyChristian Tismer2022-03-114-12/+27
* PyPy: Fix tests with timeoutsFriedemann Kleint2022-03-103-6/+22
* Fix some tests checking delection for PyPyFriedemann Kleint2022-03-071-0/+11
* Expose QtGui's qFuzzyCompare() overloadsFriedemann Kleint2022-03-041-2/+9
* Add QtNfcFriedemann Kleint2022-03-042-0/+56
* Fix grouped QML propertiesFriedemann Kleint2022-03-033-0/+172
* Fix signals/slots with non-QObject object typesFriedemann Kleint2022-02-281-1/+36
* __feature__: rework constructor handling of both featuresChristian Tismer2022-02-221-6/+60
* Fix the multimap/hash conversion and add the testFriedemann Kleint2022-02-211-0/+1
* Fix QLowEnergyServiceData.chacteristics()Friedemann Kleint2022-02-172-0/+78
* Add the QmlAttached decoratorFriedemann Kleint2022-02-163-0/+172
* Add the QmlExtended decoratorFriedemann Kleint2022-02-163-0/+134
* __feature__: Fix true_property overridingChristian Tismer2022-02-111-1/+21
* Add the @QmlForeign decoratorFriedemann Kleint2022-02-113-0/+111
* __feature__: Fix snake_case handling on user defined classesChristian Tismer2022-02-101-1/+29
* Add the @QmlNamedElement decoratorFriedemann Kleint2022-02-091-3/+3
* CMake: pyside: Add support for cross-buildingAlexandru Croitor2022-02-041-0/+8
* Refactor code snippets for QByteArray::__msetitem__()/__mgetitem__()Friedemann Kleint2022-02-031-4/+4
* PyPySide: Fix locker handling which enables MandelbrotChristian Tismer2022-02-032-0/+21
* Clean up QtWidgets testsFriedemann Kleint2022-02-0218-62/+47
* Convert QVariant to Enum typesShyamnath Premnadh2022-01-301-2/+70
* Long live pyside6-metaobjectdump!Friedemann Kleint2022-01-277-0/+99
* examples: Turn most QPainter instances into context managersChristian Tismer2022-01-264-20/+14
* PyPySide: Implement a context manager for QPainterChristian Tismer2022-01-261-2/+2
* PyPySide: fix a few more cases of QPainter without end()Christian Tismer2022-01-262-1/+4
* Safe distinction of Nuitka compiled methodsShyamnath Premnadh2022-01-182-0/+60
* signal: Fix equality test for inherited signals, updateChristian Tismer2022-01-121-1/+32
* PySide6: Speed up test qqmlnetwork_test.pyFriedemann Kleint2021-12-171-2/+5
* PySide6: Fix QQmlApplicationEngine.load(str) to not construct a QUrlFriedemann Kleint2021-12-153-0/+112
* PySide6: build multiple inheritance pass-through for SignalsChristian Tismer2021-12-144-2/+43
* Move the QML registration code into a libraryFriedemann Kleint2021-12-081-1/+2
* Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-071-0/+10
* PySide6: Prospective fix for stabilizing qthread_signal_test.pyFriedemann Kleint2021-12-071-20/+15
* PySide6: Prospective fix for stabilizing test qthread_prod_cons_test.pyFriedemann Kleint2021-12-071-9/+3
* PySide6: Prospective fix for stabilizing test QtCore_bug_686Friedemann Kleint2021-12-071-8/+8
* PyPySide: Skip AssertRaises which needs a PyPy fixChristian Tismer2021-12-062-0/+10
* Speed up paint_event_test.py, qpen_test.py and virtual_pure_override_testFriedemann Kleint2021-12-063-24/+11
* tests: Use QGuiApplication where applicableFriedemann Kleint2021-12-0623-47/+47
* Speed up qtreewidgetitem_testFriedemann Kleint2021-12-021-3/+0
* Speed up test bug_997.pyFriedemann Kleint2021-12-021-7/+17
* tests: Add TimedQGuiApplicationFriedemann Kleint2021-12-0113-30/+82
* Prospective fix for stabilizing qthread_test.pyFriedemann Kleint2021-11-291-32/+23
* Add QtQuick3D moduleCristián Maureira-Fredes2021-11-291-0/+1
* PyPySide: replace the __signature__ attribute by get_signature()Christian Tismer2021-11-192-14/+15