summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-flat-controls
Commit message (Collapse)AuthorAgeFilesLines
* Fixed demo .pro files: removed exclude.txt and wildcards used with content filesKimmo Ollila2016-12-081-3/+4
| | | | | Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Replace title, description and exclude files with one demos.xmlKimmo Ollila2016-01-272-2/+0
| | | | | Change-Id: Ice4d810389ebf186cdfced3964c3a1c7e12e1ead Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Updated screenshot of Flat Style controls demoKimmo Ollila2016-01-251-0/+0
| | | | | | Change-Id: I15d4e2dd2b5d1810cde85b2932ec145f40390bb0 Task-Id: QTRD-3779 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Update demos after the upstream merge of enterprise controlsAndras Becsi2015-04-091-1/+1
| | | | | | | | | The enterprise controls are now located in the upstream qtquickcontrols repository and are called Qt Quick Extras. This patch also re-enables the gallery demo. Change-Id: I828d4b2aa1a35270dd4036580a6a645e09fbc391 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Remove Flat controls demo codeAndy Nichols2014-12-0813-1252/+0
| | | | | | | | Now we will pull from the upstream repo instead. Change-Id: Ice13517f5f12d4c2194e13fc108002e2e8ac7235 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Flat Style Demo fix to label renderingAndy Nichols2014-12-032-0/+7
| | | | | | | | | | | | | | Labels from Qt Quick controls use Text.NativeRendering which seems to cause issues when the screen lies about its DPI. For this example we override the labels to use Text.QtRendering The rest of the rendering errors are the same, but we can changed by updating the Flat style in the Qt Quick Enterprise Controls module. Change-Id: Ie45d22bc1ba8764ff075257c9d719682c323155c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Support Flat style and add new Controls demoAndy Nichols2014-12-0217-0/+1262
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>