summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Backport QAltimeter from QSensors to qt-mobility.Sergio Martins2013-03-072-0/+8
| | | | | | Change-Id: I59da45e1cf15c706e9cedf0d5273f15f7fd3c920 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-10640-640/+640
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Pass through invalid data rates to the backend instead of ignoring themThomas McGuire2012-11-281-6/+3
| | | | | | | | | | This gives the backend the chance to do something sensible with it, at the expense of the data rate not being reported correctly in those cases. Change-Id: Iadf72b4448145f2454bc9422dde094ad799cb17a Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Fix query syntax for PhotoAlbum children.Andrew den Exter2012-11-191-2/+28
| | | | | | | | | | | | | The nie:isLogicalPartOf(?x) syntax won't match against an id, so this query would never return anything. Instead return the contents of the list rather than relying on a connection that may never be established. The same query will also return the contents of a Playlist, support for which was mysteriously absent. Change-Id: Id448e06f8d183e064c8966b22d44414057a45f8a Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
* add qml sensorgesture element backported from qtt5Lorn Potter2012-11-1352-0/+9871
| | | | | | | | also add sensorgesture auto tests. need to add a tool that creates the moc data from real device. Change-Id: I6d68f9e889c4c69a916d048505da7dc348c64e11 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Update to new license formatSergio Ahumada2012-11-07622-12922/+12925
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-07622-1866/+1863
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts into ↵Qt Continuous Integration System2012-05-181-1/+1
|\ | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts: Fix qcontactasync autotest failure on Symbian.
| * Fix qcontactasync autotest failure on Symbian.Juha Kukkonen2012-05-181-1/+1
| | | | | | | | | | | | | | On Symbian platform, saving contacts takes longer than was expected in contactPartialSaveAsync() test case. Reviewed-by: Roy Mickos
* | Merge branch 'master' of ↵Qt Continuous Integration System2012-03-0910-0/+646
|\ \ | | | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework: Case 949050: Failure of service framework testcases
| * | Case 949050: Failure of service framework testcasesvpooloth2012-03-0810-0/+646
| | |
* | | Revert "Enable failing autotests again"Juha Kukkonen2012-03-072-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 79aecddc082146c39606707fc0465bca15eef85f. Following test are failing on ubuntu: tst_qmessageservice::testCountMessages tst_qmessageservice::testQueryMessages tst_qmessagestore::testMessage Disabled these tests to get CI integration ongoing as contact related test failures should not block fixes in other repos.
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts into ↵Qt Continuous Integration System2012-02-272-12/+0
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts: disable only the tst_qmessagestorekeys tests test commit to check if qtm ci build node is fine again on ubuntu Fix build break in symbiansim component on Symbian Fix contacts plugin platform version detection on Symbian Porting of contactmodel error #958574,#911410,#896532 from SR2 to SR1 (29980) Enable failing autotests again
| * | disable only the tst_qmessagestorekeys testsHolger Schröder2012-02-271-1/+5
| | |
| * | Enable failing autotests againHolger Schröder2012-02-013-17/+1
| |/ | | | | | | | | | | Revert "Disable failing autotests to fet integration going again" This reverts commit 906121a5d21b66ec5673eadb03d4548910beb1ed.
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia ↵Qt Continuous Integration System2012-02-144-127/+205
|\ \ | |/ |/| | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia: Fix tst_QGraphicsVideoItem_symbian Fix failures in tst_QGraphicsVideoItem on Symbian Skip some tst_QGraphicsVideoItem steps on Symbian Fix license header Backported fixes to video demos from QtMultimedia
| * Fix tst_QGraphicsVideoItem_symbianGareth Stockwell2012-02-132-12/+47
| | | | | | | | | | | | | | | | | | | | On versions of the platform which lack the EGL_NOK_image_endpoint2 extension, video rendering is always done via the 'direct' path (i.e. QVideoWidgetControl, rather than QVideoRendererControl). This patch adds a runtime check for the presence of that extension, and adjusts the expected rendering path used in subsequent checks. Reviewed-by: mread
| * Skip some tst_QGraphicsVideoItem steps on SymbianGareth Stockwell2012-02-132-115/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several of the steps in tst_QGraphicsVideoItem assume that QGraphicsVideoItem renders via QVideoRendererControl, which is not the case for some implementations. On versions of Symbian which do not have the EGL_NOK_image_endpoint2 extension for example, video rendering is done via the QVideoWidgetControl interface. For most of these steps, only certain assertions are based on this assumption; after removing these assertions, the test steps can still be run on platforms which do not use QVideoRendererControl, and can still perform useful checks. For the show() and boundingRect() test steps however, the logic of the test step requires QVideoRendererControl to be used, and therefore these steps must be skipped on platforms which do not use that interface. Reviewed-by: mread
* | Disable failing autotests to fet integration going againHolger Schröder2012-01-263-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: After the qmf change the following autotests are failing and blocking all the other integration branches: qmessageservice testQueryMessages REGRESSION qmessagestore testMessage REGRESSION qmessagestorekeys testMessageFilter REGRESSION testMessageOrdering REGRESSION So we disable these tests temporarily here so that we get a working main master again (hopefully)...
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia ↵Qt Continuous Integration System2011-12-063-0/+372
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia: Fix license header and spelling error in f7c1dda0 Fix build break caused by f7c1dda0 Fix another build break caused by a9d8bf0d Added Function to handle HW/Media Key Events to Test Player Application Fix build break caused by a9d8bf0d Code clean up in Symbian MMF backend Trap leaves in non-leaving functions Use QSymbianGraphicsSystemHelper Add EGL video rendering path on Symbian Enabled deployment of infixed binaries on Symbian
| * Add EGL video rendering path on SymbianGareth Stockwell2011-11-253-0/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for rendering video and camera viewfinder frames via EGL, as an alternative to the existing rendering path in which frames are sent directly to the compositing window manager. Rendering via EGL rather than directly to the compositor has a number of advantages, including: * Elimination of artefacts. The direct rendering path requires content on the video and UI surfaces to be synchronized; in the EGL rendering path, this synchronization is deferred to the OpenGLES/OpenVG implementation. * Full support for QGraphicsView and QML APIs. The direct rendering path does not support operations such as free rotation and shear transformations; these are supported by both OpenGLES and OpenVG. * Ability to transform video content using OpenGLES. Making video frames available to EGL means that they can be transformed using shader effects, or rendered into 3D scenes. It also has some disadvantages: * Greater memory consumption * Lower-quality scaling Due to these drawbacks, it is desirable to use the direct rendering path for 'standard' full-screen video playback / viewfinder display. The QGraphicsVideoItem implementation by defaut switches automatically between the two rendering paths; see comments in qgraphicsvideoitem_symbian.cpp for details. The EGL rendering path is implemented using the EGL_NOK_image_endpoint2 extension. If this is not available, QGraphicsVideoItem falls back to using the direct rendering path. If creation of the EGL endpoint fails, QGraphicsVideoItem falls back to using the direct rendering path. Task-number: QTMOBILITY-1818 Task-number: MOBILITY-3084 Reviewed-by: mread
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-location into ↵Qt Continuous Integration System2011-11-281-1/+0
|\ \ | |/ |/| | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-location: Fix MapViewer test application stack size on Symbian
| * Fix MapViewer test application stack size on SymbianJuha Kukkonen2011-11-281-1/+0
| | | | | | | | | | | | | | Changed test application to use default stack size. Task-number: ou1cimx1#938298 Reviewed-by: Mika Laine
* | Merge branch 'master-stable' of ↵Qt Continuous Integration System2011-11-185-20/+67
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-connectivity into master-integration * 'master-stable' of scm.dev.nokia.troll.no:qtmobility/qtm-connectivity: fix for nfccontenthandler and llcp failed cases Use /usr/bin/invoker instead of deprecated /usr/bin/single-instance. Print error and don't fail postinst prerm scripts. Fix Tag3 and LLCP type2 test code error. Improve error handling in Symbian BT code NDEF message handlers are required to be single instance. Fix generated NDEF handler data type. Fix ndefhandlergen help output. Replace non-ascii character. Fix for Case 885082: QNearFieldManager::isAvailable() returns true when NFC is switch off
| * | fix for nfccontenthandler and llcp failed casesjennifzh2011-11-113-11/+46
| | |
| * | Fix Tag3 and LLCP type2 test code error.Hongyu Wang2011-11-092-9/+21
| | |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality into ↵Qt Continuous Integration System2011-11-095-12/+12
|\ \ \ | |/ / |/| | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality: update files
| * | update filesjiantao.zou2011-11-095-12/+12
| | |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality into ↵Qt Continuous Integration System2011-10-2812-93/+93
|\| | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality: modify test group for BAT
| * | modify test group for BATwang yu2011-10-2812-93/+93
| | |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality into ↵Qt Continuous Integration System2011-10-288-53/+53
|\| | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality: remove test group
| * | remove test groupjiantao.zou2011-10-288-53/+53
| | |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality into ↵Qt Continuous Integration System2011-10-281-5/+113
|\| | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality: add receive and delete message
| * | add receive and delete messagejiantao.zou2011-10-271-5/+113
| | |
* | | Merge branch 'master' of ↵Qt Continuous Integration System2011-10-127-15/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qtmobility/qtm-bearermanagement into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-bearermanagement: Fix a symbian build break due to refactoring in bearer mgmt api. Restore bearer_old.pro. Replace QtBearer implementation with a shim over QtNetwork
| * \ \ Merge remote branch 'mainline/master'Cristiano di Flora2011-10-114-57/+158
| |\ \ \
| * \ \ \ Merge commit 'refs/merge-requests/36' of ↵Cristiano di Flora2011-10-047-15/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git://gitorious.org/qt-mobility/qt-mobility into merge-requests/36
| | * | | | Replace QtBearer implementation with a shim over QtNetworkShane Kearns2011-10-037-15/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bearer management API was integrated into QtNetwork 4.7 This change removes the parallel implementation from QtBearer and inserts a shim for binary compatibility. Applications which linked against QtBearer will now be using the implementation from QtNetwork transparently. QNetworkSession had a private 'd' pointer, the private class is changed to contain a ::QNetworkSession, and API calls are redirected. Signals are connected to the signals of the outer class, or through translation slots of the inner class where casting is required. QNetworkConfigurationManager had no 'd' pointer, but a global static private implementation. This is similarly changed to contain a ::QNetworkConfigurationManager which is used to redirect API calls. Qt's meta object system can't distinguish between QNetworkConfiguration and QtMobility::QNetworkConfiguration. This is because the signals in QtBearer were declared without including the namespace in the parameters. MOC doesn't understand c++ namespaces properly. As QVariants can be cast to the wrong type, a different approach is taken for QNetworkConfiguration to avoid crashes when using QSignalSpy or queued connections. QNetworkConfiguration now derives from ::QNetworkConfiguration. The QNetworkConfiguration 'd' pointer is removed (the Qt class has a 'd' pointer) This makes the two classes bitwise identical except for the vtable for the virtual destructor. QtMobility::QNetworkConfiguration APIs just base-call the Qt class. There is a new private constructor to allow a QtMobility::QNetworkConfiguration to be constructed from a Qt one. The two virtual adaptor classes exist to avoid namespace conflicts QtBearer no longer exports any header files. This version of QtBearer has a dependency on Qt 4.7 or higher, and the Qt headers include the QtMobility version of the API already. Exporting the QtBearer headers causes compile errors in case an application picked up the wrong header files. Testing: Ran qt bearer autotests on symbian3, compiled and run against qt 4.8 and this version of qt mobility. Ran qt bearer autotests on symbian3, compiled against qt 4.6.3 and qt mobility 1.0.2; run against qt 4.8 and this version of qt mobility. Also ran these same tests with win32-msvc2008 and linux-gcc desktop platforms.
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality into ↵Qt Continuous Integration System2011-10-119-365/+778
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality: modify sys_location.qtt modify file rewrite this file modify multimedia file commit function run_test_application in sys_qmlcontacts.qtt add sys_publish_and_subscribe add import_ical_data_format and import_vcal_data_format in sys_versitorganizer.qtt add sys_docgallery.qtt
| * | | | modify sys_location.qttwang yu2011-10-111-5/+9
| | | | |
| * | | | modify filejiantao.zou2011-10-111-23/+23
| | | | |
| * | | | Merge branch 'master' of scm.dev.troll.no:qtmobility/qtm-qualityjiantao.zou2011-10-111-1/+2
| |\ \ \ \
| | * | | | commit function run_test_application in sys_qmlcontacts.qttwang yu2011-10-111-1/+2
| | | | | |
| * | | | | rewrite this filejiantao.zou2011-10-111-25/+51
| | | | | |
| * | | | | modify multimedia filejiantao.zou2011-10-111-334/+334
| |/ / / /
| * | | | add sys_publish_and_subscribewang yu2011-10-102-0/+56
| | | | |
| * | | | add import_ical_data_format and import_vcal_data_format in ↵wang yu2011-10-101-0/+54
| | | | | | | | | | | | | | | | | | | | sys_versitorganizer.qtt
| * | | | add sys_docgallery.qttJie Ren2011-10-102-0/+272
| | | | |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality into ↵Qt Continuous Integration System2011-10-104-57/+158
|\| | | | | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-quality: modify deleteContacts function modify qmlcontacts.qtt rewrite this file rewrite this file modify sys_qmlcontacts.qtt
| * | | modify deleteContacts functionwang yu2011-10-091-5/+18
| | | |