summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine
Commit message (Collapse)AuthorAgeFilesLines
* delete unnecessary demosKatja Marttila2016-01-2240-5413/+0
| | | | | | Change-Id: I9b325faabc80a65283f005e5bae3be29fdecccab Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Remove old webengine and settingsviewKatja Marttila2016-01-211-6/+1
| | | | | | | | Webengine is replaced with webbrowser and settingsview is accessed through settings button Change-Id: Idf8d60c11579a57ec8181ca23e386a543f24cce3 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Modified application imagesKatja Marttila2015-11-261-0/+0
| | | | | | | | Launcher has a new white layout. Images needs to have white rectangle around them to avoid saw edges Change-Id: I8d92a488f9a7f987b8d0108bf1b8cc0c894a74f0 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* webengine: add a fencier landing pagePierre Rossi2015-03-2010-24/+228
| | | | | Change-Id: I15f94d1473d4fc0a310dda138ad8c8171b15340c Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* Exluded some demos on colibri-vfAndy Nichols2014-11-241-0/+1
| | | | | | | | Colibri-vf doesn't support opengl based or multimedia applications. Change-Id: If8f0c6077a99f2a5b045b512dfbf343fda526798 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge branch 'stable' into devaavit2014-10-153-2/+2
|\ | | | | | | Change-Id: I0ff4fb4cb9acd73db397bc44c2970a7286a2d0c2
| * Change URLs to qt.ioRainer Keller2014-10-072-2/+2
| | | | | | | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Capture preview images in ~800x600 resolutionRainer Keller2014-09-171-0/+0
| | | | | | | | | | | | Task-number: QTEE-694 Change-Id: Ibcee4da0108a8d087d54495d129b0b871d7b0983 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* | webengine: enable out-commented js code in the Rubik's cube demoAndras Becsi2014-09-221-4/+4
| | | | | | | | | | | | | | This fixes some glitches seen with the new chromium snapshot. Change-Id: Id0e54315a862b07332bf6788c16fa0fef9556a9d Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* | webengine: remove unneeded startup timer and error page from demoAndras Becsi2014-09-222-102/+1
| | | | | | | | | | | | | | | | The new release has built in error page support and the startup freeze seems gone with our own gl surface implementation. Change-Id: I30ef8db409a1e70a19ac5d2a3c2444cbef9e5262 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* | webengine: update demo for QtWebEngine in Qt 5.4Andras Becsi2014-09-221-1/+1
|/ | | | | Change-Id: Ic731441399f78e2044555bfc4860b499c425bee2 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* webengine: Add slight delay before loading the start pageAndras Becsi2014-07-111-1/+8
| | | | | | | | | | | | | | | | | | This is a workaround that seems to prevent the random start-up freeze on eAndroid. The freeze is a deadlock in the graphics stack, specifically in eglMakeCurrent, related to known GPU driver problems with context sharing on Android on some devices. Chromium has some workatounds for these problems, but our snapshot is not recent enough to have reliable quiks for all configurations we support. Since the QML Loader element used in qtlauncher and WebGL content seem to be the only way to sporadically reproduce the freeze this workaround should be sufficient until we do more testing with an updated snapshot. Change-Id: I02ec9f441c06ee3243e9975e4a49217400df27f2 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* webengine: disable the webgl demoAndras Becsi2014-07-021-1/+1
| | | | | | | | | This is a workaround for QTEE-726, this demo makes it possible to reproduce the UI freeze issue more frequently and is problematic on some setups, so disable it for now. Change-Id: I9e2466f78f3a6a10db00e9136380410e99c00625 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* webengine: enable the browser example on android-nexus7v2Andras Becsi2014-06-241-1/+0
| | | | | Change-Id: Ib43f9f2fa0ac3cd9f5d535c2548bf510d5b86772 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* webengine: Add offline Morphing Cubes demoAndras Becsi2014-06-233-0/+287
| | | | | | | | | This is a well known CSS3 transitions and 3D transforms demo and was retrieved from: https://www.webkit.org/blog-files/3d-transforms/morphing-cubes.html. Change-Id: Ibbc08bf8520cb380e5de401da599a39daf0574e1 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* webengine: Add offline Rubik's Cube demoAndras Becsi2014-06-238-0/+994
| | | | | | | | | | This interactive demo was retrieved from https://developer.mozilla.org/ms/demos/detail/rubiks-cube and modified for our devices. Change-Id: I48b7289367e0e2b81fa2e3bf096fdc0fe789a532 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* webengine: Update the example description and make the home page unscalableAndras Becsi2014-06-232-1/+2
| | | | | Change-Id: I68efc715d931fe14f4042b8590c1fff6249840bf Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* webengine: Make the address bar size similar across devicesAndras Becsi2014-06-231-5/+5
| | | | | | | | | Use pixelSize for the font and make the TextField height enough, the hide button big enough to be able to acurately press it on the new Nexus as well. Change-Id: If683e533639a46534fca8bab1489b2c034477698 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Adjust the size of the address bar and the ToolButtons.Zeno Albisser2014-06-201-10/+35
| | | | | | | Use a Component for styling the buttons to allow scaling. Change-Id: I2fb421e8d663832c919c3439c7431fe403c318d4 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Optimize behavior for hiding the address bar.Zeno Albisser2014-06-201-9/+10
| | | | | | | | | | | The address bar is only hidden, when the WebEngineView gains focus. It is hidden with a delay of 2 seconds. This usually gives the impression the address bar hides when the page loaded. Change-Id: I3d62406b3de7219d831d195fd961d71c3debb767 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Update icons with newly created ones.Zeno Albisser2014-06-207-0/+0
| | | | | Change-Id: Icad6f597f969a01d3ddb8c586993c0de808e2f0d Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Remove obsolete png files.Zeno Albisser2014-06-2014-0/+0
| | | | | Change-Id: I60f1fb9ad1184a40f39634fbe7e415394b79af40 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add the loading error pagePierre Rossi2014-06-192-0/+94
| | | | | | | to make it clearer when the connectivity is a problem. Change-Id: I828d75baf31d5333a3cb727a0baa8447e56f30d4 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Replace PageView with index.html page.Zeno Albisser2014-06-163-165/+38
| | | | | | | | This way the start page will also be contained in the browsing history. Change-Id: Icd185a398c5dae622703a6dc9693ed4769d241ae Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* webengine demo: rearrange layout to make all links visible on iMX6Andras Becsi2014-05-211-6/+6
| | | | | Change-Id: Id7c317a2b678940f6bb0914e1d0b61610be5f43a Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* webengine demo: add predefined links to page viewAndras Becsi2014-05-211-2/+60
| | | | | Change-Id: Iaca74a100d1ad105fd926af4c9f5b589330c2cb4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix webengine demo to hide home screen when adressbar is acceptedAndras Becsi2014-05-212-8/+15
| | | | | | Task-number: QTEE-574 Change-Id: I43f6163f15028c0a47e1676b6da39155e7df30aa Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* webengine demo: disable the pageview when it's hiddenAndras Becsi2014-05-201-0/+2
| | | | | | | This prevents the MouseAreas to still be active when a page is loaded. Change-Id: Ib233debed702718f14e064e71442fcc78bc934be Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Hide the webengine demo on the new nexus7Andras Becsi2014-05-201-0/+1
| | | | | | Change-Id: Iacd83deea6a219a400ed10f78aad91da23a2a7b7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Add local CSS tetrahedron example and home page to webengine demoAndras Becsi2014-05-206-1/+241
| | | | | Change-Id: I9f1db26846dc43215fc3f987e41fa177ed1f64cc Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Disable webengine demo on beaglebone and piLaszlo Agocs2014-05-201-0/+3
| | | | | | | The performance is not satisfactory on these devices Change-Id: I518dc7d98da71b180acfe0d46f4fa8128575da48 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Also deploy webengine demo local contentAndras Becsi2014-05-201-0/+1
| | | | | Change-Id: I0f8ed3d604d4f1dd403ca856943bbb49df3bbbea Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Display an error message if WebGL is not supported.Zeno Albisser2014-05-192-2/+13
| | | | | Change-Id: I244f572737b5a118752970e928ea3fefbefffe52 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add a simple WebEngine demo to the B2Qt basicsuiteAndras Becsi2014-05-1931-0/+3710
Add a simple demo browser which by default loads the local webgl example. Move the webgl example to the root directory to be deployed. Change-Id: Icb0442ef37dcb31e6e1d33eee279bf429c566106 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>