- 17 Oct, 2016 - 1 commit
-
-
Alexandru Croitor authored
The change fixes spellchecking to work on macOS. A new WebEngine configure option is available to allow spellchecking on macOS to use either Hunspell like the other platforms, or the native spellchecker that comes with the OS. The default is to use Hunspell. Task-number: QTBUG-53135 Change-Id: I3e45b2e0d728b1bf2659c35f3d0a042b0ecd6239 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- 07 Oct, 2016 - 1 commit
-
-
Peter Varga authored
Change-Id: I283365c72d351e62bc749cbc60e06472e52255ec Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- 04 Oct, 2016 - 2 commits
-
-
Kai Koehne authored
Most actions do not make sense. A custom context menu might be good for text actions, but would require reimplementing QWebEngineView. Change-Id: Idf94939c16469e1dcee96d9ecfd0eb5309589fdd Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Kai Koehne authored
Change-Id: Ia7438535398aa9ae39d0c49e244c4cde05a55b89 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- 23 Sep, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
We need to delete the QPrintDialog. Change-Id: I959f963ba2e44091acb0c762ac680037bccc5b43 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- 31 Aug, 2016 - 1 commit
-
-
Alexandru Croitor authored
The example uses WebEngineView and Qt Quick Controls 2 items to demonstrate how to write a small hybrid QtQuick / HTML application, and also shows the usage of the new focusOnNavigationEnabled setting. Task-number: QTBUG-52999 Change-Id: I1813a658a2f46e90f9ca4e8229a8c8fbb6590248 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- 28 Aug, 2016 - 1 commit
-
-
Michael Bruning authored
Change-Id: I307103956bf50469a5c4cbe3656f655925f55653 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 23 Aug, 2016 - 1 commit
-
-
Lars Knoll authored
Change-Id: I907f6ea73a1d707eda536764c4b0b2edea49a963 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 02 Aug, 2016 - 1 commit
-
-
Peter Varga authored
[ChangeLog][QtWebEngineQML][QQuickWebEngineView] View Source feature is now supported [ChangeLog][QtWebEngineWidgets][QWebEnginePage] View Source feature is now supported Change-Id: Icc16da71fc6ec95880897fc9744dd8be8c004e00 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 22 Jul, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
Remove backspace short-cut, Chromium will already handle that if it is standard on the platform. Also we were not triggering on Back/Forward buttons due to those being mapped to prev/next tab item in Qt. Task-number: QTBUG-54546 Change-Id: I9a4f48c718c5685ca9ca1b032d8b04409ac622ca Reviewed-by:
Jesus Fernandez <jesus.fernandez@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 13 Jul, 2016 - 1 commit
-
-
Peter Varga authored
Change-Id: Ied45cf010aef87e319a01274399938cff7c1a53e Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 02 Jul, 2016 - 1 commit
-
-
Michal Klocek authored
This example demonstrates how to convert 'dic' dictionary files into 'bdict' binary format using qwebengine_convert_dict tool. It shows how to implement language selection. It adds two dummy dictionaries. Change-Id: Iffc23a0ed4e51cbc749f666c8f565fafb3739a9b Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- 20 Jun, 2016 - 2 commits
-
-
Michael Bruning authored
Add a flag to let checkForExpired remove the entries directly. Task-number: QTBUG-54222 Change-Id: Iddac9e50f645d74b95d0ea13ed76d7f858ddd137 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Kai Koehne authored
Setting the Qt::AA_EnableHighDpiScaling attribute makes sure that the scrollbars are scaled, and that the default zoom level is sensible. Task-number: QTBUG-54113 Change-Id: I0ae7eb97cb9e2824e7f9b92d77cf2986cac66685 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 10 Jun, 2016 - 1 commit
-
-
Joerg Bornemann authored
Add missing include to fix error C2027: use of undefined type 'QDebug' on MSVC. Change-Id: Icc62cdf36f417f30691445ab4994b822c8e37db9 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- 07 Jun, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
This makes it possible to also test flash from simplebrowser. Change-Id: I94677383fdbea4a723432ea6811ee72314c019fd Reviewed-by:
Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 03 Jun, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
Application short-cuts override the passing the keys to WebCore, and makes it impossible to type '/' in form elements. Change-Id: I7df99547f99a3a0703d98d19d3ccdb23de0641ce Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 24 May, 2016 - 2 commits
-
-
Joerg Bornemann authored
Do not redefine QWebEngineView::iconChanged. This fixes the following warning: QMetaObject::indexOfSignal: signal iconChanged(QIcon) from QWebEngineView redefined in WebView Change-Id: I2489bfcf9379200f9bfa24345b56679f138894fe Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Joerg Bornemann authored
This amends commit 213fbe76 . Change-Id: Ie5ca9f7713b0653e0e5241eb3e99644425a3b1e3 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 11 May, 2016 - 1 commit
-
-
Alexandru Croitor authored
Passing just command line options to Chromium prevents loading of the initial startup url. This happens because the startup url is overridden by the last command line argument, which happens to be a Chromium option, thus an invalid URL. Fix consists in using the last command line argument as the loading url only if it can be parsed as valid url. Change-Id: I3615ef57b6eddc5098de79cba1b1ba6b6af193ef Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 10 May, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ifee9bb458de2c15760da21938b5e5bb598936161 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 09 May, 2016 - 1 commit
-
-
Michal Klocek authored
In case of render epic fails, let the user leave the loaded page with dignity. Change-Id: I27f692fc0bb181c1d4f7ce43f5772d5573d7e385 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 04 May, 2016 - 2 commits
-
-
Michal Klocek authored
Current implementation of history manager seems to be not straight forward. To display history we use QList to keep history items plus model adapter in form of HistoryModel (QAbstractTableModel) plus HistoryFilterModel to avoid duplication, plus HistoryTreeModel to make a tree view with split for dates, plus TreeProxyModel on top to enable sorting. This approach unfortunately falls apart when items should be deleted from the model by treeView. This ends badly with corrupted cached values. This fix removes history items using history manager. It also abandons HistoryTreeModel since frequent sourceReset calls make it unusable. If split for dates it desired the better approach would be to implement history tree model already at HistoryManager level to avoid unmaintainable code. Task-number: QTBUG-49913 Task-number: QTBUG-50255 Change-Id: Ic9cebb52b623bd453119e11b5e907eaa90609e34 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Alexandru Croitor authored
Passing just command line options to Chromium prevents loading of the initial startup url. This happens because the startup url is overridden by the last command line argument, which happens to be a Chromium option, thus an invalid URL. Fix consists in iterating through the command line arguments, until a non-option argument is found (doesn't start with a dash), and use that as the startup URL. Change-Id: Ibe2946b25b2e023c094a85e50d2ccbd5bfce2977 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 02 May, 2016 - 1 commit
-
-
Michael Bruning authored
The standard pdf print dialog does not work on OS X and Windows. Task-number: QTBUG-53016 Change-Id: Ic9dd1a1603e1cdbd82fef095cc660814bcd8c98e Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 21 Apr, 2016 - 3 commits
-
-
Michal Klocek authored
Adds missing deleteLater on close Change-Id: Id337856f138e0d38f0c72d3962ccac309d36c73e Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Joerg Bornemann authored
Remove the unused m_loadingUrl member. Remove the loadingUrl signal that was forwarded to urlChanged. QWebEngineView already emits urlChanged. There's no need to do this twice. Change-Id: Ib9734c5b1571745f7b82b4e5f2bc92c7f1d8f51c Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
Joerg Bornemann authored
Clear the model before saving. Otherwise the cleared history will appear again after restarting the demobrowser. Change-Id: I79f939c1f1e8ee993127d139cefe7f5818ce593c Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 20 Apr, 2016 - 3 commits
-
-
Joerg Bornemann authored
The progress bar never reached the 100% mark. Change-Id: Id87bdb27f882d0d77ed0ad590e2c2278ce6fba92 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Kai Koehne authored
Change-Id: I38d16a57116517aee21f6f84c5fca82192cb1572 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
Peter Varga authored
The new QQuickImageProvider subclass is used to access downloaded icons from the FaviconManager via the Quick API. Change-Id: I6a52d3c737b2260cf480167764a931915cd99cab Task-number: QTBUG-51179 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 15 Apr, 2016 - 2 commits
-
-
Kai Koehne authored
Change-Id: I008b649b43069978b6ce19b2faf5a557dd67c756 Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
Alexandru Croitor authored
When exiting fullscreen while viewing a full screen video, the video is replaced with a black screen, and does not switch back to the initial page. This happens when hide() is called on a native window while being in fullscreen, which hides the window, but does not exit full screen mode, thus showing a black screen. The workaround fix consists of two parts: 1) Make sure to delete the fullscreen window object, to release the OS virtual screen it occupies (visible in mission control as a black rectangle). 2) Hide and show the main page window, to force exit fullscreen mode. Change-Id: I364d4427e84957ed97f57a14e2cfc2c95aed6f48 Task-number: QTBUG-52058 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 13 Apr, 2016 - 2 commits
-
-
Joerg Bornemann authored
The SavePage web action is only useful if the user code reacts on the downloadRequested signal. Also, having SavePage available is not useful for e.g. hybrid applications. Extend the demobrowser example to show how to add the SavePage web action to the context menu. Change-Id: I979bcd9f5a25d2cae07ef819663afde17784440b Task-number: QTBUG-52370 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Michael Bruning authored
Adds default QPageLayout values. Change-Id: Ibf2964ecd86350a51d682e385973f830ac4347a7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 08 Apr, 2016 - 1 commit
-
-
Alexandru Croitor authored
Rename all uses of wasRecentlyAudible to recentlyAudible. Add missing recentlyAudible properties. Change QtQuick slots to simple functions. Change affected demobrowser example. Adjust documentation for the API. Change-Id: I5a6f7b8384c0b7e34afaa5c412a5543c210d3ef9 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
- 07 Apr, 2016 - 1 commit
-
-
Kai Koehne authored
Fix compilation warning: qtwebengine/examples/webenginewidgets/simplebrowser/webview.cpp:131: warning: enumeration value 'WebBrowserBackgroundTab' not handled in switch [-Wswitch] switch (type) { ^ Change-Id: I590207c56525db740e62403b6cb949c6281d765c Reviewed-by:
Michal Klocek <michal.klocek@theqtcompany.com>
-
- 31 Mar, 2016 - 1 commit
-
-
Peter Varga authored
The new API makes possible to access downloaded icons via QWebEnginePage. Thus the QNAM usage for downloading favicons and the corresponding workaround due to authentication are removed from the demobrowser. Change-Id: I9fdcc7ee7673f7caa239d932f20a51c74b24763f Task-number: QTBUG-51179 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 30 Mar, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
For QWebEnginePage users to be able to make custom context menu or extend the default context menu, they need information about the context. This patch adds a QWebEngineContextMenuData class that contains contextual information when a context menu is being requested. This is also means we can finally generate a custom context-menu in the demobrowser the same way we did in QtWebKit. Task-number: QTBUG-51079 Change-Id: I695b8cbf648bdc7f119b0ed51ab685cf2f8de8e4 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 25 Mar, 2016 - 1 commit
-
-
Peter Varga authored
Change-Id: I8e4b11089de29623ed39ec6b13fe30be734baa3e Task-number: QTBUG-51179 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-