summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd/qnetworksession_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix the state of default network configuration.Xizhi Zhu2011-05-241-0/+6
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Fixes QT-4753Xizhi Zhu2011-03-231-7/+7
* Fix for QTBUG-17035kranthi2011-02-021-3/+3
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix opening a network session multiple times in succession.Aaron McCarthy2010-11-051-1/+1
* An aborted QNetworkSession on Maemo must emit SessionAbortedError.Alex2010-09-291-2/+5
* Removing libconninet 3rdparty component.Aaron McCarthy2010-09-281-1/+11
* Connect/Disconnect requests needs to use the same dbus connection to ICD for ...Aaron McCarthy2010-09-281-4/+2
* QNetworkSession::close() method now send closed() signal while faking disconn...Tomasz Bursztyka2010-08-251-3/+3
* 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
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-021-0/+3
* Cherry pick fix for QTMOBILITY-408 from Qt Mobility.Aaron McCarthy2010-07-281-32/+27
* Do not crash if addrinfo signal does not contain ip address information.Jukka Rissanen2010-07-161-0/+3
* When application calls QNetworkSession::close() or QNetworkSession::stop(), m...Jukka Rissanen2010-06-291-22/+33
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-151-0/+4
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-141-468/+310
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-251-2/+2
* Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-1/+1
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-121-70/+151
* Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-051-10/+3
* 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-021-3/+29
|/
* Make compile on Maemo6.Aaron McCarthy2010-02-231-5/+4
* Convert Maemo6 backend into plugin.Aaron McCarthy2010-02-101-0/+1105