aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-6.2.1
blob: 227ac8120acea92a3e2fe6a3c3cbf786b2dffe07 (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
39
40
41
42
43
44
45
Qt for Python 6.2.1 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.

****************************************************************************
*                                  PySide6                                 *
****************************************************************************

 - [PYSIDE-610]  Enable the SSL methods of QWebSockets
 - [PYSIDE-841]  Add a signals and slots tutorial
 - [PYSIDE-841]  Add examples: barchart, areachart, tab dialog, screenshot
                 relational table model, btscanner, rendercontrol_opengl,
                 and the 'adding' from the QML reference.
 - [PYSIDE-1631] Add qmlRegister functions taking a library URL
 - [PYSIDE-1673] Fix QObject.property() for QFlag types
 - [PYSIDE-1674] Expose QVideoFrame::bits(int)
 - [PYSIDE-1681] Fix hang in QQmlApplicationEngine functions with message
                 handler
 - [PYSIDE-1685] Fix constructing a QFont from a family string
 - [PYSIDE-1691] Add QCborTag

****************************************************************************
*                                  Shiboken6                               *
****************************************************************************

 - [PYSIDE-656]  Overridden virtual methods are now always correctly
                 finalized, regardless of errors.
 - [PYSIDE-1669] An option to disable implicit conversions has been added.
 - [PYSIDE-1605] Getters returning containers by reference can now be modified
                 to return an opaque container by modifying the return type
                 accordingly.
 - [PYSIDE-1660] Document builtin custom types
 - [PYSIDE-1686] Adapt to LLVM 12.01
 - [PYSIDE-1691] Handle enums without values