- 01 Oct, 2014 7 commits
-
-
tigeli authored
-
Lorn Potter authored
-
Lorn Potter authored
-
Lorn Potter authored
Conflicts: connd/qconnectionagent.cpp
-
lpotter authored
[connectionagent] fix wlan<->wifi and mobile<->cellular in connectToType
-
lpotter authored
[connectionagent] do not continue connectToType("cellular") if autoconnect is not enabled
-
Hannu Mallat authored
QConnectionAgent has both a hash map and an ordered list for keeping track of services, and these need to be kept in sync for proper operation. Since there isn't much benefit from the hash -- for the most part, its keys are iterated and all related values accessed -- reworked the code so that there is only one container, an ordered list that contains service paths and pointers to service objects.
-
- 29 Sep, 2014 1 commit
-
-
Hannu Mallat authored
Check pointer value before debugging to avoid null pointer dereference.
-
- 09 Sep, 2014 1 commit
-
-
lpotter authored
[connectionagent] Add module identifier
-
- 04 Sep, 2014 1 commit
-
-
Pekka Vuorela authored
-
- 28 Aug, 2014 2 commits
- 25 Aug, 2014 2 commits
- 22 Aug, 2014 3 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] remove ask for roaming.
-
Lorn Potter authored
-
- 31 Jul, 2014 2 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] Make sure to popup conneciton dialog only when
-
- 30 Jul, 2014 1 commit
-
-
Lorn Potter authored
roaming and always ask is selected. Fixes JB21640
-
- 14 Jul, 2014 2 commits
-
-
Aaron McCarthy authored
-
Aaron McCarthy authored
[connectionagent] Add option to keep tech powered when disabling tethering.
-
- 11 Jul, 2014 1 commit
-
-
Aaron McCarthy authored
It is sometimes desirable to not restore the power state of the tethering technology. Add an option to allow the caller to request that the tethering technology stays powered when disabling tethering. Removed generated file from repository and generate it at build time.
-
- 09 Jul, 2014 3 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] Do not send connectionRequest if there is a service
-
Lorn Potter authored
available that is auto connectable. This fixes condition when changing from one tech to another and there is a dns lookup error that causes a connectionRequest from connman in the moment between connections.
-
- 06 Jul, 2014 2 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] ask for connection when always ask is configured
-
- 02 Jul, 2014 1 commit
-
-
Lorn Potter authored
and user changes autoconnect on.
-
- 27 Jun, 2014 3 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] fix disconnecting mobile data when connecting to wlan
-
Lorn Potter authored
If wlan starts as unknown, it would not be favorite until it reaches online state. Previously it would not reach the disconnecting stanza and thus mobile data would not get disconnected.
-
- 25 Jun, 2014 2 commits
-
-
Aaron McCarthy authored
-
Aaron McCarthy authored
[connectionagent] Suppress errors when enabling tethering.
-
- 24 Jun, 2014 3 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] disconnect mobile data if wifi becomes ready
-
Aaron McCarthy authored
Enabling tethering when wlan is not powered causes it to first be powered on. Connman will initiate a scan and may attempt to connect to a known network. The wifi technology will then be switched to tethering mode causing any in progress wlan connection to abort with an error notification. As these error notifications are expected, suppress them.
-
- 16 Jun, 2014 1 commit
-
-
Lorn Potter authored
-
- 12 Jun, 2014 2 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] delay setting tethering enabled after power on.
-