| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minibrowser: Make sure icons aren't rendered in black | Kaloyan Chehlarski | 2025-11-13 | 1 | -0/+3 |
| * | Polish the minibrowser example | Friedemann Kleint | 2024-08-07 | 2 | -24/+25 |
| * | Correct license for examples files | Lucie Gérard | 2024-04-05 | 3 | -3/+3 |
| * | Use canonical Qt6:: target prefix in examples | Kai Köhne | 2023-12-16 | 2 | -6/+6 |
| * | Doc: Add example categories for Qt Webview examples | Jaishree Vyas | 2023-08-21 | 1 | -0/+1 |
| * | Add settings API for QtWebView | Christian Strømme | 2022-10-27 | 3 | -1/+60 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 3 | -3/+3 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-07 | 3 | -0/+9 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-10 | 3 | -124/+6 |
| * | Improve example CMakeLists.txt | Kai Köhne | 2022-02-19 | 1 | -11/+4 |
| * | Switch examples to build as isolated sub-builds part 2 | Alexandru Croitor | 2022-02-05 | 1 | -1/+1 |
| * | Switch examples to build as isolated sub-builds | Alexandru Croitor | 2021-12-15 | 1 | -1/+1 |
| * | Raise cmake_minimum_required to VERSION 3.16 in examples | Joerg Bornemann | 2021-09-20 | 1 | -1/+1 |
| * | Port example to qt6 | Michal Klocek | 2021-07-07 | 5 | -187/+33 |
| * | Add cmake build | Michal Klocek | 2021-06-02 | 3 | -0/+66 |
| * | Replace 0 with nullptr | Allan Sandfeld Jensen | 2021-02-02 | 1 | -1/+1 |
| * | Do the pre-initialization steps after the plugin paths are set | Andy Shaw | 2021-01-12 | 1 | -2/+2 |
| * | Fix WebView::initialize() call order | Michal Klocek | 2020-04-15 | 2 | -2/+2 |
| * | Fix URL in minibrowser example | Christian Strømme | 2018-09-26 | 1 | -1/+1 |
| * | The additional ServerName parameter is handled in qtmain_winrt nowadays | Oliver Wolff | 2018-01-10 | 1 | -3/+0 |
| * | Fix outdated BSD license header | Kai Koehne | 2017-10-18 | 4 | -12/+52 |
| * | Fix outdated FDL license header | Kai Koehne | 2017-10-18 | 1 | -5/+5 |
| * | Remove support for WinRT 8.1 and Windows Phone 8.1 | Maurice Kalinowski | 2017-01-19 | 1 | -1/+0 |
| * | Remove WebView and UIWebView backends | Jake Petroules | 2017-01-11 | 1 | -1/+1 |
| * | Add a WKWebView backend. | Jake Petroules | 2016-06-22 | 2 | -0/+33 |
| * | Print browser load errors to the console in the minibrowser. | Jake Petroules | 2016-06-22 | 1 | -1/+5 |
| * | winrt: Cleanup capability specification | Maurice Kalinowski | 2016-04-21 | 1 | -2/+0 |
| * | iOS: Add custom plist which disables ATS for the minibrowser. | Christian Strømme | 2016-03-04 | 2 | -0/+43 |
| * | Fix progress in minibrowser example. | Christian Strømme | 2016-03-02 | 1 | -1/+1 |
| * | Remove deployment.pri from the minibrowser example | Christian Strømme | 2015-11-24 | 2 | -32/+3 |
| * | declare dependencies properly | Oswald Buddenhagen | 2015-11-12 | 1 | -1/+1 |
| * | be a tad more selective what is declared in EXAMPLE_FILES | Oswald Buddenhagen | 2015-11-12 | 2 | -1/+2 |
| * | Don't show progress indicators on Windows runtime. | Samuel Nevala | 2015-11-09 | 1 | -2/+6 |
| * | Add a note about QtWebView::initialize() on the example page. | Christian Strømme | 2015-09-24 | 2 | -1/+9 |
| * | Add support for Windows Runtime | Andrew Knight | 2015-08-25 | 2 | -1/+7 |
| * | Add initialize function | Christian Strømme | 2015-08-10 | 2 | -21/+3 |
| * | Make examples return -1 on load failures. | Friedemann Kleint | 2015-08-03 | 1 | -0/+2 |
| * | Doc: Updated the example screenshot | Venugopal Shivashankar | 2015-06-09 | 3 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Christian Strømme | 2015-02-18 | 1 | -6/+6 |
| |\ |
|
| | * | Update FDL headers | Christian Strømme | 2015-02-17 | 1 | -6/+6 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Christian Strømme | 2015-02-15 | 9 | -12/+172 |
| |\| |
|
| | * | Fix license headers | Christian Strømme | 2015-02-15 | 4 | -8/+8 |
| | * | Update license headers and add new licenses. | Christian Strømme | 2015-02-10 | 4 | -8/+8 |
| | * | Example: Made a few cosmetic changes | Venugopal Shivashankar | 2015-02-09 | 9 | -4/+164 |
| * | | OS X Implementation. | Morten Johan Sørvig | 2015-02-12 | 2 | -1/+9 |
| |/ |
|
| * | Fix crash in minibrowser | Christian Strømme | 2014-12-05 | 1 | -3/+1 |
| * | Fix the window title of the example. | Friedemann Kleint | 2014-11-24 | 2 | -2/+4 |
| * | Doc: Renamed the webview example | Venugopal Shivashankar | 2014-11-21 | 10 | -7/+10 |
| * | Fix webview example for use with QtWebEngine.v5.4.0-rc1v5.4.0 | Christian Strømme | 2014-11-21 | 2 | -0/+12 |
| * | Doc: Add a screenshot of the new webview example. | Christian Strømme | 2014-11-07 | 1 | -0/+0 |