summaryrefslogtreecommitdiffstats
path: root/examples/network/bearermonitor
Commit message (Collapse)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-015-10/+10
| | | | | | | | | | | | | - 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-115-5/+5
| | | | | | | | | 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>
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-284-7/+25
| | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
| | | | Reviewed-by: Trust Me
* Fix invalid configurations being added to bearermonitor list.Aaron McCarthy2010-12-151-1/+1
|
* Fix bearermonitor when building for Maemo in scratchbox.Aaron McCarthy2010-11-047-295/+353
| | | | | Use the correct ui file when building in scratchbox. Remove use of message boxes.
* Fixed case of a library file name to enable MinGW builds on Fedora.David Boddie2010-10-201-2/+2
| | | | | Task-number: QTBUG-14484 Reviewed-by: Marius Storm-Olsen
* Fix for bug QTMOBILITY-448 to list the default network configuration in ↵lsgunda2010-09-291-0/+15
| | | | | | | Bearermonitor example Merge-request: 827 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Remove debug, quiet warnings.Aaron McCarthy2010-09-131-1/+1
|
* Rename QNetworkConfiguration::bearerName() function.Aaron McCarthy2010-08-021-2/+2
| | | | | | | | | | | 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
* Show Service Network members in priority order.Aaron McCarthy2010-07-231-9/+5
| | | | | | | | | The configurations returned from QNetworkConfiguration::children() are guaranteed to be in priority order. Ensure that this order is reflected in the tree view. Task-number: QTBUG-11678 RevBy: juhvu <qt-info@nokia.com>
* Compile fix for bearermonitor exampleDominik Holland2010-07-122-1/+49
|
* Cherry pick fix for QTMOBILITY-253 from Qt Mobility.Aaron McCarthy2010-06-245-5/+5
| | | | f3d7f49b7f6975cbfa65adeb10b281e2b37172ce
* Cherry pick fix for MOBILITY-1047 from Qt Mobility.Aaron McCarthy2010-06-241-2/+9
| | | | 4f74cd44d77349759096bed091913b188a9167e4
* Merge bearermanagement changes from Qt Mobility.Aaron McCarthy2010-06-241-1/+1
| | | | cba220f177154428d6103a93a819668be689a591
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-195-137/+132
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Bearer management changes from Qt Mobility.Aaron McCarthy2010-05-144-4/+18
| | | | 9286bfcc43d38e0cb3bfd1d3f99ac7ab5d88b7e3
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-147-24/+630
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-251-0/+9
|
* Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-1/+1
| | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
* Display session statistics.Aaron McCarthy2010-02-083-4/+69
|
* Merge commit 'BearerIntegration-4' into bearermanagement/integration-4Aaron McCarthy2010-01-292-210/+218
|\ | | | | | | | | | | | | | | Conflicts: config.tests/unix/networkmanager/networkmanager.pro src/network/bearer/bearer.pro src/network/bearer/qnetworkconfiguration_s60_p.cpp tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro
| * Bearer Management Integration 4.Aaron McCarthy2010-01-292-210/+218
| |
* | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-056-17/+15
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-225-5/+5
| |
| * Make compile.Aaron McCarthy2009-12-223-19/+9
| |
* | Bearer Management Integration 2.Aaron McCarthy2010-01-042-12/+15
|/
* Bearer Management Integration 1.Aaron McCarthy2009-12-229-0/+1862