Skip to content

Commit 49f2cb3

Browse files
author
Allan Sandfeld Jensen
committed
Merge remote-tracking branch 'origin/5.7' into 5.6
Conflicts: .qmake.conf src/core/web_contents_view_qt.cpp Change-Id: I7d9fbd3efcf8a3f8165244364d9528ddaf3cdbda
2 parents 61eaafd + 6232d02 commit 49f2cb3

File tree

551 files changed

+35537
-7541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

551 files changed

+35537
-7541
lines changed

LICENSE.GPL2

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.GPL3

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.GPL3-EXCEPT

Lines changed: 704 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.GPLv2

Lines changed: 0 additions & 292 deletions
This file was deleted.
File renamed without changes.

dist/changes-5.7.0

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
Qt 5.7 introduces many new features and improvements as well as bugfixes
2+
over the 5.6.x series. For more details, refer to the online documentation
3+
included in this distribution. The documentation is also available online:
4+
5+
http://doc.qt.io/qt-5/index.html
6+
7+
The Qt version 5.7 series is binary compatible with the 5.6.x series.
8+
Applications compiled for 5.6 will continue to run with 5.7.
9+
10+
Some of the changes listed in this file include issue tracking numbers
11+
corresponding to tasks in the Qt Bug Tracker:
12+
13+
https://bugreports.qt.io/
14+
15+
Each of these identifiers can be entered in the bug tracker to obtain more
16+
information about a particular change.
17+
18+
****************************************************************************
19+
* General *
20+
****************************************************************************
21+
22+
- Chromium Snapshot:
23+
* The Chromium version has been updated to 49.0.2623.111.
24+
* In addition security fixes from Chromium 50 and 51 have been merged.
25+
26+
- Web Features:
27+
* Drag'n'drop is now supported
28+
* Encrypted Media Extensions EME is now supported
29+
if the PPAPI Widevine CDM plugin is installed.
30+
* Spellchecking is now available if dictionaries are installed.
31+
32+
- OS X:
33+
* Added 'use_appstore_compliant_code' option to allow compiling WebEngine as Mac App Store compliant.
34+
35+
****************************************************************************
36+
* Qt WebEngineQML *
37+
****************************************************************************
38+
39+
- WebEngineView:
40+
* New WebAction for saving page on disk in multiple different formats
41+
including MHTML.
42+
* JavaScript can now be executed in separate worlds.
43+
* WebChannels can now be installed in separate worlds.
44+
* Properties for recentlyAudible notification and muting of page.
45+
* Content size and scroll position properties are now available.
46+
* New API to print to PDF.
47+
48+
- WebEngineProfile:
49+
* New API for disabling or clearing HTTP cache
50+
51+
- WebEngineSettings:
52+
* New settings for controlling WebGL, automatic favicon download and more.
53+
54+
55+
****************************************************************************
56+
* Qt WebEngineWidgets *
57+
****************************************************************************
58+
59+
- QWebEngineContextMenuData:
60+
* A new API exposing data useful for context menu generation.
61+
62+
- QWebEnginePage:
63+
* New WebAction for opening new tabs in background.
64+
* New WebAction for saving page on disk in multiple different formats
65+
including MHTML.
66+
* Direct access to QIcon version of favicons.
67+
* JavaScript can now be executed in separate worlds.
68+
* WebChannels can now be installed in separate worlds.
69+
* Signals for recentlyAudible notification and muting of page.
70+
* Content size and scroll position properties are now available.
71+
* New API to print to PDF.
72+
73+
- QWebEngineProfile:
74+
* New API for disabling or clearing HTTP cache
75+
76+
- QWebEngineSettings:
77+
* New settings for controlling WebGL, automatic favicon download and more.
78+
79+
****************************************************************************
80+
* Examples *
81+
****************************************************************************
82+

0 commit comments

Comments
 (0)