summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworkconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better fix for d524da81ee257a6bd67d32d0bc870280a7d5b8a4.Aaron McCarthy2010-08-131-7/+0
| | | | Wrap new APIs in ifndef QT_MOBILITY_BEARER.
* Fix link error when building Bearer application with Qt MobilityAlex2010-08-051-0/+7
| | | | | | | | | | | QtMobility uses the Qt header when compiling applications which link against Mobility's Bearer library. Therefore QNetworkConfiguration::bearerName() cannot be inline and refer to the new QNetworkConfiguration::bearerTypeName() function (which doesn't exist in Mobility) Task-number: QTBUG-12378 Reviewed-by: Rohan McGovern
* Return 'Unknown' bearer type name for unknown bearer type.Aaron McCarthy2010-08-031-1/+1
|
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-021-14/+83
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* Rename QNetworkConfiguration::bearerName() function.Aaron McCarthy2010-08-021-8/+16
| | | | | | | | | | | bearerName() -> bearerTypeName(). bearerName() is deprecated and converted into an inline function which calls bearerTypeName(). This is required to keep existing code source compatible between Qt Mobility 1.0.x and Qt 4.7. Task-number: QTBUG-12378 Reviewed-by: Alex
* Order network configurations in service networks in priority order.Aaron McCarthy2010-07-231-8/+11
| | | | | | | | It is useful to know the priority order of the sub configurations of a service network. Task-number: QTBUG-11678 RevBy: juhvu <qt-info@nokia.com>
* Bearer management documentation.Aaron McCarthy2010-03-241-1/+1
| | | | Add overview and examples from Qt Mobility.
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-111-11/+49
|
* Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-021-1/+0
| | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Change docs: "phone" -> "device".Aaron McCarthy2010-02-151-1/+1
|
* Use provided typedef for QNetworkConfigurationPrivatePointer.Aaron McCarthy2010-02-111-3/+2
|
* Tag new classes as since 4.7.Aaron McCarthy2010-02-111-0/+2
|
* Convert Maemo6 backend into plugin.Aaron McCarthy2010-02-101-1/+1
|
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-121-4/+0
| | | | QNetworkSession functionality not converted yet.
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-051-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 up license headers.Aaron McCarthy2009-12-221-1/+1
| |
| * Make compile.Aaron McCarthy2009-12-221-2/+2
| |
* | Bearer Management Integration 2.Aaron McCarthy2010-01-041-3/+53
|/
* Bearer Management Integration 1.Aaron McCarthy2009-12-221-0/+349