Lincoln Ramsay [Thu, 24 Feb 2011 03:30:37 +0000 (13:30 +1000)]
Don't delay readings when too much CPU is used.
Instead of letting un-processed readings build up in the buffer,
read up to 100 readings at a time. Only the last is processed,
the rest are simply dropped. This behaviour can be tweaked using
(undocumented) properties.
Fixes: QTMOBILITY-759
Note: This is a squashed backport of several changes made to the 1.2 branch:
31dbd2a68e4e011819a49b1ffb37a1d3c52fd965
6c351f416d5cece4239fac6ffee0a43e91185927
a85e1b52233747d89fcbdb66d852360fc25d76de
(cherry picked from commit
58bf648ad6dbdcc434b72f8492eb6e7aa6613c22)
Toby Tomkins [Fri, 25 Feb 2011 08:06:44 +0000 (18:06 +1000)]
License header changes for release.
Qt Continuous Integration System [Thu, 24 Feb 2011 03:05:16 +0000 (13:05 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location:
Fix spelling error
Stops Location code from crashing when capabilities are missing.
Fix wrong signal name in satellite source fix for S60.
Copies the positioninfosource crash fixes to satelliteinfosource.
Style cleanup for S60 crash fix
Fix for defect 851/844 crash when disable of positioning methods
Revert "Fix for MOBILITY-2331"
Map objects: adding documentation to clarify when a map is necessary
QGeoBoundingCircle: fixing implementation of isEmpty()
Fleshing out auto tests for QGeoBoundingCircle
Adding skeleton of autotest for QGeoBoundingCircle
Adding qskip to avoid test failure on 1.1
Fixing auto test to verify QTMOBILITY-1199
abcd [Thu, 24 Feb 2011 02:26:33 +0000 (12:26 +1000)]
Fix spelling error
David Laing [Fri, 11 Feb 2011 04:47:22 +0000 (14:47 +1000)]
Stops Location code from crashing when capabilities are missing.
Symbian programs that use the Location API for positioning must
have the Location capability.
Prior to this change the applications would crash if the
capability was missing. This change prevents the crash, instead
logging a warning and returning 0 for the position source,
satellite source or area monitor, which indicates that there is
no platform support.
David Laing [Thu, 10 Feb 2011 23:10:40 +0000 (09:10 +1000)]
Fix wrong signal name in satellite source fix for S60.
David Laing [Thu, 10 Feb 2011 05:02:32 +0000 (15:02 +1000)]
Copies the positioninfosource crash fixes to satelliteinfosource.
David Laing [Wed, 9 Feb 2011 23:21:09 +0000 (09:21 +1000)]
Style cleanup for S60 crash fix
latha.nagaraja [Wed, 9 Feb 2011 10:22:10 +0000 (15:52 +0530)]
Fix for defect 851/844 crash when disable of positioning methods
Qt Continuous Integration System [Thu, 24 Feb 2011 00:12:58 +0000 (10:12 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Need these caps
hawcroft [Thu, 24 Feb 2011 00:01:08 +0000 (10:01 +1000)]
Need these caps
Qt Continuous Integration System [Wed, 23 Feb 2011 14:56:27 +0000 (00:56 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Use AppSrc Element when available for QIODevice based streams.
Added missing QCamera::CaptureMode metatype declaration.
gst player backend: reset duration value on media changes
Gstreamer player backend: fixed EOS handling
QT7 player backend: fixed media status update on state changes.
abcd [Wed, 23 Feb 2011 08:58:04 +0000 (18:58 +1000)]
Revert "Fix for MOBILITY-2331"
This reverts commit
9264d2295ac314e21463416e5c9eca105d9e4d3a.
The filter should still handle the case where there is only one
attribute to filter by
hawcroft [Wed, 23 Feb 2011 08:27:14 +0000 (18:27 +1000)]
Use AppSrc Element when available for QIODevice based streams.
Task-number: QTMOBILITY-780
Reviewed-by: Dmytro Poplavskiy
Dmytro Poplavskiy [Wed, 23 Feb 2011 08:02:49 +0000 (18:02 +1000)]
Added missing QCamera::CaptureMode metatype declaration.
Reviewed-by: Justin McPherson
Dmytro Poplavskiy [Wed, 23 Feb 2011 08:01:33 +0000 (18:01 +1000)]
gst player backend: reset duration value on media changes
Reviewed-by: Justin McPherson
Alex Wilson [Wed, 23 Feb 2011 06:02:33 +0000 (16:02 +1000)]
Map objects: adding documentation to clarify when a map is necessary
Task-number: MOBILITY-1960
Alex Wilson [Wed, 23 Feb 2011 05:42:52 +0000 (15:42 +1000)]
QGeoBoundingCircle: fixing implementation of isEmpty()
Task-number: MOBILITY-2569
Alex Wilson [Wed, 23 Feb 2011 05:40:51 +0000 (15:40 +1000)]
Fleshing out auto tests for QGeoBoundingCircle
Task-number: MOBILITY-2569
Alex Wilson [Wed, 23 Feb 2011 04:57:34 +0000 (14:57 +1000)]
Adding skeleton of autotest for QGeoBoundingCircle
Task-number: MOBILITY-2569
Dmytro Poplavskiy [Tue, 22 Feb 2011 01:03:24 +0000 (11:03 +1000)]
Gstreamer player backend: fixed EOS handling
At the end of stream the state is changed to stopped but the
position stays at the end of file. When play(), pause() or
setPosition() is called, status is changed from EnfOfMedia
to Loaded and position is changed to 0 or requested value.
Task-number: QTMOBILITY-1272
Reviewed-by: Justin McPherson
Alex Wilson [Wed, 23 Feb 2011 03:49:26 +0000 (13:49 +1000)]
Adding qskip to avoid test failure on 1.1
Task-number: QTMOBILITY-1199
Dmytro Poplavskiy [Wed, 23 Feb 2011 03:07:01 +0000 (13:07 +1000)]
QT7 player backend: fixed media status update on state changes.
QuickTime load state values are mapped to different
QMediaPlayer::MediaStatus depending on player status,
so it's necessary to update media status on state changes.
Reviewed-by: Justin McPherson
Alex Wilson [Wed, 23 Feb 2011 02:55:29 +0000 (12:55 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1
Alex Wilson [Wed, 23 Feb 2011 02:54:42 +0000 (12:54 +1000)]
Fixing auto test to verify QTMOBILITY-1199
Task-number: QTMOBILITY-1199
Qt Continuous Integration System [Tue, 22 Feb 2011 09:05:00 +0000 (19:05 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location:
Fix for MOBILITY-2331
Prakash Sharma [Tue, 22 Feb 2011 08:35:56 +0000 (14:05 +0530)]
Fix for MOBILITY-2331
Qt Continuous Integration System [Tue, 22 Feb 2011 05:57:30 +0000 (15:57 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
QT7 player backend: fixed media position handling
Dmytro Poplavskiy [Tue, 22 Feb 2011 04:36:17 +0000 (14:36 +1000)]
QT7 player backend: fixed media position handling
At the end of stream the state is changed to stopped but the
position stays at the end of file. When play(), pause() or
setPosition() is called, status is changes from EnfOfMedia
to Loaded and position is changed to 0 or requested value.
Task-number: QTMOBILITY-1273
Reviewed-by: Justin McPherson
Qt Continuous Integration System [Mon, 21 Feb 2011 07:51:45 +0000 (17:51 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Camerabin: set the camera-device property of subdevsrc element.
Fixed qdeclarativevideo test with overlay based QGraphicsVideoItem.
Dmytro Poplavskiy [Mon, 21 Feb 2011 06:17:13 +0000 (16:17 +1000)]
Camerabin: set the camera-device property of subdevsrc element.
It should be set not only on Maemo6 but in all the cases when
subdevsrc is used.
Reviewed-by: Justin McPherson
Dmytro Poplavskiy [Thu, 17 Feb 2011 07:04:37 +0000 (17:04 +1000)]
Fixed qdeclarativevideo test with overlay based QGraphicsVideoItem.
Video window control is added to test service and surface related checks
are skipped if surface is not available (overlay is used).
Task-number: MOBILITY-2026
Reviewed-by: Ling Hu
Qt Continuous Integration System [Fri, 18 Feb 2011 14:36:09 +0000 (00:36 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Ensure viewport is repainted following change in transparency
Gareth Stockwell [Fri, 18 Feb 2011 13:47:06 +0000 (13:47 +0000)]
Ensure viewport is repainted following change in transparency
Task-number: QTMOBILITY-1250
Reviewed-by: Ruth Sadler
Qt Continuous Integration System [Fri, 18 Feb 2011 12:03:10 +0000 (22:03 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts:
Fix Versit bug with CHARSET and ENCODING params being added twice.
Qt Continuous Integration System [Fri, 18 Feb 2011 09:19:56 +0000 (19:19 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Stop emitting notify() signals when audio processing stops
Correct aspect ratio in overlay QGraphicsVideoItem
Correct aspect ratio calculations in Symbian QGraphicsVideoItem
Fix crash when making viewfinder QVideoWidget full screen
Apply aspect ratio mode in Symbian mediaplayer backend
Set native viewfinder size in Symbian camera backend
Fix position of viewfinder in QGraphicsVideoItem
Ignore no-op call to handleVisibilityChange in Symbian camera backend
Gareth Stockwell [Thu, 17 Feb 2011 14:34:13 +0000 (14:34 +0000)]
Stop emitting notify() signals when audio processing stops
Task-number: QTMOBILITY-983
Reviewed-by: Derick Hawcroft
Gareth Stockwell [Thu, 17 Feb 2011 12:10:10 +0000 (12:10 +0000)]
Correct aspect ratio in overlay QGraphicsVideoItem
Task-number: QTMOBILITY-884
Reviewed-by: Dmytro Poplavskiy
Gareth Stockwell [Thu, 17 Feb 2011 12:08:27 +0000 (12:08 +0000)]
Correct aspect ratio calculations in Symbian QGraphicsVideoItem
Task-number: QTMOBILITY-884
Reviewed-by: Dmytro Poplavskiy
Kevin Wu Won [Thu, 17 Feb 2011 07:06:24 +0000 (17:06 +1000)]
Fix Versit bug with CHARSET and ENCODING params being added twice.
Task-number: QTMOBILITY-1264
Change-Id: I9dc7cf076705eb244a11b8c78a76003274d11e97
Tuomas Viitanen [Thu, 17 Feb 2011 13:04:01 +0000 (13:04 +0000)]
Fix crash when making viewfinder QVideoWidget full screen
Task-number: QTMOBILITY-1266
Reviewed-by: Gareth Stockwell
Gareth Stockwell [Wed, 16 Feb 2011 12:10:00 +0000 (12:10 +0000)]
Apply aspect ratio mode in Symbian mediaplayer backend
Task-number: QTMOBILITY-1270
Reviewed-by: Ruth Sadler
Tuomas Viitanen [Wed, 16 Feb 2011 14:17:48 +0000 (14:17 +0000)]
Set native viewfinder size in Symbian camera backend
Task-number: QTMOBILITY-1247
Reviewed-by: Gareth Stockwell
Tuomas Viitanen [Tue, 15 Feb 2011 13:40:33 +0000 (13:40 +0000)]
Fix position of viewfinder in QGraphicsVideoItem
Task-number: QTMOBILITY-1268
Reviewed-by: Gareth Stockwell
Tuomas Viitanen [Tue, 15 Feb 2011 13:31:22 +0000 (13:31 +0000)]
Ignore no-op call to handleVisibilityChange in Symbian camera backend
Reviewed-by: Gareth Stockwell
Qt Continuous Integration System [Thu, 17 Feb 2011 09:53:51 +0000 (19:53 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location:
Fixing use of newer functions for 1.1
Trying to verify QTM-1199 in an auto test
Qt Continuous Integration System [Thu, 17 Feb 2011 07:43:01 +0000 (17:43 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Gstreamer backend: added support for video buffer pools.
Dmytro Poplavskiy [Thu, 17 Feb 2011 03:55:43 +0000 (04:55 +0100)]
Gstreamer backend: added support for video buffer pools.
This allows to move XVideo dependency out of QVideoSurfaceGstSink
and to add new graphics system specific video buffer pools.
Reviewed-by: Justin McPherson
Qt Continuous Integration System [Thu, 17 Feb 2011 05:21:18 +0000 (15:21 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-calendar into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-calendar:
Fix bug in organizer memory backend
Changing nullptr-if to assert in QOrganizerItemMemoryEngine.
Chris Adams [Thu, 17 Feb 2011 04:42:58 +0000 (14:42 +1000)]
Fix bug in organizer memory backend
Previously, we passed in a null pointer to the removeItems() function
in the removeCollection() function. This causes an assert.
Task-number: QTMOBILITY-1245
Reviewed-by: Michael Goddard
Niklas Kurkisuo [Thu, 17 Feb 2011 04:32:50 +0000 (14:32 +1000)]
Changing nullptr-if to assert in QOrganizerItemMemoryEngine.
Changing if to assert as the variable should never be NULL.
Coverity CID 38875.
Task-number: QTMOBILITY-1245
Merge-request: 26
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Alex Wilson [Thu, 17 Feb 2011 03:27:57 +0000 (13:27 +1000)]
Fixing use of newer functions for 1.1
Alex Wilson [Thu, 17 Feb 2011 03:11:20 +0000 (13:11 +1000)]
Trying to verify QTM-1199 in an auto test
Task-number: QTMOBILITY-1199
Qt Continuous Integration System [Thu, 17 Feb 2011 03:06:45 +0000 (13:06 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location:
Map objects: test to verify zoom level independence
Map objects: Improving coverage of z-value testing
Making QTMOBILITY-1255 into a test case for QGeoMapCircleObject
Alex Wilson [Thu, 17 Feb 2011 02:51:00 +0000 (12:51 +1000)]
Map objects: test to verify zoom level independence
Task-number: QTMOBILITY-1199
Alex Wilson [Thu, 17 Feb 2011 01:12:51 +0000 (11:12 +1000)]
Map objects: Improving coverage of z-value testing
Task-number: QTMOBILITY-1255
Qt Continuous Integration System [Thu, 17 Feb 2011 00:46:48 +0000 (10:46 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Only reporting plugin loading error when QT_DEBUG_PLUGINS is set to 1 for multimedia
Fix cleaning of unsuitable plugins in QAudioPluginLoader::load&QMediaPluginLoader::load
Alex Wilson [Thu, 17 Feb 2011 00:40:53 +0000 (10:40 +1000)]
Making QTMOBILITY-1255 into a test case for QGeoMapCircleObject
Task-number: QTMOBILITY-1255
Ling Hu [Wed, 16 Feb 2011 06:31:25 +0000 (16:31 +1000)]
Only reporting plugin loading error when QT_DEBUG_PLUGINS is set to 1 for multimedia
Task-number: QTMOBILITY-1043
Reviewed-by: Michael Goddard
Ling Hu [Wed, 16 Feb 2011 06:20:49 +0000 (16:20 +1000)]
Fix cleaning of unsuitable plugins in QAudioPluginLoader::load&QMediaPluginLoader::load
Task-number: QTMOBILITY-1043
Reviewed-by: Michael Goddard
Qt Continuous Integration System [Wed, 16 Feb 2011 16:09:24 +0000 (02:09 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/simulator-mobility into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/simulator-mobility:
Simulator: use correct source when reading GalleryResultSet
Qt Continuous Integration System [Wed, 16 Feb 2011 13:24:43 +0000 (23:24 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo:
Mobility-1900 QSystemNetworkInfo results empty home MNC while roaming
Mobility-1900 QSystemNetworkInfo results empty home MNC while roaming
MOBILITY-1900 QSystemNetworkInfo returns empty home MNC while roaming.
Olli Werwolff [Wed, 16 Feb 2011 13:00:37 +0000 (14:00 +0100)]
Simulator: use correct source when reading GalleryResultSet
Task-number: QTMOBILITY-1253
Reviewed-by: ckamm
Leela Prasanna Kumar Chintagunta [Wed, 16 Feb 2011 12:02:19 +0000 (17:32 +0530)]
Mobility-1900 QSystemNetworkInfo results empty home MNC while roaming
Leela Prasanna Kumar Chintagunta [Wed, 16 Feb 2011 11:28:09 +0000 (16:58 +0530)]
Mobility-1900 QSystemNetworkInfo results empty home MNC while roaming
Leela Prasanna Kumar Chintagunta [Wed, 16 Feb 2011 11:27:26 +0000 (16:57 +0530)]
MOBILITY-1900 QSystemNetworkInfo returns empty home MNC while roaming.
Qt Continuous Integration System [Wed, 16 Feb 2011 08:54:04 +0000 (18:54 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo:
initialize btPowered to false
Lorn Potter [Wed, 16 Feb 2011 08:32:18 +0000 (18:32 +1000)]
initialize btPowered to false
Task-number: QTMOBILITY-2462
Qt Continuous Integration System [Wed, 16 Feb 2011 06:50:04 +0000 (16:50 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Gstreamer media backend: delay using overlay until winId is set.
Ensure that name from hardware layer is not used in case of error
Dmytro Poplavskiy [Wed, 16 Feb 2011 02:20:53 +0000 (03:20 +0100)]
Gstreamer media backend: delay using overlay until winId is set.
Reviewed-by: Derick Hawcroft
Qt Continuous Integration System [Wed, 16 Feb 2011 04:18:49 +0000 (14:18 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-systeminfo:
QTMOBILITY-802 QSystemNetworkInfo freezes application on Symbian^3 without SIM card
MOBILITY-1924:WLAN info timer based on polling
Jonas Rabbe [Wed, 16 Feb 2011 01:38:15 +0000 (11:38 +1000)]
Ensure that name from hardware layer is not used in case of error
If AudioDeviceGetProperty returns an error when querying the name
it is assumed that the device is invalid, and no device is returned.
Task-number: QTMOBILITY-1089
Reviewed-by: Derick Hawcroft
Qt Continuous Integration System [Wed, 16 Feb 2011 02:05:24 +0000 (12:05 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
Only playback rate of 1.0 is supported
Return correct symbian error code for corrupted .amr file
Modify Symbian mediaplayer backend to use shared video output code
Modify Symbian camera backend to use shared video output code
Add shared video output classes
Add Symbian-specific implementation of QGraphicsVideoItem
Puneet [Wed, 9 Feb 2011 07:32:19 +0000 (13:02 +0530)]
Only playback rate of 1.0 is supported
Task-number:MOBILITY-2450
Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
Puneet [Fri, 11 Feb 2011 05:39:15 +0000 (11:09 +0530)]
Return correct symbian error code for corrupted .amr file
Task-number: MOBILITY-2423
Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
Qt Continuous Integration System [Tue, 15 Feb 2011 23:41:30 +0000 (09:41 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts:
Missing Crml and confml files from contactmodel
Prankur Sarbhai [Tue, 15 Feb 2011 12:44:28 +0000 (14:44 +0200)]
Missing Crml and confml files from contactmodel
Leela Prasanna Kumar Chintagunta [Tue, 15 Feb 2011 12:13:55 +0000 (17:43 +0530)]
QTMOBILITY-802 QSystemNetworkInfo freezes application on Symbian^3 without SIM card
Gareth Stockwell [Thu, 10 Feb 2011 15:54:29 +0000 (15:54 +0000)]
Modify Symbian mediaplayer backend to use shared video output code
Task-number: QTMOBILITY-727
Task-number: QTMOBILITY-728
Task-number: QTMOBILITY-1029
Task-number: QTMOBILITY-1062
Task-number: QTMOBILITY-1077
Reviewed-by: Derick Hawcroft
Reviewed-by: Dmytro Poplavskiy
Gareth Stockwell [Thu, 10 Feb 2011 15:53:39 +0000 (15:53 +0000)]
Modify Symbian camera backend to use shared video output code
Task-number: QTMOBILITY-727
Task-number: QTMOBILITY-728
Task-number: QTMOBILITY-1061
Task-number: QTMOBILITY-1181
Task-number: QTMOBILITY-1190
Reviewed-by: Derick Hawcroft
Reviewed-by: Dmytro Poplavskiy
Gareth Stockwell [Thu, 10 Feb 2011 15:54:41 +0000 (15:54 +0000)]
Add shared video output classes
To be used by the Symbian camera and mediaplayer backends.
Task-number: QTMOBILITY-727
Task-number: QTMOBILITY-728
Reviewed-by: Derick Hawcroft
Reviewed-by: Dmytro Poplavskiy
Gareth Stockwell [Thu, 10 Feb 2011 15:52:44 +0000 (15:52 +0000)]
Add Symbian-specific implementation of QGraphicsVideoItem
This implementation creates a separate top-level widget for each
QGraphicsVideoItem. This widget is positioned behind the viewport,
and a transparent hole is painted in the graphics view.
The ordinal position of the native window owned by the top-level
widget is set such that the stacking order of these windows
matches that of the corresponding QGraphicsVideoItems.
Task-number: QTMOBILITY-727
Reviewed-by: Derick Hawcroft
Reviewed-by: Dmytro Poplavskiy
Leela Prasanna Kumar Chintagunta [Tue, 15 Feb 2011 05:50:52 +0000 (11:20 +0530)]
MOBILITY-1924:WLAN info timer based on polling
Qt Continuous Integration System [Mon, 14 Feb 2011 21:13:19 +0000 (07:13 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia:
CI speeeling regression fix
Differentiate between NetworkError and other resource errors
Copied data correctly from pulse audio buffer to user provided buffer
Fixes resource starvation in the AudioInput example
Ensure QMediaPlayer advances to the next item in the playlist after attempting to play an InvalidMedia
fix for build errors for 3.1 sdk
MOBILITY-2554
QTMOBILITY-875
coding style fixes
MOBILITY-2424
MOBILITY-2526
QTMOBILITY-1921
MOBILITY-1919
MOBILITY-1918
MOBILITY-1916
MOBILITY-1920
QTMOBILITY-1917
hawcroft [Mon, 14 Feb 2011 20:47:29 +0000 (06:47 +1000)]
CI speeeling regression fix
hawcroft [Mon, 14 Feb 2011 20:42:45 +0000 (06:42 +1000)]
Differentiate between NetworkError and other resource errors
Task-number:MOBILITY-2385
Reviewed-by: Dmytro Poplavskiy
Jonas Rabbe [Mon, 14 Feb 2011 01:38:51 +0000 (11:38 +1000)]
Copied data correctly from pulse audio buffer to user provided buffer
In push mode data has to be copied from a temporary buffer filled by
pulse audio into the 'data' buffer provided by the user.
Changed order of pa_stream_drop and pa_threaded_mainloop_unlock
to ensure that mainloop is still locked until the data has been
dropped.
Task-number: QTMOBILITY-1210
Reviewed-by: Michael Goddard
Jonas Rabbe [Mon, 14 Feb 2011 00:13:24 +0000 (10:13 +1000)]
Fixes resource starvation in the AudioInput example
The AudioInput example has been changed to use update() instead of
repaint() each time the level data is changed. This means that the
available data will be consumed. Previously, the loop was never
terminated, leading to a starvation of the UI and the 'application
not responding' dialog.
Task-number: MOBILITY-2533
Reviewed-by: Michael Goddard
Qt Continuous Integration System [Fri, 11 Feb 2011 08:43:39 +0000 (18:43 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-location:
Adding images to go with maps demo
Updating documentation index to point to tutorials page
Updating harmattan install & aegis for new mapsdemo
Updating examples build files for new mapsdemo example
Importing MapsDemo tutorial text from master
Importing MapsDemo code from master
Alex Wilson [Fri, 11 Feb 2011 05:44:27 +0000 (15:44 +1000)]
Adding images to go with maps demo
Alex Wilson [Fri, 11 Feb 2011 05:37:54 +0000 (15:37 +1000)]
Updating documentation index to point to tutorials page
Justin McPherson [Thu, 10 Feb 2011 00:37:57 +0000 (10:37 +1000)]
Ensure QMediaPlayer advances to the next item in the playlist after attempting to play an InvalidMedia
Task-number: MOBILITY-2542
Reviewed-by: Derick Hawcroft
Alex Wilson [Fri, 11 Feb 2011 05:31:09 +0000 (15:31 +1000)]
Updating harmattan install & aegis for new mapsdemo
Alex Wilson [Fri, 11 Feb 2011 05:26:39 +0000 (15:26 +1000)]
Updating examples build files for new mapsdemo example
Alex Wilson [Fri, 11 Feb 2011 05:24:18 +0000 (15:24 +1000)]
Importing MapsDemo tutorial text from master
Alex Wilson [Fri, 11 Feb 2011 05:22:55 +0000 (15:22 +1000)]
Importing MapsDemo code from master
Puneet [Fri, 11 Feb 2011 05:00:29 +0000 (10:30 +0530)]
fix for build errors for 3.1 sdk
Signed-off-by: hawcroft <derick.hawcroft@nokia.com>
Qt Continuous Integration System [Fri, 11 Feb 2011 03:45:25 +0000 (13:45 +1000)]
Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-vibra into 1.1-integration
* '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-vibra:
Remove unnecessary variable from feedback.pro
Chris Adams [Fri, 11 Feb 2011 03:04:20 +0000 (13:04 +1000)]
Remove unnecessary variable from feedback.pro
Commit
745413815893aef6060b191c09cdb143bdef2437 uses a different
deployment mechanism, so the exportheaders variable is no longer
needed.
Reviewed-by: Kalle Lehtonen
hawcroft [Fri, 11 Feb 2011 01:21:09 +0000 (11:21 +1000)]
Merge remote branch 'upstream/1.1' into 1.1
Conflicts:
plugins/multimedia/symbian/mmf/radio/s60radiotunercontrol_since32.cpp