aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui
Commit message (Expand)AuthorAgeFilesLines
* Expose QPolygonF operator==, != inherited from QListRenato Araujo Oliveira Filho2025-04-161-0/+12
* Fix overriding QPaintEngine virtual functions taking a C-style array of geome...Friedemann Kleint2025-02-191-0/+86
* PySide6: Add QFont.Tag(str), QFont.Tag.fromString(), QFont.Tag.fromValue()Friedemann Kleint2025-02-131-0/+5
* PySide6/Tests: Use fully qualified enumerationsFriedemann Kleint2024-12-2022-97/+111
* qpixmap_test.py: Fix warning about leaking file handleFriedemann Kleint2024-12-201-2/+8
* Fix some flake8 errors in tests/examplesFriedemann Kleint2024-12-174-5/+5
* Fix trailing empty linesFriedemann Kleint2024-12-1310-11/+0
* tests: handle unused imports and fix type issuesCristián Maureira-Fredes2024-12-126-21/+30
* type hints: Fix some typing bugs for mypy (forgiveness)Friedemann Kleint2024-09-181-2/+1
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-2054-0/+54
* Fix polymorphic discovery to work without namesFriedemann Kleint2024-05-061-1/+9
* Enum: Move special Flag patch into a snippetChristian Tismer2024-03-051-19/+2
* Add QQuaternion getAxisAndAngle()/getEulerAngles()Friedemann Kleint2023-12-211-1/+7
* Tests: Fix some flake warningsFriedemann Kleint2023-11-283-5/+6
* PyEnum: Remove the now unreachable test cases for old enumsChristian Tismer2023-06-193-17/+9
* PyEnum: Update docs and rename the optionChristian Tismer2023-06-163-3/+3
* Expose QAbstractTextDocumentLayout::PaintContextFriedemann Kleint2023-03-171-4/+37
* testing: modernize UsesQApplication and remove other versionsChristian Tismer2023-03-1626-56/+56
* shiboken6: Mangle field name "from"Friedemann Kleint2023-02-271-1/+12
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* Add .pyproject files for the testsFriedemann Kleint2022-11-111-0/+56
* shiboken6: Add a way of specifying types for casting enum valuesFriedemann Kleint2022-10-191-1/+6
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-261-7/+2
* PySide6: Add QtGui function qt_set_sequence_auto_mnemonic()Friedemann Kleint2022-09-161-1/+4
* PyEnum: Define a fixed list of Int(Enum|Flag) decisions, amendedChristian Tismer2022-08-151-1/+1
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-131-1/+2
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-091-5/+14
* Use SPDX license identifiersLucie Gérard2022-05-2754-1466/+108
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-221-2/+8
* Enable numpy support by defaultFriedemann Kleint2022-05-171-2/+1
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-092-0/+69
* qimage_test.py: Split out XPM test data to a separate fileFriedemann Kleint2022-04-202-234/+263
* Fix failing test qimage_test.pyFriedemann Kleint2022-03-211-0/+2
* Expose QtGui's qFuzzyCompare() overloadsFriedemann Kleint2022-03-041-2/+9
* Clean up QtWidgets testsFriedemann Kleint2022-02-0211-61/+1076
* examples: Turn most QPainter instances into context managersChristian Tismer2022-01-262-9/+7
* PyPySide: fix a few more cases of QPainter without end()Christian Tismer2022-01-261-1/+2
* tests: Use QGuiApplication where applicableFriedemann Kleint2021-12-0617-36/+36
* tests: Add TimedQGuiApplicationFriedemann Kleint2021-12-012-7/+7
* PySide6: Add a sequence protocol for QRegionFriedemann Kleint2021-11-191-1/+9
* Fix QIcon.addPixmap() to accept a PyPathLike argumentFriedemann Kleint2021-10-271-0/+20
* PyPySide: fix quite a few tests using del or __del__Christian Tismer2021-10-275-4/+23
* PySide6: Fix constructing a QFont from a family stringFriedemann Kleint2021-10-122-0/+61
* PyPySide: Skip all tests which use reference countingChristian Tismer2021-08-301-0/+1
* PySide6: Add further global functionsFriedemann Kleint2021-06-181-1/+7
* Turn off numpy support in libpyside by defaultFriedemann Kleint2021-05-051-1/+2
* tests: use exec() instead of exec_()Cristian Maureira-Fredes2021-05-043-3/+3
* Tests: Fix some space-related flake8 warningsFriedemann Kleint2021-04-2939-47/+122
* Tests: Use new form of super()Friedemann Kleint2021-04-283-3/+3
* Tests: Use per-class importsFriedemann Kleint2021-04-273-12/+16