<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt-labs/qtest-qml.git, branch master</title>
<subtitle>QTest QML extension
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/'/>
<entry>
<title>Remove QUICK_TEST_SCENEGRAPH.</title>
<updated>2013-06-10T23:02:03+00:00</updated>
<author>
<name>Robin Burchell</name>
<email>robin.burchell@jollamobile.com</email>
</author>
<published>2013-05-28T11:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=a23a23cbcfa27366da9d12e535899864f6eb4cbd'/>
<id>a23a23cbcfa27366da9d12e535899864f6eb4cbd</id>
<content type='text'>
This is outdated (QSGView and friends are long gone) and not really needed given
that Qt 5 has its own copy of this code living in qtdeclarative.

Change-Id: I947366ce280a87c59c9e60f6665f8c6ab52b832f
Reviewed-by: Matthew Vogt &lt;matthew.vogt@qinetic.com.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is outdated (QSGView and friends are long gone) and not really needed given
that Qt 5 has its own copy of this code living in qtdeclarative.

Change-Id: I947366ce280a87c59c9e60f6665f8c6ab52b832f
Reviewed-by: Matthew Vogt &lt;matthew.vogt@qinetic.com.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option for qmltestrunner to load translation files.</title>
<updated>2013-06-10T22:49:40+00:00</updated>
<author>
<name>Robin Burchell</name>
<email>robin.burchell@jollamobile.com</email>
</author>
<published>2013-05-28T11:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=7c357e999dec36f4c990671dd0e082c08150c915'/>
<id>7c357e999dec36f4c990671dd0e082c08150c915</id>
<content type='text'>
This is virtually a backport of
qtdeclarative/0339d34691ecf4d67d4ef41c028a687251c2d81a.

Done-with: Richard Braakman &lt;richard.braakman@jollamobile.com&gt;
Change-Id: I8d32c42536aafae1570b273655f200e037582948
Reviewed-by: Matthew Vogt &lt;matthew.vogt@qinetic.com.au&gt;
Reviewed-by: Robin Burchell &lt;robin+qt@viroteck.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is virtually a backport of
qtdeclarative/0339d34691ecf4d67d4ef41c028a687251c2d81a.

Done-with: Richard Braakman &lt;richard.braakman@jollamobile.com&gt;
Change-Id: I8d32c42536aafae1570b273655f200e037582948
Reviewed-by: Matthew Vogt &lt;matthew.vogt@qinetic.com.au&gt;
Reviewed-by: Robin Burchell &lt;robin+qt@viroteck.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced Nokia copyrights and contact details</title>
<updated>2013-05-28T12:01:58+00:00</updated>
<author>
<name>Teemu Kaukoranta</name>
<email>teemu.kaukoranta@digia.com</email>
</author>
<published>2013-05-27T07:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=87b7bc2826de14eb8029d29c92db5c87f778c33e'/>
<id>87b7bc2826de14eb8029d29c92db5c87f778c33e</id>
<content type='text'>
Replaced Nokia copyrights with correct Digia copyrights.
Text in front of copyright is now retained:
** File is part of Foo, Copyright Nokia... -&gt;
** File is part of Foo, Copyright Digia...
Replaced Nokia contact details with Digia's.
Removing "All Rights Reserved" no longer leaves an empty line.

Used the following command:

find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E
'.*Copyright.*Nokia.*|.*Contact.*Nokia.*' {} \; |
tee &gt;(xargs sed -i -r
'1,50 { /INdT/ !{ s/(^[ \t:#*]*)([a-z ]*)(Copyright.*Nokia.*)/
\1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I }
}') &gt;(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.*
|.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.*
|.*qt-label1@nokia\.com.*|.*https:\/\/2.zoppoz.workers.dev:443\/http\/qt\.nokia\.com\/contact.*
|.*qt-sales@nokia\.com.*)
/\1Contact: https:\/\/2.zoppoz.workers.dev:443\/http\/www\.qt-project\.org\/legal/I')
&gt;(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}')

Change-Id: I09634a31c17fc328d04265bd87e7f4a5ef795760
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Nokia copyrights with correct Digia copyrights.
Text in front of copyright is now retained:
** File is part of Foo, Copyright Nokia... -&gt;
** File is part of Foo, Copyright Digia...
Replaced Nokia contact details with Digia's.
Removing "All Rights Reserved" no longer leaves an empty line.

Used the following command:

find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E
'.*Copyright.*Nokia.*|.*Contact.*Nokia.*' {} \; |
tee &gt;(xargs sed -i -r
'1,50 { /INdT/ !{ s/(^[ \t:#*]*)([a-z ]*)(Copyright.*Nokia.*)/
\1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I }
}') &gt;(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.*
|.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.*
|.*qt-label1@nokia\.com.*|.*https:\/\/2.zoppoz.workers.dev:443\/http\/qt\.nokia\.com\/contact.*
|.*qt-sales@nokia\.com.*)
/\1Contact: https:\/\/2.zoppoz.workers.dev:443\/http\/www\.qt-project\.org\/legal/I')
&gt;(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}')

Change-Id: I09634a31c17fc328d04265bd87e7f4a5ef795760
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed licenses</title>
<updated>2013-05-28T11:57:03+00:00</updated>
<author>
<name>Teemu Kaukoranta</name>
<email>teemu.kaukoranta@digia.com</email>
</author>
<published>2013-05-21T06:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=1bd82349f0b8eef67e04f9592ae2bae954683968'/>
<id>1bd82349f0b8eef67e04f9592ae2bae954683968</id>
<content type='text'>
Updated licenses using replace-licenses.zsh from mkdist repo.
Possible copyright and contact changes will come later.

