summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 5.9.95.9Mikko Gronoff2019-11-271-1/+1
| | | | | Change-Id: I7e278fb0396fabc770178a0630507b5efd84ae56 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Bump version to 5.9.8Mikko Gronoff2019-03-251-1/+1
| | | | | | Change-Id: I72d66f68f8d885522caccf2518437af2df8fe412 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix manual proxy configuration settingVille Voutilainen2018-10-292-4/+13
| | | | | Change-Id: I3dff374e7bff185a4931fa5c1f480df89bba596c Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix the name of the proxy URL propertyVille Voutilainen2018-10-261-1/+1
| | | | | Change-Id: I363a3c8ca08e4dbcd8f37d3eb402dbd5e46de476 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> (cherry picked from commit 9034db2caa91a686fb8e783b13f3ad5723285bc8)
* Doc: Bump to version 5.9.7Mikko Gronoff2018-06-281-1/+1
| | | | | | Change-Id: I5aac2563c3048fb6c8a3ba4f9313d8cd0adba2ac Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: bump version to 5.9.6Mikko Gronoff2018-05-091-1/+1
| | | | | Change-Id: I173168469d7d8092a6fffc33b253fa353840a515 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add support for wi-fi networks with hidden SSIDVille Voutilainen2018-04-2014-11/+295
| | | | | | Task-number: QTBUG-62661 Change-Id: I664a1dbc3f30509bbabb669dfb479f71e885bdd6 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Make network reconnections after passphrase change work betterVille Voutilainen2018-03-235-0/+23
| | | | | | Task-number: QTBUG-66280 Change-Id: Ifeef92fde779d924bc32fe50279ba93bf1428128 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.9.5Mikko Gronoff2018-03-051-1/+1
| | | | | Change-Id: Ic99fdc9230edca385d682c7cb9d45c8493c96165 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix a network settings crash when wi-fi password changesVille Voutilainen2018-02-202-6/+10
| | | | | | Task-number: QTBUG-66280 Change-Id: I9d9d721a6fdba760d13bb1e3c3693db23192f99e Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* 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>
* Doc: Bump version to 5.9.4Mikko Gronoff2017-12-141-1/+1
| | | | | Change-Id: Ib74412bba5540b151365ec1c9320cf0fded96041 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fix compilation with namespacesSami Nurmenniemi2017-11-2454-25/+232
| | | | | | | Task-number: QTBUG-64693 Change-Id: I35487b54271f031077c0f96a90eb47f0683caa77 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Import only available modulesSami Nurmenniemi2017-11-241-5/+6
| | | | | | | Task-number: QTBUG-64693 Change-Id: I7b86e45f748ddb267c70ffa81948ccaeedb64b7f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Update license headersSami Nurmenniemi2017-11-248-68/+145
| | | | | | | | | | Documentation files now use qtbase/header.FDL and scripts qtbase/header.GPL licenses. Task-number: QTBUG-64693 Change-Id: I2c0f6fe8ece7434f9dc68c1a185532ae6eb023fa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Verify that Qtdbus module is availableSamuli Piippo2017-11-241-4/+7
| | | | | | | Task-number: QTBUG-64693 Change-Id: I7660016274bf177c2be4c119cd17d3ccf2352167 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* tests: add tests.pro for CISamuli Piippo2017-11-241-0/+1
| | | | | | | Task-number: QTBUG-64693 Change-Id: Ib01144f14d6d384f5f956a071dabce8382e2b358 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.9.3Mikko Gronoff2017-11-151-1/+1
| | | | | | Change-Id: Ib702a94baa98ea3f73a5a8d51160a1beeb61e9e4 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add a wifi exampleVille Voutilainen2017-09-074-2/+109
| | | | | | | | | | | | | | The WiFi tutorial linked to NetworkSettings module and NetworkSettingsManager QML type. Added a section Tutorial and Example Code to a module reference page. It contains a link to WiFi tutorial and provides the Settings UI Git repository as an additional example code for Qt Device Utilities. Task-number: QTBUG-56694 Change-Id: Ib6c6a446fd36530525d521e5d568ec154d58a63d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.9.2Mikko Gronoff2017-08-251-1/+1
| | | | | | Change-Id: Ibfc5cf682885aa2f0b7ccad20f21752efc91f608 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Introduce a placeholder for removed wired networksVille Voutilainen2017-08-049-1/+85
| | | | | | | | | | | 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>
* 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>
* Use both IPv4.Configuration and IPv4 for reading connman settingsVille Voutilainen2017-06-291-3/+12
| | | | | | Task-number: QTBUG-60979 Change-Id: Iac5659897391f2517704a8347c7ef8a77a6000e7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Bump version to 5.9.1Topi Reinio2017-06-203-8/+9
| | | | | | | | | | | | | | | | Do this by making the main module version in .qmake.conf follow the corresponding Qt for Device Creation versioning. This allows $QT_VERSION et al. to be used in the doc configuration. Make the full version visible in documentation, to help distinguish between installed documentation sets with identical major/minor versions but different patch version. After this change, simply updating .qmake.conf is sufficient for subsequent version increments. Change-Id: Ib0a1ecb5a44d9f2530fa2df3b8daf7b3e541f884 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Set a default netmask and gateway if the user didn't provide themVille Voutilainen2017-06-142-2/+19
| | | | | | 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>
* Doc: Bump version to 5.9.0Mikko Gronoff2017-05-031-2/+2
| | | | | | Change-Id: I3cb1d82db78155fcf5d53d198bb212bb52a90823 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix issue when no Bluetooth device is availableTeemu Holappa2017-05-039-161/+302
| | | | | | | | | | 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-109-50/+19
| | | | | | | | | | 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 bad annotations of D-Bus signal argumentsKari Oikarinen2017-04-051-3/+3
| | | | | | | | The arguments are out arguments, not in arguments, so the previous annotations did not match. Change-Id: I2b96fba03a73391c139503c07a27357866b5798f Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Remove duplicate D-Bus annotationKari Oikarinen2017-04-051-1/+0
| | | | | Change-Id: Idec7afe54ad9f1dc4877493c6bfaa17d88457a04 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Add plugins.qmltypes files to the QML pluginsKari Oikarinen2017-03-3011-55/+1050
| | | | | | Task-number: QTBUG-56864 Change-Id: Id618fca5c4c40e2d1d37a0a3dc45efe33b195dc5 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Use qml_plugin.prf for the QML pluginsKari Oikarinen2017-03-306-81/+23
| | | | | | | | That feature takes care of installing qmldir (and plugins.qmltypes if it exists) so the plugins doing it themselves is not necessary anymore. Change-Id: Ie157b153c90db8801a245df1bf0ff00df63b255d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Remove dead .pro fileKari Oikarinen2017-03-291-42/+0
| | | | | | | | It hasn't been used since f1d884b6dad5a93d7a3077b6b05d3ec7fcd9a6ea when the plugins were moved to be separate. Change-Id: I31bb55ac8c49b6a9ccfd42f9f4acab30a12feb7e Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Merge remote-tracking branch 'origin/5.8' into 5.9Mikko Gronoff2017-02-241-0/+2
|\ | | | | | | | | | | | | * origin/5.8: Exclude all the other build targets than linux Change-Id: I545e6d12ab24e1cf39589a12e0f556361a85a712
| * Exclude all the other build targets than linux5.8Teemu Holappa2017-02-101-0/+2
| | | | | | | | | | Change-Id: I56c85883fac13a064357ec32234ed9da86f9124f Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* | Fix qmake warningsJesus Fernandez2017-01-3133-8/+253
|/ | | | | | | Removes some "We mean it" and "QT_BEGIN_NAMESPACE" warnings. Change-Id: Ia00b00e4e064814a1cb0dd2ca85a4bd888d58d26 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.8.0Mikko Gronoff2017-01-191-2/+2
| | | | | Change-Id: I7f29e0c11499833404d940a0d8faf11f4713aae9 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Merge remote-tracking branch 'origin/5.7' into 5.8Samuli Piippo2016-12-1640-459/+684
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.7: Rename main project file to match project name Fix compile error in qtdevicesettings Fix QNetworkSettingsManager usage from the C++ Fix Wifi utils connection view Make bluetooth support optional Fix typo Remove unneeded include Use new style signals and slots connection Fix uninitialized variables Fix unused variable warning Fix deprecated QString warning Qt does not name getter functions with 'get' Fix compile errors: declaration of ‘<X>’ shadows a member of 'this' Fix compile error: No Qt keywords allowed in header files Fix compile error: 0 is not allowed for pointer initialization anymore Conflicts: src/bluetoothsettings/bluetoothdevice.h src/bluetoothsettings/bluez/bluetoothdevice_p.h src/bluetoothsettings/discoverymodel.h src/displaysettings/displaysettings.h src/displaysettings/displaysettings_p.h src/localdevice/qlocaldevice.h src/localesettings/localemodel.h src/localesettings/systemlocale.h src/networksettings/connman/qnetworksettingsinterface_p.h src/networksettings/connman/qnetworksettingsservice_p.h src/networksettings/connman/qnetworksettingsuseragent_p.h src/networksettings/qnetworksettings.h src/networksettings/qnetworksettingsaddressmodel.h src/networksettings/qnetworksettingsinterface.h src/networksettings/qnetworksettingsinterfacemodel.h src/networksettings/qnetworksettingsmanager.h src/networksettings/qnetworksettingsservice.h src/networksettings/qnetworksettingsservicemodel.h src/networksettings/qnetworksettingsuseragent.h src/networksettings/wpasupplicant/qnetworksettingsservice_p.h src/timedatesettings/systemtime.h src/timedatesettings/timezonemodel.h Change-Id: I7db3a24e41718e5951ec33336a1a4bd08b33e823
| * Rename main project file to match project name5.7Rainer Keller2016-11-221-0/+0
| | | | | | | | | | | | Change-Id: I4027900cfe4cde6553d22943e15cdc3fe744ca06 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Fix compile error in qtdevicesettingsTeemu Holappa2016-11-171-2/+3
| | | | | | | | | | Change-Id: Ibc1188da2729a39991b84a38bd121ded097d3362 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
| * Fix QNetworkSettingsManager usage from the C++Teemu Holappa2016-11-178-34/+66
| | | | | | | | | | | | | | | | | | Fixed servicesChanged signal handling. Fixed services and interfaces functions return types in QNetworkSettingsManager. Task-number: QTBUG-56760 Change-Id: Iaade0d5c06e8ff8f8dea4b421e226ae6348a9fe5 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
| * Fix Wifi utils connection viewTeemu Holappa2016-11-045-161/+255
| | | | | | | | | | | | | | | | | | 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>
| * Make bluetooth support optionalRainer Keller2016-11-012-2/+4
| | | | | | | | | | | | | | Change-Id: I33db4d7c8531be0b02f9550bb2d2fbb2c0de9af8 Reviewed-by: Michael Winkelmann <Michael.winkelmann@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Fix typoRainer Keller2016-10-312-6/+6
| | | | | | | | | | | | Change-Id: If85050fdd947cb5bcc4da606b693e94cce578805 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Remove unneeded includeRainer Keller2016-10-311-1/+2
| | | | | | | | | | | | Change-Id: I6cb029412dd3b3364c525e03414b6eeba3f02d69 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Use new style signals and slots connectionRainer Keller2016-10-311-4/+4
| | | | | | | | | | | | Change-Id: I3df221be0f389a4193ab9c7856b8efc40eef026f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>