summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* Fix static buildSamuli Piippo2018-06-2629-185/+268
| | | | | | | | | | | | | Fix all issues preventing static build: - make sure plugins are built statically by removing CONFIG += dll - add classname to all qmldirs - unify structure and the naming of all plugin classes - initialize resources in the plugins - explicitly include qtvirtualkeyboard plugin in the build Task-number: QTBUG-68988 Change-Id: I38cdbaae49dd198559be6c9fcd0b8d15a3979e4d Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Fix build orderSamuli Piippo2018-06-261-1/+2
| | | | | | | | bluetoothsetting has dependency to networksettings, build subdirs in correct order. Change-Id: I060c114ad4d217dc25d339fca055e58888cd1df7 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Add plugins.qmltypes for QtButtonImageProvider pluginTeemu Holappa2018-06-041-0/+210
| | | | | | | Task-number: QTBUG-68321 Change-Id: Idddac78c3f4062db858312e001a15bfa76cad2fe Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Bump version to 5.11.1Mikko Gronoff2018-05-311-1/+1
| | | | | | Change-Id: I83dc9ff70e9bfe2411bca09bfbbf2ee541636b40 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Add support for wi-fi networks with hidden SSIDVille Voutilainen2018-04-2717-24/+304
| | | | | | Task-number: QTBUG-62661 Change-Id: I894f37d2ac397ca2a10db92b1daec9997a9733bb Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Forward-port the improvement in passphrase error handlingVille Voutilainen2018-03-285-0/+25
| | | | | | Task-number: QTBUG-66280 Change-Id: I1c26e19907be99119bf9409c7269471c15b57bf8 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Bump version to 5.11.0Mikko Gronoff2018-02-191-1/+1
| | | | | | | | Task-number: QTBUG-66307 Change-Id: I1e45dc16205b82065ff85c29544384635bc479ed Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/5.10' into devMikko Gronoff2018-02-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.10: Merge remote-tracking branch 'origin/5.9' into 5.10 Fix the appearance of network settings Doc: Bump version to 5.10.1 Doc: Bump version to 5.9.4 Conflicts: src/settingsui/network/NetworkSettings.qml Change-Id: I1d65634b3180762bc386d36d222e94372fb418d4
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Mikko Gronoff2018-02-061-20/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.9: Fix the appearance of network settings Doc: Bump version to 5.9.4 Conflicts: .qmake.conf Change-Id: I5ab18bbe6ec854060407507cad99c1f34a027b3f
| | * 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>
| * | Doc: Bump version to 5.10.1Mikko Gronoff2017-12-281-1/+1
| | | | | | | | | | | | | | | Change-Id: Ibb544c43bb5e78f46a85237ae04319384584b14d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Use connman with bluetooth only if networksettings are availableSami Nurmenniemi2017-12-193-3/+21
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-64693 Change-Id: Id2ce5342a0749d123a499c6c519d5ae2e6c3cae9 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge remote-tracking branch 'origin/5.10' into devMikko Gronoff2017-12-1965-103/+393
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.10: Merge remote-tracking branch 'origin/5.9' into 5.10 Fix compilation with namespaces Import only available modules Update license headers Verify that Qtdbus module is available tests: add tests.pro for CI Doc: Bump version to 5.9.3 Conflicts: src/bluetoothsettings/discoverymodel.cpp src/localesettings/localefiltermodel.cpp src/localesettings/localemodel.cpp src/timedatesettings/timezonefiltermodel.cpp Change-Id: Iabf7f372c634abea2734c97d748b3e836394ddb1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Mikko Gronoff2017-12-0465-102/+391
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.9: Fix compilation with namespaces Import only available modules Update license headers Verify that Qtdbus module is available tests: add tests.pro for CI Doc: Bump version to 5.9.3 Conflicts: .qmake.conf Change-Id: I83f4f8a507586d50423d0a2bb1dd4b69557b38ed
| | * 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>
* | | Don't start scanning if interface is not poweredSami Nurmenniemi2017-11-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes "no carrier" prints when opening settings menu Task-number: QTBUG-64230 Change-Id: Ic01b50cfa5d337a66d064babca9e2aa4e9f87a00 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix bluetooth settingsSami Nurmenniemi2017-11-224-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Hide "Scanning" text if bluetooth is powered off during scanning - Don't create duplicate entries of devices when scanning again - List devices in alphabetically sorted order - Don't initiate new scan if it's already going on Task-number: QTBUG-60084 Change-Id: I009d66694e3bcfe7419a5f5e01bfd253d7aa4cc8 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix errors from region select viewSami Nurmenniemi2017-11-221-7/+3
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-60082 Change-Id: If943bc6dcc2a095b32a77dfca3f1d6166219008c Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix manual date & time settingSami Nurmenniemi2017-11-222-35/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set button now returns back to general date & time settings - Manual date initial values are taken from current date - Cleaned up error prints Task-number: QTBUG-60082 Change-Id: I2787c41378a1534cf96a4ef60910a3fc2a45c24e Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | More user friendly handling of WiFi passphraseSami Nurmenniemi2017-11-225-62/+108
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-64230 Change-Id: I9de0f5668b419e322a3b0466f2e30a6f957e617e Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix cancel button on WiFi passphrase screenSami Nurmenniemi2017-11-223-99/+55
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-64230 Change-Id: I3859293f2d9422be9a253143544470f39be937ea Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Bluetooth on/off switch now enables/disables bluetooth deviceSami Nurmenniemi2017-11-226-2/+16
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-64230 Change-Id: I151933f74f459f245822a5986b009d686ce6fdfd Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Add Wi-Fi enable button to network settingsSami Nurmenniemi2017-11-229-12/+126
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-64230 Change-Id: I2aad07fb98a45997b116fc9a06924ba8be3dff2a Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix random crashes due to missing importSami Nurmenniemi2017-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-63091 Change-Id: Ic85db742b782e66bae843e5f039c82d46e6aca24 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Move theme color definitions to one placeSami Nurmenniemi2017-11-2212-41/+41
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-60084 Change-Id: Ie80c9ebc26bd7925c7f0f67404878818675c0f06 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Unify primary button appearanceSami Nurmenniemi2017-11-2210-18/+0
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-60083 Change-Id: Ic432b63d5321a11ae6dbb15e99d159a62eab2eb7 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix border image drawing for corner cut buttonsSami Nurmenniemi2017-11-222-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three corrections: - Previously border was drawn along the border of the rectangle. This caused half of the pen to remain outside of the rectangle and border looked strange. - The default border width should be 2 - Pressed button should show darker screen borders Task-number: QTBUG-60083 Change-Id: I1677a252bd3fd14b69389bfa568787a1e8c15676 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Prevent bluetooth crashes for devices without bluetooth service in dbusSami Nurmenniemi2017-11-222-0/+4
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-63091 Change-Id: I2428e411c593783cb6142df46b863a00648b7bed Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Disable usage of LocaleManager.localeSami Nurmenniemi2017-11-223-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It uses dbus for querying from a service that might not exist. If that is the case, ui hangs for 20s. See QTBUG-63598. Task-number: QTBUG-63091 Change-Id: I4b8a8355d7e4fcbd943e87277ffea412510f3926 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix locale settings uiSami Nurmenniemi2017-11-223-83/+36
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-63091 Change-Id: I6847d4e6e29c712ae3051924fd8c3f1364675fe8 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | Fix CustomComboBoxSami Nurmenniemi2017-11-223-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not possible to calculate popup height from the ComboBox y coordinate, it does not work with columns and rows. Height must be set by the user of the component who can calculate it correctly. Added itemsVisible property for quick height selection. Task-number: QTBUG-63091 Change-Id: I3f1a86545b7df58f453b98ce2e1f3a7bce9cc732 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>