summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers & remove obsolete strings5.6Mikko Gronoff2017-09-181-24/+33
| | | | | | | | | | | | | | | | - Update Copyright year and holder, unify license text formatting - Update BSD, LGPL licenses for files originating from Qt repositories - Remove strings 'Digia' and 'Enterprise Embedded' from examples - Update all license headers to commercial+BSD (Cherry-picked from commits: c5f8197bd3a4fef592f6b78e2e2b1dba17bd8d99 307b6bec8b73f780a14b13f8dccf0f2cb79bc63c a6d8f7ce79fb5c17e706f25daf4dda4d97b5323e) Change-Id: I47096d55a9f7c6cac2136a8594faa6af8811412e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Renewed filebrowser part of mediaplayer demoKimmo Ollila2016-01-191-0/+1
| | | | | | Change-Id: Idbb910caecde8e7d33035bf3c5462a6fbc0c544c Task-number: QTRD-3783 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update video url which mediaplayer is playing in startupKatja Marttila2016-01-151-1/+1
| | | | | Change-Id: I1ab5a0d98550bd2cc6f7b15aae31365d789b4c2c Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Change URLs to qt.ioRainer Keller2014-10-071-2/+2
| | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix Meet Qt Enterprise Embedded video url on startupPasi Petäjäjärvi2014-06-261-1/+1
| | | | | Change-Id: I666b943a8228b7078d42032e2bc148a42e33b28d Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add Meet Qt Enterprise Embedded video to mediaplayer demoPasi Petäjäjärvi2014-06-241-0/+1
| | | | | | | | | | * Add Qt Enterprise Embedded video to /data/videos folder * Set Qt Enterprise Embedded video as default one and start it when mediaplayer is started. Task-number: QTEE-663 Change-Id: I97dbf8741f5a63ea7e0017c7736298881b0a56bc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-0/+289
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>