summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-085-27/+28
| | | | | | | | | | | - 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>
* doc: bump version to 4.0.0Samuli Piippo2014-12-041-2/+2
| | | | | Change-Id: I5ad878b12201432abcc9af51f0dba449e87a0cf6 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* doc: add flat style demoSamuli Piippo2014-12-032-0/+14
| | | | | Change-Id: Ib141dc00b82c0e0de994353ba3fffee9f8f15dc2 Reviewed-by: Gatis Paeglis <gatis.paeglis@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-15780-31366/+481
|\| | | | | | | Change-Id: I0ff4fb4cb9acd73db397bc44c2970a7286a2d0c2
| * Remove experimental/qt5-intro-android directoryGatis Paeglis2014-10-09240-11739/+0
| | | | | | | | | | | | | | | | | | | | | | | | This directory contains old (probably development) version of qt5 launch presentation. We used to have the final version in the basicsuite/, but also that was removed as "obsolete" in: e6253b8d140a98f3d2327b2d028b237480378637 Change-Id: If262643d5e7b01090f72669fbe60bf255ddabd1b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * 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>
| * Doc: Bump documentation version to 3.2.0Topi Reinio2014-10-081-2/+2
| | | | | | | | | | Change-Id: I1f8a9af162c58ff2ee1cf1fcf0bb37660acad8f4 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-073-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-07132-199/+199
| | | | | | | | | | 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>
| * Update About QtEE demo descriptionTopi Reinio2014-10-031-6/+3
| | | | | | | | | | | | | | - Update the title and description for the standalone demo. Change-Id: Ib480498eab2ba2fa935f39478e615ad60baca9f1 Reviewed-by: Gatis Paeglis <gatis.paeglis@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>
* | Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-09-02305-9419/+6023
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: (63 commits) Doc: Bump version to 3.1.1 Make FPS checkbox persistent Handle accelerometer readings in rotated items webengine: Add slight delay before loading the start page webengine: disable the webgl demo Update screenshot of the Virtual Keyboard demo [Doc] Use symbolic links for demo preview images Changed the audio track on the Qt_EnterpriseEmbedded_1080p.mp4 video. Fix demo descriptions. launchersettings: make ip field span two columns Remove deleted demos also from doc Update all VirtualKeyboard import to version 1.1 Doc: Bump version to 3.1.0 Doc: Content/language improvement for About QtEE demo. Disable GraphicalEffects demo on beagleboneblack about: fit text properly to the box Fix Meet Qt Enterprise Embedded video url on startup Fix a typo in the new About presentation About Boot to Qt-demo update Update Enterprise gallery demo description ... Change-Id: I928ab65867993c83ae645834430fd15825349fde
| * Doc: Bump version to 3.1.1Topi Reinio2014-08-201-2/+2
| | | | | | | | | | Change-Id: I27b52b4f7eb92220c558e11070545dbed023a45c Reviewed-by: Samuli Piippo <samuli.piippo@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>
| * [Doc] Use symbolic links for demo preview imagesGatis Paeglis2014-07-0120-0/+3
| | | | | | | | | | | | Task-number: QTEE-703 Change-Id: Ic9373dd54726c892f5318a86ab535d04d85c607b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Changed the audio track on the Qt_EnterpriseEmbedded_1080p.mp4 video.Christian Strømme2014-07-011-0/+0
| | | | | | | | | | | | | | The audio track was not supported properly on Android. Change-Id: I0a2bac0de5e4ecfb235723135e62313bc847d166 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>
| * Remove deleted demos also from docSamuli Piippo2014-06-301-26/+0
| | | | | | | | | | | | | | | | Photogallery and Qt5 presentation demos were removed, so remove them also from the documentation. Change-Id: Idb88eb7cabc1f4666c6f7e89274d327eadd65f22 Reviewed-by: Laszlo Agocs <laszlo.agocs@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: Bump version to 3.1.0Topi Reinio2014-06-271-2/+2
| | | | | | | | | | | | Change-Id: I65ec140af6a42fc8df0eeeeefe09ad36253b4c4d Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>