<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch v6.7.0</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.7.0' in qt/qtdeclarative</title>
<updated>2024-03-22T15:59:41+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2024-03-22T15:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e6d14fcdc95713f65367499629f93fb1f1e35ec9'/>
<id>e6d14fcdc95713f65367499629f93fb1f1e35ec9</id>
<content type='text'>
Change-Id: I97095dbb3d56b1a89c8128bd9e83b44438afcd50
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: I97095dbb3d56b1a89c8128bd9e83b44438afcd50
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.7.0' in qt/qtdeclarative</title>
<updated>2024-03-20T16:10:29+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2024-03-20T16:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=1aa5cf3d4b3c939a29e0382f666c8cf5a91a3cb4'/>
<id>1aa5cf3d4b3c939a29e0382f666c8cf5a91a3cb4</id>
<content type='text'>
Change-Id: I5e5daa6d6ea0662628d100a8a1fdd954c59f56a4
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: I5e5daa6d6ea0662628d100a8a1fdd954c59f56a4
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove revisioning of shadowed x/y properties in QQuickWindowQmlImpl</title>
<updated>2024-03-20T12:43:12+00:00</updated>
<author>
<name>Tor Arne Vestbø</name>
<email>tor.arne.vestbo@qt.io</email>
</author>
<published>2024-03-20T10:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=96d942b6c6d44b614a3a7d9a59b9f3ba26734b2d'/>
<id>96d942b6c6d44b614a3a7d9a59b9f3ba26734b2d</id>
<content type='text'>
The properties are available in QWindow as well, and our property
resolving doesn't consider properties in base classes when a revision
excludes a property in a sublcass from being picked up.

Currently, clients who import QtQuick 2.1, and hence bring in
QQuickWindowQmlImpl instead of just QQuickWindow as the Window type,
will get:

 "Window.y" is not available in QtQuick 2.1.

The workaround is to either import QtQuick 2.0, or remove the version
from the import.

This is a partial revert of 0fdca3e40d9afed9bc745a902a7fce6329d0e2b4

Pick-to: 6.7 dev
Change-Id: I34346627e5ae12a40ddd298eea9a9e1bbc89d815
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
Reviewed-by: Volker Hilsheimer &lt;volker.hilsheimer@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The properties are available in QWindow as well, and our property
resolving doesn't consider properties in base classes when a revision
excludes a property in a sublcass from being picked up.

Currently, clients who import QtQuick 2.1, and hence bring in
QQuickWindowQmlImpl instead of just QQuickWindow as the Window type,
will get:

 "Window.y" is not available in QtQuick 2.1.

The workaround is to either import QtQuick 2.0, or remove the version
from the import.

This is a partial revert of 0fdca3e40d9afed9bc745a902a7fce6329d0e2b4

Pick-to: 6.7 dev
Change-Id: I34346627e5ae12a40ddd298eea9a9e1bbc89d815
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
Reviewed-by: Volker Hilsheimer &lt;volker.hilsheimer@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: fix install path of Qt6AndroidQuick.jar</title>
<updated>2024-03-20T12:43:06+00:00</updated>
<author>
<name>Assam Boudjelthia</name>
<email>assam.boudjelthia@qt.io</email>
</author>
<published>2024-03-15T00:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=a4522a1739f813c8d471ef4ca0404f32677967fc'/>
<id>a4522a1739f813c8d471ef4ca0404f32677967fc</id>
<content type='text'>
Fixes: QTBUG-123332
Change-Id: I013df5a7e1db6bb06cb0efa85c73844e97e1bde5
Reviewed-by: Tinja Paavoseppä &lt;tinja.paavoseppa@qt.io&gt;
(cherry picked from commit 11843cc125f5505fbec28392884ebd87eb607bba)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit 139b13f15a987ee9947fe16ac76131f0f3d33119)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: QTBUG-123332
Change-Id: I013df5a7e1db6bb06cb0efa85c73844e97e1bde5
Reviewed-by: Tinja Paavoseppä &lt;tinja.paavoseppa@qt.io&gt;
(cherry picked from commit 11843cc125f5505fbec28392884ebd87eb607bba)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit 139b13f15a987ee9947fe16ac76131f0f3d33119)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.7.0' in qt/qtdeclarative</title>
<updated>2024-03-19T10:56:43+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2024-03-19T10:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=579cec7ef232d33ab38c37190a6def2fe0a521ea'/>
<id>579cec7ef232d33ab38c37190a6def2fe0a521ea</id>
<content type='text'>
Change-Id: Ie6a34d9cf06d69d4d2ecd0fa674471ffc36b718c
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: Ie6a34d9cf06d69d4d2ecd0fa674471ffc36b718c
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Controls Text Editor example and docs</title>
<updated>2024-03-19T05:13:51+00:00</updated>
<author>
<name>Shawn Rutledge</name>
<email>shawn.rutledge@qt.io</email>
</author>
<published>2024-03-06T05:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=81dfaa0fcb06b2667b248d5f9137b9e636a3576a'/>
<id>81dfaa0fcb06b2667b248d5f9137b9e636a3576a</id>
<content type='text'>
a27b75c89da31a9ed1cf6dc6f6d3f3514ad28f8e doesn't work in its
entirety on 6.7 branch; but this patch applies the parts that are
possible. These docs have been adapted from the version in
6217408799c43869b8a7c1fcbff882d42ae71171.