Change-Id: Ib9f0616600aa0a3461a1aa08b9da8545a85259e9
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated licenses using replace-licenses.zsh from mkdist repo.
Possible copyright and contact changes will come later.

Change-Id: Ib9f0616600aa0a3461a1aa08b9da8545a85259e9
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't create event loop in quick_test_main() if it exists already</title>
<updated>2013-04-02T22:12:03+00:00</updated>
<author>
<name>Robin Burchell</name>
<email>robin.burchell@jollamobile.com</email>
</author>
<published>2013-03-27T09:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=770354700d35a713fe5c35dc4e96ab5675443a20'/>
<id>770354700d35a713fe5c35dc4e96ab5675443a20</id>
<content type='text'>
An application using quicktestlib might wish to tweak the
event loop to make it compatible with another event loop used in
component under test.

Change-Id: Ifc5fa3992e969044772a13df7aef997ba5625181
Done-with: Dmitry Rozhkov &lt;dmitry.rozhkov@jollamobile.com&gt;
Reviewed-by: Matthew Vogt &lt;matthew.vogt@qinetic.com.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An application using quicktestlib might wish to tweak the
event loop to make it compatible with another event loop used in
component under test.

Change-Id: Ifc5fa3992e969044772a13df7aef997ba5625181
Done-with: Dmitry Rozhkov &lt;dmitry.rozhkov@jollamobile.com&gt;
Reviewed-by: Matthew Vogt &lt;matthew.vogt@qinetic.com.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate real mouse events on mouseMove</title>
<updated>2013-01-08T04:56:25+00:00</updated>
<author>
<name>Matt Vogt</name>
<email>matthew.vogt@jollamobile.com</email>
</author>
<published>2012-12-31T06:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=27697b3819d1b33bec6e32ba53a7e83fc25a66ec'/>
<id>27697b3819d1b33bec6e32ba53a7e83fc25a66ec</id>
<content type='text'>
Actual mouseMove events are necessary to properly simulate the
behavior of complex components such as Flickable. Instead of just
manipulating the cursor position, record the current button state so
that we can generate move events that are not suppressed.

In addition, add a mouseStartDrag() convenience function so that client
code does not need to be aware of QML's interpretation of the drag
threshold value.

Change-Id: I1ded27f976846660a0ec91906d0b2a6372efccd5
Reviewed-by: Robin Burchell &lt;robin+qt@viroteck.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actual mouseMove events are necessary to properly simulate the
behavior of complex components such as Flickable. Instead of just
manipulating the cursor position, record the current button state so
that we can generate move events that are not suppressed.

In addition, add a mouseStartDrag() convenience function so that client
code does not need to be aware of QML's interpretation of the drag
threshold value.

Change-Id: I1ded27f976846660a0ec91906d0b2a6372efccd5
Reviewed-by: Robin Burchell &lt;robin+qt@viroteck.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert documentation to new qdoc style</title>
<updated>2011-02-15T01:42:25+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2011-02-15T01:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=d39a1865be268c58f7e47dfd9ccb47a53013fdd4'/>
<id>d39a1865be268c58f7e47dfd9ccb47a53013fdd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to use QtQuickTest with QtQuick2</title>
<updated>2011-02-15T01:09:16+00:00</updated>
<author>
<name>Rhys Weatherley</name>
<email>rhys.weatherley@nokia.com</email>
</author>
<published>2011-02-14T23:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=a8ba198b978ce8d02db106003a7784b5364930a7'/>
<id>a8ba198b978ce8d02db106003a7784b5364930a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed explicit Qt version from 4.7 to 4.7.1</title>
<updated>2011-01-28T12:12:23+00:00</updated>
<author>
<name>René Hansen</name>
<email>ext-rene.1.hansen@nokia.com</email>
</author>
<published>2011-01-28T12:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=1673a8572e0c51ab01dde65912612c3d6826b02e'/>
<id>1673a8572e0c51ab01dde65912612c3d6826b02e</id>
<content type='text'>
Error when trying to build against latest SDK with Qt 4.7.0:

qtest-qml/src/qmltestrunner/../../lib/libQtQuickTest.so: undefined reference to `QDeclarativeDebugHelper::getScriptEngine(QDeclarativeEngine*)'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Error when trying to build against latest SDK with Qt 4.7.0:

qtest-qml/src/qmltestrunner/../../lib/libQtQuickTest.so: undefined reference to `QDeclarativeDebugHelper::getScriptEngine(QDeclarativeEngine*)'
</pre>
</div>
</content>
</entry>
<entry>
<title>Added try catch around JSON.stringify</title>
<updated>2011-01-10T16:37:48+00:00</updated>
<author>
<name>Sascha Kolewa</name>
<email>sascha.kolewa@nokia.com</email>
</author>
<published>2011-01-10T16:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/qtest-qml.git/commit/?id=9f2cce2415d1f75565cc5ceff521dc46653ed34a'/>
<id>9f2cce2415d1f75565cc5ceff521dc46653ed34a</id>
<content type='text'>
avoids stopped tests due to exceptions in formatting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids stopped tests due to exceptions in formatting
</pre>
</div>
</content>
</entry>
</feed>
