summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer
Commit message (Collapse)AuthorAgeFilesLines
* Exclude mediaplayer also from eLinux-bone, since not workingaavit2014-02-211-0/+1
| | | | | Change-Id: Ida0fb9c0e1a8186d8a0437074882d27b000a8ab3 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update copyright yearaavit2014-02-129-9/+9
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Limit camera & mediaplayer demos to working devicesaavit2014-02-121-1/+2
| | | | | Change-Id: I81d3f3a7e142eb0f5f0fef251de7daa9a3f7a7a9 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Doc: Improve demo documentation and descriptionsTopi Reinio2014-02-041-2/+2
| | | | | | | | | | | - 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>
* Enable virtual keyboard when building demos stand-aloneTopi Reinio2014-01-301-0/+1
| | | | | | | | | | Add a shared QML file that defines an InputPanel and loads the main QML for each demo. Also, - Do not define QT_IM_MODULE (set already in the system) - Improved exclude file parsing to match b2qt-launcher Change-Id: Ibdd0371a57878ef7bc585aa67fcd148377f54bc6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-2766-0/+4578
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>