aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-6.5.2
blob: 2da156069460b967ded703d3675455f4dffe5514 (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
Qt for Python 6.5.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-2184] .pyi files are now installed by CMake.
 - [PYSIDE-2206] The QtStateMachine moveblocks example has been added.
 - [PYSIDE-2206] The QtLocation mapviewer example has been revamped.
 - [PYSIDE-2331] Type hints of several functions taking a str have been fixed.
 - [PYSIDE-2339] Enumeration types are now kept when passed through the
                 QVariant APIs of QAbstractItemModel, and a conversion
                 to int takes place when required (Qt.CheckState and similar).
 - [PYSIDE-2340] A crash when using QScxmlStateMachine::connectToEvent()
                 has been fixed.
 - [PYSIDE-2347] Output of QObject slots has been added to the
                 metaobjectdump.py tool as an input of qmllint.
 - [PYSIDE-2364] The type hint for QQmlExpression.evaluate() has been fixed.
 - [PYSIDE-2299] A memory leak connecting free methods/lambdas has been
 - [PYSIDE-2371] Fixed regression related to memory leak when connecting
                 signal to local function.
 - [PYSIDE-2381] Fixed issue qith QSetting list of strings and value()
 - [PYSIDE-2384] Fixed QWizardPage.registerField signature

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

 - [PYSIDE-1735] The detection of signedness for enums with typedefs
                 as underlying types has been fixed.
 - [PYSIDE-2335] The raising of unraisable exceptions from virtual methods
                 overwritten in Python has been implemented.
                 They are now handled by a handler on the stack if possible
                 or otherwise printed.
 - [PYSIDE-1669] Fixed option --no-implicit-conversions