summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman
Commit message (Collapse)AuthorAgeFilesLines
* add ofono support and fix crashesLorn Potter2010-08-247-56/+1393
| | | | | ofono support is needed to know what kind of cellular networks are available.
* cleanup and remove __FUNCTION__, which breaks build on solarisLorn Potter2010-08-192-25/+2
| | | | Task-number: QTBUG-12904
* Fix compilation: QT_NO_TEXTSTREAMTasuku Suzuki2010-08-171-0/+2
| | | | | Merge-request: 2450 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* dont leak theseLorn Potter2010-08-051-0/+1
|
* Fix compilation with QT_NO_DBUSTasuku Suzuki2010-08-042-0/+12
| | | | | Merge-request: 2441 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* 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-032-52/+44
|\ | | | | | | | | Conflicts: src/plugins/bearer/connman/qconnmanengine.cpp
| * Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-51/+43
| | | | | | | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* | add convience methods for getting ethernet service details.Lorn Potter2010-07-302-4/+110
| |
* | 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-303-28/+74
|
* fix actions regarding removal of connman. make tests pass on desktopLorn Potter2010-06-272-81/+91
|
* fix ghost ap issue, and dont block on connectLorn Potter2010-06-212-82/+235
|
* initial connman bearer backend.Lorn Potter2010-06-076-0/+2322
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