aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.15.4
blob: a97be5dc6337b37b50a60427db1e2f4907e8796c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Qt for Python 5.15.4 is a bug-fix release.

For more details, refer to the online documentation included in this
distribution. The documentation is also available online:

https://doc.qt.io/qtforpython/

Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:

https://bugreports.qt.io/

Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.

****************************************************************************
*                                  PySide2                                 *
****************************************************************************

 - [PYSIDE-955]  QOpenGLContext.versionFunctions() have been implemented.
                 Class QOpenGLVersionFunctionsFactory (from Qt 6) has also
                 been added.
 - [PYSIDE-1409] signature: The decision heuristics of result tuples have
                 been refined.
 - [PYSIDE-1438] Crashes in Qt Datavisualization's QBar/SurfaceDataProxy
                 add/set/insertRow() members have been fixed.
 - [PYSIDE-1502] Import errors will now be properly reported.
 - [PYSIDE-1513] Documentation on properties has been added.
 - [PYSIDE-1538] signature: Unrecognized items will no longer raise
                 exceptions.
 - [PYSIDE-1540] The performance of QPainter::drawPoints(QPolygon) has been
                 improved.

****************************************************************************
*                                  Shiboken2                               *
****************************************************************************

 - [PYSIDE-1529] Crashes when registering static fields have been fixed.