summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd
Commit message (Expand)AuthorAgeFilesLines
* Fix non-ascii name issues in ICD.Xizhi Zhu2011-08-182-3/+3
* Update internal state before emitting configurationChanged() signals.Xizhi Zhu2011-06-081-0/+1
* Fix the state of default network configuration.Xizhi Zhu2011-05-241-0/+6
* Update licenseheader text in source filesJyri Tahtela2011-05-1316-272/+272
* Fixes QT-4753Xizhi Zhu2011-03-232-10/+13
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-081-1/+1
|\
| * Use the thread-default glib context for the DBus connection in the ICD bearer...Jocelyn Turcotte2011-02-081-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-3/+3
|\ \ | |/ |/|
| * Doc: Fixed qdoc warning.David Boddie2011-01-251-3/+3
* | Fix for QTBUG-17035kranthi2011-02-021-3/+3
|/
* Update copyright year to 2011.Jason McDonald2011-01-1016-16/+16
* 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
|\