summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-03-17 16:09:24 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-03-17 16:10:35 +0100
commit299883956859a3eea1f2637a781adfec45c4b3c8 (patch)
tree3692efa3e0105d5fdad3a24e698d18e73a8f463c
parent0d613adf396193258c59f08aaa6e3bbd6c1b4c0f (diff)
parent847f8c40c1f124f3021d78644562b359540e26d4 (diff)
Merge remote-tracking branch 'origin/5.6.0' into 5.6
-rw-r--r--dist/changes-5.6.039
-rw-r--r--src/imports/imports.pro2
-rw-r--r--src/imports/plugins.qmltypes3
3 files changed, 42 insertions, 2 deletions
diff --git a/dist/changes-5.6.0 b/dist/changes-5.6.0
new file mode 100644
index 0000000..f35d1ea
--- /dev/null
+++ b/dist/changes-5.6.0
@@ -0,0 +1,39 @@
+Qt 5.6 introduces many new features and improvements as well as bugfixes
+over the 5.5.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://doc.qt.io/qt-5.6
+
+The Qt version 5.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+- [OS X] QtWebEngine is now the default backend on OS X.
+- Calling QtWebView::initialize() is now required to make sure the WebView
+ functions correctly on all platforms.
+
+****************************************************************************
+* Platform-specific Changes *
+****************************************************************************
+
+WinRT
+----
+- Added support for Windows Runtime.
+
+Android
+-------
+- [QTBUG-49664] JavaScript evaluation will now be stopped before the
+ WebView is released.
+- [QTBUG-49566] Accessing geolocation is now allowed when the application
+ has the permission for ACCESS_FINE_LOCATION.
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 197f25b..84fe775 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -1,7 +1,7 @@
CXX_MODULE = webview
TARGET = declarative_webview
TARGETPATH = QtWebView
-IMPORT_VERSION = 1.0
+IMPORT_VERSION = 1.1
QT += qml quick webview-private
SOURCES += \
diff --git a/src/imports/plugins.qmltypes b/src/imports/plugins.qmltypes
index 4a1ba93..7f05f76 100644
--- a/src/imports/plugins.qmltypes
+++ b/src/imports/plugins.qmltypes
@@ -4,9 +4,10 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtWebView 1.0'
+// 'qmlplugindump -nonrelocatable QtWebView 1.1'
Module {
+ dependencies: ["QtQuick 2.0"]
Component {
name: "QQuickViewController"
defaultProperty: "data"