- Jan 23, 2018
-
-
Kai Koehne authored
Change-Id: I8d7cf992d1f51cc82168d5e01bbe4c062be09992 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- Jan 09, 2018
-
-
Kai Koehne authored
The old code had fixed pixel sizes, which broke with high dpi and different font sizes. Also, simplify the hierarchy by replacing the top widget and the nested layouts with a Frame and grid layout. Task-number: QTBUG-64816 Change-Id: Ifeb458fb5d5e709e8add9c77c274dee13307d4c6 Reviewed-by:
Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- Nov 12, 2017
-
-
Alexandru Croitor authored
This is done to make sure there are no conflicts with features in other modules, because they all share a global namespace. Change-Id: I95b3b7fadd8ffc2979ee3aad2234ee543d57c7d8 Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- Nov 02, 2017
-
-
Alexandru Croitor authored
This is done because qtConfig(spellchecker) is present in an example .pro file, and thus "spellchecker" should be a public feature. Change-Id: Idff977b8d0835b049c4c19dc42c1475d2c55c323 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Alexandru Croitor authored
Only projects which are built before the actual module need to do that. Change-Id: Ia8b071a627bd39c5df4600877b6873f308cbf690 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- Oct 25, 2017
-
-
Jüri Valdmann authored
Change-Id: I9b87f870c4f6ad63142bc0497722b0c95095cd6b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- Oct 20, 2017
-
-
Joerg Bornemann authored
This fixes the examples build if the QtQuickControls2 is unavailable. Task-number: QTBUG-63904 Change-Id: I2d5ff0920cc960af6df556543fd77abdc21d4a8a Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Kai Koehne authored
Actually use the BSD license from header.BSD. Change-Id: I89e762a0cedcf02ee3732c62bc7869757aa9f271 Reviewed-by:
Szabolcs David <davidsz@inf.u-szeged.hu> Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu>
-
- Sep 28, 2017
-
-
Allan Sandfeld Jensen authored
Open the first non-flag argument if one is given Fixes up simplebrowser to act similarly Change-Id: I40270a0f7bc06ce52117f23f7ccbdd743d3d97f6 Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- Sep 20, 2017
-
-
Michal Klocek authored
Do not store flags in qmake.cache with WEBENGINE_CONFIG. Use directly qtConfig values insted. This makes configuration more consistent, simplifies handling and avoids passing values from qtConfig to WEBENIGNE_CONFIG, which then were passed to gn. [ChangeLog] Removing WEBENGINE_CONFIG from qtwebengine configure Change-Id: I1a773fb4bff6d67ad75c237d044998051d92ab51 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org>
-
Kai Koehne authored
Task-number: QTBUG-60006 Change-Id: Ie1604aed3d5a9ba566e898eae232227ba340bfaa Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- Sep 15, 2017
-
-
Michal Klocek authored
Change-Id: I3e9baf47d0491f0031a9a9864eecd12b09773eff Reviewed-by:
Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- Aug 23, 2017
-
-
Szabolcs David authored
It was registered as FullScreenRequest in plugin.cpp, not WebEngineFullScreenRequest. Change-Id: Ib9eec950a0f54aad2dbc31e54d6d5c6a6838ac65 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- Aug 04, 2017
-
-
Florian Bruhin authored
This also adds documentation for QTWEBENGINE_DICTIONARY_PATH from my previous change. Change-Id: I85cd7476c095d5427e2db3a909449838a2362b81 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- Aug 03, 2017
-
-
Jüri Valdmann authored
Change-Id: Id3bf1218e43609cdb471e087e2077d4c0c0e5153 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- Aug 02, 2017
-
-
Michal Klocek authored
On webengine profile destruction all download items in progress are canceled. This triggered stateChanged of QWebEngineDownloadItem which called lambda function on already deleted object. Do not use lambda functions in this case. Change-Id: Ia1d359fe47204baa51f1380d1c3547c28550bc28 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by:
Viktor Engelmann <viktor.engelmann@qt.io>
-
Peter Varga authored
Resize QWebEngineView explicitly as a workaround for background tabs. Task-number: QTBUG-61770 Change-Id: Iaa792cb01788c9c33b6992a08a05b0cf11d0579d Reviewed-by:
Florian Bruhin <qt-project.org@the-compiler.org> Reviewed-by:
Viktor Engelmann <viktor.engelmann@qt.io>
-
- Jul 31, 2017
-
-
Peter Varga authored
Old QWebEnginePage is destructed by the QWebEngineView::setPage() call. No need to destruct it explicitly. Task-number: QTBUG-62147 Change-Id: I8ec33d5df618f69e4acf1667490df4a67dad9a16 Reviewed-by:
Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- Jul 26, 2017
-
-
Jüri Valdmann authored
[ChangeLog][Examples] Removed WebEngine Demo Browser example, which got superseded by the improved WebEngine Widgets Simple Browser. Task-number: QTBUG-59819 Change-Id: I214e6f5f3a946ed617a9f4d628d3259a69874ca1 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- Jul 19, 2017
-
-
Jüri Valdmann authored
- Accept downloads and add a downloads list. - Fix toolbar icons being pixelated on hidpi screens by - enabling attribute AA_UseHighDpiPixmaps, and - replacing the 22x22 icons with 32x32 versions. - Move favicon selection to WebView to reduce duplication. - Replace UrlLineEdit with a standard QLineEdit using a QAction for the favicon and setClearButtonEnabled(true) for the clear button. - Fix bug where the "File -> New Tab" action would create background tabs because the QAction::triggered(bool) signal was connected to the TabWidget::createTab(bool) slot with the bool argument having a completely different meaning between the two. - Make the toolbar unmovable. Nobody wants to move the toolbar. - Add tooltips to toolbar buttons. - Add tooltips to the tab bar (page titles). - Stop adding icons to menu items only to disable them right after. Task-number: QTBUG-60655 Change-Id: I10cc0fa82dbf39281bbdbbf9ef901e1b26402f80 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
- Jul 13, 2017
-
-
Alexandru Croitor authored
Task-number: QTBUG-61865 Change-Id: Ic49496ed4fdabac5be8d540d4a5daa5c83fe36f2 Reviewed-by:
Liang Qi <liang.qi@qt.io>
-
Kai Koehne authored
Move files from marked, markdown.css to a 3rdparty directory, and properly document them with a qt_attribution.json file. Finally, reference the (automatically generated) documentation in the respective examples documentation. Task-number: QTBUG-61706 Change-Id: I8fd3f894e6e81647bc4804df784b1e00b83d12d6 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Kai Koehne authored
Change-Id: I7d22a9c2a4f4aed1f364e672985da357158467e7 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- Jun 26, 2017
-
-
Jüri Valdmann authored
- Remove two out of five layers of ifdefs around and inside this method. - Now always compiled but will yield an error if printing is disabled. - Remove printing-related ifdefs from demobrowser. Task-number: QTBUG-61510 Change-Id: I79781189d3d3fb62db0a2216b2b989e3fa1d1f86 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by:
Rolf Eike Beer <eb@emlix.com>
-
- Jun 20, 2017
-
-
Michal Klocek authored
By default we should allow persistent cookies otherwise demobrowser might give an impression that cookies are not working. Task-number: QTBUG-58675 Change-Id: I13ef2729b7f4a757a0d7e0c695dafd4e2f1f75be Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- Jun 19, 2017
-
-
Jüri Valdmann authored
- Use the new signals and slots syntax, QStringLiteral, lambdas and nullptr. - Use tr consistently for user-visible text. - Use unprefixed CSS transform properties. - Remove the "; undefined" workaround for runJavaScript calls, which is supposed to prevent a "possible recursion loop and crash" due to QVariant conversion. However, since no callback is passed to the method, no such conversion is taking place nowadays. Task-number: QTBUG-60655 Change-Id: Iad9131a17e488bf5e6b1905483be33b562dbfc62 Reviewed-by:
Michal Klocek <michal.klocek@qt.io> Reviewed-by:
Viktor Engelmann <viktor.engelmann@qt.io>
-
- Jun 13, 2017
-
-
Jüri Valdmann authored
Task-number: QTBUG-59824 Change-Id: Id72428996721bd60596becc5b13b29a132f70e69 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit af422d3f)
-
Jüri Valdmann authored
Task-number: QTBUG-60655 Change-Id: Ie385232d5c126eafc18c08f49c15cc5e18c69ba1 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Kai Koehne authored
Fixes build issue on Windows: html2pdf.cpp(88): error C2027: use of undefined type 'QtNamespace::QTextStream' Change-Id: Idf43d826f72a6dd06245c3d072b6c6ea58ea2ae6 Reviewed-by:
Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- Jun 08, 2017
-
-
Michal Klocek authored
Mea culpa ! This is not only not required in 5.9.1 but also does not even compile. This reverts commit dc70e81d . Task-number: QTBUG-61299 Change-Id: I0879abe58a23588bddf9e4217899d7bfbf604438 Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- Jun 06, 2017
-
-
Michal Klocek authored
Fix destruction of browser context, which takes place on qt_call_post_routines. Unfortunately demo browser destructs its windows just before qapplication destructor runs, so there is no more main event loop running. Please note this is just a quick fix, and proper fix would require refactoring the example not to use anit-pattern of deriving from qapplication. Task-number: QTBUG-58675 Change-Id: I419a1655a70397e69fecef2ceb37cbfc7e7f5ca4 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
Szabolcs David authored
Add the missing QTextStream include. Change-Id: I892a90deaccde03df3d974c35b6d41dcc013ef65 Reviewed-by:
Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu>
-
- May 23, 2017
-
-
Jüri Valdmann authored
Adds example command line tool 'html2pdf' that loads a URL into QWebEnginePage and prints it to a pdf file. Task-number: QTBUG-59823 Change-Id: I898e9a9ecdf819f417876f964d40e494f6095c99 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- May 18, 2017
-
-
Szabolcs David authored
Demonstrates how to inject and remove stylesheets using the user scripts API. Change-Id: If498365897618f873fa96d7a7b04a370e196618e Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- May 15, 2017
-
-
Jüri Valdmann authored
Task-number: QTBUG-59822 Change-Id: Iee69f10fefa223313ca112f096b65446b4156ac1 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- May 10, 2017
-
-
Allan Sandfeld Jensen authored
Fix conflict between two Settings classes. Required to launch example. Change-Id: I9b98e0b79f84f905f92a7042f2bf7aab4a34d225 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Allan Sandfeld Jensen authored
QtWebEngine supports building with last stable and last LTS Qt releases. Guard some 5.7-5.9 API from being used when not available, and reinstate the default features for 5.6 LTS builds. Change-Id: Ia288a49109d011a2bee883d4a2d38d994b497d59 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- May 04, 2017
-
-
Jüri Valdmann authored
Adds an example ('videoplayer') showing how to enable the Fullscreen API[1] in QWebEngineView. This is one of the missing examples blocking the removal of demobrowser. [1]: https://fullscreen.spec.whatwg.org Task-number: QTBUG-59820 Change-Id: Ib02a1556515d87e595ca54c2bce18c9144030fbc Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Joerg Bornemann authored
This commonly used short cut is a must-have for every browser, even simple ones. Change-Id: I2a0bde05bceeb5a4334e3a7168bd45a9335311ee Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- May 03, 2017
-
-
Kai Koehne authored
Change-Id: I74d30578a9725f10a8d4e86ff8740d5f467d0fbc Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-