- 14 Jan, 2021 2 commits
-
-
Raine Makelainen authored
[libconnman-qt] Make NetoworkTechnology to follow actual techonology changes. JB#51949 See merge request !52
-
Raine Makelainen authored
-
- 12 Jan, 2021 2 commits
-
-
Andrew den Exter authored
[libconnman-qt] Fix crash on connman restart. Contributes to JB#52659 See merge request !53
-
Andrew den Exter authored
When the service is disconnected clear the currentWifi pointer as the service it points to will subsequently be deleted leading to a crash if it is accessed later.
-
- 16 Dec, 2020 2 commits
-
-
Martin Kampas authored
- 11 Sep, 2020 2 commits
-
-
Jussi Laakkonen authored
Increase ConnMan dependency to 1.32+git138 for the new SplitRouting setting on VPN side.
-
Jussi Laakkonen authored
Replace DefaultRoute string use to SplitRouting boolean See merge request !49
-
- 03 Jul, 2020 1 commit
-
-
Jussi Laakkonen authored
Use ConnMan split routing setting instead of our own default route.
-
- 05 Jun, 2020 3 commits
-
-
Jussi Laakkonen authored
-
Jussi Laakkonen authored
Add support for DefaultRoute option for VPNs See merge request !47
-
Jussi Laakkonen authored
Add support for setting default route property for VPN connections. ConnMan has this support already, there wasn't any UI or library support for it. ConnMan has the "DefaultRoute" option as string with values "true"|"false". Added conversion of DefaultRoute variant string to bool when receiving it from ConnMan and doing the vice versa at sending the content to ConnMan. Publish the value as boolean for components using the library. Store the value in m_defaultRoute if the setters and getters are used, which are also implemented.
-
- 28 May, 2020 3 commits
-
-
Slava Monich authored
-
Slava Monich authored
Respect arch specific lib dir See merge request !48
-
Slava Monich authored
-
- 25 Mar, 2020 4 commits
-
-
Santtu Lakkala authored
-
Santtu Lakkala authored
Add missing implementation See merge request !45
-
Santtu Lakkala authored
-
Santtu Lakkala authored
-
- 24 Mar, 2020 2 commits
-
-
Santtu Lakkala authored
[libconnman-qt] Add AnonymousIdentity -property. Contributes to JB#48683 See merge request !44
-
Santtu Lakkala authored
-
- 11 Mar, 2020 2 commits
-
-
Slava Monich authored
-
Slava Monich authored
Add connectingWifi property to NetworkManager See merge request !43
-
- 04 Mar, 2020 1 commit
-
-
Slava Monich authored
And made connecting property actually work (by just mirroring connectingWifi for now)
-
- 25 Feb, 2020 3 commits
-
-
Slava Monich authored
-
Martin Kampas authored
-
- 14 Jan, 2020 1 commit
-
-
Jussi Laakkonen authored
Version bump. Also bump connman requirement to 1.32+git109.
-
- 10 Jan, 2020 2 commits
-
-
flypig authored
The userRoutes and serverRoutes VPN properties are passed to connman via dbus in the following form. Variant array [struct {array [ dict entry( string "ProtocolFamily" variant int32 4 ) dict entry( string "Network" variant string "172.18.13.1" ) dict entry( string "Netmask" variant string "255.255.255.255" ) dict entry( string "Gateway" variant string "172.18.13.5" ) ]}] These need to be converted to and from the appropriate datatypes used in QML and javascript. This change adds the conversion functions needed for this.
- 02 Jan, 2020 2 commits
-
-
Jussi Laakkonen authored
Use SetProperty for multiple properties and drop use of SetProperties. See merge request !41
-
Jussi Laakkonen authored
-
- 30 Dec, 2019 1 commit
-
-
Jussi Laakkonen authored
ConnMan upstream requested to have all property setting functionality behind SetProperty, and to drop SetProperties from the proposed patch. This change accomodates that change. SetProperty can accept DBUS_TYPE_ARRAY as variant. If the name is other than "UserRoutes" it will be parsed as an array of dict, as it would have been done with the removed SetProperties D-Bus method. The QVariantMap is wrapped inside a QVariant, and the string for message is set as "properties" to have the same value as in ConnMan vpn-provider.c D-Bus method registration, to accommodate also the potential future use of having requirement for the dict to be named as "properties".
-
- 10 Dec, 2019 2 commits
-
-
Jussi Laakkonen authored
Set multiple VPN properties with one D-Bus call using SetProperty. See merge request !39
-
Jussi Laakkonen authored
-
- 03 Dec, 2019 1 commit
-
-
Jussi Laakkonen authored
Changed to use SetProperties implemented to ConnMan vpnd when modifying the properties of a VPN connection. SetProperties accepts an a{sv} so the marshalled QVariantMap can be used. This improves the performance as only one D-Bus call is to be made when a VPN properties are saved. Downside is that error on individual property cannot be received. InvalidProperty is received only when all properties are invalid.
-
- 27 Nov, 2019 4 commits
-
-
Raine Makelainen authored
-
Raine Makelainen authored
Clear all vpn connections upon connman stop (restart) See merge request !38
-
Raine Makelainen authored
-
Raine Makelainen authored
VpnManager emits connectionsCleared when all connections have been removed.
-