summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-293-72/+72
* Update contact information in license headers.Sergio Ahumada2012-08-013-6/+6
* Compile on Mac OS X with unsupported/macx-clangBradley T. Hughes2012-04-271-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-113-3/+3
* Merge remote branch 'origin/4.8' into 4.8-from-4.7Rohan McGovern2011-09-142-3/+4
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-133-51/+51
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-173-3/+3
| |\
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-122-36/+51
| |\ \
| * | | Don't put Objective-C sources in SOURCESTor Arne Vestbø2010-10-271-1/+2
| * | | Don't use 'id' as variable name, it has special meaning in Objctive-CTor Arne Vestbø2010-10-151-2/+2
* | | | Ensure that the corewlan plugin can be built with the Mac OS X 10.7 sdkOswald Buddenhagen2011-09-051-1/+1
* | | | remove obsolete defineOswald Buddenhagen2011-09-051-1/+0
* | | | Update licenseheader text in source filesJyri Tahtela2011-05-133-51/+51
| |_|/ |/| |
* | | Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
| |/ |/|
* | get rid of dependency on QtGuiLorn Potter2010-11-092-36/+51
|/
* protect nil dictionary from release.Lorn Potter2010-09-031-38/+47
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-5/+3
* 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
|/