summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Split Symbian bearer plugin into three platform specfic plugins"Aaron McCarthy2010-06-035-62/+40
| | | | | | This reverts commit cd50f97a9f09eece645c9d7d01cb14c04521a915. Fails on tb9.2, reverting while working on a fix.
* Split Symbian bearer plugin into three platform specfic pluginsAaron McCarthy2010-06-025-40/+62
| | | | | | | | Symbian bearer plugin has more functionality when built for newer platforms, so split the plugin into three platform specific plugins, and deploy the correct one depending on what the device supports. Written by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix build failure on Symbian 3.1.Aaron McCarthy2010-06-011-2/+2
|
* Fix multithreaded use of bearer management on Symbian.Aaron McCarthy2010-05-312-80/+52
| | | | | | | | | | | | | | | | | | | | Move more initialization code into initialize() function. The constructor for the SymbianEngine class can be called from any thread. Move all initialization into initialize() function which is guarinteed to be run in the main thread. This is required as some Symbian resources are not shared between thread in the same process. The implementation of the defaultConfiguration() function could only be called from the main thread. Cache a copy of the default network configuration when the configurations are updated and just return this when the defaultConfiguration() function is called. Only lock the engine mutex from external entry points. Remove need for locking in waitRandomTime() function. Prevents dead lock due to nested event loop. Task-number: QTBUG-10296
* Fix up cancelling of active object.Aaron McCarthy2010-05-311-44/+34
| | | | Task-number: QTBUG-10296
* Fix locking after merge from Qt Mobility.Aaron McCarthy2010-05-313-102/+88
| | | | | | Simplify locking by using inline getter functions. Task-number: QTBUG-10296
* Fix build when snap functionality is not available.Aaron McCarthy2010-05-251-2/+2
|
* 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 crash on exit in native wifi plugin on Vista+ when run in debugger.Aaron McCarthy2010-05-202-23/+73
| | | | Close the wlanapi handle before main function returns.
* Merge remote branch 'staging/4.7' into bearermanagement/mobility-changes-squashAaron McCarthy2010-05-142-1/+2
|\
| * fix webkit crash when accessing network on SymbianJanne Koskinen2010-05-111-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 Riskedal2010-05-031-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
* | Cherry pick fix for MOBILITY-932 from Qt Mobility.Aaron McCarthy2010-05-141-18/+14
| | | | | | | | 807e9868152bb06d37895a5e3d1a3e49908a6036
* | Cherry pick fix for MOBILITY-828 from Qt Mobility.Aaron McCarthy2010-05-141-2/+2
| | | | | | | | Change 29776be110cdc121eb5a22446be6adae8ff6f4d8 from Qt Mobility.
* | Cherry pick fix for MOBILITY-828 from Qt Mobility.Aaron McCarthy2010-05-144-243/+416
|/ | | | Change e5f8e3069d0de428a751e8a1dd88f3585f2d3f5f from Qt Mobility.
* 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-2012-16/+33
| | | | | 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-1516-3/+61
| | | | This add addition ifdefs around code missed by MR 517.
* Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-156-0/+23
| | | | | Merge-request: 517 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Remove holes in bearer management data structures.Aaron McCarthy2010-04-153-12/+12
|
* Don't link bearer plugins against QtGui unnecessarily.Aaron McCarthy2010-04-145-5/+5
|
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-1410-923/+1264
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-087-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-645Wolfgang Beck2010-03-302-0/+8
| | | | Merging bearer header.
* specify the configuration's purpose based on security mode of network.Lorn Potter2010-03-263-7/+29
| | | | 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.
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-2510-15/+33
|
* Don't emit signals in constructor.Aaron McCarthy2010-03-252-4/+11
|
* 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
* not all interfaces should be activeLorn Potter2010-03-251-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-03-2410-51/+147
|\ | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-2410-53/+152
| | | | | | | | 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
|
* Quiet unnecessary configure/qmake warnings when EPOCROOT is not set.Aaron McCarthy2010-03-231-8/+10
| | | | | | Warnings are unnecessary when not building for Symbian. Task-number: QTBUG-9156
* Add configure test for Maemo Internet Connection Daemon.Aaron McCarthy2010-03-232-5/+9
| | | | Task: QTBUG-9156
* fix warningLorn Potter2010-03-231-1/+1
|
* Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-192-11/+10
| | | | This reverts commit 39818f933b958d504b9cc18487658209d1df22da.
* Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-191-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 System2010-03-171-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-publicaxis2010-03-1123-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.axis2010-03-011-1/+1
| | | |
* | | | Don't emit open signal on session close/error.Aaron McCarthy2010-03-192-10/+11
| | | |
* | | | Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-182-2/+4
|/ / /