summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/networkmanager
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-297-168/+168
| | | | | | | | 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-017-14/+14
| | | | | | | | | | | | | - 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-117-7/+7
| | | | | | | | | 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-137-119/+119
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* add gsm to connectable bearer for networkmanager.Lorn Potter2011-02-231-0/+5
| | | | Reviewed-by: trustme
* Update copyright year to 2011.Jason McDonald2011-01-107-7/+7
| | | | Reviewed-by: Trust Me
* Fix possible null pointer dereference.Aaron McCarthy2010-12-151-3/+5
| | | | | | | When parsing a new connection an access point with the same SSID may not have been previously seen. Task-number: QTBUG-15276
* Remove debug, quiet warnings.Aaron McCarthy2010-09-131-2/+0
|
* Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-131-2/+9
|
* Fix deadlocks in ICD and NetworkManager engines.Aaron McCarthy2010-08-042-22/+19
| | | | | | Ensure that locks are not held when signals are emitted. Task-number: QTBUG-12631
* Simplify network manager settings code.Aaron McCarthy2010-08-021-112/+46
| | | | | There is no need to iterate over the outer and inner map as they are not multi-maps.
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-31/+5
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-5/+4
| | | | | 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/+6
| | | | This add addition ifdefs around code missed by MR 517.
* Don't link bearer plugins against QtGui unnecessarily.Aaron McCarthy2010-04-141-1/+1
|
* Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-087-0/+26
| | | | | | | | | | QtDBus module is useless with QT_NO_PROPERTIES. Add D-Bus section and DBUS feature which requires PROPERTIES. Update qfeatures.h. Disable QtDBus module, a bearer management plugin for NetworkManager and a script plugin for QtDBus when QT_NO_DBUS is defined. Merge-request: 511 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* specify the configuration's purpose based on security mode of network.Lorn Potter2010-03-261-2/+12
| | | | open is public.
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-253-6/+4
|
* Don't emit signals in constructor.Aaron McCarthy2010-03-252-4/+11
|
* Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-7/+9
| | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-112-3/+59
|
* Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-051-8/+0
|
* Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-025-203/+218
| | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+50
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Don't load NetworkManager plugin in NetworkManager is not available.Aaron McCarthy2010-02-184-6/+20
|
* Remove debug output.Aaron McCarthy2010-02-161-4/+4
|
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
|
* Remove debug.Aaron McCarthy2010-02-112-10/+1
|
* Update copyright year to 2010.Aaron McCarthy2010-02-115-5/+5
|
* Emit signals when access points appear & disappear.Aaron McCarthy2010-02-081-15/+51
|
* Remove remaining Network Manager ifdef'ed code from common code.Aaron McCarthy2010-02-083-2/+65
|
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-083-4/+4
|
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-083-6/+7
|
* Add defaultConfiguration() function to all bearer management engines.Aaron McCarthy2010-02-032-0/+7
|
* Make compile on Unix.Aaron McCarthy2010-01-183-2/+24
|
* 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-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Emit updateCompleted() when requestUpdate() is called.Aaron McCarthy2010-01-042-0/+10
|
* Remove unused BEARER_ENGINE preprocessor define.Aaron McCarthy2010-01-041-1/+1
|
* Rework NetworkManager backend.Aaron McCarthy2010-01-0410-1314/+793
|
* Convert generic engine plugin to be incremental.Aaron McCarthy2010-01-042-6/+6
|
* Remove debug.Aaron McCarthy2010-01-041-4/+0
|
* Convert NetworkManager engine into a plugin.Aaron McCarthy2009-12-228-0/+3007
Conflicts: src/plugins/bearer/networkmanager/qnetworkmanagerservice.cpp src/plugins/bearer/networkmanager/qnetworkmanagerservice.h src/plugins/bearer/networkmanager/qnmdbushelper.cpp src/plugins/bearer/networkmanager/qnmdbushelper.h src/plugins/bearer/networkmanager/qnmwifiengine.cpp src/plugins/bearer/networkmanager/qnmwifiengine.h