summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-113-10/+46
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | |
* | | | Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-181-1/+2
|/ / /
* | | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-113-44/+212
| |/ |/|
* | Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021-0/+1
|\ \ | |/ | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * Fix Symbian build when building for WINSCW with abld.Aaron McCarthy2010-02-261-0/+1
| | | | | | | | Fix include path to find private QtNetwork headers.
* | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-023-10/+46
|/ | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Fix build on Symbian.Aaron McCarthy2010-02-233-2/+12
|
* Add locking to bearer code.Aaron McCarthy2010-02-221-0/+44
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
|
* Remove debug.Aaron McCarthy2010-02-111-1/+0
|
* Update copyright year to 2010.Aaron McCarthy2010-02-113-3/+3
|
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-082-3/+3
|
* Remove implementation specific functions out of QNetworkSessionEngine.Aaron McCarthy2010-02-082-30/+2
|
* Ensure that default network interface is set appropriately.Aaron McCarthy2010-02-031-0/+10
| | | | | Default network interface was not always being set when the active network configuration changed.
* Port session functionality.Aaron McCarthy2010-01-186-21/+1398
|
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-124-0/+1251
QNetworkSession functionality not converted yet.