summaryrefslogtreecommitdiffstats
path: root/doc/b2qt-demos.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Show launchersettings and sensors demos in QtCreatorGatis Paeglis2014-03-191-4/+0
| | | | | | | | | | | | | These examples are working out-of-the box when deployed as stand alone applications. Sensors demo required 8e600f9540ec1bbbda97ef5f182c275cc437b6d2. Task-number: QTEE-412 Change-Id: Id5f48cb5822f12f64d738b9623725f7995f6d884 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Remove Sensors demo from the Qt Creator's list of examplesTopi Reinio2014-02-201-0/+2
| | | | | | | | This demo doesn't work when built stand-alone. Task-number: QTEE-422 Change-Id: Ib5f85f5322e79c8fdf4221f804d9a0147e906740 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Update copyright yearaavit2014-02-121-1/+1
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Doc: Add documentation for enterprise examplesTopi Reinio2014-02-071-0/+34
| | | | | | | | Add documentation for enterprise examples and make them run stand-alone. Change-Id: I579a57bd32c97649b6d619f73caa681174b56381 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Doc: Improve demo documentation and descriptionsTopi Reinio2014-02-041-4/+94
| | | | | | | | | | | - Copy thumbnails from launcher to example documentation - Fix typos and improve demo descriptions and use them also in the example docs - Add missing docs for Qt 5 Launch Presentation, fix typo in its .pro file name. Change-Id: Ic658b7e536853d7272aaee26c6fd8769bc3fc060 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Remove Controls Layouts demo and docs for Launcher SettingsTopi Reinio2014-01-281-7/+2
| | | | | | | | | | | | | Remove Controls Layouts demo which is not very useful in a touch environment. Layouts themselves are covered by Qt examples and documentation. Also, stop showing Launcher Settings as an stand-alone example in Qt Creator. It's not functional as a stand-alone app (controls do nothing). Change-Id: I1c869b546b92ca911ee2ac268ee21fd3f078b709 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-11/+17
| | | | | | | | | | | | | | | | 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/+111
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>