aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-063-0/+19
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-10-012-0/+167
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-291-7/+2
* Fix TypeError when comparing Qt.Flags and objectsAdrian Herrmann2022-09-081-0/+19
* PyEnum: Improve the handling of QKeyCombinationChristian Tismer2022-09-021-2/+13
* Fix random values in QFormLayout.getItemPosition()Adrian Herrmann2022-08-181-18/+15
* Add support for QFormLayout::TakeRowResultCristian Maureira-Fredes2022-08-181-2/+30
* signature: Update, cleanup and install signature testChristian Tismer2022-08-182-17/+60
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-156-13/+24
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-151-5/+14
* build: Fix a weird build problem on macOS and other platformsChristian Tismer2022-08-041-7/+0
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-144-33/+20
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-142-0/+134
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-3/+4
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-211-6/+6
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-151-2/+0
* Add QAudioBuffer.data()/constData()Friedemann Kleint2022-06-011-13/+27
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-239-28/+59
* webenginecore: QWebEngineCookieStore setCookieFilterShyamnath Premnadh2022-05-173-0/+84
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-092-0/+110
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-092-0/+69
* PySide6: Add QQmlContext::setContextProperties()Friedemann Kleint2022-05-091-1/+8
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-062-0/+69
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-284-15/+15
* PySide6: Allow for embedded 0 chars in 1 byte stringsFriedemann Kleint2022-04-261-0/+4
* Fix include conventionsFriedemann Kleint2022-04-221-4/+4
* qimage_test.py: Split out XPM test data to a separate fileFriedemann Kleint2022-04-202-234/+263
* Add readBytes and writeBytes functions from QDataStreamShyamnath Premnadh2022-04-081-3/+18
* QAction: Add setMenu() and menu()Cristián Maureira-Fredes2022-04-081-1/+12
* 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