summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nativewifi
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-114-4/+4
| | | | | | | | | 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>
* don't lock the global mutex if there is nothing to protectKonstantin Ritt2011-10-071-13/+1
| | | | | | | according to Thiago, setting the pointer with the same values *is* thread-safe Merge-request: 2655 Reviewed-by: Jan-Arve Saether <jan-arve.saether@nokia.com>
* nativewifi bearer plugin: prefer DLL Safe Search modeKonstantin Ritt2011-10-071-14/+17
| | | | | | | by using QSystemLibrary instead of QLibrary Merge-request: 2655 Reviewed-by: Jan-Arve Saether <jan-arve.saether@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-134-68/+68
| | | | | | | 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-104-4/+4
| | | | Reviewed-by: Trust Me
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-8/+1
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* Fix crash on exit in native wifi plugin on Vista+ when run in debugger.Aaron McCarthy2010-05-202-23/+73
| | | | Close the wlanapi handle before main function returns.
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-2/+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-153-0/+12
| | | | This add addition ifdefs around code missed by MR 517.
* Don't link bearer plugins against QtGui unnecessarily.Aaron McCarthy2010-04-141-1/+1
|
* MONILITY-645Wolfgang Beck2010-03-301-0/+4
| | | | Merging bearer header.
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-112-3/+22
|
* Don't wait forever when scanning for wifi networks on win32 fails.Aaron McCarthy2010-03-101-3/+20
|
* Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-051-17/+45
|
* Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-042-8/+9
| | | | | | | Improves the polling mechanism by sharing a single timer for all poll based engines. Updates are only performed for a poll based engine iff a QNetworkConfigurationManager object has been constructed or a QNetworkConfiguration is held externally from the engine.
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+14
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
|
* Remove debug.Aaron McCarthy2010-02-111-1/+1
|
* Update copyright year to 2010.Aaron McCarthy2010-02-112-2/+2
|
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-083-4/+4
|
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-083-6/+8
|
* 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/+8
| | | | QNetworkSession functionality not converted yet.
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove unused BEARER_ENGINE preprocessor define.Aaron McCarthy2010-01-041-2/+0
|
* Convert Native Wifi plugin to be incremental.Aaron McCarthy2010-01-042-29/+93
|
* Remove unused global statics.Aaron McCarthy2010-01-041-4/+0
|
* Remove debug.Aaron McCarthy2010-01-041-4/+0
|
* Convert NativeWifi engine into a plugin.Aaron McCarthy2009-12-225-0/+979