summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 5.12.12 5.12.125.12Jani Heikkinen2021-10-041-1/+1
|
* Bump version to 5.12.11Dan Ackers2021-05-061-1/+1
| | | | | Change-Id: I87aba96fe7405ac0be79f22e9f79023bb838e305 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 5.12.10Lassi Lehikoinen2020-10-271-1/+1
| | | | | | | Task-number: QTBUG-87373 Change-Id: I8f8bf6fee232533ba3febf3a406218e02bf14819 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 5.12.9Mikko Gronoff2020-05-151-1/+1
| | | | | Change-Id: I5468c75f8bbdf9be98711d9a25d0b7e8e925851a Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Bump version to 5.12.8Mikko Gronoff2020-03-091-1/+1
| | | | | Change-Id: I96cb0a8a4ce503e7772ca4a856db960f7bb5f551 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 5.12.7Mikko Gronoff2019-12-191-1/+1
| | | | | Change-Id: I77ae4084530ad18c557897449173152184c311f8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 5.12.6Mikko Gronoff2019-11-011-1/+1
| | | | | Change-Id: Ibc6b9d4668d451b3b771c456f15d5715e27884b3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix static ip address showing after reconnectionTeemu Holappa2019-10-081-1/+1
| | | | | | Task-number: QTBUG-76224 Change-Id: I2684941df342c2a9ee0439a2e13a8894dd862965 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Drop wpa_supplicant from NetworkSettingsAssam Boudjelthia2019-10-0216-2201/+1
| | | | | | | | | wpa_supplicant is broken and have not been in use for several Qt releases, thus it's being dropped. Fixes: QTBUG-78442 Change-Id: Ia3645b54b22a2959b7f65fdec10b8beaa262ea1f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Set service type to NetworkSettingsType.Wired in onServiceChangedAssam Boudjelthia2019-07-301-2/+3
| | | | | | | | | | In WiredSettings.qml, onServiceChanged was being executed over and over while the correct service type was not being set before that. Fixes: QTBUG-71341 Change-Id: I15a097fbb14acfb4ab18ff3541689e296f3ea84c Reviewed-by: Jani Launonen <jani.launonen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Remove duplicate nested isValid() conditionAssam Boudjelthia2019-07-301-7/+4
| | | | | | | | | The if condition is duplicated in QNetworkSettingsServiceFilter::filterAcceptsRow() Change-Id: Ie93044cc11421c4a6247cc2e511c04036b2f625b Reviewed-by: Jani Launonen <jani.launonen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add missing settings properties of viewSettings and appFontAssam Boudjelthia2019-07-243-1/+50
| | | | | | | | | Those properties make SettingsUI dependent on qtlauncher, thus the need to add the necessary values here. Fixes: QTBUG-68987 Change-Id: I8d194317af341048a5b3607e8b796947fb60bff6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Bump version to 5.12.5Mikko Gronoff2019-06-201-1/+1
| | | | | Change-Id: I3f2f50a0d5f7ff2c52acc2e01fbcba71edb4a21a Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Skip build without QtQuickSamuli Piippo2019-05-311-0/+1
| | | | | | | Task-number: QTBUG-76139 Change-Id: I41759ee26c9dbb83a4b1af1c110d23f826fb7681 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.12.4Mikko Gronoff2019-05-311-1/+1
| | | | | | Change-Id: Ic1cc93b01fdcc3132a0120a9cf8c34fbc243339d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Bump version to 5.12.3Mikko Gronoff2019-03-251-1/+1
| | | | | | Change-Id: I87baaa5c0ae65449a681b842307e4a01f538d47d Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix documentation build warningTarja Sundqvist2019-03-203-3/+51
| | | | | | | | Some build warnings fixed. The documentation was built with Qt 5.9. Change-Id: I8f988c1267a6a6ed925cfac1f0cd40547ffc8160 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix the list of linked Device Utilities modulesTarja Sundqvist2019-03-1826-131/+274
| | | | | | | | | | | All Device Utilities modules are listed in the main page. Also All C++ classes / All QML Types pages added. Task-number: QTBUG-74231 Change-Id: Ia6b091e6d136b844c36de94f8fafa0bb7b199777 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.12.2Mikko Gronoff2019-02-061-1/+1
| | | | | Change-Id: Ib1832933eef515c4ffe3193619c2d79a1e7aca6f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Enable boot2qt launcher automatic demo modeSami Nurmenniemi2019-02-042-0/+2
| | | | | | | Task-number: QTBUG-72852 Change-Id: I0e134e76721e73721a8318534bbaa12d68c92ca7 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Bump version to 5.12.1Mikko Gronoff2018-12-101-1/+1
| | | | | Change-Id: I534d56fa0c1727618918646124d74ce07ae708ed Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/5.11' into 5.12Mikko Gronoff2018-12-100-0/+0
|\ | | | | | | | | | | | | | | | | | | * origin/5.11: 28c7395 Doc: Bump version to 5.11.3 Conflicts: .qmake.conf Change-Id: I8f8ebd9ed573e3f54d6f3f3c2e9c3ef590ca00fb
| * Doc: Bump version to 5.11.35.11Mikko Gronoff2018-11-271-1/+1
| | | | | | | | | | Change-Id: I756045e5c929be0864a76bf8cf00739b86735c7d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Doc: Fix help contents in Qt CreatorLeena Miettinen2018-12-101-9/+9
| | | | | | | | | | | | | | | | | | The QML Types and Examples links were missing in the Contents view in the Qt Creator Help mode. Change-Id: Ib0555364f19c2e859d5da9f80fa22b2d932c8d92 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Display: fix padding on the TextFieldsSamuli Piippo2018-11-271-0/+8
| | | | | | | | | | | | | | | | Without the padding, the text was partially covered by the background rectangle. Change-Id: Ic5f6d60a5ff1256f89a911edf41a831e3d53a793 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Update RegionSelect filter box appearanceSamuli Piippo2018-11-121-2/+6
| | | | | | | | | | | | | | | | | | Make the text field appear more like the guidelines suggests. Without the padding, the text was partially covered by the background rectangle. Change-Id: Iece9990b2f8caa36bd947157ba8314a08aea3592 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Fix combobox selection areaSamuli Piippo2018-11-122-12/+11
| | | | | | | | | | | | | | | | | | Extend the touch area to cover whole compobox width. Also with QTBUG-49224 now fixed, previous workaround can be removed. Change-Id: Iabf784ec91fac839da19a3615a6977a99e532a40 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | wifi: enable manual connect only when wifi is enabledSamuli Piippo2018-11-081-0/+6
| | | | | | | | | | | | | | | | | | Gray out and disable manual wifi connect and disconnect buttons when wifi is not enabled. Enable disconnect button only when connected to a wifi. Change-Id: I275d3660f20689bb25dc477211a3540df073c270 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Fix language filter textfiledSamuli Piippo2018-11-081-21/+16
| | | | | | | | | | | | | | | | | | Place holder text should be white, and remove unncessary row layout that caused layout problems when virtual keyboard was shown. Change-Id: I94c38de9fa04d1a60dc36bc79123ed3dc7244d7d Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Enable usage of LocaleManager.localeSamuli Piippo2018-11-083-6/+3
| | | | | | | | | | | | | | | | | | This reverts commit ddb14d59252c451a3ceb6271d9579c902cf6bdd2. Change-Id: I7a7068ba208be539362387e618972396d46e5b6a Fixes: QTBUG-70539 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Remove call to non-existing functionSamuli Piippo2018-11-081-1/+0
| | | | | | | | | | | | | | | | refreshIP was removed previously Change-Id: If7a5ea67f277eeebbb774afaa9f608d02494cdef Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Mikko Gronoff2018-11-011-5/+7
|\| | | | | | | | | | | | | | | * origin/5.11: 069c88b Fix manual proxy configuration on the C++ side bbf0e42 Fix the name of the proxy URL property Change-Id: If7521f05aac2817565b887481507ab27de09ce9c
| * Fix manual proxy configuration on the C++ sideVille Voutilainen2018-11-011-4/+6
| | | | | | | | | | Change-Id: I702ae14b749e03a6cc96a982a9e7dad6f562a8a2 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * Fix the name of the proxy URL propertyVille Voutilainen2018-10-261-1/+1
| | | | | | | | | | Change-Id: I070538b9e7cafd4a79128280c05ca2503a539858 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Mikko Gronoff2018-10-252-1/+1
|\| | | | | | | | | | | | | | | * origin/5.11: 6e316ce Doc: Fix typo in file name 36dc731 Doc: Fix landing page title Change-Id: I72348c7037b53d5996a862adfbd6677fa331bd68
| * Doc: Fix typo in file nameTopi Reinio2018-10-241-0/+0
| | | | | | | | | | | | | | qtdeviceutitilies-module-cpp.qdoc -> qtdeviceutilities-module-cpp.qdoc Change-Id: Ic9727ac2b532ac7d33b026655b2af98a5ff4d25c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * Doc: Fix landing page titleTopi Reinio2018-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 261e4c6 exposed a problem with the landing page by modifying its HTML filename: Landing page has a different title than what's defined in qtdeviceutilities.qdocconf. Until 261e4c6, the TOC was built corrently because the default index filename (index.html) was correct. Fix the landing page title using the provided macro '\maintitle'. Task-number: QTBUG-71198 Change-Id: I37d219d24e8d0395517f75c230942b3733ce31aa Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Add support for dynamically add/remove physical network interfacesPasi Petäjäjärvi2018-10-257-3/+67
| | | | | | | | | | Change-Id: I1690ce5f4b71c1faf14002a9389ca7b5f2b5665d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Mikko Gronoff2018-10-1528-131/+1841
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.11: 261e4c6 Doc: Add documentation for C++ classes 0ecd391 Fix ip address tracking and display Commit 0ecd391 originally cherry-picked from 5.12 branch, hence few bogus conflicts in qnetworksettingsmanager.cpp. Conflicts: src/networksettings/qnetworksettingsinterfacemodel.cpp src/networksettings/qnetworksettingsmanager.cpp Change-Id: Ib8007ffc55ba935da42209303f637b51bad3ab1d
| * Doc: Add documentation for C++ classesLeena Miettinen2018-10-1528-131/+1841
| | | | | | | | | | | | | | | | | | Currently, only QML types are documented. Task-number: QTBUG-69686 Change-Id: Idc13bff25a154e88c6c769c0af37204573ec1118 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * Fix ip address tracking and displayVille Voutilainen2018-08-316-53/+53
| | | | | | | | | | | | | | Task-number: QTBUG-69814 Change-Id: Ifc90871c11aeddd1d07c5f1feb2a4292f0d36463 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit 65b663a9be5d27cbb77b48f9e392c9463416383a)
* | Doc: Remove typoPaul Wicking2018-09-051-1/+1
| | | | | | | | | | | | | | | | | | Remove a trailing 'QAbstractItemModel' which is (likely) the result of an accidental paste. Change-Id: I34ae39128fdf5d23b3d27e45d6e62613cbe54015 Fixes: QTBUG-69688 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* | Fix updating QDBusAbstractInterface.interfaces model on property changePasi Petäjäjärvi2018-09-042-0/+50
| | | | | | | | | | | | | | | | Currently properties are not updated when they are changing on the real interface. Change-Id: I960497bc6366ff5219e0536118f959ff07c33d12 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Fix ip address tracking and displayVille Voutilainen2018-08-316-53/+53
| | | | | | | | | | | | Task-number: QTBUG-69814 Change-Id: Ifc90871c11aeddd1d07c5f1feb2a4292f0d36463 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Mikko Gronoff2018-08-283-2/+6
|\| | | | | | | | | | | | | | | * origin/5.11: 27ac1af Add missing powered property to NetworkInterface 041e4ef Remove extra servicesChanged signal emit Change-Id: I457b71cf61195f52283109e5b0970b9f3839d437
| * Add missing powered property to NetworkInterfacePasi Petäjäjärvi2018-08-242-1/+6
| | | | | | | | | | | | | | Document states it exist, but not actually publicly exposed. Change-Id: I30b215bfa555de05400dcc678a4544f5e2851ed5 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * Remove extra servicesChanged signal emitPasi Petäjäjärvi2018-08-241-1/+0
| | | | | | | | | | | | | | | | Emitting servicesChanged signal is already handled in handleNewService function or will be handled in serviceReady function. Change-Id: I8b9670812a58871787991aeda2a425ea90ffca37 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Doc: Bump version to 5.12.0Mikko Gronoff2018-08-281-1/+1
|/ | | | | Change-Id: I31a9d8a7c03ed6dabfd0b52aed42edc42caeefd6 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix connman connection initialization after it is availablePasi Petäjäjärvi2018-08-242-3/+39
| | | | | | | | | | Currently if connman service is not up and running, we never try again to initialize connection to it and request network information. * Requires at least d-bus daemon to be running Change-Id: I70b0358ee255174edce8d578517e9df091206ceb Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.11.2Mikko Gronoff2018-06-281-1/+1
| | | | | Change-Id: Ibb5fb62dfd2253d5e295da7799610589099a8f41 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>