summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman/qconnmanengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge commit 'refs/merge-requests/959' of git://gitorious.org/qt/qt into ↵Lorn Potter2011-01-111-232/+15
|\ | | | | | | integration
| * Fix ConnMan bearer plugin to use new net.connman service name.Leena Gunda2010-12-091-232/+15
| |
* | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
|/ | | | Reviewed-by: Trust Me
* Remove the FIXME, it's fixedThiago Macieira2010-11-281-1/+1
|
* Fix warning about uninitialised varibale.Thiago Macieira2010-11-281-0/+1
| | | | | This variable cannot be dereferenced when it's zero, but let's silence the compiler warning (GCC 4.4 on ARM).
* remove the connecting thread, and use async call to dbus instead.Lorn Potter2010-10-291-63/+20
| | | | | | | | This fixes the case where the connection threads are never stopped until desctuctor. Task-number: QTBUG-14836 Reviewed-by: trust me
* add ofono support and fix crashesLorn Potter2010-08-241-53/+109
| | | | | ofono support is needed to know what kind of cellular networks are available.
* cleanup and remove __FUNCTION__, which breaks build on solarisLorn Potter2010-08-191-4/+0
| | | | Task-number: QTBUG-12904
* dont leak theseLorn Potter2010-08-051-0/+1
|
* new icons for cell and bt networks.Lorn Potter2010-08-031-20/+33
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-08-031-49/+43
|\ | | | | | | | | Conflicts: src/plugins/bearer/connman/qconnmanengine.cpp
| * Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-021-48/+42
| | | | | | | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* | fix spellingLorn Potter2010-07-301-1/+1
| |
* | fix crashLorn Potter2010-07-301-1/+1
| |
* | try harder to get cell nameLorn Potter2010-07-291-2/+8
|/
* make sure ap's are removed when the device is removedLorn Potter2010-06-301-8/+16
|
* fix actions regarding removal of connman. make tests pass on desktopLorn Potter2010-06-271-76/+86
|
* fix ghost ap issue, and dont block on connectLorn Potter2010-06-211-79/+197
|
* initial connman bearer backend.Lorn Potter2010-06-071-0/+651
still needs work, debugging, additional threading support, and probably refactoring. This includes a connman dbus service wrapper that has more functionality than is needed by the bearer backend but still missing some 'set' functionality for a complete connman wrapper. Developed with wifi/desktop on 'lucid' kubuntu, using the connman available at http://ppa.launchpad.net/indicator-network-developers/ppa/ubuntu