Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leading whitespace from Qt header macros. | Thiago Macieira | 2010-03-31 | 3 | -23/+23 |
| | | | | | | | The tst_headers::macros test doesn't like it. It's easier to remove the spaces than to fix the test. Reviewed-by: Markus Goetz | ||||
* | MONILITY-645 | Wolfgang Beck | 2010-03-30 | 3 | -18/+63 |
| | | | | Merging bearer header. | ||||
* | Compile with QT_NO_NETWORKINTERFACE defined. | Aaron McCarthy | 2010-03-25 | 5 | -3/+7 |
| | |||||
* | Bearer management documentation. | Aaron McCarthy | 2010-03-24 | 3 | -3/+3 |
| | | | | Add overview and examples from Qt Mobility. | ||||
* | Bearer management changes from Qt Mobility (6fb31d1e). | Aaron McCarthy | 2010-03-24 | 1 | -1/+1 |
| | | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40. | ||||
* | Fix build failure on WinCE. | Aaron McCarthy | 2010-03-22 | 1 | -0/+4 |
| | |||||
* | Revert "Don't emit open signal on session close/error." | Aaron McCarthy | 2010-03-19 | 2 | -5/+8 |
| | | | | This reverts commit 39818f933b958d504b9cc18487658209d1df22da. | ||||
* | Don't emit open signal on session close/error. | Aaron McCarthy | 2010-03-19 | 2 | -8/+5 |
| | |||||
* | Add flag to indicate that network sessions are expected on a platform. | Aaron McCarthy | 2010-03-18 | 2 | -1/+4 |
| | |||||
* | Make destructor virtual. | Aaron McCarthy | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe. | Aaron McCarthy | 2010-03-11 | 6 | -195/+285 |
| | |||||
* | Merge remote branch 'staging/4.7' into bearermanagement/polling | Aaron McCarthy | 2010-03-05 | 1 | -1/+1 |
|\ | |||||
| * | doc: Fixed some qdoc errors. | Martin Smith | 2010-03-02 | 1 | -1/+1 |
| | | |||||
* | | Don't keep polling network sessions open indefinitely. | Aaron McCarthy | 2010-03-05 | 1 | -0/+14 |
| | | |||||
* | | Prefer ethernet over wlan. | Aaron McCarthy | 2010-03-04 | 1 | -18/+51 |
| | | | | | | | | | | Change how the defaultConfiguration is calculated when one is not provided by an engine. | ||||
* | | Updating polling mechanism for bearer management engines. | Aaron McCarthy | 2010-03-04 | 5 | -7/+147 |
|/ | | | | | | | 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. | ||||
* | Bearer management changes from Qt Mobility (fca9891). | Aaron McCarthy | 2010-03-02 | 3 | -1/+9 |
| | | | | fca98911b75ce12e70d93cfc2932a9759758a605 | ||||
* | Change initialization order. | Aaron McCarthy | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Add locking to bearer code. | Aaron McCarthy | 2010-02-22 | 6 | -102/+136 |
| | | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe. | ||||
* | Don't block forever if no bearer plugins are loaded. | Aaron McCarthy | 2010-02-16 | 1 | -0/+5 |
| | |||||
* | Add QT_MODULE headers. | Aaron McCarthy | 2010-02-15 | 3 | -0/+6 |
| | |||||
* | Change docs: "phone" -> "device". | Aaron McCarthy | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | Remove unused code. | Aaron McCarthy | 2010-02-15 | 2 | -59/+0 |
| | |||||
* | Simplify. | Aaron McCarthy | 2010-02-15 | 1 | -2/+1 |
| | |||||
* | Optimise iterations over QHash. | Aaron McCarthy | 2010-02-15 | 3 | -34/+41 |
| | |||||
* | Use snippets. | Aaron McCarthy | 2010-02-15 | 1 | -8/+1 |
| | |||||
* | Fix build on Windows. | Aaron McCarthy | 2010-02-12 | 1 | -1/+0 |
| | | | | | On Windows interface is #defined to struct. Make sure that qnetworksession.h is included before qplatformdefs.h. | ||||
* | Add 'We mean it.' header. | Aaron McCarthy | 2010-02-11 | 1 | -2/+13 |
| | |||||
* | Use provided typedef for QNetworkConfigurationPrivatePointer. | Aaron McCarthy | 2010-02-11 | 3 | -12/+9 |
| | |||||
* | Fix public includes. | Aaron McCarthy | 2010-02-11 | 6 | -6/+5 |
| | |||||
* | Tag new classes as since 4.7. | Aaron McCarthy | 2010-02-11 | 3 | -0/+6 |
| | |||||
* | Update copyright year to 2010. | Aaron McCarthy | 2010-02-11 | 5 | -5/+5 |
| | |||||
* | Convert Maemo6 backend into plugin. | Aaron McCarthy | 2010-02-10 | 10 | -2406/+19 |
| | |||||
* | Only add generic engine when it is available. | Aaron McCarthy | 2010-02-08 | 1 | -1/+2 |
| | |||||
* | Calculate default configuration if one is not provided by engines. | Aaron McCarthy | 2010-02-08 | 1 | -1/+61 |
| | |||||
* | Remove remaining Network Manager ifdef'ed code from common code. | Aaron McCarthy | 2010-02-08 | 1 | -2/+0 |
| | |||||
* | Rename internal QNetworkSessionEngine* to QBearerEngine*. | Aaron McCarthy | 2010-02-08 | 8 | -29/+27 |
| | |||||
* | Remove implementation specific functions out of QNetworkSessionEngine. | Aaron McCarthy | 2010-02-08 | 1 | -18/+1 |
| | |||||
* | Merge commit 'BearerIntegration-5' into remove-manual-test | Aaron McCarthy | 2010-02-03 | 1 | -1/+4 |
|\ | | | | | | | | | | | Conflicts: tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.cpp | ||||
| * | Bearer Management Integration 5. | Aaron McCarthy | 2010-02-03 | 1 | -0/+3 |
| | | |||||
* | | Merge commit 'BearerIntegration-4' into bearermanagement/integration-4 | Aaron McCarthy | 2010-01-29 | 4 | -6/+12 |
|\ \ | |/ | | | | | | | | | | | | | 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 McCarthy | 2010-01-29 | 5 | -15/+15 |
| | | |||||
| * | Bearer Management Integration 3. | Aaron McCarthy | 2010-01-05 | 2 | -16/+2 |
| | | |||||
* | | Return default configuration from engines. | Aaron McCarthy | 2010-01-26 | 2 | -26/+10 |
| | | |||||
* | | Connect up preferredConfigurationChanged() signal. | Aaron McCarthy | 2010-01-26 | 1 | -0/+2 |
| | | |||||
* | | Make compile on Unix. | Aaron McCarthy | 2010-01-18 | 1 | -1/+1 |
| | | |||||
* | | Port session functionality. | Aaron McCarthy | 2010-01-18 | 10 | -2038/+107 |
| | | |||||
* | | Partially convert Symbian backend into a plugin. | Aaron McCarthy | 2010-01-12 | 13 | -1470/+33 |
| | | | | | | | | QNetworkSession functionality not converted yet. | ||||
* | | Return empty bearer name for invalid, ServiceNetwork and UserChoice. | Aaron McCarthy | 2010-01-11 | 1 | -1/+1 |
| | | |||||
* | | Make compile for Symbian. | Aaron McCarthy | 2010-01-07 | 4 | -9/+45 |
| | |