summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ / /
* | | probably need to update user configurations once in a while tooLorn Potter2010-03-171-1/+1
| | |
* | | use dynamicstore insteadLorn Potter2010-03-171-29/+14
| | |
* | | Remove configure test for NetworkManager.Aaron McCarthy2010-03-151-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 accessingLorn Potter2010-03-122-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 interfaceLorn Potter2010-03-122-5/+16
| | | | | | | | | | | | Task-number: QTBUG-8954
* | | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-1116-134/+533
| |/ |/|
* | Don't wait forever when scanning for wifi networks on win32 fails.Aaron McCarthy2010-03-101-3/+20
| |
* | use Qt's private mac functions, reduce code redundancyLorn Potter2010-03-091-43/+13
| |
* | don't try to build corewlan plugin when corewlan was not found at configureLorn Potter2010-03-071-1/+1
| |
* | Fixing compilation error, missing ifdef.Carlos Manuel Duclos Vergara2010-03-051-1/+2
| | | | | | | | Reviewed-by: Prasanth
* | add wifi power notifications. more Qt way for autorelease.Lorn Potter2010-03-052-33/+83
| | | | | | | | and change to better way of getting wifi interfaces.
* | Merge remote branch 'staging/4.7' into bearermanagement/pollingAaron McCarthy2010-03-051-23/+2
|\ \
| * | remove non wifi interfaces from being handled.Lorn Potter2010-03-041-22/+1
| | | | | | | | | | | | | | | handled by generic engine. also fix release crash
| * | fix connecting to an ID.Lorn Potter2010-03-031-1/+1
| | |
* | | Remove unnecessary qWarnings from bearer management code.Aaron McCarthy2010-03-056-89/+77
| | |
* | | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-052-12/+49
| | |
* | | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-046-21/+26
|/ / | | | | | | | | | | | | Improves the polling mechanism by sharing a single timer for all poll based engines. Updates are only performed for a poll based engine iff a QNetworkConfigurationManager object has been constructed or a QNetworkConfiguration is held externally from the engine.
* | Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-025-15/+14
|\ \ | | | | | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * \ Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-273-10/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qmetatype.cpp src/declarative/graphicsitems/qdeclarativeevents.cpp src/declarative/graphicsitems/qdeclarativeflickable.cpp src/declarative/graphicsitems/qdeclarativegridview.cpp src/declarative/qml/qdeclarativescript.cpp src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativebehavior.cpp src/declarative/util/qdeclarativeeasefollow.cpp src/declarative/util/qdeclarativefontloader.cpp src/declarative/util/qdeclarativelistmodel.cpp src/declarative/util/qdeclarativespringfollow.cpp src/declarative/util/qdeclarativestategroup.cpp src/declarative/util/qdeclarativesystempalette.cpp src/declarative/util/qdeclarativetimer.cpp src/declarative/util/qmlstateoperations.cpp src/multimedia/qml/qdeclarativeaudio.cpp src/multimedia/qml/qdeclarativevideo.cpp
| | * \ Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-262-7/+6
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: configure.exe
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into ↵Qt Continuous Integration System2010-02-262-7/+5
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/mobility-staging: Speed up compilation of this test with MSVC. Fix Symbian build when building for WINSCW with abld. Fix file descriptor leak with generic engine on Linux.
| | | | * Merge commit 'f17ba38d5380e458b50ae543b34c52b2a2df8e7e' into ↵Aaron McCarthy2010-02-261-7/+4
| | | | |\ | | | | | | | | | | | | | | | | | | bearermanagement/staging
| | | | | * Fix file descriptor leak with generic engine on Linux.Aaron McCarthy2010-02-251-7/+4
| | | | | |
| | | | * | Fix Symbian build when building for WINSCW with abld.Aaron McCarthy2010-02-261-0/+1
| | | | |/ | | | | | | | | | | | | | | | Fix include path to find private QtNetwork headers.
| | * | | Fix compilation with namespace.ck2010-02-241-0/+1
| | | | |
| | * | | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-241-3/+3
| | | |/ | | |/|
| * | | Fix compilation with Sun CC: __FUNCTION__ is not validThiago Macieira2010-02-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Use the alternative from qglobal.h, that exists for this reason. Reviewed-by: Trust Me
| * | | check that wifi is powered on before trying to scan.Lorn Potter2010-02-261-63/+59
| | |/ | |/| | | | | | | | | | | | | also fix crash and remove useless warning messages. Alex <qt-info@nokia.com>
| * | Compile on Linux: close(2) is defined in #include <unistd.h>Thiago Macieira2010-02-241-0/+1
| |/ | | | | | | Reviewed-by: Trust Me
* | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-0217-361/+473
|/ | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Make this function non-static.Aaron McCarthy2010-02-231-1/+1
|
* Make compile on Maemo6.Aaron McCarthy2010-02-233-9/+16
|
* Fix build on Symbian.Aaron McCarthy2010-02-233-2/+12
|
* Add locking to bearer code.Aaron McCarthy2010-02-228-1/+161
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Don't load NetworkManager plugin in NetworkManager is not available.Aaron McCarthy2010-02-184-6/+20
|
* Disable NLA plugin, build generic on win32 and mac.Aaron McCarthy2010-02-171-1/+3
| | | | | | | The NLA plugin locks up on exit for some programs, though not all. Disable for now until cause is found. Always build generic plugin on win32 and mac.
* Remove debug output.Aaron McCarthy2010-02-161-4/+4
|
* Always build generic plugin when building NetworkManager plugin.Aaron McCarthy2010-02-161-1/+3
|