summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan
Commit message (Expand)AuthorAgeFilesLines
* make corewlan more namespace friendlyLorn Potter2010-06-061-8/+17
* remove dead code that will never get called.Lorn Potter2010-05-211-2/+0
* add bytes and activeTime to corelwan.Lorn Potter2010-05-212-8/+102
* fix memory bugLorn Potter2010-04-211-3/+1
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-4/+4
* make sure to lock theseLorn Potter2010-04-191-0/+6
* move network scan to thread.Lorn Potter2010-04-192-320/+388
* Compile (with -no-pch)Morten Johan Sørvig2010-04-151-1/+1
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-153-3/+14
* Don't link bearer plugins against QtGui unnecessarily.Aaron McCarthy2010-04-141-1/+1
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-141-45/+44
* specify the configuration's purpose based on security mode of network.Lorn Potter2010-03-262-5/+17
* don't just return the first key here.Lorn Potter2010-03-251-3/+0
* Fix crash.Aaron McCarthy2010-03-251-1/+1
* Remove unused code.Aaron McCarthy2010-03-252-212/+113
* fix multiple promps for keychain access when connecting to wifi networkLorn Potter2010-03-252-39/+111
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-03-242-9/+8
|\
| * Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-242-11/+13
* | fix state reporting for certain wifi networks after associating.Lorn Potter2010-03-232-81/+88
|/
* get rid of build warning messagesLorn Potter2010-03-231-6/+2
* fix warningLorn Potter2010-03-231-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
* 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-112-5/+33
* use Qt's private mac functions, reduce code redundancyLorn Potter2010-03-091-43/+13
* 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
* | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-042-5/+8
|/
* Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021-8/+4
|\
| * check that wifi is powered on before trying to scan.Lorn Potter2010-02-261-63/+59
* | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-022-66/+136
|/
* Make this function non-static.Aaron McCarthy2010-02-231-1/+1
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+22
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
* Update copyright year to 2010.Aaron McCarthy2010-02-111-1/+1
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-083-4/+4
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-083-6/+7
* Add defaultConfiguration() function to all bearer management engines.Aaron McCarthy2010-02-032-0/+7
* Make compile on Mac OS X.Aaron McCarthy2010-01-203-2/+14
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-122-0/+7
* 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
* Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-052-27/+36
* 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