<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch v6.0.4</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Update dependencies on '6.0' in qt/qtdeclarative</title>
<updated>2021-04-28T01:21:54+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2021-04-28T01:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=77fd3a0969e05f3741307afef8721aba7ee6c8c0'/>
<id>77fd3a0969e05f3741307afef8721aba7ee6c8c0</id>
<content type='text'>
Change-Id: I512603c13dbdcf6b75c9ea92911226f6c697c907
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I512603c13dbdcf6b75c9ea92911226f6c697c907
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.0' in qt/qtdeclarative</title>
<updated>2021-04-27T20:08:00+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2021-04-27T20:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=73a3a56df14c2a396754d4aa48c283ae232ada51'/>
<id>73a3a56df14c2a396754d4aa48c283ae232ada51</id>
<content type='text'>
Change-Id: I89e78a61cf9f5787fa33b95a3d1833e7a42a753d
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I89e78a61cf9f5787fa33b95a3d1833e7a42a753d
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document QQmlComponent::createWithInitialProperties() error handling</title>
<updated>2021-04-27T15:06:18+00:00</updated>
<author>
<name>Mitch Curtis</name>
<email>mitch.curtis@qt.io</email>
</author>
<published>2021-04-27T12:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7147b54e3eba3089db825b91b74513205974e7df'/>
<id>7147b54e3eba3089db825b91b74513205974e7df</id>
<content type='text'>
Unlike create(), it can produce errors that should be checked.

Change-Id: I78f2e58c8666eb45f6e850c43e3e97a448b2758e
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
(cherry picked from commit 4f0622f7f553cd841874f0efe65d7f13edeec216)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike create(), it can produce errors that should be checked.

Change-Id: I78f2e58c8666eb45f6e850c43e3e97a448b2758e
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
(cherry picked from commit 4f0622f7f553cd841874f0efe65d7f13edeec216)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>QQmlComponentPrivate::setInitialProperty: improve error message</title>
<updated>2021-04-27T15:06:17+00:00</updated>
<author>
<name>Fabian Kosmale</name>
<email>fabian.kosmale@qt.io</email>
</author>
<published>2021-04-27T12:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=2574c0cba6a243b90c161b4e91c91cfa15502e98'/>
<id>2574c0cba6a243b90c161b4e91c91cfa15502e98</id>
<content type='text'>
We can discern between the case where the property does not exist at
all, and the case where we cannot set it.

Change-Id: Ia2e8f4cc077a00b90d720db01bff1542a812dea0
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit 7275328b967582010abfd59c9a93feef4cb1379f)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can discern between the case where the property does not exist at
all, and the case where we cannot set it.

Change-Id: Ia2e8f4cc077a00b90d720db01bff1542a812dea0
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit 7275328b967582010abfd59c9a93feef4cb1379f)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.0' in qt/qtdeclarative</title>
<updated>2021-04-27T12:39:10+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2021-04-27T12:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5e6028e88b74dea1f46a4807da898ad83584b3d5'/>
<id>5e6028e88b74dea1f46a4807da898ad83584b3d5</id>
<content type='text'>
Change-Id: Id93e8f541eb25aeef0b89cd19ab782269763dac6
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id93e8f541eb25aeef0b89cd19ab782269763dac6
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.0' in qt/qtdeclarative</title>
<updated>2021-04-27T04:48:14+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2021-04-27T04:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=de06daf1765832449e951c01621a55781774f73f'/>
<id>de06daf1765832449e951c01621a55781774f73f</id>
<content type='text'>
Change-Id: Ieed7794a397d547067300b43cc268c3319513e84
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ieed7794a397d547067300b43cc268c3319513e84
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.0' in qt/qtdeclarative</title>
<updated>2021-04-26T05:45:22+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2021-04-26T05:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=8ef0f8cf3abfe2e63fb094a56f7349c378279460'/>
<id>8ef0f8cf3abfe2e63fb094a56f7349c378279460</id>
<content type='text'>
Change-Id: I3720b3405f58cae77f063e84ee98be3e350f1c21
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3720b3405f58cae77f063e84ee98be3e350f1c21
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra colon</title>
<updated>2021-04-24T14:23:16+00:00</updated>
<author>
<name>Zhang Hao</name>
<email>zhanghao@uniontech.com</email>
</author>
<published>2021-04-23T07:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=4e5f5caed002ad3925c8b94037520da597dc1ca2'/>
<id>4e5f5caed002ad3925c8b94037520da597dc1ca2</id>
<content type='text'>
JavaScript Grammatical errors,
There should be no colon after the function brackets

Fixes: QTBUG-93048
Change-Id: I902d490bf810fa60e3b3d2a76de7902345289cfe
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
(cherry picked from commit df8e6136834326e363db49829d227a303e5425ed)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
JavaScript Grammatical errors,
There should be no colon after the function brackets

Fixes: QTBUG-93048
Change-Id: I902d490bf810fa60e3b3d2a76de7902345289cfe
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
(cherry picked from commit df8e6136834326e363db49829d227a303e5425ed)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tst_qquickcanvas: Verfiy that canvas.context exists</title>
<updated>2021-04-23T13:43:47+00:00</updated>
<author>
<name>Fabian Kosmale</name>
<email>fabian.kosmale@qt.io</email>
</author>
<published>2021-04-23T07:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5d55b0ee58100c134fe7531ead1ca08a3ea4d6de'/>
<id>5d55b0ee58100c134fe7531ead1ca08a3ea4d6de</id>
<content type='text'>
Apparently it was possible to execute the pixel check before the canvas
was fully created. Use tryVerify to ensure that it is actually is there
before running the actual test function.

Change-Id: I8e9f1133ea718c001f0456cb3af27f13e6d85e96
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit b8451949ba375ecf253fe07a3e043d83d00f9b74)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently it was possible to execute the pixel check before the canvas
was fully created. Use tryVerify to ensure that it is actually is there
before running the actual test function.

Change-Id: I8e9f1133ea718c001f0456cb3af27f13e6d85e96
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit b8451949ba375ecf253fe07a3e043d83d00f9b74)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.0' in qt/qtdeclarative</title>
<updated>2021-04-22T03:19:05+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2021-04-22T03:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5b0a4213ce2fcd38e7a818fdc48635e7c19014e0'/>
<id>5b0a4213ce2fcd38e7a818fdc48635e7c19014e0</id>
<content type='text'>
Change-Id: Idc19203fd4bbd4624d69ef6242231f6cd5c5abec
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idc19203fd4bbd4624d69ef6242231f6cd5c5abec
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
