summaryrefslogtreecommitdiffstats
path: root/basicsuite
Commit message (Collapse)AuthorAgeFilesLines
* Add physical screen size override slider to settingsLaszlo Agocs2015-06-181-0/+63
| | | | | | | | | | | | | | The slider is in inches and assumes the usual 16:9 aspect ratio. It will then rewrite appcontroller.conf to include QT_QPA_EGLFS_PHYSICAL_WIDTH and HEIGHT. It can also parse the already set values. This is essential because many framebuffer drivers do not provide any physical size information, so overriding with the environment variables is often necessary. Task-number: QTEE-935 Change-Id: I29452bc20cc58a259191fd65e7463f98ff792523 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devEirik Aavitsland2015-06-164-84/+54
|\ | | | | | | | | | | | | | | | | * origin/stable: Make standalone demos work with 2d renderer Doc: Bump version to 4.2.0 Doc: Bump version to 4.1.0 Change-Id: I48bd4df889a24fb254fa1a341f997f2c673f39d6
| * Make standalone demos work with 2d renderer5.4Samuli Piippo2015-05-294-84/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Standalone application did not work in non-gpu devices (colibri vf), when the root item did not have size set. Fix this by using the same code as qtlancher has: - QQmlApplicationEngine instead of QQuickView - only one main qml file - Window as root item Change-Id: I482dd86e44faac5dac1839dfb88c5647a0425de6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* | Add Canvas3D Planets demo to the launcherLaszlo Agocs2015-06-126-0/+26
| | | | | | | | | | Change-Id: I8e50536f18fb2db636fa7b756a3762ead632b9ed Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Use ProgressBar for wifi signal strengthGatis Paeglis2015-04-162-15/+6
| | | | | | | | | | | | | | | | ProgressBar allow for better visual representation of how strong/weak signal actually is. Change-Id: I31581a2159af8a5632443a67dedea724b6992f3e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Update demos after the upstream merge of enterprise controlsAndras Becsi2015-04-096-6/+5
| | | | | | | | | | | | | | | | | | The enterprise controls are now located in the upstream qtquickcontrols repository and are called Qt Quick Extras. This patch also re-enables the gallery demo. Change-Id: I828d4b2aa1a35270dd4036580a6a645e09fbc391 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* | Do not build datavis demo as part of basicsuiteSamuli Piippo2015-03-271-4/+0
| | | | | | | | | | | | | | | | Data Visualization demo does not provide additional plugins, no need to build it as part of basicsuite. Change-Id: Idc5896ea1334395eb584bb8b4a54ec0959792cc8 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* | webengine: add a fencier landing pagePierre Rossi2015-03-2010-24/+228
|/ | | | | Change-Id: I15f94d1473d4fc0a310dda138ad8c8171b15340c Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
* about-b2qt: fix preview imagev4.0.0Samuli Piippo2014-12-101-0/+0
| | | | | | | Fix the white boundaries in the preview image. Change-Id: I54c17ff6ae3dc273aad67aaa05c771117de933dc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Updated preview image for About B2QtSamuli Piippo2014-12-091-0/+0
| | | | | | Task-number: QTEE-869 Change-Id: I6f697a5f9e228fa25a1fb12987ba9d719006753d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Remove Flat controls demo codeAndy Nichols2014-12-0813-1252/+0
| | | | | | | | Now we will pull from the upstream repo instead. Change-Id: Ice13517f5f12d4c2194e13fc108002e2e8ac7235 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Doc: Fix issues with the demo documentationTopi Reinio2014-12-083-9/+9
| | | | | | | | | | | - Rename the title page to index.html to ensure Qt Creator finds it. - Rename docs to Qt for Device Creation Examples and Demos - Edit strings in about-b2qt demo accordingly Task-number: QTEE-864 Change-Id: I59bcac8b2be97baa28329cb95c8e931df6abacd2 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Flat Style Demo fix to label renderingAndy Nichols2014-12-032-0/+7
| | | | | | | | | | | | | | Labels from Qt Quick controls use Text.NativeRendering which seems to cause issues when the screen lies about its DPI. For this example we override the labels to use Text.QtRendering The rest of the rendering errors are the same, but we can changed by updating the Flat style in the Qt Quick Enterprise Controls module. Change-Id: Ie45d22bc1ba8764ff075257c9d719682c323155c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Adapt launchersettings to the B2Qt.Wifi 1.0 APIGatis Paeglis2014-12-023-85/+120
| | | | | Change-Id: I36154eb52c533b490cb77cd75f4e495edae09604 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Support Flat style and add new Controls demoAndy Nichols2014-12-0220-86/+1345
| | | | | | | | | | | | | | | The Flat style for Qt Quick Controls is now enabled by defualt for the launcher and there are a few places that needed to be tweeked for use the correct style. In addition there is a new controls demo that shows off both the Enterprise Controls from before along side the existing controls, but both using the new Flat style which is only available to customers and is intended for touch devices. So we add one new demo, and disable 2 others (via exclude.txt) Change-Id: I8aa6ddd7d48375fdf64150b0c5e2d451da07d00d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-261-3/+0
|\ | | | | | | | | | | | | * origin/stable: Fix curtain effect on Cinematic demo Change-Id: I02601acd4d22295886a8e3d1581d1a3db31eb474
| * Fix curtain effect on Cinematic demoQtEE_v3.2.0Samuli Piippo2014-10-161-3/+0
| | | | | | | | | | | | | | | | | | Curtain now falls down nicely, but this is really just a workaround for the Qt animation issue by removing the offending animation code. Task-number: QTBUG-41117 Change-Id: Idcdc3c5355a65833aea38d4fd5ba59c0edf68b4a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* | Exluded some demos on colibri-vfAndy Nichols2014-11-246-0/+6
| | | | | | | | | | | | | | | | Colibri-vf doesn't support opengl based or multimedia applications. Change-Id: If8f0c6077a99f2a5b045b512dfbf343fda526798 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Exclude non-working demo for tibidaboaavit2014-11-241-0/+1
| | | | | | | | | | | | Task-number: QTEE-820 Change-Id: I6bac21985b5b2627daa35720d5d8730b0b511a14 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Enable camera demo for SABRE and BD imx6 devicesSamuli Piippo2014-11-241-2/+0
| | | | | | | | | | Change-Id: Idf367086c7bbcd8e258d6733df777d0a0ec05cd2 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* | Update enterprise-charts demo to QtCharts 2.0Samuli Piippo2014-11-1917-442/+184
| | | | | | | | | | | | | | | | | | The QtCharts module name was changed, so it was not backwards compatible. Updated all demo files from QtCharts. Task-number: QTEE-807 Change-Id: I1c00ccaf074b0a704af92506da57b723987de359 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* | Add a visual cursor to the dragging area of graphicaleffectsaavit2014-10-161-0/+9
| | | | | | | | | | | | | | | | The idea is to make it more intuitive for the user what that area at the bottom left is for. Change-Id: Ia16edf04891dc48077c4fb9a7cf535e84d6193a3 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* | Merge branch 'stable' into devaavit2014-10-15536-19618/+475
|\| | | | | | | Change-Id: I0ff4fb4cb9acd73db397bc44c2970a7286a2d0c2
| * Correctly include all qml files in enterprise controls demosSamuli Piippo2014-10-082-2/+4
| | | | | | | | | | | | | | Task-number: QTEE-788 Change-Id: I5fdb6e837fd3a0248e503dc0eca0dd86d9ee3226 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Add pro file to qt5-everywhere demo meta-dataGatis Paeglis2014-10-081-0/+14
| | | | | | | | | | | | | | | | | | This is needed for demo to work as stand alone demo when deployed from QtCreator. Task-number: QTEE-787 Change-Id: Ib6d69c06a553a3c3d31d4a5f462f99084716e666 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Update "Code less" logoSamuli Piippo2014-10-071-0/+0
| | | | | | | | | | | | Task-number: QTEE-777 Change-Id: I3732cc813ec2b6ca5165f29884c708073da703ab Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Update Qt logosSamuli Piippo2014-10-072-0/+0
| | | | | | | | | | | | | | | | | | New Qt logos, no update available for the "Code less" image. Removed old images that were not used anymore. Task-number: QTEE-777 Change-Id: I3b60496d237b2340c679ae0b756b939f95e4ad87 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| * Change URLs to qt.ioRainer Keller2014-10-07125-186/+186
| | | | | | | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Qt5 Everywhere: keep only metadata.Gatis Paeglis2014-10-03354-16738/+5
| | | | | | | | | | | | | | | | | | | | This demo is prepared during build process by pulling in the latest version from git repository and making it b2qt-launcher compatible. Task-number: QTEE-756 Change-Id: If8fb202b6437c43ff3a8d381234c574e631b00bb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * launchersettings: various improvementsGatis Paeglis2014-09-2911-220/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make it scale better on screen with different screen sizes and pixel density. For example the current implementation looked bad on Nexus 2013. Lets use "scaled cm" based on visual angle. Tested on 46 inch TV, nexus, nexus 2013, Rpi with samsung desktop monitor, demo looks as expected. - Demo now works as expeced when deployed as stand alone application from QtCreator. Before this change layout was completely broken, because Screen qml element really does not work as expected. - Make handle of Slider more touch-friendly. - Simplify creation of wifi GroupBox. The Loader element was needed at the beginning when we build QtWifi only on Android. - Move custom styles into separate qml files and other cleanups. Task-number: QTEE-769 Change-Id: Ifef1caa7edbfaea14c608f6b8fae43e86b0a2442 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Capture preview images in ~800x600 resolutionRainer Keller2014-09-1717-0/+0
| | | | | | | | | | | | Task-number: QTEE-694 Change-Id: Ibcee4da0108a8d087d54495d129b0b871d7b0983 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| * Use correct import version for VKB SettingsGatis Paeglis2014-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When we started to use it in launcher settings it was defined as 1.0 and later changed to 1.2 in vkb library code, because of this launcher settings failed to start. Settings import was introduced in VKB version 1.2, therefore that is the minimal supported version. Change-Id: I328fb87524a2c32cb32da7aea7835196bc59875d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Enterprise controls: keep only metadata.Gatis Paeglis2014-09-0943-2658/+9
| | | | | | | | | | | | | | | | | | | | Keep only metadata about enterprise controls demos. Demos itself are prepared and added to b2qt-demos package during build process. Task-number: QTEE-758 Change-Id: I4f931b8f232f484c87563584407d380c8acdc7ad Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * launchersettings: make flicking user-friendlyGatis Paeglis2014-09-041-3/+3
| | | | | | | | | | | | | | | | | | Make Flickable same size as the screen. Before this flicking was not very intuitive - flicking did not work at the areas outside of settings group boxes. Change-Id: Ice4d42813be055e7562aff41fa36223197f836ce Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * launchersettings: add vkb style settingGatis Paeglis2014-09-045-7/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - VKB version 1.1 introduced support for runtime change of vkb style, this patch adds setting for changing keyboard style from launcher settings application. - Make "Display FPS" checkbox more touch-friendly. - Update Controls import version. Task-number: QTRD-3288 Change-Id: Iabc0e90ba06b3c123eaddc9de4c3c7bf264af2a6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Update launchersettings for renamed DroidUtils->B2QtUtilsaavit2014-10-085-225/+23
| | | | | | | | | | | | | | | | | | | | | | Also much simplification as the refactored API is better suited for QML usage. Depends on http://qt-gerrit.it.local/6317 Task-number: QTEE-704 Change-Id: I7491ada390d973a26cf8a2c2b668114eb87357c0 Reviewed-by: Samuli Piippo <samuli.piippo@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-222-4/+3
|/ | | | | Change-Id: Ic731441399f78e2044555bfc4860b499c425bee2 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Make FPS checkbox persistentSamuli Piippo2014-08-181-0/+1
| | | | | | | | Set value of FPS checkbox on start up based on the actual value in engine. Task-number: QTEE-584 Change-Id: Idfdc949b7fb8f4edb79f65f4351442601a9349e8 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Handle accelerometer readings in rotated itemsRainer Keller2014-07-291-2/+31
| | | | | | | | | If an item is rotated the accelerometer readings have to be transformed to match the item rotation. Change-Id: I069dd2d97d1800385ffb08f4fc68c5522ef4b455 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@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>
* Update screenshot of the Virtual Keyboard demoGatis Paeglis2014-07-021-0/+0
| | | | | | | | | Also show the actual keyboard in the screenshot, this makes the preview image look much more atractive. Task-number: QTEE-711 Change-Id: Ia49a7caa4412749e4af45ae02bcb8addf0b2471d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix demo descriptions.Gatis Paeglis2014-06-302-7/+3
| | | | | | | | | | | | - Camera example refers to the "Photo Gallery" demo, which does not exists anymore. - Shorten the description of the "Qt5 Cinematic Experience" demo, this fixes the overlapping issue. Task-number: QTEE-700 Change-Id: I4552089e2f12d37e9a61c08bb5a2a999dc5cce3a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* launchersettings: make ip field span two columnsSamuli Piippo2014-06-301-0/+1
| | | | | | | | This makes the hostname button fit better in smaller resolution. Task-number: QTEE-689 Change-Id: I8bead95d7b0d614ee1fa882699b990ef33848f99 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Update all VirtualKeyboard import to version 1.1Samuli Piippo2014-06-305-5/+5
| | | | | Change-Id: Idd65fcdc0afee0f54c8532bb2c26121a0b2da2b6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Content/language improvement for About QtEE demo.Topi Reinio2014-06-271-6/+6
| | | | | | | | | Rephrase a couple of sentences. Task-number: QTEE-691 Change-Id: I92d55e8215f5ce6bf4aab2019854149f37c78ad2 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Disable GraphicalEffects demo on beagleboneblackPasi Petäjäjärvi2014-06-271-0/+2
| | | | | | | | The performance is not satisfactory on this device Task-number: QTEE-672 Change-Id: I4055f1614f96c37bd38b06987e018ba7b562c6a5 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* about: fit text properly to the boxSamuli Piippo2014-06-261-1/+1
| | | | | | | Did not look good in smaller resolution Change-Id: Id7e33d9e1b06a13282d0ca82c017ff860f0cf312 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>