summaryrefslogtreecommitdiffstats
path: root/basicsuite/Sensors
Commit message (Collapse)AuthorAgeFilesLines
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-2710-325/+0
| | | | | | | | | | | | | | | | This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Introduce documentation for Qt Enterprise Embedded ExamplesTopi Reinio2014-01-141-0/+18
| | | | | | | | | | | Create documentation structure for Qt Enterprise Embedded Examples and Demos, including the subprojects from the /basicsuite subdirectory. Task-number: QTEE-137 Change-Id: Ic6f9f9fa8cea8b7fa4821508fda93822c0b99ea3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add Digia license headersTopi Reinio2013-12-033-0/+120
| | | | | | | | Adds a BSD license header to example source (*.cpp, *.h, and *.qml) files that do not have a license already. Change-Id: If51883d2d1b76f84acce42ccd4e42b706c42431d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add black borders to match with other screenshotsv1.0.0-RC2Gatis Paeglis2013-10-151-0/+0
| | | | | | | This improves edge rendering in the qtlauncher. Change-Id: I82557909e43c366b8dae736b77860d21884d4540 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [Sensor example] Check for the required sensor types on starupGatis Paeglis2013-10-101-15/+52
| | | | | | | | If the requited sensor dependencies are not met, output an informative message. Change-Id: I1ed73729a100cf9e91a2c8a3aded2a13c09b0bb1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add sensor demo to basicsuiteGatis Paeglis2013-10-039-0/+150
Change-Id: I72d733ffe29aaf99fdf67e9b981ffbecb9dacc1a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>