summaryrefslogtreecommitdiffstats
path: root/basicsuite
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete obsoleted demos from Boot2Qt launcherPasi Petäjäjärvi2014-06-24210-9318/+0
| | | | | | | | | * Qt5 Launch Presentation * Photogallery Task-number: QTEE-656 Change-Id: I5e71e38fd318a0934285dfa82873279c7fadd31d Reviewed-by: Kalle Viironen <kalle.viironen@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>
* Show sensors example in landscape viewRainer Keller2014-06-114-124/+103
| | | | | | | | | | | Show sensors example in landscape view to match the way all the other examples are presented in the qtlauncher. Also the calculation is more pysically correct. Task-number: QTEE-569 Change-Id: I12e1b27e62dfa082d9d768598891a5ce91109436 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* sensors: Display only 2 decimalsRainer Keller2014-06-111-1/+1
| | | | | | | | Currently on Nexus2013 there are so many decimals printed that the label for the value is out of the screen. Change-Id: Ic6bb1a265a978cfbab0f42d6237b22e42b460818 Reviewed-by: Gatis Paeglis <gatis.paeglis@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>
* [launchersettings] Add boundaries for signal strength bar.Gatis Paeglis2014-05-201-1/+10
| | | | | | | | This is already in the "dev" branch of b2qt-utils, would be good to have it for this release as well. Change-Id: Ieae42d6b0854d6b3d8c47850f06a7ec6da0b4e43 Reviewed-by: Laszlo Agocs <laszlo.agocs@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-1934-1/+3732
| | | | | | | | 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>
* Exclude qtdatavis3d from android-beagleboneGatis Paeglis2014-05-191-0/+1
| | | | | | | Performance on this device is ~3 FPS. Change-Id: I5603a18c319975ed0c367b5b809cc0ce10efc9f6 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Disable autocompletion for password fieldRainer Keller2014-05-191-0/+1
| | | | | Change-Id: I178e3dd14b627d708275a9c70bd7e8b7d55ee0f6 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* workaround for crash on linuxSamuli Piippo2014-05-192-2/+0
| | | | | | Task-number: QTEE-506 Change-Id: I895a7f83ead3afc0a0483b5a75433f8f9ead8397 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Camera demo doesn't work on new nexus just yet, exclude itaavit2014-05-191-0/+1
| | | | | Change-Id: I0f3bf9d7d83e84d4ba3c97747aa8437bbdb004b8 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Remove yocto version from about-b2qt demoSamuli Piippo2014-05-191-1/+1
| | | | | | | | Version changes almost every relese, no point having it here. Task-number: QTEE-546 Change-Id: I97185ffbceebedceddd38983edc2fc44c0a93469 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* remove datavis 3D from RPi launher demosKalle Viironen2014-05-161-0/+1
| | | | | Change-Id: I4f5de4d98cf6c98beadacf1a663cde3a441326ea Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Fix typo in came excludeKalle Viironen2014-05-161-1/+1
| | | | | Change-Id: Ie34dd2368530605cd27c980d814b93ef211ed7e5 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Use consistent title namingGatis Paeglis2014-05-162-2/+2
| | | | | Change-Id: I39adff137b962d6b1a289eb77910e456228149b3 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Remove non functional demos from i.MX6 SABRE SD launcher demo setKalle Viironen2014-05-142-1/+8
| | | | | Change-Id: I1da24319b52487aba08454b8e1282c342e0f7637 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Change text input demo to match virtual keyboard 1.0 APIRainer Keller2014-05-134-12/+62
| | | | | Change-Id: I331138272037cd627e74cbcb7fd5cca99e019fb6 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add Qt Data Visualization demoPasi Petäjäjärvi2014-05-129-0/+255
| | | | | | Task-number: QTEE-526 Change-Id: Ifcb729236a73bb04951881bfc6d7d28580cde6aa Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Remove BOM marker from the beginning of the main.qml filePasi Petäjäjärvi2014-05-091-1/+1
| | | | | | Task-number: QTEE-506 Change-Id: Ic18f19d79395d96094666985005eb3edaadae601 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Fix qt5-cinematicdemo on Qt 5.3Laszlo Agocs2014-04-292-6/+6
| | | | | | | | onText is treated as a signal name Task-number: QTEE-500 Change-Id: I78a5c7ade640da5a7884dc6e1741c216061e3717 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Merge "Merge branch 'stable' into dev" into devKalle Viironen2014-04-2850-210/+315
|\
| * Revert "Show PieMenu in enterprise controls list view."Rainer Keller2014-04-141-3/+3
| | | | | | | | | | | | | | | | | | | | The PieMenu does not handle screen rotation properly. Thus it will be removed from the demo right now. This reverts commit 846728c8a3f7681dc56d52bb3859a82130c84cc8. Change-Id: Ie8e7f30761a6da403b7ad4de16d4594c95c16163 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Show PieMenu in enterprise controls list view.Gatis Paeglis2014-04-111-3/+3
| | | | | | | | | | Change-Id: I022ef68df7a5e5635717679e3cf7447b75a62d9a Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Fix PieMenu not showing in enterprise-gallery launcher demo.Mitch Curtis2014-04-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that the root item doesn't get the correct size - or any size for that matter - so it is never visible. The fix for this is already in Qt 5.3 (see QTBUG-36938), but we can still work around it for earlier versions with this fix. Task-number: QTRD-3040 Change-Id: I38a5f793cf1cc07a758d9118c31bc3177a75da54 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| * Update enterprise controls demos to version 1.1Gatis Paeglis2014-04-1020-109/+192
| | | | | | | | | | | | Task-number: QTEE-482 Change-Id: I79f665de133cbe1c77962a8d93acdddd2e05fcc1 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Revert "Add input field for decimal numbers"Rainer Keller2014-04-101-12/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit b6c311a039f520cf9a681708a5d94d2034b4b1a9. Numeric input does not work due to QTRD-2945. Task-number: QTEE-485 Change-Id: Ie7ab6860dbaf65b6105e7dbd722a557b15c3e08b Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * [launchersettings] Fix UI scalingGatis Paeglis2014-04-091-2/+5
| | | | | | | | | | | | Task-number: QTEE-473 Change-Id: I8fb07fd007c394beec1603cdf171e0af15af0819 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
| * [about-b2qt] Use Screen element for setting width/heightGatis Paeglis2014-04-091-2/+3
| | | | | | | | | | | | Task-number: QTRD-3032 Change-Id: Ifdd27fe756f120bcb78093626908b04a62065d3a Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
| * Change default font for demos to support arabic numbersPasi Petäjäjärvi2014-04-081-2/+2
| | | | | | | | | | | | | | | | | | Demos itself did use the wrong font when virtualkeyboard used the correct one. Task-number: QTEE-354 Change-Id: I987b7b6d9c1132c906b6283951bbe46d38237a3d Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * [launchersettings] Small fixes in wifi settings sectionGatis Paeglis2014-04-071-33/+40
| | | | | | | | | | | | | | | | - only one list section expanded at a time. - adjust example to the changes in QtWifi API. Change-Id: I08eed885e08f581302f2704e07a0218c95c7454e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * sensorexplorer: Use identifier field when description is emptySamuli Piippo2014-04-031-1/+1
| | | | | | | | | | | | | | | | | | Dummy sensors do not have description set, so they show up empty in the sensorexplorer. Use identifier in those cases. Task-number: QTEE-245 Change-Id: Iad160ddccde12124e1c293bb9894870ca4ab7ab9 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| * Make sensors demo not rely on measurement errorsRainer Keller2014-04-021-21/+43
| | | | | | | | | | | | | | | | | | | | | | The former implementation only updates the bubble when notified by a sensor changed event. This is not optimal because when the accelerometer is kept at a constant tilt the value does not change anymore but the bubble has to move further nevertheless. Change-Id: I24793b4c8da3fdc75eb3054acd88976d053149e3 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Remove incorrect assingment of QUrl to boolPasi Petäjäjärvi2014-04-011-2/+0
| | | | | | | | | | | | Task-number: QTEE-403 Change-Id: Idd20f43546e133473da54fdad804d23254fd4ba2 Reviewed-by: Rainer Keller <rainer.keller@digia.com>