summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* RotationPage addedOtto Ryynänen2017-02-0320-56/+376
| | | | | | | | | Added a page that has three rotating disks. Current pictures are placeholders for final graphics. SensorTag can be recalibrated. Change-Id: I0666ab06e665d8c40861e170f36b09013b722973 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Add dialog for sensor settingsTitta Heikkala2017-02-034-24/+143
| | | | | | | Added new dialog for sensor settings. Change-Id: I1cb32984541dc20bb12e81fa645db4b24378554f Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
* Fixed bug in Accelometer data (was multiplied by 1000)Otto Ryynänen2017-02-021-1/+1
| | | | | Change-Id: I4ffd59c33ec35f2d65bc59822f4080887633fa43 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Add glow to gyro and magnetometer chartsTitta Heikkala2017-02-022-12/+25
| | | | | | | Glow effect added to gyro and magnetometer charts. Change-Id: Id219a687c9432c16326d578ba2816bc39ac09c2c Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* Background image added and humity chart tweakedKari Hautamäki2017-02-024-3/+8
| | | | | | | | - Blue background image added that is used in all UI variants - Readings in HumidityChart tweaked to show 0% when starting the app Change-Id: I8cca1cf4cafdd83063a6bcf9b98572839906dac3 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* Accelometer changed to report values in G instead of mGOtto Ryynänen2017-02-018-61/+57
| | | | | | Change-Id: I4193b6566f7408f3e3e09161987d107941e2a6b2 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io> Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Add Accelometer chartTitta Heikkala2017-02-0117-14/+150
| | | | | | | Added new accelometer chart. Updated the ui-layout and images. Change-Id: Id8474e533f39f5c8178b487fc9bc03d7ea956772 Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
* GyroChart and Magnetometerchart grid removalOtto Ryynänen2017-02-0110-121/+75
| | | | | | | | | | Removed grids from charts. changed magnetometer chart type. Removed old IR Temp from cloud IF. New signal(s) for Ambient and object temperatures. Change-Id: If9f215f33197ca1dc03b2a55187464fdb7a05cd9 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* SensorTag changed to broadcasting mode form read-resp modeOtto Ryynänen2017-01-3112-263/+122
| | | | | | | | | | | | | Sensortag now sends data according to set intervals and app only listens to signals. Timers removed as they are no longer needed. Both ambient and object temperature read and converted properly. Cloud data updated with dedicated abient and object temperatures. Version is now 1.1 (backwards compatible). Mock data reflects to reality better. Change-Id: I6a0325a513c1a054322f18e68d2b15c474db3ee5 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* Display rotation values in GyroChartKari Hautamäki2017-01-304-6/+10
| | | | | | | Displays rotation values in GyroChart instead of *_degPerSec values. Also, elapsed time between measurements given a meaningful initial value in BluetoothDataProvider. Change-Id: Id4aa8820d8e45ac72d85cc963e993941ccacd599 Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
* Added IoT SensorTag demo to tradeshowOtto Ryynänen2017-01-3093-0/+7367
| | | | | | | | | iot-sensortag folder added. This is project originally from consultacy repo, moved to here. It's a cross-platform app that shown multiple data values from TI CC2650 SensorTag. Change-Id: I648464ed9a8253e5069bc6fd59e8b92128b60adc Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Doc: Bump version to 5.8.05.8Topi Reinio2017-01-162-6/+6
| | | | | Change-Id: I88d96b2096f824bcb59985cbe65ed4aaea1d5ae5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/5.7' into 5.8Mikko Gronoff2016-12-121-1/+1
|\ | | | | | | | | | | | | * origin/5.7: Remove wildcard in enterprise-gallery demo .pro file Change-Id: Idcaabd1b44e8c8e2e5095860532bbb7a5e8eb302
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Mikko Gronoff2016-12-121-1/+1
| |\ | | | | | | | | | | | | | | | | | | * origin/5.6: Remove wildcard in enterprise-gallery demo .pro file Change-Id: I64fe114bcb616f792bd02625cdf11ecdf6f9c093
| | * Remove wildcard in enterprise-gallery demo .pro fileMikko Gronoff2016-12-121-1/+1
| | | | | | | | | | | | | | | Change-Id: I5ff4496f0046bf6cb68545d20b108f7272fbf6f9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Mikko Gronoff2016-12-0913-26/+101
|\| | | | | | | | | | | | | | | | | | | | * origin/5.7: Fixed demo .pro files: removed exclude.txt and wildcards used with content files Change-Id: Icb391cbcf1796879417e42ebf206d07bd03d2fae
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Mikko Gronoff2016-12-0813-26/+101
| |\| | | | | | | | | | | | | | | | | | | * origin/5.6: Fixed demo .pro files: removed exclude.txt and wildcards used with content files Change-Id: I052c0f87dce2b5f8f7fc71647944e620fa6d0055
| | * Fixed demo .pro files: removed exclude.txt and wildcards used with content filesKimmo Ollila2016-12-0813-26/+101
| | | | | | | | | | | | | | | Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Update to latest APIPaul Olav Tvete2016-09-053-32/+8
|/ / | | | | | | | | Change-Id: Ifb705ae3dfaa12aa23638d3d340c5c17203efb51 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
* | Merge remote-tracking branch 'origin/5.6' into 5.7Samuli Piippo2016-08-260-0/+0
|\| | | | | | | | | | | | | * origin/5.6: Update qtwebbrowser submodule url. Change-Id: I94f8090403597215c433447fa4f8184055ee412a
| * Update qtwebbrowser submodule url.Gatis Paeglis2016-06-141-1/+1
| | | | | | | | | | | | | | (cherry picked from commit cd9f0c40f30226c7ce1c3259aea8ebca08acfbb8) Change-Id: I3ce5233864f85923be007c2d99f6d07b14b0d426 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* | Update qtwebbrowser submodule url.Gatis Paeglis2016-06-131-1/+1
| | | | | | | | | | Change-Id: I7d4f81ee778e2254bda5ccbf78b6ea0de96bb2d5 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Doc: Bump version to 5.7.0Topi Reinio2016-06-092-6/+6
| | | | | | | | | | | | Task-number: QTBUG-53889 Change-Id: I90e21aa6897643d4a4b9c84c61673e49f5e488cb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Update license headersKari Hormi2016-06-0787-826/+3285
| | | | | | | | | | | | | | - Update all license headers to commercial+BSD Change-Id: I7dbf9d967cde7dfe21bef255ea63652b42fccb71 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* | Replaced SettingsUI import uriKimmo Ollila2016-06-021-1/+1
| | | | | | | | | | Change-Id: I872171494c19a70e1e6ab094ce5b32c7368b693e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Use new import path for QtVirtualKeyboardSamuli Piippo2016-06-015-6/+6
| | | | | | | | | | Change-Id: Ib520fdfe33d4ca5db35d718041e796e10c9ebb0a Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | Replace LauncherSettings with SettingsUI from Device Utils module.Kimmo Ollila2016-05-1316-745/+4
| | | | | | | | | | | | Change-Id: I6c50cab59db04dc9837a13f88124202973ce40c7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Update license headersTopi Reinio2016-05-03128-1327/+1676
| | | | | | | | | | | | | | | | | | - Update Copyright year and holder, unify license text formatting - Update BSD, LGPL licenses for files originating from Qt repositories Change-Id: Id77f62f754c3bb29bb4b1c816e3f984a087ee87e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Remove strings 'Digia' and 'Enterprise Embedded' from examplesTopi Reinio2016-05-032-2/+2
| | | | | | | | | | | | Change-Id: I5ad8723335f6ef34e674c98a6b82d1881ae8e388 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Add support for Raspberry Pi 3Tuomas Heimonen2016-04-141-2/+2
| | | | | | | | | | Change-Id: I5d32392a3d713f01554973a873e5d8d1b94be70c Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Merge remote-tracking branch 'origin/5.6' into devSamuli Piippo2016-04-0613-50/+70
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.6: Doc: Language fixes for the demo descriptions Exclude planets demo on emulator democompositor: make demo deployable New icons qtwebbrowser: add pro file to create stand-alone application Remove android from exclude list Exclude canvas3d planets demo from RPi2 Change-Id: Ia84a23bb9daf45d239e4e65e342083fe410303ae
| * Doc: Language fixes for the demo descriptionsTopi Reinio2016-03-141-7/+7
| | | | | | | | | | | | | | | | | | - Replace mention of 'Enterprise Embedded' -> Qt DC - No need to mention 'Qt Quick 2.0' as a new feature anymore. Change-Id: Iefe871b68afee70d950703a2befb77f26a63f761 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * Exclude planets demo on emulatorSamuli Piippo2016-03-141-1/+1
| | | | | | | | | | | | Change-Id: I2f260c5ee8dadb466d7545ee37572a05191c0e54 Task-number: QTEE-1084 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
| * democompositor: make demo deployableSamuli Piippo2016-03-111-0/+2
| | | | | | | | | | Change-Id: Ief1e7f2a46a4f873b3328d9616e30b50bfaad2f1 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * New iconsPaul Olav Tvete2016-03-117-10/+8
| | | | | | | | | | Change-Id: Ibb6c7c52dc9004268fc4ff501fc5a38b25743d25 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * qtwebbrowser: add pro file to create stand-alone applicationSamuli Piippo2016-03-094-28/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | Current pro file only creates the qml plugin needed to run QtWebBrowser demo from the qtlauncher. Add separate pro file for creating the application that can be deployed and launched from QtCreator. Additionally use the resource file from tqtc-qtwebbrowser, so we can use the qml files from the qml plugin instead of filesystem. Task-number: QTEE-1083 Change-Id: I700824fc82d70c40379a4e97513b7e3947be6fdd Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * Remove android from exclude listSamuli Piippo2016-03-011-5/+5
| | | | | | | | | | | | | | Android is no longer supported. Change-Id: I7bf7d5f095d61932a2cfa85f1a8ec5952b80ae6d Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * Exclude canvas3d planets demo from RPi2Samuli Piippo2016-03-011-1/+1
| | | | | | | | | | | | Change-Id: I4e1c4662af1d66dd4aad760cc22fc3a5ca8f090d Task-number: QTBUG-51566 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Merge remote-tracking branch 'origin/5.6' into devSamuli Piippo2016-02-2512-73/+20
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.6: change button background color from white to black change about-b2qt background to white doc: update demos used in docs export wayland demo Update qtwebbrowser submodule to fix keyboard issue Added audio formats to mediaplayer's file filters. Replace title, description and exclude files with one demos.xml Change-Id: Ia7a617e728e25c53ab112c4e3dec0bac1996af42
| * change button background color from white to blackKatja Marttila2016-02-251-2/+2
| | | | | | | | | | | | Change-Id: I201e86316a1678d15008a994a0c79687c410b752 Task-number: QTEE-1069 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * change about-b2qt background to whiteKatja Marttila2016-02-231-2/+2
| | | | | | | | | | | | | | | | text is not seen with black background Change-Id: I1638a808564b32b6343901703fd16e06365bd297 Task-number: QTEE-1067 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * doc: update demos used in docsSamuli Piippo2016-02-1710-73/+19
| | | | | | | | | | | | | | | | Remove demos no longer used and add new ones. Demos are now installed to Demos/B2Qt-5.6/basicsuite. Change-Id: I2ebe4fac44631a776c27e849109c0c2eb24026ab Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
| * Merge remote-tracking branch 'origin/dev' into 5.6Samuli Piippo2016-02-1517-90/+282
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/dev: Add missing quit.png Initial implementation of Diana's design Fade to black Change-Id: Ic9ea6a2de9490999f276b63b64dd5e723709e7e3
| * | export wayland demoSamuli Piippo2016-02-151-0/+1
| | | | | | | | | | | | | | | Change-Id: I7d27c72b6b98853733fa53b50f48a90c071bbf69 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Update qtwebbrowser submodule to fix keyboard issueMichal Klocek2016-02-121-0/+0
| | | | | | | | | | | | | | | | | | Task-number: QTEE-1066 Change-Id: I25256035508055edf8a8e5f43cfd91c6ea45ab76 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * | Added audio formats to mediaplayer's file filters.Kimmo Ollila2016-02-041-1/+4
| | | | | | | | | | | | | | | Change-Id: I808b37280fa7540cdb9120e28278913c152d5019 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
| * | Replace title, description and exclude files with one demos.xmlKimmo Ollila2016-01-2731-68/+90
| | | | | | | | | | | | | | | Change-Id: Ice4d810389ebf186cdfced3964c3a1c7e12e1ead Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | change button background color from white to blackKatja Marttila2016-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | Change-Id: I201e86316a1678d15008a994a0c79687c410b752 Task-number: QTEE-1069 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | | Added audio formats to mediaplayer's file filters.Kimmo Ollila2016-02-231-1/+4
| | | | | | | | | | | | | | | Change-Id: I5b42a37e034b58d03a809b8442f20562404bfbe0 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | change about-b2qt background to whiteKatja Marttila2016-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | text is not seen with black background Change-Id: I1638a808564b32b6343901703fd16e06365bd297 Task-number: QTEE-1067 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>