| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: trust me
|
|
|
|
|
|
|
|
| |
This fixes the case where the connection threads are never stopped until
desctuctor.
Task-number: QTBUG-14836
Reviewed-by: trust me
|
| |
|
|
|
|
|
|
|
| |
The active object made a request before it was set as active.
Task-number: QT-3996
Written-by: Perttu Pohjonen <perttu.pohjonen@nokia.com>
|
| |
|
|
|
|
|
|
|
| |
Currently it emits InvalidConfigurationError
Task-number: QTMOBILITY-514
Reviewed-by: Aaron McCarthy
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The use of libconninet caused Qt to have a cyclic build dependency.
Which was solved by embedding a copy as a 3rd party library. Maemo has
since donated the libconninet code to Qt because (1) it was a private
Maemo API and (2) the Qt ICD plugin is the only user of the library.
This commit moves the relevent code from src/3rdparty/libconninet to
src/plugins/bearer/icd and deletes the rest.
Task-number: QT-3893
|
| |
|
|
|
|
|
|
| |
the refcounting to work in ICD.
Fixes NB#188145 - Network interface doesn't go down after last client disconnects
|
|
|
|
|
|
|
|
|
| |
Symbian3 and later builds are not compatible with pre-Symbian3 phones
anyway, so no need to build and deploy older version plugins when
building for Symbian3 or later.
Task-number: QT-3949
Reviewed-by: Janne Koskinen
|
|
|
|
|
|
|
|
|
| |
Checking for existence of files does not work in clean platform builds,
so check the S60_VERSION instead, which can be explicitly set by
those builds to correct value.
Task-number: QT-3949
Reviewed-by: axis
|
|
|
|
| |
Task-number: QTBUG-13519
|
| |
|
| |
|
| |
|
|
|
|
| |
Task-number: QTBUG-13335
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
SymbianEngine::updateConfigurationsL cannot be called from a
non-main thread as it uses Symbian resources not shared between
threads.
Task-number: QTBUG-13064
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit bce4c42a3d0c7d24009230e09aa58db60db39d40.
This change did not have the desired effect on Symbian versions prior
to Symbian^3.
Conflicts:
src/plugins/bearer/symbian/qnetworksession_impl.cpp
|
| |
| |
| |
| |
| |
| |
| | |
RCmManager is not sharable between threads, use a function local
instance instead.
Task-number: QTBUG-13064
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
| |
ofono support is needed to know what kind of cellular networks are
available.
|
| |
|
|
|
|
| |
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
|