blob: 6a8eb622c3ca4b5c28057bef2e8dda3771cb058e (
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
|
Qt for Python 6.8.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-487] Some missing bindings were added.
- [PYSIDE-841] The simple bar graph (QtGraphs) and zoomlinechart (QtCharts)
examples have been added.
- [PYSIDE-1106] Documentation: A number of missing documentation pages has
been added. The module pages were updated and improved, now
showing the QML types more prominently. Parameter names and
documentation of global and/or added functions have been
added.
- [PYSIDE-1612] Deployment: Development folders are no longer included in the
deployed executable. A bug parsing "from . import x" has been
fixed. .webp files are now supported. Nuitka has been upgraded
to 2.5.1. Non-existent plugins are now disregarded.
- [PYSIDE-1612] Android Deployment: The Android NDK is now automatically
downloaded.
- [PYSIDE-1735] Examples and tests have been changed to use fully qualified
enumerations.
- [PYSIDE-2624] Type hints: Positional parameters are now used according to
PEP 570.
- [PYSIDE-2846] Type hints: Properties in constructors are now supported
(including snake_case). Empty enums have been fixed for
mypy 1.14.
- [PYSIDE-2846] A crash related to inner classes in Qt3DRender has been fixed.
- [PYSIDE-2936] A crash using QDBusUnixFileDescriptor in
QDBusAbstractInterface::call() has been fixed.
- [PYSIDE-2939] Type hints: The heuristic for ambiguous signature removal
has been fixed.
- [PYSIDE-2941] Type hints: Some optional return annotations have been fixed.
- [PYSIDE-2946] A crash registering smart pointer types conversions of class
hierarchies has been fixed.
****************************************************************************
* Shiboken6 *
****************************************************************************
- [PYSIDE-2701] The generated code has been streamlined.
|