aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cmaureirafredes@gmail.com>2019-03-14 16:20:11 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-03-15 15:27:13 +0000
commit264f7fccaffa79d947b872a8179993ef547e069c (patch)
tree396a4a969d8b2c809d49d7204755fd800cef8fbb /dist
parent7a881767a11f613bfaee8d13e67ef8ffbffea103 (diff)
Add changelogs for missing versions
Change-Id: Ie688fba208dc94b5d86b3a9fa0ca0e92ee1c9e75 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.12.145
-rw-r--r--dist/changes-5.12.247
2 files changed, 92 insertions, 0 deletions
diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 000000000..e0eeeff75
--- /dev/null
+++ b/dist/changes-5.12.1
@@ -0,0 +1,45 @@
+Qt for Python 5.12.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.
+
+****************************************************************************
+* PySide2 *
+****************************************************************************
+
+ - [PYSIDE-878] Added binding for QWebEngineUrlScheme which was missing
+ - Completed the signature introspection
+ - Activated existence_test.py for 5.12
+ - [PYSIDE-868] Fixed a crash related to multiple inheritance
+ - [PYSIDE-886] Fixed crash when mixing static overloads with instance methods in derived classes
+ - [PYSIDE-892] Added free functions from namespace QtQml
+ - Fixed a rare type hint racing condition
+ - Used helper function for accessing the meta object in quick type registration for libpyside
+ - [PYSIDE-883] Fixed regression related to removing createIndex method that uses PyObject*
+ - [PYSIDE-882] Avoided the creation of empty build directories in the install tree
+ - Produced TypeError messages using the signature module
+ - Replaced nullptr by None in signatures in the documentation
+ - Updated and fixed the Slot documentation
+ - Added \nullptr macro definition in the documentation
+ - [PYSIDE-874] Fixed wrong METADATA for generated wheels
+ - [PYSIDE-898] Improved check when a QFlag<Enum> is found
+ - [PYSIDE-790] Fixed a crash when overriding QAbstractNativeEventFilter.QAbstractNativeEventFilter()
+ - Added support for the help() function using the signature module
+ - [PYSIDE-880] Fixed an issue on the setup.py when running under non-UTF8 locale
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - Make signatures in overload decisor code more verbose in shiboken
+ - [PYSIDE-914] Included MSVC dlls in the shiboken module package
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 000000000..1ac4addd0
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,47 @@
+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-95] Added ownership transfer for QGraphicsItemGroup.addToGroup
+ - [PYSIDE-928][PYSIDE-937][PYSIDE-943] Fixing a refcounting bug shown by __doc__ handling
+ - [PYSIIDE-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