summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add the loading error pagePierre Rossi2014-06-191-0/+23
| | | | | | | 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-161-18/+4
| | | | | | | | This way the start page will also be contained in the browsing history. Change-Id: Icd185a398c5dae622703a6dc9693ed4769d241ae Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Fix webengine demo to hide home screen when adressbar is acceptedAndras Becsi2014-05-211-6/+5
| | | | | | 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>
* Add local CSS tetrahedron example and home page to webengine demoAndras Becsi2014-05-201-1/+26
| | | | | Change-Id: I9f1db26846dc43215fc3f987e41fa177ed1f64cc Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Add a simple WebEngine demo to the B2Qt basicsuiteAndras Becsi2014-05-191-0/+225
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>