aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.15.2
blob: 0baf77400e25cd91260bf7fad68c9adebe562bd6 (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
65
66
67
68
69
70
Qt for Python 5.15.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.


****************************************************************************
*        Important Source Incompatible/Behavior Changes                    *
****************************************************************************

- Projects generating bindings for Qt-based code no longer need to include
  pyside2_global.h for the property and signal/slot annotations to work.

****************************************************************************
*                                  PySide2                                 *
****************************************************************************


 - [PYSIDE-487]  Some missing enumerations and classes were added.
 - [PYSIDE-644]  QNetworkCookie was added to WebEngineCore.
 - [PYSIDE-665]  A crash when reimplementing QLayout.takeAt() was fixed.
 - [PYSIDE-807]  setup.py was rewritten to properly show options the in command
                 help.
 - [PYSIDE-972]  Launching PySide2 from paths with non-ASCII Latin1 characters
                 was fixed.
 - [PYSIDE-1019] feature_select: Qt Properties are now represented as Python
                 properties.
 - [PYSIDE-1070] A crash when overriding QUiLoader::createWidget() in QUiLoader
                 was fixed.
 - [PYSIDE-1082] A crash when creating QMimeData from
                 Q(Plain)TextEdit::createMimeDataFromSelection() was fixed.
 - [PYSIDE-1202] More classes from QtConcurrent were added.
 - [PYSIDE-1224] The namespace QColorConstants was added.
 - [PYSIDE-1326] Operators for QFlags on hidden top level namespace are now
                 generated.
 - [PYSIDE-1354] Slots being invoked from the wrong thread were fixed.
 - [PYSIDE-1381] The dependency of the QtQml module header on internal header
                 pysideqmlregistertype.h was removed.
 - [PYSIDE-1385] Deprecated wheel.pep425tags imports were removed.
 - [PYSIDE-1390] setup.py: The build_rst_docs command was added to build
                 rst documentation only
 - [PYSIDE-1397] Functions taking a smart pointer now accept smart pointers to
                 base classes.
 - [PYSIDE-1410] QAxBase::dynamicCall() was fixed.

****************************************************************************
*                                  Shiboken2                               *
****************************************************************************

 - [PYSIDE-841]  The documentation on modifications was restructured.
 - [PYSIDE-904]  An attribute for generating "using namespace" was added.
 - [PYSIDE-1019] A way of specifying properties for non-Qt classes in
                 typesystem XML was added.
 - [PYSIDE-1075] Functions from invisible namespaces are now generated into
                 their parent namespaces.
 - [PYSIDE-1224] Variables in namespaces are now generated.
 - [PYSIDE-1366] The order of overloads may now be specified to work around
                 problems with the order generated by the overload decisor.
 - [PYSIDE-1388] Final classes with protected methods when disabling the
                 protected hack are now correctly generated.