summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo
Commit message (Collapse)AuthorAgeFilesLines
* Replace title, description and exclude files with one demos.xmlKimmo Ollila2016-01-272-4/+0
| | | | | Change-Id: Ice4d810389ebf186cdfced3964c3a1c7e12e1ead Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Modified application imagesKatja Marttila2015-11-261-0/+0
| | | | | | | | Launcher has a new white layout. Images needs to have white rectangle around them to avoid saw edges Change-Id: I8d92a488f9a7f987b8d0108bf1b8cc0c894a74f0 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Fix curtain effect on Cinematic demoQtEE_v3.2.0Samuli Piippo2014-10-161-3/+0
| | | | | | | | | Curtain now falls down nicely, but this is really just a workaround for the Qt animation issue by removing the offending animation code. Task-number: QTBUG-41117 Change-Id: Idcdc3c5355a65833aea38d4fd5ba59c0edf68b4a Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Capture preview images in ~800x600 resolutionRainer Keller2014-09-171-0/+0
| | | | | | Task-number: QTEE-694 Change-Id: Ibcee4da0108a8d087d54495d129b0b871d7b0983 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Fix demo descriptions.Gatis Paeglis2014-06-301-4/+2
| | | | | | | | | | | | - Camera example refers to the "Photo Gallery" demo, which does not exists anymore. - Shorten the description of the "Qt5 Cinematic Experience" demo, this fixes the overlapping issue. Task-number: QTEE-700 Change-Id: I4552089e2f12d37e9a61c08bb5a2a999dc5cce3a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix qt5-cinematicdemo on Qt 5.3Laszlo Agocs2014-04-292-6/+6
| | | | | | | | onText is treated as a signal name Task-number: QTEE-500 Change-Id: I78a5c7ade640da5a7884dc6e1741c216061e3717 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Rearrange the order of demos in the launcherTopi Reinio2014-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The launcher will sort the demos alphabetically based on their titles, and then removes leading digits (see cf9b6d17). This allows us to control the order of the demos. This change sets the following order, from left to right: About Qt Enterprise Embedded Launcher Settings Qt5 Everywhere Qt5 Cinematic Demo Qt5 Launch Presentation Virtual Keyboard Qt Quick Enterprise Controls - Dashboard Qt Quick Enterprise Controls - Gallery Controls: Touch Qt Charts - Gallery Media Player Camera Photo Gallery Graphical Effects Sensors Demo Change-Id: I80e5fb66b55f5b5541acc70410c555d4d971e220 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Remove Raspberry Pi logo from demoAndy Nichols2014-02-142-0/+0
| | | | | | | | | This demo was designed to be run the raspberry pi but we run it on all kinds of devices so I've removed the logo. Change-Id: I72e0101b0cd2c331436037099c8142a0f3780dc7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix license issues in demo sourcesTopi Reinio2014-02-121-1/+1
| | | | | Change-Id: I6c87139bb729f2970ae22d7ef92688de647f8e3c 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-2773-0/+1725
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>