We update the html and markdown example files.

We also move ScrollBar to make explanation easier.

Change-Id: If65de335f840382b5e236d8a04db382b0b7aee6a
Reviewed-by: Oliver Eftevaag &lt;oliver.eftevaag@qt.io&gt;
(cherry picked from commit 6217408799c43869b8a7c1fcbff882d42ae71171)
(cherry picked from commit 3b44a457efcf42f4f6b3ce0d6ae41ef3821e4478)
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>
a27b75c89da31a9ed1cf6dc6f6d3f3514ad28f8e doesn't work in its
entirety on 6.7 branch; but this patch applies the parts that are
possible. These docs have been adapted from the version in
6217408799c43869b8a7c1fcbff882d42ae71171.

We update the html and markdown example files.

We also move ScrollBar to make explanation easier.

Change-Id: If65de335f840382b5e236d8a04db382b0b7aee6a
Reviewed-by: Oliver Eftevaag &lt;oliver.eftevaag@qt.io&gt;
(cherry picked from commit 6217408799c43869b8a7c1fcbff882d42ae71171)
(cherry picked from commit 3b44a457efcf42f4f6b3ce0d6ae41ef3821e4478)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.7.0' in qt/qtdeclarative</title>
<updated>2024-03-18T20:16:18+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2024-03-18T18:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=1e7b19af808c561b2954751a193757402a25afea'/>
<id>1e7b19af808c561b2954751a193757402a25afea</id>
<content type='text'>
Change-Id: If9dd60312aa2d4fbc9c6d398a832c55ab14301d3
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: If9dd60312aa2d4fbc9c6d398a832c55ab14301d3
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle more potential underlying types</title>
<updated>2024-03-18T16:52:14+00:00</updated>
<author>
<name>Fabian Kosmale</name>
<email>fabian.kosmale@qt.io</email>
</author>
<published>2024-03-18T10:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=2d69be1b1234abddafce77cc5698a4a7e8751134'/>
<id>2d69be1b1234abddafce77cc5698a4a7e8751134</id>
<content type='text'>
Since f3bcbfd6a50fb7e74f4ff6714d3b3066fa74e253, we use the underlying
type of an enum when the binding is detected as a resolved enum and
the property is of enum type.

When using an enums underlying type, we can receive types that were
formerly not possible, because we would normalize them to plain int.

Fix this by teaching the object creator to handle assignments of
signed and unsigned integer types.

Fixes: QTBUG-123428
Change-Id: I3635b7de048e0c6ddf79381679aafee89a5b3def
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
(cherry picked from commit 186405955f1057111379369fc43951513c461aa9)
Reviewed-by: Sami Shalayel &lt;sami.shalayel@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since f3bcbfd6a50fb7e74f4ff6714d3b3066fa74e253, we use the underlying
type of an enum when the binding is detected as a resolved enum and
the property is of enum type.

When using an enums underlying type, we can receive types that were
formerly not possible, because we would normalize them to plain int.

Fix this by teaching the object creator to handle assignments of
signed and unsigned integer types.

Fixes: QTBUG-123428
Change-Id: I3635b7de048e0c6ddf79381679aafee89a5b3def
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
(cherry picked from commit 186405955f1057111379369fc43951513c461aa9)
Reviewed-by: Sami Shalayel &lt;sami.shalayel@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies on '6.7.0' in qt/qtdeclarative</title>
<updated>2024-03-18T07:48:46+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2024-03-18T07:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=9c546fd53427994112135ae1a8d3b322dc47df29'/>
<id>9c546fd53427994112135ae1a8d3b322dc47df29</id>
<content type='text'>
Change-Id: Ib18693f3b88c43d6a0e685fdd47b323f5ef8488b
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: Ib18693f3b88c43d6a0e685fdd47b323f5ef8488b
Reviewed-by: Qt Submodule Update Bot &lt;qt_submodule_update_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix missing qqmlengine.h include</title>
<updated>2024-03-15T11:38:04+00:00</updated>
<author>
<name>Soheil Armin</name>
<email>soheil.armin@qt.io</email>
</author>
<published>2024-03-14T09:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eb0a3811f34e20eb53c3c13c34d1245b0f6c858c'/>
<id>eb0a3811f34e20eb53c3c13c34d1245b0f6c858c</id>
<content type='text'>
Add missing qqmlengine.h include in qandroidquickviewembedding.cpp
as it may QQmlEngine may resolve to a forward declaration, resulting
a compile-time incomplete type error.

Fixes: QTBUG-123307
Change-Id: Ieb6e20f0a096450300cec267e6b1ab4671c037bc
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 6667dd4b4066343084cc3d7d2ff80327c6c389f1)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit 92aab1cd34d2b0a5c428d0007d8a99a73bbfb858)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing qqmlengine.h include in qandroidquickviewembedding.cpp
as it may QQmlEngine may resolve to a forward declaration, resulting
a compile-time incomplete type error.

Fixes: QTBUG-123307
Change-Id: Ieb6e20f0a096450300cec267e6b1ab4671c037bc
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 6667dd4b4066343084cc3d7d2ff80327c6c389f1)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit 92aab1cd34d2b0a5c428d0007d8a99a73bbfb858)
</pre>
</div>
</content>
</entry>
</feed>
