Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to release license header. | Jason McDonald | 2011-02-16 | 7 | -91/+91 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix ConnMan bearer plugin to use new net.connman service name. | Leena Gunda | 2011-01-17 | 4 | -585/+20 |
| | | | | (cherry picked from commit 8eab49de0548363b18c6e2c7b4ff4a8b722992d6) | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 7 | -7/+7 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350) | ||||
* | Remove the FIXME, it's fixed | Thiago Macieira | 2010-11-28 | 1 | -1/+1 |
| | |||||
* | Fix warning about uninitialised varibale. | Thiago Macieira | 2010-11-28 | 1 | -0/+1 |
| | | | | | This variable cannot be dereferenced when it's zero, but let's silence the compiler warning (GCC 4.4 on ARM). | ||||
* | Fix warnings related to unused variables. | Thiago Macieira | 2010-11-26 | 1 | -2/+0 |
| | | | | | | | Just add some Q_UNUSED for parameters or remove the variable we don't need for the others. Reviewed-by: Trust Me | ||||
* | dbus does not use this. fix build. | Lorn Potter | 2010-10-29 | 1 | -4/+4 |
| | | | | Reviewed-by: trust me | ||||
* | remove the connecting thread, and use async call to dbus instead. | Lorn Potter | 2010-10-29 | 4 | -107/+36 |
| | | | | | | | | This fixes the case where the connection threads are never stopped until desctuctor. Task-number: QTBUG-14836 Reviewed-by: trust me | ||||
* | Bearer management: Fix compilation with namespace. | Christian Kandeler | 2010-09-10 | 1 | -0/+2 |
| | |||||
* | add ofono support and fix crashes | Lorn Potter | 2010-08-24 | 7 | -56/+1393 |
| | | | | | ofono support is needed to know what kind of cellular networks are available. | ||||
* | cleanup and remove __FUNCTION__, which breaks build on solaris | Lorn Potter | 2010-08-19 | 2 | -25/+2 |
| | | | | Task-number: QTBUG-12904 | ||||
* | Fix compilation: QT_NO_TEXTSTREAM | Tasuku Suzuki | 2010-08-17 | 1 | -0/+2 |
| | | | | | Merge-request: 2450 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | dont leak these | Lorn Potter | 2010-08-05 | 1 | -0/+1 |
| | |||||
* | Fix compilation with QT_NO_DBUS | Tasuku Suzuki | 2010-08-04 | 2 | -0/+12 |
| | | | | | Merge-request: 2441 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | new icons for cell and bt networks. | Lorn Potter | 2010-08-03 | 1 | -20/+33 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Lorn Potter | 2010-08-03 | 2 | -52/+44 |
|\ | | | | | | | | | Conflicts: src/plugins/bearer/connman/qconnmanengine.cpp | ||||
| * | Use an enum to return the bearer type of a network configuration. | Aaron McCarthy | 2010-08-02 | 2 | -51/+43 |
| | | | | | | | | | | Task-number: QTBUG-12378 Reviewed-by: Alex | ||||
* | | add convience methods for getting ethernet service details. | Lorn Potter | 2010-07-30 | 2 | -4/+110 |
| | | |||||
* | | fix spelling | Lorn Potter | 2010-07-30 | 1 | -1/+1 |
| | | |||||
* | | fix crash | Lorn Potter | 2010-07-30 | 1 | -1/+1 |
| | | |||||
* | | try harder to get cell name | Lorn Potter | 2010-07-29 | 1 | -2/+8 |
|/ | |||||
* | make sure ap's are removed when the device is removed | Lorn Potter | 2010-06-30 | 3 | -28/+74 |
| | |||||
* | fix actions regarding removal of connman. make tests pass on desktop | Lorn Potter | 2010-06-27 | 2 | -81/+91 |
| | |||||
* | fix ghost ap issue, and dont block on connect | Lorn Potter | 2010-06-21 | 2 | -82/+235 |
| | |||||
* | initial connman bearer backend. | Lorn Potter | 2010-06-07 | 6 | -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 |