summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'staging/4.7' into bearermanagement/icd-static-libsAaron McCarthy2010-07-282-33/+34
|\
| * Cherry pick fix for QTMOBILITY-408 from Qt Mobility.Aaron McCarthy2010-07-282-33/+34
| | | | | | | | 7f9a8ebcfe86d3df428707888c3ab5fcd10226a4
* | Statically link to Qt based dependent librarys.Aaron McCarthy2010-07-281-2/+5
|/ | | | | | | | | | Some of the library dependencies of the ICD Bearer Management plugin use Qt. We include them in src/3rdparty and link against them statically to avoid the circular build dependency. Libraries that do not use Qt are still linked dynamically. The libraries which are statically linked are libconninet and libgq-gconf. Task-number: QTBUG-12354
* Do not crash if addrinfo signal does not contain ip address information.Jukka Rissanen2010-07-161-0/+3
| | | | | Fixes: NB#176643 - Segmentation fault occurs while using networking Reviewed-by: Adrian Constantin
* Fix build failure with cs2009q3 toolchain.Aaron McCarthy2010-07-052-7/+7
| | | | Use Qt typedef for unsigned 32-bit integers.
* Fix compiler warning.Aaron McCarthy2010-07-021-1/+1
|
* Abort if connection to DBus cannot be established.Aaron McCarthy2010-07-021-0/+5
| | | | | | | Fixes network access issue when running Qt applications in scratchbox environment. Task-number: QT-3528
* When application calls QNetworkSession::close() or QNetworkSession::stop(), ↵Jukka Rissanen2010-06-291-22/+33
| | | | | | make sure the disconnected signal is sent even if the actual network connection is not closed. Fixes: NB#175064 - QNetworkSession signals wrong state after calling stop()
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-4/+6
| | | | | The initial list of network configurations was being fetched twice when the bearer management plugins are loaded.
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-154-0/+16
| | | | This add addition ifdefs around code missed by MR 517.
* Remove holes in bearer management data structures.Aaron McCarthy2010-04-151-4/+4
|
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-147-817/+1106
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-252-7/+4
|
* Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-242-2/+2
| | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
* Add configure test for Maemo Internet Connection Daemon.Aaron McCarthy2010-03-231-2/+2
| | | | Task: QTBUG-9156
* Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-181-1/+2
|
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-113-73/+175
|
* Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-052-25/+11
|
* Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021-3/+3
|\ | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-241-3/+3
| |
* | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-025-74/+67
|/ | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Make compile on Maemo6.Aaron McCarthy2010-02-233-9/+16
|
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+10
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
|
* Update copyright year to 2010.Aaron McCarthy2010-02-111-2/+2
|
* Convert Maemo6 backend into plugin.Aaron McCarthy2010-02-108-0/+2128