- 07 Jul, 2015 13 commits
-
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
Qml type is not a plugin really.
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
Pekka Vuorela authored
-
- 02 Mar, 2015 2 commits
- 14 Jan, 2015 1 commit
-
-
Aaron McCarthy authored
[connectionagent] Remove unused Qt 4/5 ifdefs
-
- 07 Jan, 2015 1 commit
-
-
Aaron McCarthy authored
Support for Qt 4 was removed, remove left over ifdefs.
-
- 30 Oct, 2014 2 commits
-
-
stskeeps authored
[connectionagent] Boost D-Bus activation
-
Hannu Mallat authored
Boost D-Bus activation; also, move tracing under /var/lib/environment so that ut's easier to use it for the D-Bus activated connectionagent.
-
- 27 Oct, 2014 3 commits
-
-
Slava Monich authored
-
Slava Monich authored
[connectionagent] Boost connectionagent
-
Carsten Munk authored
Signed-off-by:
Carsten Munk <carsten.munk@jollamobile.com>
-
- 13 Oct, 2014 2 commits
-
-
Slava Monich authored
-
Slava Monich authored
Tweak connection dialog behavior
-
- 10 Oct, 2014 3 commits
-
-
Slava Monich authored
Fix for building tst_connectionagent in non-default location
-
Slava Monich authored
-
Slava Monich authored
Silently fail the request if no services of the requested type is found.
-
- 03 Oct, 2014 1 commit
-
-
Lorn Potter authored
-
- 02 Oct, 2014 2 commits
- 01 Oct, 2014 9 commits
-
-
Lorn Potter authored
-
lpotter authored
[connectionagent] recommit do not continue connectToType("cellular") if autoconnect is not enabled
-
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.
-