| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add runJavascript() to C++ API | Kaloyan Chehlarski | 13 days | 1 | -3/+3 |
| * | Make QWebView a public class | Kaloyan Chehlarski | 14 days | 1 | -10/+10 |
| * | Make QWebViewLoadRequest a public class | Kaloyan Chehlarski | 14 days | 1 | -1/+1 |
| * | Rename qwebview_p.h qwebviewloadrequest_p.h | Michal Klocek | 14 days | 1 | -2/+3 |
| * | Make QWebViewSettings a public class | Kaloyan Chehlarski | 14 days | 1 | -67/+1 |
| * | Emit signals only on public class (pimpl wise) | Michal Klocek | 2025-11-28 | 1 | -63/+6 |
| * | Pass the pointer to QWebView for private counterpart | Michal Klocek | 2025-11-27 | 1 | -1/+1 |
| * | Make QWebView a QWindow | Michal Klocek | 2025-11-27 | 1 | -10/+6 |
| * | Cleanup. Rename getSettings() to settings() in private classes | Kaloyan Chehlarski | 2025-10-28 | 1 | -2/+2 |
| * | CRA mark src/ | Moss Heim | 2025-10-09 | 1 | -0/+1 |
| * | Make use of the new Window container classes | Christian Strømme | 2025-03-18 | 1 | -45/+8 |
| * | Add settings API for QtWebView | Christian Strømme | 2022-10-27 | 1 | -0/+74 |
| * | Fix assert when WebView is used in combination with QQuickWidget | Christian Strømme | 2022-10-27 | 1 | -0/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-10 | 1 | -38/+2 |
| * | Use up-to date LGPL license header | Kai Köhne | 2022-02-14 | 1 | -11/+14 |
| * | Add support functions to manage cookies | Agnieszka Jaworska | 2021-12-14 | 1 | -0/+17 |
| * | Add QtWebView::WebView::httpUserAgent property | Armin Felder | 2019-05-15 | 1 | -0/+21 |
| * | Make QtWebView plugin based | Christian Stromme | 2018-01-26 | 1 | -28/+14 |
| * | winrt: Fix compilation | Maurice Kalinowski | 2016-11-08 | 1 | -0/+1 |
| * | Reset progress to 0 when loading fails. | Christian Strømme | 2015-06-22 | 1 | -0/+3 |
| * | Initialize the progress value to 0 on creation. | Christian Strømme | 2015-06-22 | 1 | -0/+1 |
| * | Update the geometry of the native view when the scene changes. | Christian Strømme | 2015-04-24 | 1 | -0/+6 |
| * | Return progress, title and url from the cached values in QWebView. | Christian Strømme | 2015-02-24 | 1 | -6/+3 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Christian Strømme | 2015-02-15 | 1 | -8/+8 |
| |\ |
|
| | * | Fix license headers | Christian Strømme | 2015-02-15 | 1 | -6/+6 |
| | * | Update license headers and add new licenses. | Christian Strømme | 2015-02-10 | 1 | -2/+2 |
| * | | Add common property checks in QWebView. | Christian Strømme | 2015-02-12 | 1 | -4/+38 |
| * | | Add loadRequest item and necessary classes to enable status reporting. | Christian Strømme | 2015-02-10 | 1 | -0/+2 |
| * | | Be consistent with the signal & slot syntax | Christian Strømme | 2015-02-09 | 1 | -5/+5 |
| * | | Add loadHtml() function on Android and iOS. | Christian Strømme | 2015-02-09 | 1 | -0/+6 |
| * | | Add runJavaScript() on Android and iOS. | Christian Strømme | 2015-02-09 | 1 | -0/+9 |
| * | | Refactor QWebView code. | Christian Strømme | 2015-02-09 | 1 | -176/+51 |
| |/ |
|
| * | Doc: Added the missing \qmlmethod statements | Venugopal Shivashankar | 2014-12-08 | 1 | -0/+8 |
| * | Introduce the possibility of delayed creation of the native webview. | Friedemann Kleint | 2014-11-03 | 1 | -5/+22 |
| * | Document QUrl usage behavior. | Morten Johan Sørvig | 2014-09-01 | 1 | -0/+3 |
| * | Long live Qt Web View! | Eskil Abrahamsen Blomfeldt | 2014-08-20 | 1 | -0/+256 |