index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.5
6.5.1
6.5.2
6.5.3
6.6
6.6.1
6.6.2
6.6.3.1
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
remoteobjectsdev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
/
pyside6
/
tests
/
QtGui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose QPolygonF operator==, != inherited from QList
Renato Araujo Oliveira Filho
2025-04-16
1
-0
/
+12
*
Fix overriding QPaintEngine virtual functions taking a C-style array of geome...
Friedemann Kleint
2025-02-19
1
-0
/
+86
*
PySide6: Add QFont.Tag(str), QFont.Tag.fromString(), QFont.Tag.fromValue()
Friedemann Kleint
2025-02-13
1
-0
/
+5
*
PySide6/Tests: Use fully qualified enumerations
Friedemann Kleint
2024-12-20
22
-97
/
+111
*
qpixmap_test.py: Fix warning about leaking file handle
Friedemann Kleint
2024-12-20
1
-2
/
+8
*
Fix some flake8 errors in tests/examples
Friedemann Kleint
2024-12-17
4
-5
/
+5
*
Fix trailing empty lines
Friedemann Kleint
2024-12-13
10
-11
/
+0
*
tests: handle unused imports and fix type issues
Cristián Maureira-Fredes
2024-12-12
6
-21
/
+30
*
type hints: Fix some typing bugs for mypy (forgiveness)
Friedemann Kleint
2024-09-18
1
-2
/
+1
*
Python-3.10: Allow the new syntax for Python 3.9
Christian Tismer
2024-06-20
54
-0
/
+54
*
Fix polymorphic discovery to work without names
Friedemann Kleint
2024-05-06
1
-1
/
+9
*
Enum: Move special Flag patch into a snippet
Christian Tismer
2024-03-05
1
-19
/
+2
*
Add QQuaternion getAxisAndAngle()/getEulerAngles()
Friedemann Kleint
2023-12-21
1
-1
/
+7
*
Tests: Fix some flake warnings
Friedemann Kleint
2023-11-28
3
-5
/
+6
*
PyEnum: Remove the now unreachable test cases for old enums
Christian Tismer
2023-06-19
3
-17
/
+9
*
PyEnum: Update docs and rename the option
Christian Tismer
2023-06-16
3
-3
/
+3
*
Expose QAbstractTextDocumentLayout::PaintContext
Friedemann Kleint
2023-03-17
1
-4
/
+37
*
testing: modernize UsesQApplication and remove other versions
Christian Tismer
2023-03-16
26
-56
/
+56
*
shiboken6: Mangle field name "from"
Friedemann Kleint
2023-02-27
1
-1
/
+12
*
Add license headers to cmake files
Friedemann Kleint
2023-02-16
1
-0
/
+3
*
Add .pyproject files for the tests
Friedemann Kleint
2022-11-11
1
-0
/
+56
*
shiboken6: Add a way of specifying types for casting enum values
Friedemann Kleint
2022-10-19
1
-1
/
+6
*
PyEnum: Increase Compatibility by allowing any int as enum value
Christian Tismer
2022-09-26
1
-7
/
+2
*
PySide6: Add QtGui function qt_set_sequence_auto_mnemonic()
Friedemann Kleint
2022-09-16
1
-1
/
+4
*
PyEnum: Define a fixed list of Int(Enum|Flag) decisions, amended
Christian Tismer
2022-08-15
1
-1
/
+1
*
PyEnum: Define a fixed list of Int(Enum|Flag) decisions
Christian Tismer
2022-08-13
1
-1
/
+2
*
PyEnum: Fix QKeySequence to stay correct when switching IntEnum to Enum
Christian Tismer
2022-08-09
1
-5
/
+14
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
54
-1466
/
+108
*
PyEnum: Prepare Enum tests for both old and new enums
Christian Tismer
2022-05-22
1
-2
/
+8
*
Enable numpy support by default
Friedemann Kleint
2022-05-17
1
-2
/
+1
*
PySide6: Support Windows handle types HBITMAP, HICON, HRGN
Friedemann Kleint
2022-05-09
2
-0
/
+69
*
qimage_test.py: Split out XPM test data to a separate file
Friedemann Kleint
2022-04-20
2
-234
/
+263
*
Fix failing test qimage_test.py
Friedemann Kleint
2022-03-21
1
-0
/
+2
*
Expose QtGui's qFuzzyCompare() overloads
Friedemann Kleint
2022-03-04
1
-2
/
+9
*
Clean up QtWidgets tests
Friedemann Kleint
2022-02-02
11
-61
/
+1076
*
examples: Turn most QPainter instances into context managers
Christian Tismer
2022-01-26
2
-9
/
+7
*
PyPySide: fix a few more cases of QPainter without end()
Christian Tismer
2022-01-26
1
-1
/
+2
*
tests: Use QGuiApplication where applicable
Friedemann Kleint
2021-12-06
17
-36
/
+36
*
tests: Add TimedQGuiApplication
Friedemann Kleint
2021-12-01
2
-7
/
+7
*
PySide6: Add a sequence protocol for QRegion
Friedemann Kleint
2021-11-19
1
-1
/
+9
*
Fix QIcon.addPixmap() to accept a PyPathLike argument
Friedemann Kleint
2021-10-27
1
-0
/
+20
*
PyPySide: fix quite a few tests using del or __del__
Christian Tismer
2021-10-27
5
-4
/
+23
*
PySide6: Fix constructing a QFont from a family string
Friedemann Kleint
2021-10-12
2
-0
/
+61
*
PyPySide: Skip all tests which use reference counting
Christian Tismer
2021-08-30
1
-0
/
+1
*
PySide6: Add further global functions
Friedemann Kleint
2021-06-18
1
-1
/
+7
*
Turn off numpy support in libpyside by default
Friedemann Kleint
2021-05-05
1
-1
/
+2
*
tests: use exec() instead of exec_()
Cristian Maureira-Fredes
2021-05-04
3
-3
/
+3
*
Tests: Fix some space-related flake8 warnings
Friedemann Kleint
2021-04-29
39
-47
/
+122
*
Tests: Use new form of super()
Friedemann Kleint
2021-04-28
3
-3
/
+3
*
Tests: Use per-class imports
Friedemann Kleint
2021-04-27
3
-12
/
+16
[next]