summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nla
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-133-3/+3
| | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-293-72/+72
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-013-6/+6
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-113-3/+3
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-133-51/+51
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
| | | | Reviewed-by: Trust Me
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-30/+19
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* Don't link bearer plugins against QtGui unnecessarily.Aaron McCarthy2010-04-141-1/+1
|
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-112-2/+14
|
* Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-051-35/+21
|
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+10
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Fix build on Windows, typo.Aaron McCarthy2010-02-121-1/+1
|
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
|
* Remove debug.Aaron McCarthy2010-02-111-3/+1
|
* Update copyright year to 2010.Aaron McCarthy2010-02-111-1/+1
|
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-083-4/+4
|
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-083-6/+9
|
* Add defaultConfiguration() function to all bearer management engines.Aaron McCarthy2010-02-032-0/+7
|
* Make compile on Windows.Aaron McCarthy2010-01-183-2/+14
|
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-122-0/+7
| | | | QNetworkSession functionality not converted yet.
* Fix failure on Windows after merge.Aaron McCarthy2010-01-051-2/+3
|
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-051-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/mac/corewlan/corewlan.pro examples/network/bearercloud/bearercloud.pro examples/network/bearermonitor/bearermonitor.pro src/network/bearer/bearer.pro src/network/bearer/qnativewifiengine_win.cpp src/network/bearer/qnetworkconfigmanager_p.cpp src/network/bearer/qnetworkconfiguration_s60_p.cpp src/network/bearer/qnetworksession.cpp src/network/bearer/qnetworksession_p.cpp src/network/bearer/qnmwifiengine_unix.cpp src/network/bearer/qnmwifiengine_unix_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/bearer/generic/qgenericengine.cpp src/plugins/bearer/nla/main.cpp src/plugins/bearer/nla/qnlaengine.cpp tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro tests/manual/bearerex/bearerex.pro tests/manual/networkmanager/networkmanager.pro
* Fix memory leak in NLA engine.Aaron McCarthy2010-01-041-9/+1
|
* Remove unused BEARER_ENGINE preprocessor define.Aaron McCarthy2010-01-041-2/+0
|
* Convert NLA plugin to be incremental.Aaron McCarthy2010-01-042-22/+85
|
* Remove unused global statics.Aaron McCarthy2010-01-042-11/+0
|
* Remove debug.Aaron McCarthy2010-01-041-4/+0
|
* Update license headers.Aaron McCarthy2009-12-222-2/+2
|
* Convert NLA engine nito a plugin.Aaron McCarthy2009-12-224-0/+804