aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-6.9.2
blob: bfbee9ad55d96738545ac84eab847ffc6a88b2c8 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Qt for Python 6.9.2 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-1612] Android Deployment: Installing packages is no longer forced.
 - [PYSIDE-1612] Desktop Deployment: A warning for Qt resource files has
                 been fixed.
 - [PYSIDE-1612] Desktop Deployment: Nuitka has been upgraded to 2.7.11.
 - [PYSIDE-2846] type hints: The mypy version has been increased.
 - [PYSIDE-2846] type hints: Signature warnings about QObject properties of
                 unknown type passed to the constructor have been fixed.
 - [PYSIDE-2938] The MSVC runtime libraries bundled in Windows wheels
                 have been updated.
 - [PYSIDE-3095] pyside6-project lupdate now supports specifying
                 subdirectories in .ts file names.
 - [PYSIDE-3115] A bug affecting QVariant conversion of Python classes
                 inheriting QGraphicsProxyObject has been fixed.
 - [PYSIDE-3119] A SECURITY.md document required for Github has been added.
 - [PYSIDE-3124] Documentation about thread affinity has been added
                 to the Signals and Slot tutorial.
 - [PYSIDE-3127] A bug occurring when choosing a camera in the camera
                 example has been fixed.
 - [PYSIDE-3132] A crash calling setItemDelegateForColumn/Row()
                 repeatedly has been fixed.
 - [PYSIDE-3133] A crash on conversion errors when parsing keyword
                 arguments has been fixed.
 - [PYSIDE-3135] type hints: typing.Self is no longer modified in
                 versions < 3.11.
 - [PYSIDE-3139] type hints: The return types of QGuiApplication.screenAt()
                 and QGuiApplication.modalWindow() have been fixed.
 - [PYSIDE-3146] Deployment: Values generated into pysidedeploy.spec are
                 now sorted.
 - [PYSIDE-3147] Initial adaptations for the upcoming Python version 3.14
                 have been done.
 - [PYSIDE-3148] A memory corruption occurring when connecting several
                 signals to one non-QObject receiver has been fixed.

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

 - [PYSIDE-3105] Cross compilation support has been improved.
 - [PYSIDE-3144] A crash occurring when no source class can be found for
                 typedef typesystem entries has been fixed.