summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove WinCE vestigesAlex Blasche2016-04-121-5/+1
| | | | | | | | It is history since Qt 5.8/dev against which qtfeedback is supposed to work. Change-Id: I4018f1737447bbd76e3245273858be73fd4e7fcc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* purge symbian vestigesOswald Buddenhagen2016-04-124-14/+1
| | | | | Change-Id: I34c07f4750e1053c37dc725343629bc3d0486013 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Update QtFeedback license/copyright headersAlex Blasche2016-04-1118-300/+315
| | | | | Change-Id: I846dfcc339a23f0b9f998a2b2f220eb48b0cf6f2 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* make use of qtHaveModule()Oswald Buddenhagen2013-01-101-2/+2
| | | | | | Change-Id: I6f2912926d736a30fa4eb3a03e9f9958b3f8c454 Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-1/+1
| | | | | | | | qt is already added by spec_pre.prf, warn_on and depend_includepath by default_pre.prf. Change-Id: I244abbd633b901585c71600961d88b7834b6aca8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* remove symbian vestigesOswald Buddenhagen2012-12-047-52/+4
| | | | | Change-Id: I2841caece488ac2df959a26a47d245756b4d06a5 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-013-12/+3
| | | | | | | | DESTDIR and INSTALLS+=target are set up automatically now, but PLUGIN_TYPE needs to be defined. Change-Id: I903c61ad18160412bf2a39fca2fda72d7d02f461 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* remove pointless INCLUDEPATH additionsOswald Buddenhagen2012-11-012-4/+0
| | | | | | | QT+=feedback already does that. Change-Id: Iaffb2aa87013601c4348f0696ea76b14c9c1ce16 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2412-290/+290
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I9c4a751fa94b68cee30105a7f7eeaf7fd7e1abf4 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-133-6/+0
| | | | | Change-Id: I8c8cb18405637019d0ed566b5cdf83d3040e75b3 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Added check for audio support to qfeedbackmmk testKurt Korbatits2012-08-031-5/+14
| | | | | | | | | QTBUG-25448 - skip test if QFeedbackFileEffect::supportedMimeTypes() returns empty list. Change-Id: Ie33eb2f45cb3b91bd06ce340592a946bd53de09f Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-018-0/+8
| | | | | | | | | | Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I89868a1a30876c2dfdf2950fc816736e6d04721e Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Mark test as expected fail on mac platforms, and insignificant on win32.Toby Tomkins2012-07-302-3/+4
| | | | | | | | | | | Logic has been included to produce an expected failure on the mac platform. The insignificant_test flag has been added to the .pro file for the win32 platform as it is unstable. Task-number: QTBUG-25448 Change-Id: Ieaf6cead9b026659d533c86af32385da1984e2eb Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Test that the package configs for QtFeedback work.Stephen Kelly2012-07-205-0/+90
| | | | | Change-Id: Id1e7a66c8beaf50c6e1ba78c83f922ead0a54244 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* build system cleanupsOswald Buddenhagen2012-06-263-3/+3
| | | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - QT_BUILD_*_LIB defines (automated now) - pointless QPRO_PWD assignments - pointless DEFINES+=QT_MAKEDLL Change-Id: Ide1099c5e742e7c9a17d2775645381cb0c6b321f Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Fixed whitespace.Toby Tomkins2012-06-081-1/+2
| | | | | Change-Id: I4fc18eaf147f1bc65bc04608ebd5ef1843e1138d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix plugin compilation errors related to qtbase plugin changes.Toby Tomkins2012-06-066-6/+3
| | | | | | | | | | The qtfeedback plugin changes had been performed in checkin 9610e64f3efe591621548e90e64d0e21cbfaea98 . However this modification did not take into consideration other test code. This changes moves testplugin implementation to the newer style. Change-Id: I5ec6f5cd52369d6a49ad28700fd5a4786a5fd765 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Cleaning code and removing dependency on QCoreApplicationMrudul Pendharkar2012-05-313-175/+0
| | | | | Change-Id: Ie37bc765656ec420989460563cc0424813f2f7a9 Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com>
* remove dependency on qtscript from autotest.Toby Tomkins2012-05-171-1/+1
| | | | | | | | qtfeedback is not build with qtscript as a dependency; update autotest .pro file accordingly. Change-Id: Id4546e18f24bca2027ee47f80451c713530f0e5c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Don't use QtDeclarative compat moduleKent Hansen2012-05-141-1/+1
| | | | | | | Use QtQml instead. Change-Id: Iced52d09931713f0db8eaaa041068b4aedc1c9c3 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Remove insignificant_test marker for maemo platform.Jason McDonald2012-04-251-2/+0
| | | | | | | Continuous Integration is no longer performed for this platform. Change-Id: I1e4d710d77e4e922647823eda0fae3f15037e205 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Make qtfeedbackmmk test insignificant on Windows and not on Ubuntu 10.04Jason McDonald2012-04-252-1/+4
| | | | | | | | | | The test passes on Ubuntu 10.04, but fails on some Ubuntu 11.10 builds. The test also fails on Windows, but CI is not presently enforcing tests on Windows for this module. Task-number: QTBUG-25448 Change-Id: I3486c114c02ea8bfc3bcc90e144a1cd6944efe68 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-252-6/+6
| | | | | | | | - Remove QDeclarative compatibility module code. - Remove remains of Symbian. Change-Id: Ib24c0c027c899e7eb30b3c8550a483d0d8b2b77f Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Emit stateChanged signal in QDeclarativeFeedbackEffect.Jaakko Korpela2012-04-111-3/+26
| | | | | | | | Emit stateChanged signal and update autotest accordingly. Change-Id: Ib937a817d1994072a56ddb27033855bdbea212c2 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com>
* Fix compare logic in setting HapticsEffect intensities.Jaakko Korpela2012-03-151-0/+13
| | | | | | | | | New intensity value is set if the compared values differ, not when they are the same. Update the autotest as well with HapticEffect value update tests. Change-Id: Ic24ef4307f4e4f17f38c4a45ed348e43aece4735 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Change declarative import path.Jaakko Korpela2012-01-306-6/+6
| | | | | | | | Modules need to be stored directly under imports/. Change-Id: If0bcbc92e40e6894de6aa2a94f077fe445e74a3f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3012-12/+12
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I31a62a888eb75c9a64bf2ce47fc39fc8f5112ece Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-2312-12/+12
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: Idf3334eaea385d4c6fc17ee7968ecf64d4894e35 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-1112-12/+12
| | | | | | | | Update copyright headers from before 2011. Change-Id: I1b38c7ec02928076063246f6f092b668e982e3a5 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fixed compile on Windows in release mode.Rohan McGovern2012-01-111-1/+1
| | | | | | | | | | | | | | It is not valid to unconditionally enable debug mode on platforms where debug/release affects linkage. On these platforms, debug mode can only be used if the debug libraries are enabled, and release mode can only be used if the release libraries are enabled. Let the build system set the correct mode. Change-Id: I1a4869a47b158049de2e8c71a62c3df059a70281 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com> Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com>
* Update theme effect enumeration.Jaakko Korpela2011-12-1911-20/+20
| | | | | | Change-Id: I2021294d082f3d3486b4ae1165dcf9fd1c8c9e49 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com>
* Remove unused QTRY_WAIT macros.Jason McDonald2011-12-092-28/+0
| | | | | | Change-Id: Ia1ca366b3f7b329b7aed76c427b62cc15ad9355e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove duplicate definitions of QTRY_COMPARE and QTRY_VERIFY.Jason McDonald2011-12-095-108/+0
| | | | | | | | These macros are now provided by QTestLib via the QtTest/QtTest header. Change-Id: I60e571e9772170f6576465e19f8ac610313b537a Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* QtFeedback: Remove rpath from test profiles.Friedemann Kleint2011-11-306-12/+0
| | | | | | | | | | It should use QMAKE_LFLAGS_RPATH, but since $$QT.feedback.libs evaluates to qtbase/libs, there is no need to specify it. Change-Id: I945ccb10537aaa36fb7ff2dd2591185d4e5df50e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com> Sanity-Review: Jaakko Korpela <jaakko.korpela@nokia.com>
* tst_qfeedbackmmk: acknowledge crashing test.Rohan McGovern2011-11-171-1/+1
| | | | | | | | | | | | b4d23e61ed19c770caf6b993a8ab0e4474d3f417 in qtbase changes QTest::qWait to also handle DeferredDelete events. This has triggered a crash in this test. Mark the test as insignificant until the problem is handled, to unblock integrations. Task-number: QTBUG-22779 Change-Id: I85e5553920774a9855bf831306d0d9a59aa20c35 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Remove SkipMode parameter from QSKIP.Jason McDonald2011-11-091-2/+2
| | | | | | | | | | The SkipMode parameter has been removed from the API in qtbase, so it must be in all calls to QSKIP. Task-number: QTBUG-21851, QTBUG-21652 Change-Id: Ib2a86f1bf7ce46a469d4b550ff2f3cef2643e20b Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix and enable tests.Rohan McGovern2011-10-258-21/+21
| | | | | | | | | | | | | Autotests are compiling, and all but one passing, so enable them. Update qdeclarativefeedback testdata for Qt 5. QEXPECT_FAIL qfeedbackmmk test until fixed. Task-number: QTBUG-22020 Change-Id: I0aa2977029feb66020ff7d4c70738605df15b87c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Disable feedback plugin unittestJaakko Korpela2011-10-031-1/+1
| | | | | | | Change-Id: I2616aaa746c9e211a2cda79e6de606bde7b66ce2 Reviewed-on: http://codereview.qt-project.org/5914 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Enable feedback plugin and multimedia kit testsJaakko Korpela2011-09-301-7/+8
| | | | | | | | | These tests do not require xcb plugin can can be run on OBS Change-Id: I6baeac672b1aada0e4f6c75a3c02f43116db3de5 Reviewed-on: http://codereview.qt-project.org/5806 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Fix the names for plugins.Xizhi Zhu2011-09-303-3/+3
| | | | | | | Change-Id: Ic6e34681695def6fe4e117f95261c27e10b29c60 Reviewed-on: http://codereview.qt-project.org/5832 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Removed obsolete QTM_NAMESPACE references, fixed compile of tests.Rohan McGovern2011-09-231-2/+0
| | | | | | | Change-Id: I21241782e7d6abd3203a6f4fb978d28c22aa2f2c Reviewed-on: http://codereview.qt-project.org/5412 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Initial commit of modularized QtFeedback.Xizhi Zhu2011-07-0132-0/+2182
TODO: 1) Remove qmobilitypluginsearch.h 2) Fix auto tests.