summaryrefslogtreecommitdiffstats
path: root/src/networksettings
Commit message (Collapse)AuthorAgeFilesLines
* Add Wi-Fi enable button to network settingsSami Nurmenniemi2017-11-222-3/+22
| | | | | | | Task-number: QTBUG-64230 Change-Id: I2aad07fb98a45997b116fc9a06924ba8be3dff2a Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Update API and settings UIJuho Annunen2017-11-221-2/+2
| | | | | | | | | Implemented new UI design for Settings and minor changes to API Task-number: QTBUG-63091 Change-Id: Id72e20b53bc33ca0a3068d1e9b664fc5836a1cda Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Introduce a placeholder for removed wired networksVille Voutilainen2017-08-047-0/+76
| | | | | | | | | | | Disable entering the wired network settings when none have been seen. When a wired network is cable-disconnected, leave a placeholder for it. When a new wired network is cable-connected, replace the placeholder with that. Task-number: QTBUG-60979 Change-Id: I8eeb20d25d765c7bb104ad2e698e4d0686c8dc2d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Use both IPv4.Configuration and IPv4 for reading connman settingsVille Voutilainen2017-06-291-3/+12
| | | | | | Task-number: QTBUG-60979 Change-Id: Iac5659897391f2517704a8347c7ef8a77a6000e7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Set a default netmask and gateway if the user didn't provide themVille Voutilainen2017-06-141-0/+17
| | | | | | Task-number: QTBUG-60979 Change-Id: Icf0d23b080d7769c601b1835b182421dfb588638 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Don't give connman user name as a network nameKari Oikarinen2017-04-107-25/+12
| | | | | | | | | | Don't give the network name as all, since it is not required for visible networks. Also adjust the API to remove the user name parameter that was never used (correctly). Task-number: QTBUG-57249 Change-Id: I0eb75db6eebcaa05661a9404b728ab8af831cf1d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix bad annotations of D-Bus signal argumentsKari Oikarinen2017-04-051-3/+3
| | | | | | | | The arguments are out arguments, not in arguments, so the previous annotations did not match. Change-Id: I2b96fba03a73391c139503c07a27357866b5798f Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Remove duplicate D-Bus annotationKari Oikarinen2017-04-051-1/+0
| | | | | Change-Id: Idec7afe54ad9f1dc4877493c6bfaa17d88457a04 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix qmake warningsJesus Fernandez2017-01-3119-8/+155
| | | | | | | Removes some "We mean it" and "QT_BEGIN_NAMESPACE" warnings. Change-Id: Ia00b00e4e064814a1cb0dd2ca85a4bd888d58d26 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix QNetworkSettingsManager usage from the C++Teemu Holappa2016-11-177-32/+59
| | | | | | | | | 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>
* Fix Wifi utils connection viewTeemu Holappa2016-11-042-1/+71
| | | | | | | | | Fixed the access point selection combobox to show the connected service properly. Fixed layout problems when Virtual Keyboard is active. Change-Id: Id1b05c4e12655eb93df91a78b979ad8fcf3361f5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix typoRainer Keller2016-10-312-6/+6
| | | | | | Change-Id: If85050fdd947cb5bcc4da606b693e94cce578805 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Remove unneeded includeRainer Keller2016-10-311-1/+2
| | | | | | Change-Id: I6cb029412dd3b3364c525e03414b6eeba3f02d69 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use new style signals and slots connectionRainer Keller2016-10-311-4/+4
| | | | | | Change-Id: I3df221be0f389a4193ab9c7856b8efc40eef026f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix uninitialized variablesRainer Keller2016-10-312-0/+6
| | | | | | Change-Id: I3bd9fb1254746f1bc0340db2b5b43fccfb356ce2 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Qt does not name getter functions with 'get'Rainer Keller2016-10-314-6/+6
| | | | | | | Change-Id: Ic9614ef35fbec999494f122d65f5b3afa32c54aa Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix compile errors: declaration of ‘<X>’ shadows a member of 'this'Rainer Keller2016-10-313-220/+309
| | | | | | | Change-Id: I2e4ca1a308a491deb1ef2d9ea716e8b47a4b8898 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix compile error: No Qt keywords allowed in header filesRainer Keller2016-10-318-31/+31
| | | | | | | | Change-Id: I79dc9af286e6eca13524d29c478cac79e5d76707 Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix compile error: 0 is not allowed for pointer initialization anymoreRainer Keller2016-10-3112-22/+22
| | | | | | | | Change-Id: Ic8b789a46dafd379fdd48279d6eb138f978e80a5 Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Document QtDeviceUtilitiesTopi Reinio2016-09-065-0/+542
| | | | | | | | | | | | | | | | | | | 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>
* Fixes to networkSettingsService model handlingKimmo Ollila2016-06-143-8/+17
| | | | | Change-Id: Ifcea4b0111ad16f4c41692af4db04c044da8359b Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fixed connman backend crashes and changed it as default.Kimmo Ollila2016-06-077-29/+39
| | | | | Change-Id: I65c6f4bf1e89c8f26b7c83a0d911813e7941c5a1 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fixed WPA supplicant and made it default backend for wifi settings.Kimmo Ollila2016-06-067-20/+37
| | | | | Change-Id: Ic539098e2edc5d736da0331e06f5bfc6c51947e1 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Replaced license headers with GPLv3Kimmo Ollila2016-06-0239-674/+499
| | | | | | Change-Id: Ie355ff1e296ee48d4d66e0610e4df56640f829d4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-1745-0/+5288
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>