| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-09-21 | 8 | -27/+37 |
|\ |
|
| * | Remove pre-Symbian3 plugins from Symbian3 and later builds | Miikka Heikkinen | 2010-09-17 | 2 | -5/+8 |
|
|
| * | Check S60_VERSION instead of existence of certain files in bearer plugin | Miikka Heikkinen | 2010-09-16 | 2 | -15/+15 |
|
|
| * | Don't add generic subdirs project twice. | Aaron McCarthy | 2010-09-13 | 1 | -3/+3 |
|
|
| * | Remove debug, quiet warnings. | Aaron McCarthy | 2010-09-13 | 1 | -2/+0 |
|
|
| * | Fix memory leaks and valgrind errors. | Aaron McCarthy | 2010-09-13 | 1 | -2/+9 |
|
|
| * | Bearer management: Fix compilation with namespace. | Christian Kandeler | 2010-09-10 | 1 | -0/+2 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-09-10 | 12 | -188/+1592 |
|\ \
| |/ |
|
| * | protect nil dictionary from release. | Lorn Potter | 2010-09-03 | 1 | -38/+47 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Lorn Potter | 2010-09-03 | 4 | -94/+152 |
| |\ |
|
| | * | Fix potential KERN-EXEC 0 on Symbian. | Aaron McCarthy | 2010-09-02 | 1 | -5/+16 |
|
|
| | * | Revert "Restore default if to system default on session close." | Aaron McCarthy | 2010-09-02 | 2 | -29/+14 |
|
|
| | * | Fix EasyWLAN handling. | Aaron McCarthy | 2010-09-01 | 4 | -67/+129 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Lorn Potter | 2010-09-01 | 3 | -19/+35 |
| |\ \
| | |/ |
|
| * | | add ofono support and fix crashes | Lorn Potter | 2010-08-24 | 7 | -56/+1393 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-30 | 3 | -19/+35 |
|\ \ \
| | |/
| |/| |
|
| * | | Restore default if to system default on session close. | Aaron McCarthy | 2010-08-26 | 2 | -16/+32 |
|
|
| * | | QNetworkSession::close() method now send closed() signal while faking disconn... | Tomasz Bursztyka | 2010-08-25 | 1 | -3/+3 |
| |/ |
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-25 | 6 | -59/+78 |
|\ \
| |/ |
|
| * | just build connman and networkmanager plugins on linux | Lorn Potter | 2010-08-20 | 1 | -1/+1 |
|
|
| * | cleanup and remove __FUNCTION__, which breaks build on solaris | Lorn Potter | 2010-08-19 | 2 | -25/+2 |
|
|
| * | Fix compilation: QT_NO_TEXTSTREAM | Tasuku Suzuki | 2010-08-17 | 1 | -0/+2 |
|
|
| * | Mutex is already locked when private member function is called. | Aaron McCarthy | 2010-08-16 | 1 | -3/+2 |
|
|
| * | Fixed a typo when doing a lock. | Aaron McCarthy | 2010-08-16 | 1 | -2/+1 |
|
|
| * | The QNetworkConfigurationManager did not get the online status correctly even... | Tomasz Bursztyka | 2010-08-16 | 2 | -28/+71 |
|
|
| * | Release lock before calling into icd engine. | Aaron McCarthy | 2010-08-16 | 1 | -5/+6 |
|
|
| * | Do not change the session configuration state because of changes | Jukka Rissanen | 2010-08-16 | 1 | -2/+0 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 24 | -410/+411 |
|\ \
| |/ |
|
| * | dont leak these | Lorn Potter | 2010-08-05 | 1 | -0/+1 |
|
|
| * | Fix compilation with QT_NO_DBUS | Tasuku Suzuki | 2010-08-04 | 2 | -0/+12 |
|
|
| * | Merge remote branch 'staging/4.7' into qtbug-12631 | Aaron McCarthy | 2010-08-04 | 3 | -23/+148 |
| |\ |
|
| | * | new icons for cell and bt networks. | Lorn Potter | 2010-08-03 | 1 | -20/+33 |
|
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Lorn Potter | 2010-08-03 | 21 | -342/+207 |
| | |\ |
|
| | * | | add convience methods for getting ethernet service details. | Lorn Potter | 2010-07-30 | 2 | -4/+110 |
|
|
| | * | | fix spelling | Lorn Potter | 2010-07-30 | 1 | -1/+1 |
|
|
| | * | | fix crash | Lorn Potter | 2010-07-30 | 1 | -1/+1 |
|
|
| | * | | try harder to get cell name | Lorn Potter | 2010-07-29 | 1 | -2/+8 |
|
|
| * | | | Fix deadlocks in ICD and NetworkManager engines. | Aaron McCarthy | 2010-08-04 | 4 | -46/+41 |
| | |/
| |/| |
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-03 | 18 | -334/+185 |
| |\ \ |
|
| | * | | Simplify network manager settings code. | Aaron McCarthy | 2010-08-02 | 1 | -112/+46 |
|
|
| | * | | Use an enum to return the bearer type of a network configuration. | Aaron McCarthy | 2010-08-02 | 17 | -222/+139 |
| | |/ |
|
| * | | Fixed additional case differences between Gnupoc and Symbian^3. | axis | 2010-07-30 | 4 | -7/+21 |
| |/ |
|
| * | Merge remote branch 'staging/4.7' into bearermanagement/icd-static-libs | Aaron McCarthy | 2010-07-28 | 7 | -117/+209 |
| |\ |
|
| * | | Statically link to Qt based dependent librarys. | Aaron McCarthy | 2010-07-28 | 1 | -2/+5 |
|
|
* | | | Remove the use of deprecated qVariant* | Olivier Goffart | 2010-08-06 | 1 | -6/+6 |
| |/
|/| |
|
* | | Cherry pick fix for MOBILITY-1234 from Qt Mobility. | Aaron McCarthy | 2010-07-28 | 1 | -0/+2 |
|
|
* | | Cherry pick fix for QTMOBILITY-408 from Qt Mobility. | Aaron McCarthy | 2010-07-28 | 2 | -33/+34 |
|
|
* | | Cherry pick fix for MOBILITY-1194 from Qt Mobility. | Aaron McCarthy | 2010-07-28 | 3 | -24/+68 |
|
|
* | | Fix compilation error on Symbian^4. | Aaron McCarthy | 2010-07-28 | 3 | -12/+12 |
|
|
* | | Fix detection of OCC functionality. | Aaron McCarthy | 2010-07-28 | 1 | -1/+1 |
|
|