aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests
Commit message (Expand)AuthorAgeFilesLines
* py3.10-prep: Finally support Python 3.10Christian Tismer2022-01-051-2/+3
* py3.10-prep: Fix parser.py for changed typing moduleChristian Tismer2022-01-051-8/+8
* PySide6: Fix QFlags comparison to selfFriedemann Kleint2021-10-281-0/+24
* PySide2: Fix flaky test feature_with_uic_test.pyFriedemann Kleint2021-10-151-1/+1
* remove QBackingStore from qrasterwindow_test.pyChristian Tismer2021-10-061-26/+2
* Add fallback case for QSettings.valueCristián Maureira-Fredes2021-08-121-1/+15
* feature: fix the UIC switching problemChristian Tismer2021-08-055-0/+249
* signature: make zip file access totally virtualChristian Tismer2021-07-231-4/+3
* PySide6: Add a test for QObject.findChildren() by typeFriedemann Kleint2021-06-301-0/+30
* translate: Fix translation for derived typesChristian Tismer2021-06-291-0/+13
* __feature__: Ensure that features are not affected by other importsChristian Tismer2021-05-221-0/+2
* Test bug_686.py: Fix warning about destroying a locked QReadWriteLockFriedemann Kleint2021-04-281-0/+2
* TestQSettings: Do not clutter the current directoryFriedemann Kleint2021-04-141-3/+7
* Prospective fix for QPixmap/QDataStream serialization testFriedemann Kleint2021-04-081-3/+5
* Qt Datavisualization: Fix crashes in QBar/SurfaceDataProxy add/set/insertRow()Friedemann Kleint2021-03-181-0/+13
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-031-5/+7
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-301-2/+32
* property_python_test.py: Restrict exceptFriedemann Kleint2020-10-131-1/+1
* Update QtCore.Property to the current standardChristian Tismer2020-10-123-1/+236
* Generate flags operator methods for QFlags on hidden top level namespaceRenato Araujo Oliveira Filho2020-10-065-0/+101
* Move the annotations for parsing Qt-based headers to shiboken2Friedemann Kleint2020-10-021-1/+0
* Consolidate export/import macrosFriedemann Kleint2020-10-017-31/+80
* Add QColorConstants namespaceCristián Maureira-Fredes2020-09-221-2/+3
* signal: Supply the missing __get__ methodChristian Tismer2020-09-212-0/+88
* Fix crash when overriding QUiLoader::createWidget() in QUiLoaderFriedemann Kleint2020-09-171-0/+16
* uiloader_test.py: Remove unused/duplicated codeFriedemann Kleint2020-09-171-20/+6
* feature_select: Implement True PropertiesChristian Tismer2020-09-163-21/+54
* Fix slots being invoked from the wrong threadFriedemann Kleint2020-09-162-0/+107
* Implement default __ne__ and __eq__ for all PySide typesAlex Hughes2020-09-082-0/+75
* Fix up qprocess_test.pyFriedemann Kleint2020-09-031-1/+2
* Port some tests away from deprecated APIFriedemann Kleint2020-08-182-9/+13
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-311-4/+5
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-243-8/+117
* Test signal_arguments.py: Use Qt Quick Controls 2Friedemann Kleint2020-07-232-2/+3
* feature-select: Implement a selectable feature frameworkChristian Tismer2020-07-102-0/+106
* qfontmetrics_test.py: Stop using deprecated APIFriedemann Kleint2020-07-031-1/+1
* QByteArray::number(): suppress small integer types as is for setNum()Friedemann Kleint2020-07-031-0/+8
* basewrapper.cpp: add PyErr_Fetch/Restore in SbkDeallocWrapperCommon()Kyle Altendorf2020-07-012-0/+86
* Add QObject.findChildren(QRegularExpression)Friedemann Kleint2020-06-261-2/+5
* Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-151-9/+110
* Add QtQuickControls2Cristian Maureira-Fredes2020-05-261-0/+1
* QtSerialPort improved unit testsAndreas Buhr2020-05-261-6/+43
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-264-4/+141
|\
| * Add QtUiTools.loadUiTypeCristian Maureira-Fredes2020-05-251-0/+75
| * sbkenum: Fix refcounting leakChristian Tismer2020-05-181-0/+17
| * Support pickling of Qt Enum objectsChristian Tismer2020-05-181-1/+32
| * Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-162-3/+17
* | pyside2: Prepare build system for Qt 6Friedemann Kleint2020-05-184-22/+33
* | Add support for QSerialPortAndreas Buhr2020-05-152-0/+59
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-04-295-15941/+4697
|\|