summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
Commit message (Expand)AuthorAgeFilesLines
* Don't load NetworkManager plugin in NetworkManager is not available.Aaron McCarthy2010-02-184-6/+20
* Disable NLA plugin, build generic on win32 and mac.Aaron McCarthy2010-02-171-1/+3
* Remove debug output.Aaron McCarthy2010-02-161-4/+4
* Always build generic plugin when building NetworkManager plugin.Aaron McCarthy2010-02-161-1/+3
* Fix build on Windows, typo.Aaron McCarthy2010-02-121-1/+1
* Use provided typedef for QNetworkConfigurationPrivatePointer.Aaron McCarthy2010-02-111-3/+2
* Fix public includes.Aaron McCarthy2010-02-117-7/+7
* Remove debug.Aaron McCarthy2010-02-116-17/+3
* Update copyright year to 2010.Aaron McCarthy2010-02-1115-16/+16
* Convert Maemo6 backend into plugin.Aaron McCarthy2010-02-109-0/+2129
* Emit signals when access points appear & disappear.Aaron McCarthy2010-02-081-15/+51
* Missed this in a previous commit.Aaron McCarthy2010-02-082-7/+10
* Remove remaining Network Manager ifdef'ed code from common code.Aaron McCarthy2010-02-086-98/+86
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-0820-51/+51
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-0820-94/+136
* Don't build generic bearer engine on Symbian.Aaron McCarthy2010-02-031-4/+3
* Ensure that default network interface is set appropriately.Aaron McCarthy2010-02-031-0/+10
* Add defaultConfiguration() function to all bearer management engines.Aaron McCarthy2010-02-038-0/+28
* Return default configuration from engines.Aaron McCarthy2010-01-262-0/+7
* Merge branch 'ares/mac/bearermanagement/integration' into bearermanagement/in...Aaron McCarthy2010-01-263-2/+14
|\
| * Make compile on Mac OS X.Aaron McCarthy2010-01-203-2/+14
| * Make compile on Unix.Aaron McCarthy2010-01-183-1/+21
* | Make compile on Windows.Aaron McCarthy2010-01-186-4/+28
* | Make compile on Unix.Aaron McCarthy2010-01-184-3/+25
|/
* Port session functionality.Aaron McCarthy2010-01-1811-24/+2032
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-1215-1/+1292
* Make compile for Symbian.Aaron McCarthy2010-01-071-0/+2
* Fix failures on Mac OS X after merge.Aaron McCarthy2010-01-061-0/+3
* Merge commit '554e022396eff5bd7b93e070cf9bbb3257945f0b' into bearermanagement...Aaron McCarthy2010-01-052-16/+2
* Fix failure on Windows after merge.Aaron McCarthy2010-01-051-2/+3
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-058-47/+123
* Remove some unused functions and debug output.Aaron McCarthy2010-01-042-105/+2
* Convert Core Wlan plugin to be incremental.Aaron McCarthy2010-01-042-41/+212
* Emit updateCompleted() when requestUpdate() is called.Aaron McCarthy2010-01-042-0/+10
* Fix memory leak in NLA engine.Aaron McCarthy2010-01-041-9/+1
* Remove unused BEARER_ENGINE preprocessor define.Aaron McCarthy2010-01-045-9/+1
* Convert Native Wifi plugin to be incremental.Aaron McCarthy2010-01-042-29/+93
* Convert NLA plugin to be incremental.Aaron McCarthy2010-01-042-22/+85
* Remove unused global statics.Aaron McCarthy2010-01-047-32/+0
* Rework NetworkManager backend.Aaron McCarthy2010-01-0412-1315/+820
* Keep track of which QNetworkInterface is for each QNetworkConfiguration.Aaron McCarthy2010-01-042-3/+5
* Convert generic engine plugin to be incremental.Aaron McCarthy2010-01-044-59/+106
* Remove debug.Aaron McCarthy2010-01-045-20/+0
* Convert CoreWlan engine into a plugin.Aaron McCarthy2010-01-045-0/+660
* Update license headers.Aaron McCarthy2009-12-223-3/+3
* Convert NativeWifi engine into a plugin.Aaron McCarthy2009-12-226-0/+980
* Convert NLA engine nito a plugin.Aaron McCarthy2009-12-228-2/+942
* Convert NetworkManager engine into a plugin.Aaron McCarthy2009-12-229-0/+3008
* Convert generic engine into a plugin.Aaron McCarthy2009-12-225-0/+421