aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.12.2
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-11-03 13:12:56 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-11-11 16:39:17 +0100
commit225bf1aaa5a17f8f3c2526f03a10223ea14de239 (patch)
tree9969145c7c7a389877e20e7bc584a98e06c5c908 /dist/changes-5.12.2
parent346a4a86fc2d7064e44c0766dd08374d652cdcc1 (diff)
Move changelog files from dist/ into doc/changelogs
While Qt repos use dist/ for changelogs, Python uses dist/ as the location for built wheels. Move the changelogs out of dist/ into a separate doc/changelogs directory and add dist to .gitignore. Pick-to: 6.2 Change-Id: I0088459e0d94134e200396c5ca9ce41f82f863de Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'dist/changes-5.12.2')
-rw-r--r--dist/changes-5.12.249
1 files changed, 0 insertions, 49 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
deleted file mode 100644
index b45d38ca2..000000000
--- a/dist/changes-5.12.2
+++ /dev/null
@@ -1,49 +0,0 @@
-Qt for Python 5.12.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.
-
-****************************************************************************
-* PySide2 *
-****************************************************************************
-
- - [PYSIDE-934] Added a method to VoidPtr called toBytes() to get the bytes representation.
- - [PYSIDE-95] Added ownership transfer for QGraphicsItemGroup.addToGroup
- - [PYSIDE-928][PYSIDE-937][PYSIDE-943] Fixing a refcounting bug shown by __doc__ handling
- - [PYSIDE-931] Added the attribute 'allow-thread' to the type system and class entries.
- - [PYSIDE-947] Fixed conversions of list of smart pointers to python
- - [PYSIDE-953] Preventing Python 3.5 from crashing the build
- - [PYSIDE-940] Added setPageSize new signature to QPageSize
- - [PYSIDE-950] Allowed subclassing PyCFunction in extension modules
- - [PYSIDE-938] Set the proper parent when overloading QUiLoader.addAction()
- - Added common QPrintSupport typesystem for QWebEngine
- - [PYSIDE-942] Fixed an error when importing signatures in frozen executables
- - [PYSIDE-948] Fixed problem when using smart pointers with namespaces
- - [PYSIDE-45] Added support for using PyObject wrapper when an invalid QVariant is used
- - [PYSIDE-922] Added pyObj check for the setSequenceOwnership
- - [PYSIDE-919] Modernized the cmake build process
- - [PYSIDE-924] Propagated Property attributes to the MetaObject
- - Improved the type hints for containers
- - [PYSIDE-906] Added missing classes QWebEngineHistory and WebEngineHistoryItem
- - Added QtRemoteObject classes
- - Added a script to generate a debug log in windows called debug_windows.py
-
-****************************************************************************
-* Shiboken2 *
-****************************************************************************
-
- - Fixed many build warnings on shiboken and pyside
- - Extended the exception handling test in shiboken
- - [PYSIDE-929] Added dependency version for shiboken2
- - [PYSIDE-914] Including MSVC dlls in the shiboken module package
- - [PYSIDE-932] Implement Embedding To Make Signatures Always Available