summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* SettingsUI is now simple view of available networksPasi Petäjäjärvi2022-02-1712-369/+37
| | | | | | | | | | | | Features it provides: * Control WiFi interface powered option * Manually connect hidden WiFi via SSID * Connect/Disconnect available networks (also WiFi) Task-number: QTBUG-97737 Pick-to: 6.2 6.3 Change-Id: Id79555f4bab221d50765507abe4c2ee905b7a063 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* CMake: lower the minimum CMake versionSamuli Piippo2022-02-011-1/+1
| | | | | | | | Use 3.16, which is the minimum for Qt itself. Pick-to: 6.3 6.2 Change-Id: I49802cb0e6217548536b5e903410002c2af1ab0d Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-1/+1
| | | | | | | Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: I818e738719cb58fef765aac4cda471a3fb0d9e9c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Refactor SettingsUI source code and add QML module supportPasi Petäjäjärvi2021-12-1450-0/+3537
| | | | | | | | | | | | | | Split application and plugins structure to use QML modules feature Move settingsui binary and plugins it uses under examples as those are not really documented nor production quality. Task-number: QTBUG-97737 Pick-to: 6.2 6.3 Change-Id: I4b030a5a42b29554a45c23eab4170be980cd5dc5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Merge Boot2Qt Wifi module into Network Settings Plugin.Teemu Holappa2016-02-0814-806/+0
| | | | | | | Added wpasupplicant as alternative backend for the network settings. Change-Id: Ic05b3e87def2c9a143c30e4045a36db294ce8719 Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
* Wifi support to the Network Settings Plugin.Teemu Holappa2016-02-081-1/+4
| | | | | | | All the network management is done now through the Connman backend. Removed separate wifi settings plugin. Change-Id: I7b6b7231f1c44727ce0591e11182d25bc43718ed Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
* Wifi: Update qml getting started guideGatis Paeglis2015-06-292-17/+12
| | | | | Change-Id: I633fa8d5ef82b89745bba4cdaa0b4951abe150a3 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Wifi - c++/qml getting started guide and wifi doc updateGatis Paeglis2014-12-0514-0/+808
c++ getting started guide qml getting started guide documenting qml elements documenting c++ classes Task-number: QTEE-810 Change-Id: I669d11c65e5359fc9ec863b03b8b56ce2ef1151b Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>