| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This reverts commit cd50f97a9f09eece645c9d7d01cb14c04521a915.
Fails on tb9.2, reverting while working on a fix.
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Task-number: QTBUG-10296
|
|
|
|
|
|
| |
Simplify locking by using inline getter functions.
Task-number: QTBUG-10296
|
| |
|
| |
|
|
|
|
| |
Task-number: QTBUG-10875
|
|
|
|
| |
Close the wlanapi handle before main function returns.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Fixes crash on startup and crashes on network requests
Task-number: QTBUG-9820
Reviewed-by: Janne Anttila
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
807e9868152bb06d37895a5e3d1a3e49908a6036
|
| |
| |
| |
| | |
Change 29776be110cdc121eb5a22446be6adae8ff6f4d8 from Qt Mobility.
|
|/
|
|
| |
Change e5f8e3069d0de428a751e8a1dd88f3585f2d3f5f from Qt Mobility.
|
|
|
|
|
|
| |
fixes using MallocScribble crash
Task-number: QTBUG-10068
|
|
|
|
|
| |
The initial list of network configurations was being fetched twice when
the bearer management plugins are loaded.
|
| |
|
|
|
|
|
|
| |
increases startup time.
Task-number: QTBUG-9722
|
|
|
| |
qcorewlanengine.mm includes qt_cocoa_helpers_mac_p.h which is in QtGui.
|
|
|
|
| |
This add addition ifdefs around code missed by MR 517.
|
|
|
|
|
| |
Merge-request: 517
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
|
| |
|
| |
|
|
|
|
| |
7a5ff9859f5775915ae80c287f51c772599c2379
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Merging bearer header.
|
|
|
|
| |
open is public.
|
|
|
|
| |
this fixes associating..
|
|
|
|
| |
Resources are not allocated on error. Only free on success.
|
| |
|
| |
|
| |
|
|
|
|
| |
Task-number: QT-3150
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/plugins/bearer/corewlan/qcorewlanengine.mm
|
| |
| |
| |
| | |
6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
|
|/ |
|
| |
|
|
|
|
|
|
| |
Warnings are unnecessary when not building for Symbian.
Task-number: QTBUG-9156
|
|
|
|
| |
Task: QTBUG-9156
|
| |
|
|
|
|
| |
This reverts commit 39818f933b958d504b9cc18487658209d1df22da.
|
|\
| |
| |
| |
| | |
Conflicts:
mkspecs/common/symbian/symbian.conf
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
...
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
mkspecs/common/symbian/symbian.conf
qmake/generators/makefile.h
qmake/project.cpp
src/3rdparty/webkit/WebCore/WebCore.pro
src/src.pro
|
| | | | |
|
| | | | |
|
|/ / / |
|