Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
blob: 6f4ef508bccff1766d4f61c0e0507acc75372bda (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
60
61
62
63
64
Qt for Python 6.9.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-841] An example showing an audio graph using Qt Graphs has been
                 added.
 - [PYSIDE-2193] A crash retrieving a Python type QObject property
                 (encapsulated in a QVariant) been fixed.
 - [PYSIDE-3052] class QMessageLogger has been added for handling debug,
                 info, warning, critical, and fatal messages,
                 including support for QLoggingCategory.
 - [PYSIDE-3012] type hints: The type signature for the Property class
                 has been fixed.
 - [PYSIDE-3021] type-hints: The QMessagebox annotations has been fixed.
 - [PYSIDE-3029] type-hints: The hints for properties on __init__ functions
                 has been fixed.
 - [PYSIDE-3041] type hints: The str parameter of  QLineEdit.setText() has
                 been made optional.
 - [PYSIDE-3050] type hints: Type signature for
                 QProgressDialog.setCancelButton has been fixed.
 - [PYSIDE-3055] type hints: Type signature for QTabBar.setTabButton has
                 been fixed.
 - [PYSIDE-3056] type hints: Type signature for qtTrId has been fixed.
 - [PYSIDE-3057] type hints: Type signature for QTreeWidget.setItemWidget
                 has been fixed.
 - [PYSIDE-3058] type hints: Return value for QTreeWidget.topLevelItem and
                 QTreeWidget.takeTopLevelItem has been fixed.
 - [PYSIDE-3059] type hints: The type signature for QObject class has been
                 fixed.
 - [PYSIDE-3061] The building of .pyi files in debug mode on Windows has
                 been fixed.
 - [PYSIDE-3067] A crash when entering a Qt message handler with a Python
                 error set has been fixed.
 - [PYSIDE-3069] A crash retrieving a QGraphicsProxyObject from a QVariant
                 has been fixed.
 - [PYSIDE-3078] type hints: The parent widget parameter of the
                 QInputDialog get() methods has been made optional.
 - [PYSIDE-3087] The dependency of pyside6-project on tomlkit has been
                 removed.
 - [PYSIDE-3089] An error in pyside6-metaobjectdump when encountering
                 @Slot(result=None) has been fixed.

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

 - [PYSIDE-3081] A bug in the clang parser causing errors when parsing a
                 lambda contained in a function parameter default value has
                 been fixed.