Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to release license header. | Jason McDonald | 2011-02-16 | 3 | -39/+39 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 3 | -3/+3 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350) | ||||
* | get rid of dependency on QtGui | Lorn Potter | 2010-11-09 | 2 | -36/+51 |
| | | | | | Task-number: QTBUG-15059 Reviewed-by: trustme | ||||
* | protect nil dictionary from release. | Lorn Potter | 2010-09-03 | 1 | -38/+47 |
| | | | | Task-number: QTBUG-13335 | ||||
* | Use an enum to return the bearer type of a network configuration. | Aaron McCarthy | 2010-08-02 | 2 | -5/+3 |
| | | | | | Task-number: QTBUG-12378 Reviewed-by: Alex | ||||
* | make corewlan more namespace friendly | Lorn Potter | 2010-06-06 | 1 | -8/+17 |
| | |||||
* | remove dead code that will never get called. | Lorn Potter | 2010-05-21 | 1 | -2/+0 |
| | |||||
* | add bytes and activeTime to corelwan. | Lorn Potter | 2010-05-21 | 2 | -8/+102 |
| | | | | Task-number: QTBUG-10875 | ||||
* | fix memory bug | Lorn Potter | 2010-04-21 | 1 | -3/+1 |
| | | | | | | fixes using MallocScribble crash Task-number: QTBUG-10068 | ||||
* | Remove redundant network configuration updates on startup. | Aaron McCarthy | 2010-04-20 | 2 | -4/+4 |
| | | | | | The initial list of network configurations was being fetched twice when the bearer management plugins are loaded. | ||||
* | make sure to lock these | Lorn Potter | 2010-04-19 | 1 | -0/+6 |
| | |||||
* | move network scan to thread. | Lorn Potter | 2010-04-19 | 2 | -320/+388 |
| | | | | | | increases startup time. Task-number: QTBUG-9722 | ||||
* | Compile (with -no-pch) | Morten Johan Sørvig | 2010-04-15 | 1 | -1/+1 |
| | | | qcorewlanengine.mm includes qt_cocoa_helpers_mac_p.h which is in QtGui. | ||||
* | Add missing QT_NO_BEARERMANAGEMENT ifdefs. | Aaron McCarthy | 2010-04-15 | 3 | -3/+14 |
| | | | | This add addition ifdefs around code missed by MR 517. | ||||
* | Don't link bearer plugins against QtGui unnecessarily. | Aaron McCarthy | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Bearer management changes from Qt Mobility (7a5ff985) | Aaron McCarthy | 2010-04-14 | 1 | -45/+44 |
| | | | | 7a5ff9859f5775915ae80c287f51c772599c2379 | ||||
* | specify the configuration's purpose based on security mode of network. | Lorn Potter | 2010-03-26 | 2 | -5/+17 |
| | | | | open is public. | ||||
* | don't just return the first key here. | Lorn Potter | 2010-03-25 | 1 | -3/+0 |
| | | | | this fixes associating.. | ||||
* | Fix crash. | Aaron McCarthy | 2010-03-25 | 1 | -1/+1 |
| | | | | Resources are not allocated on error. Only free on success. | ||||
* | Remove unused code. | Aaron McCarthy | 2010-03-25 | 2 | -212/+113 |
| | |||||
* | fix multiple promps for keychain access when connecting to wifi network | Lorn Potter | 2010-03-25 | 2 | -39/+111 |
| | | | | Task-number: QT-3150 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Lorn Potter | 2010-03-24 | 2 | -9/+8 |
|\ | | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm | ||||
| * | Bearer management changes from Qt Mobility (6fb31d1e). | Aaron McCarthy | 2010-03-24 | 2 | -11/+13 |
| | | | | | | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40. | ||||
* | | fix state reporting for certain wifi networks after associating. | Lorn Potter | 2010-03-23 | 2 | -81/+88 |
|/ | |||||
* | get rid of build warning messages | Lorn Potter | 2010-03-23 | 1 | -6/+2 |
| | |||||
* | fix warning | Lorn Potter | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | probably need to update user configurations once in a while too | Lorn Potter | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | use dynamicstore instead | Lorn Potter | 2010-03-17 | 1 | -29/+14 |
| | |||||
* | get known wifi networks a more complicated way, but without accessing | Lorn Potter | 2010-03-12 | 2 | -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 interface | Lorn Potter | 2010-03-12 | 2 | -5/+16 |
| | | | | Task-number: QTBUG-8954 | ||||
* | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe. | Aaron McCarthy | 2010-03-11 | 2 | -5/+33 |
| | |||||
* | use Qt's private mac functions, reduce code redundancy | Lorn Potter | 2010-03-09 | 1 | -43/+13 |
| | |||||
* | Fixing compilation error, missing ifdef. | Carlos Manuel Duclos Vergara | 2010-03-05 | 1 | -1/+2 |
| | | | | Reviewed-by: Prasanth | ||||
* | add wifi power notifications. more Qt way for autorelease. | Lorn Potter | 2010-03-05 | 2 | -33/+83 |
| | | | | and change to better way of getting wifi interfaces. | ||||
* | Merge remote branch 'staging/4.7' into bearermanagement/polling | Aaron McCarthy | 2010-03-05 | 1 | -23/+2 |
|\ | |||||
| * | remove non wifi interfaces from being handled. | Lorn Potter | 2010-03-04 | 1 | -22/+1 |
| | | | | | | | | | | handled by generic engine. also fix release crash | ||||
| * | fix connecting to an ID. | Lorn Potter | 2010-03-03 | 1 | -1/+1 |
| | | |||||
* | | Updating polling mechanism for bearer management engines. | Aaron McCarthy | 2010-03-04 | 2 | -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 HEAD | Aaron McCarthy | 2010-03-02 | 1 | -8/+4 |
|\ | | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm | ||||
| * | check that wifi is powered on before trying to scan. | Lorn Potter | 2010-02-26 | 1 | -63/+59 |
| | | | | | | | | | | | | also fix crash and remove useless warning messages. Alex <qt-info@nokia.com> | ||||
* | | Bearer management changes from Qt Mobility (fca9891). | Aaron McCarthy | 2010-03-02 | 2 | -66/+136 |
|/ | | | | fca98911b75ce12e70d93cfc2932a9759758a605 | ||||
* | Make this function non-static. | Aaron McCarthy | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Add locking to bearer code. | Aaron McCarthy | 2010-02-22 | 1 | -0/+22 |
| | | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe. | ||||
* | Fix public includes. | Aaron McCarthy | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2010. | Aaron McCarthy | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Rename internal QNetworkSessionEngine* to QBearerEngine*. | Aaron McCarthy | 2010-02-08 | 3 | -4/+4 |
| | |||||
* | Remove implementation specific functions out of QNetworkSessionEngine. | Aaron McCarthy | 2010-02-08 | 3 | -6/+7 |
| | |||||
* | Add defaultConfiguration() function to all bearer management engines. | Aaron McCarthy | 2010-02-03 | 2 | -0/+7 |
| | |||||
* | Make compile on Mac OS X. | Aaron McCarthy | 2010-01-20 | 3 | -2/+14 |
| | |||||
* | Partially convert Symbian backend into a plugin. | Aaron McCarthy | 2010-01-12 | 2 | -0/+7 |
| | | | | QNetworkSession functionality not converted yet. |