summaryrefslogtreecommitdiffstats
path: root/src/settingsui
Commit message (Collapse)AuthorAgeFilesLines
* Display the current IP address for a wifi connectionVille Voutilainen2017-07-051-7/+14
| | | | | | | Task-number: QTBUG-60979 Change-Id: I0057aa65c4787c9eb59da67cb36590faf7aa33fe Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Set the method indexes for the comboboxes at a more suitable timeVille Voutilainen2017-07-041-3/+6
| | | | | | | | | | Setting the indexes in Component.onCompleted seems to happen too early. The service doesn't seem to be ready at that point. Hooking to the onServiceChanged signal and setting the indexes there works better. Task-number: QTBUG-60979 Change-Id: Idda882222662415367cd92122e7ed983e1bd9c4b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Allow editing ipv4 settings in manual mode directly after savingVille Voutilainen2017-07-041-44/+55
| | | | | | | Task-number: QTBUG-60979 Change-Id: I9f2c2eddc50cfae2130dea4ec51360312ea343e5 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Set a default netmask and gateway if the user didn't provide themVille Voutilainen2017-06-141-2/+2
| | | | | | Task-number: QTBUG-60979 Change-Id: Icf0d23b080d7769c601b1835b182421dfb588638 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Remove qt config option from settingsuipluginMichael Winkelmann2017-06-021-1/+1
| | | | | | | | | Enabling the qt config option in this sub-project causes the QtQuickCompiler to fail on missing includes, since its required flags for Qt private includes are dropped. Change-Id: I8e673bcf1a01b65d64c78b01fa46ab4174b4d77a Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix issue when no Bluetooth device is availableTeemu Holappa2017-05-032-2/+14
| | | | | | | | | | Added async scan of the bluetooth adapter. Done some cleanup to the public class. Task-number: QTBUG-57676 Change-Id: Ia845f2f8c18fb8272160167482e5124c0b43fee7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Don't give connman user name as a network nameKari Oikarinen2017-04-101-22/+4
| | | | | | | | | | 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 Wifi utils connection viewTeemu Holappa2016-11-043-160/+184
| | | | | | | | | 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>
* Doc: Document QtDeviceUtilitiesTopi Reinio2016-09-061-0/+43
| | | | | | | | | | | | | | | | | | | 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-142-3/+52
| | | | | Change-Id: Ifcea4b0111ad16f4c41692af4db04c044da8359b Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Updated iconsKimmo Ollila2016-06-1432-46/+52
| | | | | Change-Id: I7f48724d6bb8be583c9f6d7c3c332c572f3ce5b6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Changed SettingsUI application install path to QT_INSTALL_BINSKimmo Ollila2016-06-071-1/+1
| | | | | Change-Id: I17bd03335379d423e4a49e72b86b7a576dd75225 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fixed WPA supplicant and made it default backend for wifi settings.Kimmo Ollila2016-06-063-9/+12
| | | | | Change-Id: Ic539098e2edc5d736da0331e06f5bfc6c51947e1 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Replaced license headers with GPLv3Kimmo Ollila2016-06-0228-508/+346
| | | | | | Change-Id: Ie355ff1e296ee48d4d66e0610e4df56640f829d4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Replaced VirtualKeyboard import uriKimmo Ollila2016-06-023-3/+2
| | | | | Change-Id: I638259c484a9ef45904492628a887953572d9732 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Replaced Device Utilities import uris to QtDeviceUtilities.xKimmo Ollila2016-06-0119-19/+19
| | | | | Change-Id: I11c74cd61d3dd40a90c033406590296c05e996c6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Separated SettingsUI to its own plugin.Kimmo Ollila2016-05-13105-324/+601
| | | | | | Change-Id: I7893231ab2d18270183f9838456d0e48cdc63186 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Simplified AnalogClock implementationKimmo Ollila2016-03-164-160/+175
| | | | | Change-Id: Iaf64258c84ba66b04826af34eaa72be88c01a5de Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Change network interface selection button to RadioButtonKimmo Ollila2016-03-161-17/+25
| | | | | Change-Id: I70f9ed5b6f3ecfd3d075d9f541efc1099d6a3617 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Migrate VirtualKeyboard 2.0 to settings UI.Kimmo Ollila2016-03-167-4/+256
| | | | | Change-Id: I0be16db0d2bcc8ef3408916e1f708e270f4a9f8b Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use displaysettings plugin for display settingsKimmo Ollila2016-03-161-9/+9
| | | | | Change-Id: If27603e46952324fb849e3b90b211d2da56b85c9 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Migrate settings UI to use Qt Quick Controls 2Kimmo Ollila2016-03-0226-1519/+1264
| | | | | | Task-number: QTEE-1057 Change-Id: I389d784241d4b68384765dfde4b572e7652eb76c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-1795-0/+3378
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>