summaryrefslogtreecommitdiffstats
path: root/src/qtdevicesettings/networksettingsplugin
Commit message (Collapse)AuthorAgeFilesLines
* Refactored Qml plugins into modules.Teemu Holappa2016-02-1758-6895/+0
| | | | | | | Separated C++ and Qml interfaces. All the UI's from plugins are moved to the settingsui folder. Change-Id: Id6a6623346b18321357bc42d24121c4d9cdfd098 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* Merge Boot2Qt Wifi module into Network Settings Plugin.Teemu Holappa2016-02-0833-36/+2200
| | | | | | | Added wpasupplicant as alternative backend for the network settings. Change-Id: Ic05b3e87def2c9a143c30e4045a36db294ce8719 Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
* Wifi support to the Network Settings Plugin.Teemu Holappa2016-02-0838-1126/+2519
| | | | | | | All the network management is done now through the Connman backend. Removed separate wifi settings plugin. Change-Id: I7b6b7231f1c44727ce0591e11182d25bc43718ed Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
* Device settings UI.Teemu Holappa2016-01-2225-0/+3338
Implemented settings application for changing device settings. There are implemented settings UI for network, time and date, locale, bluetooth, audio and display. Change-Id: I26077ce1f2356eb8520fad61cf07407c6a0f98c1 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>