aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-6.2.4
blob: dff01c3a78ff81ab157d9b89f37a6adc4103d051 (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
Qt for Python 6.2.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.

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

 - [PYSIDE-1702] snake_case handling now does explicitly not touch user
   defined classes.
 - [PYSIDE-1705] Properties are now usable in constructors of classes in any
                 combination of snake_case and true_property.
 - [PYSIDE-1765] The snake_case feature is now more complete since it renames
                 hidden methods, too. Overriding was enabled.
 - [PYSIDE-1252] The entry points for UI tools on macOS have been fixed.
 - [PYSIDE-1798] QVariant can now be converted to Enum types.
 - [PYSIDE-1804] A bug in QByteArray::__msetitem__() on big
                 endian architectures has been fixed.
 - [PYSIDE-1815] QAbstractOAuth.setModifyParametersFunction() has been added
 - [PYSIDE-1824] QLowEnergyServiceData.characteristics() has been fixed.
 - [PYSIDE-1826] A life cycle issue with
                 QQuickAsyncImageProvider.requestImageResponse()
                 has been fixed.
 - [PYSIDE-1827] Signals/slots with non-QObject object types have been
                 fixed.

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

 - [PYSIDE-1806] A configure check for the clang version has been added.