summaryrefslogtreecommitdiffstats
path: root/src/imports/networksettings
Commit message (Collapse)AuthorAgeFilesLines
* Fix QNetworkSettingsManager usage from the C++Teemu Holappa2016-11-171-2/+7
| | | | | | | | | Fixed servicesChanged signal handling. Fixed services and interfaces functions return types in QNetworkSettingsManager. Task-number: QTBUG-56760 Change-Id: Iaade0d5c06e8ff8f8dea4b421e226ae6348a9fe5 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* Doc: Document QtDeviceUtilitiesTopi Reinio2016-09-061-0/+107
| | | | | | | | | | | | | | | | | | | Added documentation for the following QML modules: QtDeviceUtilities.BluetoothSettings QtDeviceUtilities.DisplaySettings QtDeviceUtilities.LocalDeviceSettings QtDeviceUtilities.LocaleSettings QtDeviceUtilities.NetworkSettings QtDeviceUtilities.TimeDateSettings QtDeviceUtilities.SettingsUI And changed the name of this documentation module to 'Qt Device Utilities'. Task-number: QTBUG-55320 Change-Id: Iee0d8467dccddc0ee75d7a395ae91f68b12ab9f2 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* Fixed WPA supplicant and made it default backend for wifi settings.Kimmo Ollila2016-06-061-1/+1
| | | | | Change-Id: Ic539098e2edc5d736da0331e06f5bfc6c51947e1 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Replaced license headers with GPLv3Kimmo Ollila2016-06-022-38/+24
| | | | | | Change-Id: Ie355ff1e296ee48d4d66e0610e4df56640f829d4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Replaced Device Utilities import uris to QtDeviceUtilities.xKimmo Ollila2016-06-013-3/+3
| | | | | Change-Id: I11c74cd61d3dd40a90c033406590296c05e996c6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use qmlRegisterSingletonType instead of setContextProperty in pluginsKimmo Ollila2016-03-162-12/+9
| | | | | Change-Id: Ib6c6c7bc5e5e1db005dd43222163fceb50c8894a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-174-0/+156
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>