summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/NetworkList.qml
Commit message (Collapse)AuthorAgeFilesLines
* launchersettings: various improvementsGatis Paeglis2014-09-291-190/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - make it scale better on screen with different screen sizes and pixel density. For example the current implementation looked bad on Nexus 2013. Lets use "scaled cm" based on visual angle. Tested on 46 inch TV, nexus, nexus 2013, Rpi with samsung desktop monitor, demo looks as expected. - Demo now works as expeced when deployed as stand alone application from QtCreator. Before this change layout was completely broken, because Screen qml element really does not work as expected. - Make handle of Slider more touch-friendly. - Simplify creation of wifi GroupBox. The Loader element was needed at the beginning when we build QtWifi only on Android. - Move custom styles into separate qml files and other cleanups. Task-number: QTEE-769 Change-Id: Ifef1caa7edbfaea14c608f6b8fae43e86b0a2442 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* launchersettings: add vkb style settingGatis Paeglis2014-09-041-1/+1
| | | | | | | | | | | | | | - VKB version 1.1 introduced support for runtime change of vkb style, this patch adds setting for changing keyboard style from launcher settings application. - Make "Display FPS" checkbox more touch-friendly. - Update Controls import version. Task-number: QTRD-3288 Change-Id: Iabc0e90ba06b3c123eaddc9de4c3c7bf264af2a6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* [launchersettings] Add boundaries for signal strength bar.Gatis Paeglis2014-05-201-1/+10
| | | | | | | | This is already in the "dev" branch of b2qt-utils, would be good to have it for this release as well. Change-Id: Ieae42d6b0854d6b3d8c47850f06a7ec6da0b4e43 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Disable autocompletion for password fieldRainer Keller2014-05-191-0/+1
| | | | | Change-Id: I178e3dd14b627d708275a9c70bd7e8b7d55ee0f6 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [launchersettings] Small fixes in wifi settings sectionGatis Paeglis2014-04-071-33/+40
| | | | | | | | - only one list section expanded at a time. - adjust example to the changes in QtWifi API. Change-Id: I08eed885e08f581302f2704e07a0218c95c7454e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* [launcher settings] improve visual appearanceGatis Paeglis2014-02-191-54/+28
| | | | | | | 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-0/+199
Change-Id: I3d9850335c79640d29bb335c24acbfbb79375a1c Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>