summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-163-39/+39
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-113-3/+3
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* get rid of dependency on QtGuiLorn Potter2010-11-092-36/+51
| | | | | Task-number: QTBUG-15059 Reviewed-by: trustme
* protect nil dictionary from release.Lorn Potter2010-09-031-38/+47
| | | | Task-number: QTBUG-13335
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-5/+3
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* 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
| | | | Task-number: QTBUG-10875
* fix memory bugLorn Potter2010-04-211-3/+1
| | | | | | fixes using MallocScribble crash Task-number: QTBUG-10068
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-4/+4
| | | | | The initial list of network configurations was being fetched twice when the bearer management plugins are loaded.
* make sure to lock theseLorn Potter2010-04-191-0/+6
|
* move network scan to thread.Lorn Potter2010-04-192-320/+388
| | | | | | increases startup time. Task-number: QTBUG-9722
* Compile (with -no-pch)Morten Johan Sørvig2010-04-151-1/+1
| | | qcorewlanengine.mm includes qt_cocoa_helpers_mac_p.h which is in QtGui.
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-153-3/+14
| | | | This add addition ifdefs around code missed by MR 517.
* 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
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* specify the configuration's purpose based on security mode of network.Lorn Potter2010-03-262-5/+17
| | | | open is public.
* don't just return the first key here.Lorn Potter2010-03-251-3/+0
| | | | this fixes associating..
* Fix crash.Aaron McCarthy2010-03-251-1/+1
| | | | Resources are not allocated on error. Only free on success.
* 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
| | | | Task-number: QT-3150
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-03-242-9/+8
|\ | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-242-11/+13
| | | | | | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
* | 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
| | | | | | | the keychain. Users will still see the keychain prompt when attempting to connect/associate with a wifi network.
* fix crash on 10.6 with no wifi interfaceLorn Potter2010-03-122-5/+16
| | | | Task-number: QTBUG-8954
* 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
| | | | Reviewed-by: Prasanth
* add wifi power notifications. more Qt way for autorelease.Lorn Potter2010-03-052-33/+83
| | | | and change to better way of getting wifi interfaces.
* 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
| | | | | | | | | | handled by generic engine. also fix release crash
| * fix connecting to an ID.Lorn Potter2010-03-031-1/+1
| |
* | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-042-5/+8
|/ | | | | | | Improves the polling mechanism by sharing a single timer for all poll based engines. Updates are only performed for a poll based engine iff a QNetworkConfigurationManager object has been constructed or a QNetworkConfiguration is held externally from the engine.
* Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021-8/+4
|\ | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * check that wifi is powered on before trying to scan.Lorn Potter2010-02-261-63/+59
| | | | | | | | | | | | also fix crash and remove useless warning messages. Alex <qt-info@nokia.com>
* | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-022-66/+136
|/ | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Make this function non-static.Aaron McCarthy2010-02-231-1/+1
|
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+22
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* 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
| | | | QNetworkSession functionality not converted yet.