summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* [launchersettings] Fix UI scalingGatis Paeglis2014-04-091-2/+5
| | | | | | Task-number: QTEE-473 Change-Id: I8fb07fd007c394beec1603cdf171e0af15af0819 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Fix QML GroupBox: Binding loop detected for propertyAndy Nichols2014-02-201-0/+3
| | | | | | | | QTEE-357 Change-Id: I8f400f5d204f56e61339e097d6288961d3d7133d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [launcher settings] improve visual appearanceGatis Paeglis2014-02-191-42/+103
| | | | | | | and fix the UI shrinking issue when vkb is visible. Change-Id: I8609dbc4a852b04e3ed9f3fbd3eb1175f3576f5e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* [Launcher Settings] Add Wifi GroupBoxGatis Paeglis2014-01-301-11/+27
| | | | | Change-Id: I3d9850335c79640d29bb335c24acbfbb79375a1c Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-0/+192
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>