| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
e51af0d74f8bb6ca6100d2338671d2d053bfed01
|
| |
| |
| |
| | |
7f9a8ebcfe86d3df428707888c3ab5fcd10226a4
|
| |
| |
| |
| | |
f84bb604d745c512db8d53410c5fec835309f85e
|
| |
| |
| |
| |
| | |
The root cause is failing compilation test for SNAP when it shouldn't,
but it should still not result in compilation errors in code.
|
| | |
|
| |
| |
| |
| | |
2f582953ecfc53f217317f58e4fc75b5b51a1126
|
|/
|
|
|
|
|
|
|
|
| |
Some of the library dependencies of the ICD Bearer Management plugin use
Qt. We include them in src/3rdparty and link against them statically to
avoid the circular build dependency. Libraries that do not use Qt are
still linked dynamically. The libraries which are statically linked are
libconninet and libgq-gconf.
Task-number: QTBUG-12354
|
|
|
|
| |
f17d8a5dbef076046ff504fecb1fd445c9b785ac
|
|
|
|
| |
426ff79e49d4abb659167541bb67846443b9707e
|
|
|
|
|
|
|
|
| |
It is useful to know the priority order of the sub configurations of
a service network.
Task-number: QTBUG-11678
RevBy: juhvu <qt-info@nokia.com>
|
|
|
|
|
| |
Fixes: NB#176643 - Segmentation fault occurs while using networking
Reviewed-by: Adrian Constantin
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Configure runs qmake on all .pro files in the source tree. Wrapping
symbian only code in symbian scopes prevents warnings about unset
EPOCROOT on other platforms.
Task-number: QTBUG-11996
|
| |
| |
| |
| | |
Use Qt typedef for unsigned 32-bit integers.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fixes network access issue when running Qt applications in scratchbox
environment.
Task-number: QT-3528
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
make sure the disconnected signal is sent even if the actual network connection is not closed.
Fixes: NB#175064 - QNetworkSession signals wrong state after calling stop()
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
21abc07dc396f08c888bf3cac96b535cc296cb00
|
| |
| |
| |
| | |
4713262c16cb3eba1f4beccb6962a1ae210479c0
|
| |
| |
| |
| | |
37ad80914f7acb8d4f3364d78e75d48cd14e8e2a
|
| |
| |
| |
| | |
50de830ded2dcc1c6b4d8be71428d9a2bfed6ae7
|
| |
| |
| |
| | |
a05504d2a0c643c6f253527f07bcc0dba8a799b4
|
| |
| |
| |
| | |
256e67963c4cb0fc150e6c47193e7c9b17296611
|
| |
| |
| |
| | |
7e8b55524bd8a00e49e11103e8c8091e1e59e612
|
| |
| |
| |
| | |
216f4016d1b447d51630086afca179df11fd6997
|
| |
| |
| |
| | |
c84a6d828bcb7f66d1ac06e1a7a84c5a8ba9cec4
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
All different Symbian bearer plugins had same UID which caused
duplicate extension makefiles. Assigned each dll different UID.
Reviewed-by: Jason Barron
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
still needs work, debugging, additional threading support, and probably
refactoring.
This includes a connman dbus service wrapper that has more functionality
than is needed by the bearer backend but still missing some
'set' functionality for a complete connman wrapper.
Developed with wifi/desktop on 'lucid' kubuntu, using the connman available at
http://ppa.launchpad.net/indicator-network-developers/ppa/ubuntu
|
|
|
|
|
|
| |
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.
|