summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/WifiNetworkList.qml
Commit message (Collapse)AuthorAgeFilesLines
* Replace LauncherSettings with SettingsUI from Device Utils module.Kimmo Ollila2016-05-131-205/+0
| | | | | | Change-Id: I6c50cab59db04dc9837a13f88124202973ce40c7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersTopi Reinio2016-05-031-2/+2
| | | | | | | | | - Update Copyright year and holder, unify license text formatting - Update BSD, LGPL licenses for files originating from Qt repositories Change-Id: Id77f62f754c3bb29bb4b1c816e3f984a087ee87e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use WifiManager.lastError for error reportingGatis Paeglis2016-01-201-3/+2
| | | | | Change-Id: Ia5e267bd631ada61703c7be5e295665be48c1410 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* Renewed Launcher SettingsKimmo Ollila2016-01-141-97/+91
| | | | | | Task-number: QTRD-3776 Change-Id: I69bc4f0bb1628feb73b4acc35908950095eb4515 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Use ProgressBar for wifi signal strengthGatis Paeglis2015-04-161-15/+6
| | | | | | | | ProgressBar allow for better visual representation of how strong/weak signal actually is. Change-Id: I31581a2159af8a5632443a67dedea724b6992f3e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Adapt launchersettings to the B2Qt.Wifi 1.0 APIGatis Paeglis2014-12-021-47/+68
| | | | | Change-Id: I36154eb52c533b490cb77cd75f4e495edae09604 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Change URLs to qt.ioRainer Keller2014-10-071-1/+1
| | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* launchersettings: various improvementsGatis Paeglis2014-09-291-0/+200
- 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>