summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-171-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-1123-568/+727
| |\
| * | Made header inclusion Linux friendly.axis2010-03-011-1/+1
* | | probably need to update user configurations once in a while tooLorn Potter2010-03-171-1/+1
* | | use dynamicstore insteadLorn Potter2010-03-171-29/+14
* | | Remove configure test for NetworkManager.Aaron McCarthy2010-03-151-1/+1
* | | get known wifi networks a more complicated way, but without accessingLorn Potter2010-03-122-102/+265
* | | fix crash on 10.6 with no wifi interfaceLorn Potter2010-03-122-5/+16
* | | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-1116-134/+533
| |/ |/|
* | Don't wait forever when scanning for wifi networks on win32 fails.Aaron McCarthy2010-03-101-3/+20
* | use Qt's private mac functions, reduce code redundancyLorn Potter2010-03-091-43/+13
* | don't try to build corewlan plugin when corewlan was not found at configureLorn Potter2010-03-071-1/+1
* | Fixing compilation error, missing ifdef.Carlos Manuel Duclos Vergara2010-03-051-1/+2
* | add wifi power notifications. more Qt way for autorelease.Lorn Potter2010-03-052-33/+83
* | Merge remote branch 'staging/4.7' into bearermanagement/pollingAaron McCarthy2010-03-051-23/+2
|\ \
| * | remove non wifi interfaces from being handled.Lorn Potter2010-03-041-22/+1
| * | fix connecting to an ID.Lorn Potter2010-03-031-1/+1
* | | Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-056-89/+77
* | | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-052-12/+49
* | | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-046-21/+26
|/ /
* | Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-025-15/+14
|\ \
| * \ Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-273-10/+9
| |\ \
| | * \ Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-262-7/+6
| | |\ \ | | | |/
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into mast...Qt Continuous Integration System2010-02-262-7/+5
| | | |\
| | | | * Merge commit 'f17ba38d5380e458b50ae543b34c52b2a2df8e7e' into bearermanagement...Aaron McCarthy2010-02-261-7/+4
| | | | |\
| | | | | * Fix file descriptor leak with generic engine on Linux.Aaron McCarthy2010-02-251-7/+4
| | | | * | Fix Symbian build when building for WINSCW with abld.Aaron McCarthy2010-02-261-0/+1
| | | | |/
| | * | | Fix compilation with namespace.ck2010-02-241-0/+1
| | * | | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-241-3/+3
| | | |/ | | |/|
| * | | Fix compilation with Sun CC: __FUNCTION__ is not validThiago Macieira2010-02-271-4/+4
| * | | check that wifi is powered on before trying to scan.Lorn Potter2010-02-261-63/+59
| | |/ | |/|
| * | Compile on Linux: close(2) is defined in #include <unistd.h>Thiago Macieira2010-02-241-0/+1
| |/
* | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-0217-361/+473
|/
* Make this function non-static.Aaron McCarthy2010-02-231-1/+1
* Make compile on Maemo6.Aaron McCarthy2010-02-233-9/+16
* Fix build on Symbian.Aaron McCarthy2010-02-233-2/+12
* Add locking to bearer code.Aaron McCarthy2010-02-228-1/+161
* 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