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>
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>
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>
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>
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>
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>
The qtfeedback plugin changes had been performed in checkin
9610e64f3e . 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>
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>
Continuous Integration is no longer performed for this platform.
Change-Id: I1e4d710d77e4e922647823eda0fae3f15037e205
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>