summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/networkmanager/qnetworkmanagerengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* 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
* Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-131-2/+9
|
* Fix deadlocks in ICD and NetworkManager engines.Aaron McCarthy2010-08-041-20/+19
| | | | | | Ensure that locks are not held when signals are emitted. Task-number: QTBUG-12631
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-021-29/+5
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-201-3/+3
| | | | | 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-151-0/+2
| | | | This add addition ifdefs around code missed by MR 517.
* Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-081-0/+3
| | | | | | | | | | 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-251-1/+1
|
* Don't emit signals in constructor.Aaron McCarthy2010-03-251-4/+9
|
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-111-2/+58
|
* Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-021-2/+1
| | | | 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-181-0/+8
|
* Remove debug.Aaron McCarthy2010-02-111-9/+1
|
* 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-081-0/+61
|
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-081-1/+1
|
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-081-2/+2
|
* Add defaultConfiguration() function to all bearer management engines.Aaron McCarthy2010-02-031-0/+5
|
* Make compile on Unix.Aaron McCarthy2010-01-181-0/+18
|
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-121-0/+6
| | | | QNetworkSession functionality not converted yet.
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | 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-041-0/+8
|
* Rework NetworkManager backend.Aaron McCarthy2010-01-041-0/+654