summaryrefslogtreecommitdiffstats
path: root/tradeshow
Commit message (Collapse)AuthorAgeFilesLines
...
* iot-sensortag: Use OpenGL with all chartsTitta Heikkala2017-02-142-0/+6
| | | | | | | Gyro and MAgnetometer charts are updated to use OpenGL for series. Change-Id: Ib4f7e3c7e4bdf5015484f3849cc99ad9c1490f5f Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
* iot-sensortag: Fix RotationPage 'no rotation' bugKari Hautamäki2017-02-102-13/+13
| | | | | | | | | - Conditional binding to sensor values only when sensor is available - Set and recalibrate sensor for RotationPage when the sensor becomes available Change-Id: I3729faa482abdd17bf0d0a850a3eef528cd5a6b6 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Hide menus by clicking outsideKari Hautamäki2017-02-101-5/+34
| | | | | | | | Add a fullscreen MouseArea that is used to close a menu when clicked outside of the menu Change-Id: I1479519f6f14be56c12445b92b0c05d519dc7f01 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Add option to enable deploying resources to the file systemKari Hautamäki2017-02-092-9/+40
| | | | | | | | | | | Add a config flag to the project file that controls how resources are deployed with the binary. By default they are included in the binary but it is also possible to deploy them to the file system. This option is needed as Qt5.7.1 and and Qt5.8 fail to load QML files from resource files on some platforms (e.g. RPi3). Change-Id: I7e1e938ac829d01ac6117e04bbaef053daf15154 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Make central gyro visible always and calibratableTitta Heikkala2017-02-092-19/+11
| | | | | | | | Central gyro page is visible always. It is also possible to recalibrate the gyro sensor by clicking the GyroChart. Change-Id: I9805411e03d49571b9e392bcd77a9469aef153a0 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* iot-sensortag: Update graphics for LightChart and RotationPageTitta Heikkala2017-02-0913-98/+18
| | | | | | | | Light gauge image updated. Gyro ring images updated for RotationPage. Particles removed for now. Change-Id: I3db8fc37685ba5d70c13685daa7b0ee61263046c Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* iot-sensortag: Zero level altitude in mock data providerKari Hautamäki2017-02-093-10/+26
| | | | | | | | - Zero level for altitude is set in mock data provider - Fix alignment problem in AltitudeChart Change-Id: I67f1ef9296201a0990cd17d79f33971441e15b32 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Add all states to sensor settingsTitta Heikkala2017-02-081-2/+6
| | | | | | | Added 'Scanning' and 'Error' states to sensor settings. Change-Id: Ib207170c00994873bbfcbf86cb6aaa541bf93101 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* iot-sensortag: Fix alignment of graph in TemperatureChartKari Hautamäki2017-02-081-2/+1
| | | | | | | | - Chart data is correctly aligned vertically - remove unused (and bound in wrong way) avgValue Change-Id: I6adf7cfdbc3b13e54b982f6c50e2ae426ffadea6 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Visual style updated for most of the chartsKari Hautamäki2017-02-0833-220/+271
| | | | | | | | | | - Updated appearance and graphics of ambient and object temperature, air pressure, humidity and light charts. - Removed AirPressure chart - Added Altitude chart - Added altitude information to SensorTagData and derived classes Change-Id: Ief8eb9dd4f87f967b037eed3e9a4dd12c3c6efc9 Reviewed-by: Titta Heikkala <titta.heikkala@qt.io>
* iot-sensortag: Added initial version of CloudSettings dialogTitta Heikkala2017-02-086-5/+135
| | | | | | | A new dialog added for cloud settings. Change-Id: I4064a9b1658237911e373aa32567d34f6bb2583d Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* emit providerForCloudChanged after being setMaurice Kalinowski2017-02-071-0/+1
| | | | | | Change-Id: I9f23ff2cce3e8f269d5ca14f647affcc03df3f68 Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io> Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* iot-sensortag: Update Gyro, Magnetometer and Ambient Temperature chartsTitta Heikkala2017-02-065-87/+91
| | | | | | | | Updated appearance and graphics of gyro, magnetometer and ambient temperature charts. Change-Id: I72c6c7b3d10692b838828a63551876dbe6918152 Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
* iot-sensortag: Change TemperatureChartTitta Heikkala2017-02-066-107/+57
| | | | | | | Changed the appearance of TemperatureChart per ui spec. Change-Id: I17960c24d72f34a8bcf3b461ab19b7a57bfb3c6f Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
* 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>
* Update license headersKari Hormi2016-06-073-22/+149
| | | | | | | - Update all license headers to commercial+BSD Change-Id: I7dbf9d967cde7dfe21bef255ea63652b42fccb71 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersTopi Reinio2016-05-0316-110/+256
| | | | | | | | | - 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>
* Add enterprise-kinectdatavis in tradeshow demosJocelyn Turcotte2015-01-2629-0/+2078
| | | | | | | | | | | | | | | | | This is a small demo I did with feedback from the sales guys in Berlin. It's similar to the Kinect demo we had for 3D charts, except that it doesn't require complicated packages like OpenNI; only libfreenect to get the depth image. I only tested the demo on the imx6. The mesh processing of incoming frames is quite heavy so it might not work well on slower devices. The resolution can be tweaked with QQuickFreenectDepthDataProxy's width and height variables to change the resolution of the graph. It isn't in basicsuits since it require a Kinect to be of any value. Change-Id: I4b4619599842119e7d3e8ee130ece7244c0c645c Reviewed-by: Michal Klocek <michal.klocek@digia.com>
* The little neato multitocuh flame thing to play withaavit2014-03-197-0/+171
Change-Id: I667f59b9fe84598add31d5970652eaadbc5c2259 Reviewed-by: Andy Nichols <andy.nichols@digia.com>