Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix webkit crash when accessing network on Symbian | Janne Koskinen | 2010-05-11 | 1 | -1/+1 |
| | | | | | | | Fixes crash on startup and crashes on network requests Task-number: QTBUG-9820 Reviewed-by: Janne Anttila | ||||
* | Added missing UID3 for qsymbianbearer.dll. | Espen Riskedal | 2010-05-03 | 1 | -0/+1 |
| | | | | | | | | Without a proper UID3 it is not possible to sign Qt.sis at symbiansigned.com. I also reserved the UID3 in our Wiki pages Reviewed-by: Aleksandar Babic | ||||
* | 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 | 12 | -16/+33 |
| | | | | | 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 | 16 | -3/+61 |
| | | | | This add addition ifdefs around code missed by MR 517. | ||||
* | Introduce a qconfig feature for Bearer Management | Tasuku Suzuki | 2010-04-15 | 6 | -0/+23 |
| | | | | | Merge-request: 517 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> | ||||
* | Remove holes in bearer management data structures. | Aaron McCarthy | 2010-04-15 | 3 | -12/+12 |
| | |||||
* | Don't link bearer plugins against QtGui unnecessarily. | Aaron McCarthy | 2010-04-14 | 5 | -5/+5 |
| | |||||
* | Bearer management changes from Qt Mobility (7a5ff985) | Aaron McCarthy | 2010-04-14 | 10 | -923/+1264 |
| | | | | 7a5ff9859f5775915ae80c287f51c772599c2379 | ||||
* | Introduce a qconfig feature for QtDBus | Tasuku Suzuki | 2010-04-08 | 7 | -0/+26 |
| | | | | | | | | | | QtDBus module is useless with QT_NO_PROPERTIES. Add D-Bus section and DBUS feature which requires PROPERTIES. Update qfeatures.h. Disable QtDBus module, a bearer management plugin for NetworkManager and a script plugin for QtDBus when QT_NO_DBUS is defined. Merge-request: 511 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com> | ||||
* | MONILITY-645 | Wolfgang Beck | 2010-03-30 | 2 | -0/+8 |
| | | | | Merging bearer header. | ||||
* | specify the configuration's purpose based on security mode of network. | Lorn Potter | 2010-03-26 | 3 | -7/+29 |
| | | | | 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. | ||||
* | Compile with QT_NO_NETWORKINTERFACE defined. | Aaron McCarthy | 2010-03-25 | 10 | -15/+33 |
| | |||||
* | Don't emit signals in constructor. | Aaron McCarthy | 2010-03-25 | 2 | -4/+11 |
| | |||||
* | 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 | ||||
* | not all interfaces should be active | Lorn Potter | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Lorn Potter | 2010-03-24 | 10 | -51/+147 |
|\ | | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm | ||||
| * | Bearer management changes from Qt Mobility (6fb31d1e). | Aaron McCarthy | 2010-03-24 | 10 | -53/+152 |
| | | | | | | | | 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 |
| | |||||
* | Quiet unnecessary configure/qmake warnings when EPOCROOT is not set. | Aaron McCarthy | 2010-03-23 | 1 | -8/+10 |
| | | | | | | Warnings are unnecessary when not building for Symbian. Task-number: QTBUG-9156 | ||||
* | Add configure test for Maemo Internet Connection Daemon. | Aaron McCarthy | 2010-03-23 | 2 | -5/+9 |
| | | | | Task: QTBUG-9156 | ||||
* | fix warning | Lorn Potter | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Revert "Don't emit open signal on session close/error." | Aaron McCarthy | 2010-03-19 | 2 | -11/+10 |
| | | | | This reverts commit 39818f933b958d504b9cc18487658209d1df22da. | ||||
* | Merge remote branch 'origin/4.7' into oslo-staging-1 | Aaron McCarthy | 2010-03-19 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: mkspecs/common/symbian/symbian.conf | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Qt Continuous Integration System | 2010-03-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: (190 commits) Fixed Symbian applications with DESTDIR set. Removed a warning about generated rss files. Revert "Temporarily disable problematic dll." Fixed "Cannot install protected application" message on Symbian. Worked around a crash in the elf2e32 postlinker tool. Worked around case differences in Symbian^3 and Gnupoc. Enabled compilation of plugins again. Fixed a building bug where the DLL entry point was undefined. Moved UID2 processing from cpp code to profiles. Added rpp and rsg files to ignore filter. Moved two profiles to the correct directory. Fix build break caused by undefined symbol SetDialogPreference Temporarily disable problematic dll. Use the same concept for per-lib tweaks as armcc Consistently use the * in configure Symbian doesn't have large file support currently, just turn it off Remove largefile config test Make sure that we have all compile flags available always Enabled dependencies for .dso and .lib libraries only. Switched to using DEF_FILE, which is the official variable. ... | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-03-11 | 23 | -568/+727 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/common/symbian/symbian.conf qmake/generators/makefile.h qmake/project.cpp src/3rdparty/webkit/WebCore/WebCore.pro src/src.pro | ||||
| | * | | Made header inclusion Linux friendly. | axis | 2010-03-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Don't emit open signal on session close/error. | Aaron McCarthy | 2010-03-19 | 2 | -10/+11 |
| | | | | |||||
* | | | | Add flag to indicate that network sessions are expected on a platform. | Aaron McCarthy | 2010-03-18 | 2 | -2/+4 |
|/ / / | |||||
* | | | 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 |
| | | | |||||
* | | | Remove configure test for NetworkManager. | Aaron McCarthy | 2010-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | The NetworkManager plugin for Brearer Management no longer has a compile time dependency on NetworkManager. Task-number: QTBUG-9005 | ||||
* | | | 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 | 16 | -134/+533 |
| |/ |/| | |||||
* | | Don't wait forever when scanning for wifi networks on win32 fails. | Aaron McCarthy | 2010-03-10 | 1 | -3/+20 |
| | | |||||
* | | use Qt's private mac functions, reduce code redundancy | Lorn Potter | 2010-03-09 | 1 | -43/+13 |
| | | |||||
* | | don't try to build corewlan plugin when corewlan was not found at configure | Lorn Potter | 2010-03-07 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |