summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd
Commit message (Expand)AuthorAgeFilesLines
* Quiet unused parameter warnings.Aaron McCarthy2010-12-201-0/+3
* Ensure that DBus is connected before all uses.Aaron McCarthy2010-12-152-11/+88
* Proxy mode was not correctly checked.Jukka Rissanen2010-12-081-2/+2
* Fix proxy reading from gconf so that it is only done once / session.Jukka Rissanen2010-12-062-4/+15
* Removed implicity QtGui linking from icd.pro as it is not needed.juhvu2010-11-091-1/+1
* Fix opening a network session multiple times in succession.Aaron McCarthy2010-11-051-1/+1
* Fix synchronous dispatch in ICD in non-main threads.Aaron McCarthy2010-11-051-0/+2
* An aborted QNetworkSession on Maemo must emit SessionAbortedError.Alex2010-09-291-2/+5
* Fix compile warnings (unused variables).Aaron McCarthy2010-09-282-1/+9
* Removing libconninet 3rdparty component.Aaron McCarthy2010-09-2815-6/+2915
* Closes properly the dbus connection in icd backendAaron McCarthy2010-09-281-0/+2
* Connect/Disconnect requests needs to use the same dbus connection to ICD for ...Aaron McCarthy2010-09-282-5/+6
* QNetworkSession::close() method now send closed() signal while faking disconn...Tomasz Bursztyka2010-08-251-3/+3
* Mutex is already locked when private member function is called.Aaron McCarthy2010-08-161-3/+2
* Fixed a typo when doing a lock.Aaron McCarthy2010-08-161-2/+1
* The QNetworkConfigurationManager did not get the online status correctly even...Tomasz Bursztyka2010-08-162-28/+71
* Release lock before calling into icd engine.Aaron McCarthy2010-08-161-5/+6
* Do not change the session configuration state because of changesJukka Rissanen2010-08-161-2/+0
* Fix deadlocks in ICD and NetworkManager engines.Aaron McCarthy2010-08-042-24/+22
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-023-10/+25
* 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
* | Statically link to Qt based dependent librarys.Aaron McCarthy2010-07-281-2/+5
|/
* Do not crash if addrinfo signal does not contain ip address information.Jukka Rissanen2010-07-161-0/+3
* Fix build failure with cs2009q3 toolchain.Aaron McCarthy2010-07-052-7/+7
* Fix compiler warning.Aaron McCarthy2010-07-021-1/+1
* Abort if connection to DBus cannot be established.Aaron McCarthy2010-07-021-0/+5
* When application calls QNetworkSession::close() or QNetworkSession::stop(), m...Jukka Rissanen2010-06-291-22/+33
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-4/+6
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-154-0/+16
* 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
* 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
* Add configure test for Maemo Internet Connection Daemon.Aaron McCarthy2010-03-231-2/+2
* 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
|\
| * 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
|/
* Make compile on Maemo6.Aaron McCarthy2010-02-233-9/+16
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+10
* 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