| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
If setdefaultif(0) or unsetdefaultif() is called all sockets belonging
to the current process are closed by OpenC.
Task-number: QTBUG-12686
|
|
|
|
|
|
| |
disconnection.
Fixes: NB#185586 - QNetworkSession::closed() signal never sent when QNetworkSession::close() is called.
|
| |
|
|
|
|
| |
Task-number: QTBUG-12904
|
|
|
|
|
| |
Merge-request: 2450
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
|
|
|
|
|
| |
Conflicts:
src/plugins/bearer/icd/qicdengine.cpp
|
|
|
|
|
|
| |
Conflicts:
src/plugins/bearer/icd/qicdengine.cpp
|
|
|
|
|
|
|
|
|
| |
even when there was an active connection.
Fixes: NB#181984 - QNetworkConfigurationManager reports offline even when connected.
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@nokia.com>
Signed-off-by: Jukka Rissanen <jukka.rissanen@nokia.com>
|
| |
|
|
|
|
|
|
|
| |
in QNetworkConfigurationManager. The session state is only changed
according to status messages sent by icd.
Fixes: NB#182148 - QNetworkSession changes to disconnected state immediately after opening session
|
| |
|
|
|
|
|
| |
Merge-request: 2441
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
|\ |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
src/plugins/bearer/connman/qconnmanengine.cpp
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| |
| |
| | |
Ensure that locks are not held when signals are emitted.
Task-number: QTBUG-12631
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (23 commits)
Removed the unfinished sentence. Fix for QTBUG-10173.
Fixed the addressbook tutorial and some spelling mistakes. Fix for QTBUG-7071 and QTBUG-10173
Unbreak QImage::rgbSwapped() for many image formats.
Crash when pressing the '£' key on Belgian Keyboard layout (Cocoa)
Doc: Adding content to installation guide and fixing printing bugs
Cocoa: Active QDockWidget does not stay on top of inactive QDockWidget
Made changes to qdoc to allow it to accept a "style level" flag
Doc: Correcting bugs in the CSS
Return 'Unknown' bearer type name for unknown bearer type.
Update def files.
Doc: updating index page, x platform and platform spec. Removing redundant style files
Added notice that some links are online documents.
Modified qtdemo so error does not appear when there is no demo/example description availablei (QTBUG-12522). There is already output when building Qt that a description is missing -- the user does not need to witness an error about ensuring the documentation has been built just because a description has not been contributed.
Fix Japanese characters not displayed in webkit on Mac Cocoa 64 (Regression)
configure: don't symlink the mkspecs/features directory
Doc: adding changes to getting started and fixing redirection links
doc: Fixed many qdoc errors.
Fixed potential infinite loop in QFileSystemWatcher on Mac.
qdoc: Removed exclusion of declarative directories in qt-api-only.qdocconf
Fixed comment about all enums being accessible in QML. Fix for QTBUG-12527.
...
|
| | |
| | |
| | |
| | |
| | | |
There is no need to iterate over the outer and inner map as they are not
multi-maps.
|
| |/
| |
| |
| |
| | |
Task-number: QTBUG-12378
Reviewed-by: Alex
|
|/
|
|
| |
RevBy: Trust me
|
|\ |
|
| |
| |
| |
| | |
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
|