summaryrefslogtreecommitdiffstats
path: root/src/settingsui
Commit message (Collapse)AuthorAgeFilesLines
* 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>