summaryrefslogtreecommitdiffstats
path: root/src/settingsui/network/NetworkSettings.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix the appearance of network settingsVille Voutilainen2018-01-311-20/+16
| | | | | | | | | | The radiobutton now seems to draw the indicator, even though it didn't do that before. Also, the texts in the buttons were not laid out properly. The image element was a remnant from earlier versions, so this simplifies the UI as well. Change-Id: I4c6238ae9b2d6011ea86c22ecd118e1b72638b00 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Introduce a placeholder for removed wired networksVille Voutilainen2017-08-041-1/+3
| | | | | | | | | | | 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>
* Fix Wifi utils connection viewTeemu Holappa2016-11-041-2/+4
| | | | | | | | | 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>
* Replaced license headers with GPLv3Kimmo Ollila2016-06-021-19/+12
| | | | | | 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-011-1/+1
| | | | | Change-Id: I11c74cd61d3dd40a90c033406590296c05e996c6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Separated SettingsUI to its own plugin.Kimmo Ollila2016-05-131-5/+2
| | | | | | Change-Id: I7893231ab2d18270183f9838456d0e48cdc63186 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> 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 settings UI to use Qt Quick Controls 2Kimmo Ollila2016-03-021-29/+25
| | | | | | Task-number: QTEE-1057 Change-Id: I389d784241d4b68384765dfde4b572e7652eb76c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-171-0/+137
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>