Hello community,
here is the log from the commit of package python-qtwebengine-qt5 for
openSUSE:Factory checked in at 2020-09-01 20:11:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qtwebengine-qt5 (Old)
and /work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qtwebengine-qt5"
Tue Sep 1 20:11:45 2020 rev:6 rq:831269 version:5.15.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-qtwebengine-qt5/python-qtwebengine-qt5.changes
2019-12-07 15:10:45.147835232 +0100
+++
/work/SRC/openSUSE:Factory/.python-qtwebengine-qt5.new.3399/python-qtwebengine-qt5.changes
2020-09-01 20:11:58.504718260 +0200
@@ -1,0 +2,26 @@
+Tue Sep 1 17:09:44 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Fix single line patch info for update-timeline.patch
+- remove the skip python2 tumbleweed hack. Tumbleweed/Factory repos
+ take care of it by themselves
+- Update might fix boo#1176023
+
+-------------------------------------------------------------------
+Sat Aug 29 08:04:01 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update update-timeline.patch
+
+-------------------------------------------------------------------
+Thu Aug 27 19:44:00 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to version 5.15.0
+ * Added support for Qt v5.15.0.
+- v5.14.0 added support for Qt v5.14.0 in December 2019
+- The source location has changed to PyPI
+
+-------------------------------------------------------------------
+Fri Mar 13 12:46:38 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Stop building the python2 package for openSUSE Tumbleweed.
+
+-------------------------------------------------------------------
Old:
----
PyQtWebEngine-5.13.2.tar.gz
New:
----
PyQtWebEngine-5.15.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qtwebengine-qt5.spec ++++++
--- /var/tmp/diff_new_pack.Y5Q7eX/_old 2020-09-01 20:12:00.812719234 +0200
+++ /var/tmp/diff_new_pack.Y5Q7eX/_new 2020-09-01 20:12:00.816719236 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-qtwebengine-qt5
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-qtwebengine-qt5
-Version: 5.13.2
+Version: 5.15.0
Release: 0
Summary: Python bindings for the Qt5 WebEngine framework
License: GPL-3.0-only
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
-Source:
https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/%{version}/PyQtWebEngine-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
+Source:
https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE -- add nonexistent future releases [email protected]
Patch0: update-timeline.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module qt5-devel}
-BuildRequires: %{python_module sip-devel >= 4.19.19}
+BuildRequires: %{python_module sip-devel >= 4.19.4}
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(Qt5WebEngine)
Requires: python-qt5
++++++ PyQtWebEngine-5.13.2.tar.gz -> PyQtWebEngine-5.15.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.13.2/ChangeLog
new/PyQtWebEngine-5.15.0/ChangeLog
--- old/PyQtWebEngine-5.13.2/ChangeLog 2019-11-02 19:55:51.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/ChangeLog 2020-05-31 14:12:05.496758000 +0200
@@ -1,5 +1,100 @@
+2020-05-30 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Released as v5.15.0.
+ [ea6c0ab7d38d] [5.15.0]
+
+ * PyQtWebEngine.msp:
+ Added a missing private copy ctor.
+ [c4f85de49748]
+
+2020-05-29 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Updated the NEWS file.
+ [d3289c4e6e7c]
+
+2020-05-28 Phil Thompson <[email protected]>
+
+ * PyQtWebEngine.msp:
+ Updated foe the final releaes of Qt v5.15.0.
+ [c5a2f34ff4e5]
+
+2020-05-22 Phil Thompson <[email protected]>
+
+ * PyQtWebEngine.msp:
+ Take over the ownership of the QWebEngineNotification from the
+ caller of the notification presenter.
+ [ace44c213a8e]
+
+ * PyQtWebEngine.msp:
+ Fixed QWebEngineProfile.setNotificationPresenter().
+ [24ad94c34413]
+
+2020-05-17 Phil Thompson <[email protected]>
+
+ * PyQtWebEngine.msp:
+ First pass through Qt v5.15.0.
+ [e133589b257b]
+
+2020-05-16 Phil Thompson <[email protected]>
+
+ * Merged the 5.14-maint branch.
+ [d1e26f932930]
+
+ * .hgignore:
+ Updated .hgignore.
+ [66fa7be82977] <5.14-maint>
+
+2020-05-09 Phil Thompson <[email protected]>
+
+ * pyproject.toml:
+ The minimum ABI version is 12.8 which requires SIP v5.3.
+ [76168156a91f] <5.14-maint>
+
+2020-02-08 Phil Thompson <[email protected]>
+
+ * pyproject.toml:
+ Fixed METADATA for the commercial wheels.
+ [7f7fc34864b6] <5.14-maint>
+
+2019-12-18 Phil Thompson <[email protected]>
+
+ * .hgtags:
+ Added tag 5.14.0 for changeset f00d480d4a0f
+ [fc828b0c8958]
+
+ * NEWS:
+ Released as v5.14.0.
+ [f00d480d4a0f] [5.14.0]
+
+ * pyproject.toml:
+ Fixed requires-dist for commercial wheels.
+ [23c5bb98a8dd]
+
+2019-12-16 Phil Thompson <[email protected]>
+
+ * NEWS:
+ Updated the NEWS file.
+ [b3130010a22c]
+
+2019-12-14 Phil Thompson <[email protected]>
+
+ * PyQtWebEngine.msp:
+ Updated for Qt v5.14.0.
+ [08b5399115c5]
+
+2019-12-12 Phil Thompson <[email protected]>
+
+ * Merged the 5.13-maint branch.
+ [3be79b99e71c]
+
2019-11-02 Phil Thompson <[email protected]>
+ * .hgtags:
+ Added tag 5.13.2 for changeset 5627b4a59e44
+ [e8c569058a97] <5.13-maint>
+
* NEWS:
Released as v5.13.2.
[5627b4a59e44] [5.13.2] <5.13-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.13.2/NEWS
new/PyQtWebEngine-5.15.0/NEWS
--- old/PyQtWebEngine-5.13.2/NEWS 2019-11-02 19:55:00.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/NEWS 2020-05-31 14:11:26.431846000 +0200
@@ -1,3 +1,9 @@
+v5.15.0 1st June 2020
+ - Added support for Qt v5.15.0.
+
+v5.14.0 19th December 2019
+ - Added support for Qt v5.14.0.
+
v5.13.2 3rd November 2019
- Added PYQT_WEBENGINE_VERSION and PYQT_WEBENGINE_VERSION_STR.
- Added support for SIP v5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.13.2/PKG-INFO
new/PyQtWebEngine-5.15.0/PKG-INFO
--- old/PyQtWebEngine-5.13.2/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/PKG-INFO 2020-05-31 14:12:06.249128300 +0200
@@ -0,0 +1,59 @@
+Metadata-Version: 2.1
+Name: PyQtWebEngine
+Version: 5.15.0
+Requires-Python: >=3.5
+Summary: Python bindings for the Qt WebEngine framework
+Home-Page: https://www.riverbankcomputing.com/software/pyqtwebengine/
+Author: Riverbank Computing Limited
+Author-Email: [email protected]
+License: GPL v3
+Requires-Dist: PyQt5-sip (>=12.8, <13)
+Requires-Dist: PyQt5 (>=5.15)
+
+PyQtWebEngine - Python Bindings for the Qt WebEngine Framework
+==============================================================
+
+PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine
+framework. The framework provides the ability to embed web content in
+applications and is based on the Chrome browser. The bindings sit on top of
+PyQt5 and are implemented as three separate modules corresponding to the
+different libraries that make up the framework.
+
+Author
+------
+
+PyQtWebEngine is copyright (c) Riverbank Computing Limited. Its homepage is
+https://www.riverbankcomputing.com/software/pyqtwebengine/.
+
+Support may be obtained from the PyQt mailing list at
+https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
+
+
+License
+-------
+
+PyQtWebEngine is released under the GPL v3 license and under a commercial
+license that allows for the development of proprietary applications.
+
+
+Documentation
+-------------
+
+The documentation for the latest release can be found
+`here <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__.
+
+
+Installation
+------------
+
+The GPL version of PyQtWebEngine can be installed from PyPI::
+
+ pip install PyQtWebEngine
+
+The wheels include a copy of the required parts of the LGPL version of Qt.
+
+``pip`` will also build and install the bindings from the sdist package but
+Qt's ``qmake`` tool must be on ``PATH``.
+
+The ``sip-install`` tool will also install the bindings from the sdist package
+but will allow you to configure many aspects of the installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.13.2/configure.py
new/PyQtWebEngine-5.15.0/configure.py
--- old/PyQtWebEngine-5.13.2/configure.py 2019-11-02 19:55:51.000000000
+0100
+++ new/PyQtWebEngine-5.15.0/configure.py 2020-05-31 14:12:05.500420000
+0200
@@ -1,4 +1,4 @@
-# Copyright (c) 2019, Riverbank Computing Limited
+# Copyright (c) 2020, Riverbank Computing Limited
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -23,7 +23,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
-# This is v2.15 of this boilerplate.
+# This is v2.16 of this boilerplate.
from distutils import sysconfig
@@ -238,7 +238,7 @@
# The version of the module as a string. Set it to None if you don't
# provide version information.
- version = '5.13.2'
+ version = '5.15.0'
# The name of the PEP 376 .dist-info directory to be created.
distinfo_name = 'PyQtWebEngine'
@@ -2014,7 +2014,7 @@
mk_distinfo = os.path.join(os.path.dirname(os.path.abspath(__file__)),
'mk_distinfo.py')
run_mk_distinfo = '%s %s \\"$(INSTALL_ROOT)\\" %s installed.txt' % (
- sys.executable, mk_distinfo, distinfo_dir)
+ quote(sys.executable), quote(mk_distinfo), quote(distinfo_dir))
pro.write('''
distinfo.extra = %s
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQtWebEngine-5.13.2/pyproject.toml
new/PyQtWebEngine-5.15.0/pyproject.toml
--- old/PyQtWebEngine-5.13.2/pyproject.toml 2019-11-02 19:55:51.000000000
+0100
+++ new/PyQtWebEngine-5.15.0/pyproject.toml 2020-05-31 14:12:05.501610000
+0200
@@ -1,24 +1,29 @@
# Specify PyQt-builder v1.0 as the build system for the package.
[build-system]
-requires = ["PyQt-builder >=1, <2"]
+requires = ["sip >=5.3, <7", "PyQt-builder >=1, <2"]
build-backend = "sipbuild.api"
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "PyQtWebEngine"
-version = "5.13.2"
+version = "5.15.0"
summary = "Python bindings for the Qt WebEngine framework"
home-page = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
author = "Riverbank Computing Limited"
author-email = "[email protected]"
license = "GPL v3"
-requires-dist = "PyQt5 (>=5.13)"
+requires-dist = "PyQt5 (>=5.15)"
description-file = "README"
# Specify a PyQt-based project.
[tool.sip]
+abi-version = "12.8"
project-factory = "pyqtbuild:PyQtProject"
+# Configure the project.
+[tool.sip.project]
+tag-prefix = "QtWebEngine"
+
# Define and configure each set of bindings.
[tool.sip.bindings.QtWebEngineCore]
qmake-QT = ["webenginecore"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngine/QtWebEnginemod.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngine/QtWebEnginemod.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngine/QtWebEnginemod.sip 2019-11-02
19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngine/QtWebEnginemod.sip 2020-05-31
14:12:06.064208000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -25,7 +25,7 @@
%Import QtWebEngineCore/QtWebEngineCoremod.sip
%Copying
-Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
This file is part of PyQtWebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngine/qquickwebengineprofile.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngine/qquickwebengineprofile.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngine/qquickwebengineprofile.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngine/qquickwebengineprofile.sip
2020-05-31 14:12:06.062646000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngine/qquickwebenginescript.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngine/qquickwebenginescript.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngine/qquickwebenginescript.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngine/qquickwebenginescript.sip
2020-05-31 14:12:06.063765000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngine/qtwebengineglobal.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngine/qtwebengineglobal.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngine/qtwebengineglobal.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngine/qtwebengineglobal.sip
2020-05-31 14:12:06.063135000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngine Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -25,8 +25,8 @@
const char *PYQT_WEBENGINE_VERSION_STR;
%ModuleCode
-static int PYQT_WEBENGINE_VERSION = 0x050d02;
-static const char *PYQT_WEBENGINE_VERSION_STR = "5.13.2";
+static int PYQT_WEBENGINE_VERSION = 0x050f00;
+static const char *PYQT_WEBENGINE_VERSION_STR = "5.15.0";
%End
%If (QtWebEngine_5_6_0 -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/QtWebEngineCoremod.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/QtWebEngineCoremod.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/QtWebEngineCoremod.sip
2020-05-31 14:12:06.069484000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -26,10 +26,10 @@
%Import QtGui/QtGuimod.sip
%Import QtNetwork/QtNetworkmod.sip
-%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0}
+%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0}
%Copying
-Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
This file is part of PyQtWebEngine.
@@ -51,6 +51,7 @@
%Include qwebengineclientcertificatestore.sip
%Include qwebenginecookiestore.sip
+%Include qwebenginefindtextresult.sip
%Include qwebenginehttprequest.sip
%Include qwebenginenotification.sip
%Include qwebenginequotarequest.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip
2020-05-31 14:12:06.064800000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginecookiestore.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginecookiestore.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginecookiestore.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginecookiestore.sip
2020-05-31 14:12:06.072111000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginefindtextresult.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginefindtextresult.sip
1970-01-01 01:00:00.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginefindtextresult.sip
2020-05-31 14:12:06.067051000 +0200
@@ -0,0 +1,39 @@
+// qwebenginefindtextresult.sip generated by MetaSIP
+//
+// This file is part of the QtWebEngineCore Python extension module.
+//
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
+//
+// This file is part of PyQtWebEngine.
+//
+// This file may be used under the terms of the GNU General Public License
+// version 3.0 as published by the Free Software Foundation and appearing in
+// the file LICENSE included in the packaging of this file. Please review the
+// following information to ensure the GNU General Public License version 3.0
+// requirements will be met: http://www.gnu.org/copyleft/gpl.html.
+//
+// If you do not wish to use this file under the terms of the GPL version 3.0
+// then you may purchase a commercial license. For more information contact
+// [email protected].
+//
+// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+
+%If (QtWebEngine_5_14_0 -)
+
+class QWebEngineFindTextResult
+{
+%TypeHeaderCode
+#include <qwebenginefindtextresult.h>
+%End
+
+public:
+ int numberOfMatches() const;
+ int activeMatch() const;
+ QWebEngineFindTextResult();
+ QWebEngineFindTextResult(const QWebEngineFindTextResult &other);
+ ~QWebEngineFindTextResult();
+};
+
+%End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginehttprequest.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginehttprequest.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginehttprequest.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginehttprequest.sip
2020-05-31 14:12:06.070569000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginenotification.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginenotification.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginenotification.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginenotification.sip
2020-05-31 14:12:06.071084000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginequotarequest.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginequotarequest.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebenginequotarequest.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebenginequotarequest.sip
2020-05-31 14:12:06.068962000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip
2020-05-31 14:12:06.070001000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip
2020-05-31 14:12:06.065984000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -54,6 +54,12 @@
%If (QtWebEngine_5_7_0 -)
ResourceTypePluginResource,
%End
+%If (QtWebEngine_5_14_0 -)
+ ResourceTypeNavigationPreloadMainFrame,
+%End
+%If (QtWebEngine_5_14_0 -)
+ ResourceTypeNavigationPreloadSubFrame,
+%End
};
enum NavigationType
@@ -63,6 +69,9 @@
NavigationTypeFormSubmitted,
NavigationTypeBackForward,
NavigationTypeReload,
+%If (QtWebEngine_5_14_0 -)
+ NavigationTypeRedirect,
+%End
NavigationTypeOther,
};
@@ -74,8 +83,14 @@
void block(bool shouldBlock);
void redirect(const QUrl &url);
void setHttpHeader(const QByteArray &name, const QByteArray &value);
+%If (QtWebEngine_5_14_0 -)
+ QUrl initiator() const;
+%End
private:
+%If (QtWebEngine_5_14_0 -)
+ QWebEngineUrlRequestInfo();
+%End
QWebEngineUrlRequestInfo(const QWebEngineUrlRequestInfo &);
~QWebEngineUrlRequestInfo();
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
2020-05-31 14:12:06.065269000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlrequestjob.sip
2020-05-31 14:12:06.066512000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlscheme.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlscheme.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlscheme.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlscheme.sip
2020-05-31 14:12:06.068254000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -51,6 +51,9 @@
ServiceWorkersAllowed,
ViewSourceAllowed,
ContentSecurityPolicyIgnored,
+%If (QtWebEngine_5_14_0 -)
+ CorsEnabled,
+%End
};
typedef QFlags<QWebEngineUrlScheme::Flag> Flags;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineCore/qwebengineurlschemehandler.sip
2020-05-31 14:12:06.072561000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineCore Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
2020-05-31 14:12:06.060327000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -27,10 +27,10 @@
%Import QtPrintSupport/QtPrintSupportmod.sip
%Import QtWidgets/QtWidgetsmod.sip
-%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0}
+%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0}
%Copying
-Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
This file is part of PyQtWebEngine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginecertificateerror.sip
2020-05-31 14:12:06.045438000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -20,8 +20,6 @@
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-%If (QtWebEngine_5_4_0 -)
-
class QWebEngineCertificateError /NoDefaultCtors/
{
%TypeHeaderCode
@@ -50,15 +48,41 @@
%If (QtWebEngine_5_8_0 -)
CertificateTransparencyRequired,
%End
+%If (QtWebEngine_5_14_0 -)
+ CertificateKnownInterceptionBlocked,
+%End
};
QWebEngineCertificateError::Error error() const;
QUrl url() const;
bool isOverridable() const;
QString errorDescription() const;
+%If (QtWebEngine_5_14_0 -)
+ QWebEngineCertificateError(const QWebEngineCertificateError &other);
+%End
private:
+%If (- QtWebEngine_5_14_0)
QWebEngineCertificateError(const QWebEngineCertificateError &);
-};
+%End
+public:
+%If (QtWebEngine_5_14_0 -)
+ void defer();
%End
+%If (QtWebEngine_5_14_0 -)
+ bool deferred() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ void rejectCertificate();
+%End
+%If (QtWebEngine_5_14_0 -)
+ void ignoreCertificateError();
+%End
+%If (QtWebEngine_5_14_0 -)
+ bool answered() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ QList<QSslCertificate> certificateChain() const;
+%End
+};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebengineclientcertificateselection.sip
2020-05-31 14:12:06.043524000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginecontextmenudata.sip
2020-05-31 14:12:06.052451000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginedownloaditem.sip
2020-05-31 14:12:06.044698000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -154,6 +154,21 @@
%If (QtWebEngine_5_12_0 -)
QWebEnginePage *page() const;
%End
+%If (QtWebEngine_5_14_0 -)
+ QString suggestedFileName() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ QString downloadDirectory() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ void setDownloadDirectory(const QString &directory);
+%End
+%If (QtWebEngine_5_14_0 -)
+ QString downloadFileName() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ void setDownloadFileName(const QString &fileName);
+%End
};
%End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
2020-05-31 14:12:06.051578000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -36,6 +36,7 @@
private:
QWebEngineFullScreenRequest(QWebEnginePage *page, const QUrl &origin, bool
toggleOn);
+ QWebEngineFullScreenRequest(const QWebEngineFullScreenRequest &);
};
%End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginehistory.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginehistory.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginehistory.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginehistory.sip
2020-05-31 14:12:06.042382000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginepage.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginepage.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginepage.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginepage.sip
2020-05-31 14:12:06.051040000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -216,7 +216,7 @@
virtual bool event(QEvent *);
void findText(const QString &subString, QWebEnginePage::FindFlags options
= QWebEnginePage::FindFlags(), SIP_PYCALLABLE resultCallback
/AllowNone,TypeHint="Callable[[bool], None]"/ = 0);
%MethodCode
- // Make sure any callable doesn't get garbage collected.
+ // Make sure any callable doesn't get garbage collected until it is
invoked.
Py_XINCREF(a2);
Py_BEGIN_ALLOW_THREADS
@@ -254,7 +254,7 @@
void setContent(const QByteArray &data, const QString &mimeType =
QString(), const QUrl &baseUrl = QUrl());
void toHtml(SIP_PYCALLABLE resultCallback /TypeHint="Callable[[QString],
None]"/) const;
%MethodCode
- // Make sure the callable doesn't get garbage collected.
+ // Make sure the callable doesn't get garbage collected until it is
invoked.
Py_INCREF(a0);
Py_BEGIN_ALLOW_THREADS
@@ -281,7 +281,7 @@
void toPlainText(SIP_PYCALLABLE resultCallback
/TypeHint="Callable[[QString], None]"/) const;
%MethodCode
- // Make sure the callable doesn't get garbage collected.
+ // Make sure the callable doesn't get garbage collected until it is
invoked.
Py_INCREF(a0);
Py_BEGIN_ALLOW_THREADS
@@ -319,7 +319,7 @@
%If (QtWebEngine_5_7_0 -)
void runJavaScript(const QString &scriptSource, quint32 worldId,
SIP_PYCALLABLE resultCallback);
%MethodCode
- // Make sure the callable doesn't get garbage collected.
+ // Make sure the callable doesn't get garbage collected until it is
invoked.
Py_INCREF(a2);
Py_BEGIN_ALLOW_THREADS
@@ -348,7 +348,7 @@
void runJavaScript(const QString &scriptSource);
void runJavaScript(const QString &scriptSource, SIP_PYCALLABLE
resultCallback /TypeHint="Callable[[Any], None]"/);
%MethodCode
- // Make sure the callable doesn't get garbage collected.
+ // Make sure the callable doesn't get garbage collected until it is
invoked.
Py_INCREF(a1);
Py_BEGIN_ALLOW_THREADS
@@ -410,6 +410,9 @@
NavigationTypeFormSubmitted,
NavigationTypeBackForward,
NavigationTypeReload,
+%If (QtWebEngine_5_14_0 -)
+ NavigationTypeRedirect,
+%End
NavigationTypeOther,
};
@@ -493,7 +496,7 @@
%If (QtWebEngine_5_7_0 -)
void printToPdf(SIP_PYCALLABLE resultCallback
/TypeHint="Callable[[QByteArray], None]"/, const QPageLayout &pageLayout =
QPageLayout(QPageSize(QPageSize::PageSizeId::A4),
QPageLayout::Orientation::Portrait, QMarginsF()));
%MethodCode
- // Make sure the callable doesn't get garbage collected.
+ // Make sure the callable doesn't get garbage collected until it is
invoked.
Py_INCREF(a0);
Py_BEGIN_ALLOW_THREADS
@@ -555,7 +558,7 @@
%If (PyQt_Printer)
void print(QPrinter *printer, SIP_PYCALLABLE resultCallback
/TypeHint="Callable[[bool], None]"/);
%MethodCode
- // Make sure the callable doesn't get garbage collected.
+ // Make sure the callable doesn't get garbage collected until it is
invoked.
Py_INCREF(a1);
Py_BEGIN_ALLOW_THREADS
@@ -619,6 +622,53 @@
%If (QtWebEngine_5_13_0 -)
void setUrlRequestInterceptor(QWebEngineUrlRequestInterceptor
*interceptor);
%End
+%If (QtWebEngine_5_14_0 -)
+
+ enum class LifecycleState
+ {
+ Active,
+ Frozen,
+ Discarded,
+ };
+
+%End
+%If (QtWebEngine_5_14_0 -)
+ QWebEnginePage::LifecycleState lifecycleState() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ void setLifecycleState(QWebEnginePage::LifecycleState state);
+%End
+%If (QtWebEngine_5_14_0 -)
+ QWebEnginePage::LifecycleState recommendedState() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ bool isVisible() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ void setVisible(bool visible);
+%End
+
+signals:
+%If (QtWebEngine_5_14_0 -)
+ void visibleChanged(bool visible);
+%End
+%If (QtWebEngine_5_14_0 -)
+ void lifecycleStateChanged(QWebEnginePage::LifecycleState state);
+%End
+%If (QtWebEngine_5_14_0 -)
+ void recommendedStateChanged(QWebEnginePage::LifecycleState state);
+%End
+%If (QtWebEngine_5_14_0 -)
+ void findTextFinished(const QWebEngineFindTextResult &result);
+%End
+
+public:
+%If (QtWebEngine_5_14_0 -)
+ qint64 renderProcessPid() const;
+%End
+%If (QtWebEngine_5_14_0 -)
+ void renderProcessPidChanged(qint64 pid);
+%End
};
%If (QtWebEngine_5_11_0 -)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebengineprofile.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebengineprofile.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebengineprofile.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebengineprofile.sip
2020-05-31 14:12:06.041579000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -146,11 +146,8 @@
void setDownloadPath(const QString &path);
%End
%If (QtWebEngine_5_13_0 -)
- void setNotificationPresenter(SIP_PYCALLABLE /AllowNone,
TypeHint="Callable[[QWebEngineNotification], None]"/);
+ void setNotificationPresenter(SIP_PYCALLABLE /AllowNone, KeepReference,
TypeHint="Callable[[QWebEngineNotification], None]"/);
%MethodCode
- // Make sure any callable doesn't get garbage collected.
- Py_XINCREF(a0);
-
Py_BEGIN_ALLOW_THREADS
sipCpp->setNotificationPresenter([a0](std::unique_ptr<QWebEngineNotification>
arg) {
@@ -161,7 +158,7 @@
// We have to find the generated type structure because a name
isn't
// automatically generated as it isn't used anywhere else in
the
// module.
- PyObject *arg_obj = sipConvertFromType(arg.get(),
+ PyObject *arg_obj = sipConvertFromNewType(arg.release(),
sipFindType("QWebEngineNotification"), NULL);
if (arg_obj)
@@ -169,7 +166,6 @@
PyObject *res = PyObject_CallFunctionObjArgs(a0, arg_obj,
NULL);
Py_DECREF(arg_obj);
- Py_DECREF(a0);
if (!res)
pyqt5_qtwebenginewidgets_err_print();
@@ -178,7 +174,6 @@
}
else
{
- Py_DECREF(a0);
pyqt5_qtwebenginewidgets_err_print();
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginescript.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginescript.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginescript.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginescript.sip
2020-05-31 14:12:06.043012000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
---
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
2019-11-02 19:55:52.000000000 +0100
+++
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginescriptcollection.sip
2020-05-31 14:12:06.045968000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginesettings.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginesettings.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebenginesettings.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebenginesettings.sip
2020-05-31 14:12:06.061398000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebengineview.sip
new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebengineview.sip
--- old/PyQtWebEngine-5.13.2/sip/QtWebEngineWidgets/qwebengineview.sip
2019-11-02 19:55:52.000000000 +0100
+++ new/PyQtWebEngine-5.15.0/sip/QtWebEngineWidgets/qwebengineview.sip
2020-05-31 14:12:06.047322000 +0200
@@ -2,7 +2,7 @@
//
// This file is part of the QtWebEngineWidgets Python extension module.
//
-// Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+// Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
//
// This file is part of PyQtWebEngine.
//
@@ -89,7 +89,7 @@
void setZoomFactor(qreal factor);
void findText(const QString &subString, QWebEnginePage::FindFlags options
= QWebEnginePage::FindFlags(), SIP_PYCALLABLE resultCallback
/AllowNone,TypeHint="Callable[[bool], None]"/ = 0);
%MethodCode
- // Make sure any callable doesn't get garbage collected.
+ // Make sure any callable doesn't get garbage collected until it is
invoked.
Py_XINCREF(a2);
Py_BEGIN_ALLOW_THREADS
@@ -172,6 +172,9 @@
%If (QtWebEngine_5_7_0 -)
virtual void dropEvent(QDropEvent *e);
%End
+%If (QtWebEngine_5_14_0 -)
+ virtual void closeEvent(QCloseEvent *);
+%End
};
%ModuleHeaderCode
++++++ update-timeline.patch ++++++
--- /var/tmp/diff_new_pack.Y5Q7eX/_old 2020-09-01 20:12:00.948719291 +0200
+++ /var/tmp/diff_new_pack.Y5Q7eX/_new 2020-09-01 20:12:00.948719291 +0200
@@ -5,33 +5,29 @@
PyQt5.
---
- sip/QtWebEngineCore/QtWebEngineCoremod.sip | 2 +-
- sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
diff --git a/sip/QtWebEngineCore/QtWebEngineCoremod.sip
b/sip/QtWebEngineCore/QtWebEngineCoremod.sip
-index 8f34dfd..f512acb 100644
+index 957abf5..cfbff36 100644
--- a/sip/QtWebEngineCore/QtWebEngineCoremod.sip
+++ b/sip/QtWebEngineCore/QtWebEngineCoremod.sip
@@ -26,7 +26,7 @@
%Import QtGui/QtGuimod.sip
%Import QtNetwork/QtNetworkmod.sip
--%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0}
-+%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_13_1 QtWebEngine_5_13_2
QtWebEngine_5_13_3 QtWebEngine_5_14_0 QtWebEngine_5_14_1 QtWebEngine_5_14_2
QtWebEngine_5_14_3}
+-%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0}
++%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0
QtWebEngine_5_15_1 QtWebEngine_5_15_2 QtWebEngine_5_15_3}
%Copying
- Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+ Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
diff --git a/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
b/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
-index 78262d9..5cf9375 100644
+index e3da76d..fdee035 100644
--- a/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
+++ b/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
@@ -27,7 +27,7 @@
%Import QtPrintSupport/QtPrintSupportmod.sip
%Import QtWidgets/QtWidgetsmod.sip
--%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0}
-+%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_13_1 QtWebEngine_5_13_2
QtWebEngine_5_13_3 QtWebEngine_5_14_0 QtWebEngine_5_14_1 QtWebEngine_5_14_2
QtWebEngine_5_14_3}
+-%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0}
++%Timeline {QtWebEngine_5_4_0 QtWebEngine_5_4_1 QtWebEngine_5_4_2
QtWebEngine_5_5_0 QtWebEngine_5_5_1 QtWebEngine_5_6_0 QtWebEngine_5_6_1
QtWebEngine_5_6_2 QtWebEngine_5_6_3 QtWebEngine_5_6_4 QtWebEngine_5_6_5
QtWebEngine_5_6_6 QtWebEngine_5_6_7 QtWebEngine_5_6_8 QtWebEngine_5_6_9
QtWebEngine_5_7_0 QtWebEngine_5_7_1 QtWebEngine_5_8_0 QtWebEngine_5_8_1
QtWebEngine_5_9_0 QtWebEngine_5_9_1 QtWebEngine_5_9_2 QtWebEngine_5_9_3
QtWebEngine_5_9_4 QtWebEngine_5_9_5 QtWebEngine_5_9_6 QtWebEngine_5_9_7
QtWebEngine_5_9_8 QtWebEngine_5_9_9 QtWebEngine_5_10_0 QtWebEngine_5_10_1
QtWebEngine_5_11_0 QtWebEngine_5_11_1 QtWebEngine_5_11_2 QtWebEngine_5_11_3
QtWebEngine_5_12_0 QtWebEngine_5_12_1 QtWebEngine_5_12_2 QtWebEngine_5_12_3
QtWebEngine_5_12_4 QtWebEngine_5_13_0 QtWebEngine_5_14_0 QtWebEngine_5_15_0
QtWebEngine_5_15_1 QtWebEngine_5_15_2 QtWebEngine_5_15_3}
%Copying
- Copyright (c) 2019 Riverbank Computing Limited <[email protected]>
+ Copyright (c) 2020 Riverbank Computing Limited <[email protected]>