| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Fix link to Qt for UWP docs | Leena Miettinen | 2019-09-20 | 1 | -1/+1 |
| * | Doc: Replace example file lists with links to code.qt.io | Topi Reinio | 2019-07-09 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3 | Qt Forward Merge Bot | 2019-04-13 | 1 | -5/+2 |
| |\ |
|
| | * | Don't generate the qmldir in the source folder when doing shadow builds | Christian Strømme | 2019-04-09 | 1 | -5/+2 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1 | Qt Forward Merge Bot | 2019-03-02 | 1 | -2/+5 |
| |\| |
|
| | * | Make sure that we have a valid plugin before using it | Christian Strømme | 2019-02-26 | 1 | -2/+5 |
| * | | Update plugins.qmltypes for Qt 5.13 | Kai Koehne | 2019-02-28 | 2 | -1/+8 |
| * | | Make QWebView import available under x.QT_MINOR_VERSION | Christian Strømme | 2019-02-26 | 3 | -3/+8 |
| |/ |
|
| * | Doc: Add info about using Qt WebView on the desktop | Leena Miettinen | 2019-01-17 | 2 | -5/+8 |
| * | iOS: Check if the external browser can open the url first | Andy Shaw | 2019-01-08 | 1 | -1/+7 |
| * | iOS: Keep the navigation object passed into didStart for finishing | Andy Shaw | 2018-11-29 | 2 | -26/+26 |
| * | Add missing .gitattributes file | Jani Heikkinen | 2018-08-10 | 1 | -0/+2 |
| * | Avoid boring git status messages after builds | Edward Welbourne | 2018-07-06 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-06-23 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: Add missing dots (qtwebview) | Paul Wicking | 2018-06-19 | 1 | -1/+1 |
| * | | Fix missing dependency for webenginecore | Michal Klocek | 2018-06-18 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-06-04 | 1 | -0/+8 |
| |\| |
|
| | * | Doc: Add license details to index page | Kai Koehne | 2018-05-30 | 1 | -0/+8 |
| * | | Remove the code to manually initialize resources in static builds | Simon Hausmann | 2018-04-27 | 1 | -8/+1 |
| |/ |
|
| * | Darwin: open links with target="_blank" externallyv5.11.0-beta4 | Jason Erb | 2018-04-05 | 1 | -0/+4 |
| * | Darwin: Implement didFailNavigation to handle when an error occursv5.11.0-beta3 | Andy Shaw | 2018-03-21 | 1 | -12/+27 |
| * | Fix visibilty changes of the WebView when it's inside a widget scene | Christian Strømme | 2018-03-12 | 1 | -0/+1 |
| * | Remove AppKit dependency from iOSv5.11.0-beta2v5.11.0-beta1 | Jason Erb | 2018-02-23 | 1 | -1/+2 |
| * | Remove obsolete code paths | Jake Petroules | 2018-02-12 | 1 | -8/+4 |
| * | winrt: Launch default program if unviewable content is loaded | Oliver Wolff | 2018-02-01 | 2 | -0/+23 |
| * | Make QtWebView plugin based | Christian Stromme | 2018-01-26 | 32 | -225/+727 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-01-20 | 3 | -7/+58 |
| |\ |
|
| | * | WKWebView: try to pass URLs with unrecognized schemes down to the OS | Jake Petroules | 2018-01-02 | 2 | -0/+41 |
| | * | WKWebView: provide better diagnostics on navigation failure | Jake Petroules | 2018-01-02 | 1 | -1/+5 |
| | * | Fix the build with Xcode 9 and unguarded availability errors turned on | Jake Petroules | 2017-12-13 | 2 | -6/+12 |
| * | | winrt: Remove callback registrations on webview destruction | Oliver Wolff | 2018-01-10 | 1 | -0/+4 |
| * | | winrt: Handle setting of URL with unsupported scheme | Oliver Wolff | 2018-01-10 | 1 | -0/+11 |
| * | | winrt: Add missing hr assignment | Oliver Wolff | 2018-01-10 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-11-20 | 7 | -27/+25 |
| |\| |
|
| | * | Fix outdated FDL license header | Kai Koehne | 2017-10-18 | 4 | -20/+20 |
| | * | Use printf style qDebug | Kai Koehne | 2017-09-28 | 3 | -7/+5 |
| * | | Replace Q_NULLPTR with nullptr | Kevin Funk | 2017-09-26 | 2 | -2/+2 |
| * | | Android: remove support for local/debug deployment | Jake Petroules | 2017-09-06 | 5 | -20/+12 |
| |/ |
|
| * | Darwin: When given a local file url we need to call loadFileURL | Andy Shaw | 2017-07-12 | 1 | -1/+8 |
| * | Add undeclared UIKit dependency | Jake Petroules | 2017-06-22 | 1 | -0/+1 |
| * | Add missing include for qWarning | Samuli Piippo | 2017-06-07 | 1 | -0/+1 |
| * | Fix bundling of module for static buildsv5.9.0-beta4 | Antti Kokko | 2017-05-06 | 1 | -0/+8 |
| * | Make WebView receive active focus on forceActiveFocus() call | Oleg Yadrov | 2017-04-25 | 4 | -0/+16 |
| * | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1 | Liang Qi | 2017-01-25 | 2 | -4/+9 |
| |\ |
|
| | * | Generate the qmldir dynamically so we can include the depends line | Andy Shaw | 2016-11-29 | 2 | -4/+9 |
| * | | Remove WebView and UIWebView backends | Jake Petroules | 2017-01-11 | 7 | -769/+8 |
| * | | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-11-26 | 8 | -97/+84 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-26 | 3 | -83/+64 |
| | |\ |
|
| | | * | qquickwebviewcontroller: don't remove listener from wrong parent | Richard Moe Gustavsen | 2016-10-21 | 1 | -2/+2 |
| | | * | Fix initialization of the WebView item | Christian Strømme | 2016-09-08 | 2 | -77/+58 |