Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Fix test compile failure when using frameworks on Mac OS X. | Aaron McCarthy | 2010-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2 | Aaron McCarthy | 2010-01-05 | 41 | -5915/+491 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Convert Core Wlan plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 1 | -0/+8 |
| | | |||||
| * | Remove bearer.pro. | Aaron McCarthy | 2010-01-04 | 1 | -163/+0 |
| | | |||||
| * | Remove unused BEARER_ENGINE preprocessor define. | Aaron McCarthy | 2010-01-04 | 4 | -24/+4 |
| | | |||||
| * | Convert Native Wifi plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 1 | -1/+13 |
| | | |||||
| * | Convert NLA plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 1 | -2/+10 |
| | | |||||
| * | Rework NetworkManager backend. | Aaron McCarthy | 2010-01-04 | 5 | -44/+43 |
| | | |||||
| * | Convert generic engine plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 6 | -331/+160 |
| | | |||||
| * | Remove debug. | Aaron McCarthy | 2010-01-04 | 1 | -1/+0 |
| | | |||||
| * | Convert CoreWlan engine into a plugin. | Aaron McCarthy | 2010-01-04 | 6 | -601/+12 |
| | | |||||
| * | Fix license headers. | Aaron McCarthy | 2009-12-22 | 1 | -1/+1 |
| | | |||||
| * | Convert NativeWifi engine into a plugin. | Aaron McCarthy | 2009-12-22 | 6 | -845/+18 |
| | | |||||
| * | Convert NLA engine nito a plugin. | Aaron McCarthy | 2009-12-22 | 7 | -872/+16 |
| | | |||||
| * | Convert NetworkManager engine into a plugin. | Aaron McCarthy | 2009-12-22 | 10 | -2967/+24 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Convert generic engine into a plugin. | Aaron McCarthy | 2009-12-22 | 10 | -287/+125 |
| | | |||||
| * | Fix compile warnings. | Aaron McCarthy | 2009-12-22 | 2 | -5/+6 |
| | |