| Commit message (Expand) | Author | Age | Files | Lines |
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 3 | -72/+72 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 3 | -6/+6 |
|
|
* | Compile on Mac OS X with unsupported/macx-clang | Bradley T. Hughes | 2012-04-27 | 1 | -1/+1 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 3 | -3/+3 |
|
|
* | Merge remote branch 'origin/4.8' into 4.8-from-4.7 | Rohan McGovern | 2011-09-14 | 2 | -3/+4 |
|\ |
|
| * | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 3 | -51/+51 |
|
|
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 3 | -3/+3 |
| |\ |
|
| * \ | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 2 | -36/+51 |
| |\ \ |
|
| * | | | Don't put Objective-C sources in SOURCES | Tor Arne Vestbø | 2010-10-27 | 1 | -1/+2 |
|
|
| * | | | Don't use 'id' as variable name, it has special meaning in Objctive-C | Tor Arne Vestbø | 2010-10-15 | 1 | -2/+2 |
|
|
* | | | | Ensure that the corewlan plugin can be built with the Mac OS X 10.7 sdk | Oswald Buddenhagen | 2011-09-05 | 1 | -1/+1 |
|
|
* | | | | remove obsolete define | Oswald Buddenhagen | 2011-09-05 | 1 | -1/+0 |
|
|
* | | | | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 3 | -51/+51 |
| |_|/
|/| | |
|
* | | | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 3 | -3/+3 |
| |/
|/| |
|
* | | get rid of dependency on QtGui | Lorn Potter | 2010-11-09 | 2 | -36/+51 |
|/ |
|
* | protect nil dictionary from release. | Lorn Potter | 2010-09-03 | 1 | -38/+47 |
|
|
* | Use an enum to return the bearer type of a network configuration. | Aaron McCarthy | 2010-08-02 | 2 | -5/+3 |
|
|
* | 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 |
|
|
* | fix memory bug | Lorn Potter | 2010-04-21 | 1 | -3/+1 |
|
|
* | Remove redundant network configuration updates on startup. | Aaron McCarthy | 2010-04-20 | 2 | -4/+4 |
|
|
* | 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 |
|
|
* | Compile (with -no-pch) | Morten Johan Sørvig | 2010-04-15 | 1 | -1/+1 |
|
|
* | Add missing QT_NO_BEARERMANAGEMENT ifdefs. | Aaron McCarthy | 2010-04-15 | 3 | -3/+14 |
|
|
* | 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 |
|
|
* | specify the configuration's purpose based on security mode of network. | Lorn Potter | 2010-03-26 | 2 | -5/+17 |
|
|
* | don't just return the first key here. | Lorn Potter | 2010-03-25 | 1 | -3/+0 |
|
|
* | Fix crash. | Aaron McCarthy | 2010-03-25 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|\ |
|
| * | Bearer management changes from Qt Mobility (6fb31d1e). | Aaron McCarthy | 2010-03-24 | 2 | -11/+13 |
|
|
* | | 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 |
|
|
* | fix crash on 10.6 with no wifi interface | Lorn Potter | 2010-03-12 | 2 | -5/+16 |
|
|
* | 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 |
|
|
* | add wifi power notifications. more Qt way for autorelease. | Lorn Potter | 2010-03-05 | 2 | -33/+83 |
|
|
* | 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 |
|
|
| * | 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 |
|/ |
|