summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan/qcorewlanengine.mm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix Mac Bearer when machine has no wifiFrederik Gladhorn2014-03-131-0/+2
* CoreWLan: Fix potential unhandled exception assertGabriel de Dietrich2013-11-271-2/+3
* Make QCoreWlan plugin compile on 10.9Morten Johan Sørvig2013-10-311-177/+93
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Compile on Mac OS X with unsupported/macx-clangBradley T. Hughes2012-04-271-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-35/+50
|\|
| * get rid of dependency on QtGuiLorn Potter2010-11-091-35/+50
* | Don't use 'id' as variable name, it has special meaning in Objctive-CTor Arne Vestbø2010-10-151-2/+2
|/
* 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-021-3/+3
* make corewlan more namespace friendlyLorn Potter2010-06-071-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-211-8/+96
* fix memory bugLorn Potter2010-04-211-3/+1
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-201-3/+3
* make sure to lock theseLorn Potter2010-04-201-0/+6
* move network scan to thread.Lorn Potter2010-04-191-314/+353
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-151-2/+6
* 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-261-4/+16
* 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-251-210/+113
* fix multiple promps for keychain access when connecting to wifi networkLorn Potter2010-03-251-38/+110
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-03-251-7/+7
|\
| * Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-9/+12
* | fix state reporting for certain wifi networks after associating.Lorn Potter2010-03-231-81/+87
|/
* 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-121-100/+257
* fix crash on 10.6 with no wifi interfaceLorn Potter2010-03-121-5/+15
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-121-4/+32
* 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-051-32/+82
* 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-041-4/+6
|/
* Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021-8/+4
|\