summaryrefslogtreecommitdiffstats
path: root/basicsuite/controls-touch
Commit message (Collapse)AuthorAgeFilesLines
* Support Flat style and add new Controls demoAndy Nichols2014-12-021-0/+1
| | | | | | | | | | | | | | | The Flat style for Qt Quick Controls is now enabled by defualt for the launcher and there are a few places that needed to be tweeked for use the correct style. In addition there is a new controls demo that shows off both the Enterprise Controls from before along side the existing controls, but both using the new Flat style which is only available to customers and is intended for touch devices. So we add one new demo, and disable 2 others (via exclude.txt) Change-Id: I8aa6ddd7d48375fdf64150b0c5e2d451da07d00d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.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>
* Use consistent title namingGatis Paeglis2014-05-161-1/+1
| | | | | Change-Id: I39adff137b962d6b1a289eb77910e456228149b3 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@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>
* [controls-touch] Deploy imagesGatis Paeglis2014-02-201-2/+4
| | | | | | Task-number: QTEE-418 Change-Id: I11b84680f2e93df27da601b5948336640428d4a1 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Update copyright yearaavit2014-02-127-7/+7
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniö <topi.reinio@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-2720-0/+807
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>