<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch v5.11.3</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Add changes file for Qt 5.11.3</title>
<updated>2018-11-20T10:19:12+00:00</updated>
<author>
<name>Antti Kokko</name>
<email>antti.kokko@qt.io</email>
</author>
<published>2018-11-16T07:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e3c0bb7811407bad1f65ea55639a4b1d1d39be15'/>
<id>e3c0bb7811407bad1f65ea55639a4b1d1d39be15</id>
<content type='text'>
Change-Id: Ieff361efbedf364469657cc0d1b917560dab1b8c
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ieff361efbedf364469657cc0d1b917560dab1b8c
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leaking resources by OpenVG scene graph backend</title>
<updated>2018-11-14T10:24:47+00:00</updated>
<author>
<name>Kirill Burtsev</name>
<email>kirill.burtsev@qt.io</email>
</author>
<published>2018-11-13T12:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e746e55f2451a800744ccfcbc9f83fdc3a16337c'/>
<id>e746e55f2451a800744ccfcbc9f83fdc3a16337c</id>
<content type='text'>
Change-Id: I4e67c639d8343e39673ef5ea08bda7af033fb19f
Reviewed-by: Andy Nichols &lt;andy.nichols@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4e67c639d8343e39673ef5ea08bda7af033fb19f
Reviewed-by: Andy Nichols &lt;andy.nichols@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leaking textures and animation resources by software backend</title>
<updated>2018-11-14T10:24:38+00:00</updated>
<author>
<name>Kirill Burtsev</name>
<email>kirill.burtsev@qt.io</email>
</author>
<published>2018-11-09T11:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=064f0d3d23097cb181166c3e966287490773f23c'/>
<id>064f0d3d23097cb181166c3e966287490773f23c</id>
<content type='text'>
QQuickStyleItem1::updatePaintNode assumes every instance of
QSGNinePathNode (QSGSoftwareNinePatchNode for software backend)
to own new texture object on setTexture. Instance of
QQuickAnimationController is also assumed to be deleted by
render loop on window destroy.

Fixes: QTBUG-69290
Change-Id: Ibd22229108c986c1c115600280482cea01bf4160
Reviewed-by: Andy Nichols &lt;andy.nichols@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QQuickStyleItem1::updatePaintNode assumes every instance of
QSGNinePathNode (QSGSoftwareNinePatchNode for software backend)
to own new texture object on setTexture. Instance of
QQuickAnimationController is also assumed to be deleted by
render loop on window destroy.

Fixes: QTBUG-69290
Change-Id: Ibd22229108c986c1c115600280482cea01bf4160
Reviewed-by: Andy Nichols &lt;andy.nichols@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2018-11-08T10:27:09+00:00</updated>
<author>
<name>Oswald Buddenhagen</name>
<email>oswald.buddenhagen@qt.io</email>
</author>
<published>2018-11-08T10:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7eaa93680ce583354f23f3b29bd6db59169dfece'/>
<id>7eaa93680ce583354f23f3b29bd6db59169dfece</id>
<content type='text'>
Change-Id: I443e76802310ae44f869ca8a60a285cb2eb9adcc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I443e76802310ae44f869ca8a60a285cb2eb9adcc
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Add a link from enumeration basic type to enum attributes</title>
<updated>2018-11-06T14:08:08+00:00</updated>
<author>
<name>Alexander Akulich</name>
<email>akulichalexander@gmail.com</email>
</author>
<published>2018-10-31T13:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=919a6804990277fb0eb10015559fd4a6e9b26547'/>
<id>919a6804990277fb0eb10015559fd4a6e9b26547</id>
<content type='text'>
Change-Id: I7a7c095f3df11233029e91b3a95262122ae31fcc
Reviewed-by: Paul Wicking &lt;paul.wicking@qt.io&gt;
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7a7c095f3df11233029e91b3a95262122ae31fcc
Reviewed-by: Paul Wicking &lt;paul.wicking@qt.io&gt;
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Add enumeration object attributes to the QML Reference</title>
<updated>2018-11-06T14:08:04+00:00</updated>
<author>
<name>Alexander Akulich</name>
<email>akulichalexander@gmail.com</email>
</author>
<published>2018-10-31T12:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=52e326cf177c23147146d9e1de2de920f62ddbc9'/>
<id>52e326cf177c23147146d9e1de2de920f62ddbc9</id>
<content type='text'>
Change-Id: I2d402d9be905794e731c73aac75c84168390e07d
Reviewed-by: Paul Wicking &lt;paul.wicking@qt.io&gt;
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2d402d9be905794e731c73aac75c84168390e07d
Reviewed-by: Paul Wicking &lt;paul.wicking@qt.io&gt;
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Accessible: Return StaticText if there is no explicit role set</title>
<updated>2018-10-19T13:29:24+00:00</updated>
<author>
<name>Andy Shaw</name>
<email>andy.shaw@qt.io</email>
</author>
<published>2018-10-09T07:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=4a886753a75c7c4d66f1fa9cab5a6c5a03240df3'/>
<id>4a886753a75c7c4d66f1fa9cab5a6c5a03240df3</id>
<content type='text'>
Before, it would assume that StaticText was the role if the item
could be cast to a QQuickText. It should only do this if the role
is not explicitly set, in case it is not really StaticText in the
attached property.

Change-Id: I800810f1347fc9aa412c4ca5d180f78d27a89b38
Reviewed-by: Andre de la Rocha &lt;andre.rocha@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, it would assume that StaticText was the role if the item
could be cast to a QQuickText. It should only do this if the role
is not explicitly set, in case it is not really StaticText in the
attached property.

Change-Id: I800810f1347fc9aa412c4ca5d180f78d27a89b38
Reviewed-by: Andre de la Rocha &lt;andre.rocha@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>At least warn when triggering a rendering limitation</title>
<updated>2018-10-18T12:50:04+00:00</updated>
<author>
<name>Allan Sandfeld Jensen</name>
<email>allan.jensen@qt.io</email>
</author>
<published>2018-10-16T11:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=0f0ed2070333d61a2603cf3e9bc0cb15439e1177'/>
<id>0f0ed2070333d61a2603cf3e9bc0cb15439e1177</id>
<content type='text'>
We can only have up to 65536/4 tiles since we are indexing with
quint16.

Task-number: QTBUG-58924
Change-Id: I55b5a9f2a3fb4582e327859482dd978b61b21e4e
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can only have up to 65536/4 tiles since we are indexing with
quint16.

Task-number: QTBUG-58924
Change-Id: I55b5a9f2a3fb4582e327859482dd978b61b21e4e
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: place more importance on not binding to x/y/width/height</title>
<updated>2018-10-17T10:41:27+00:00</updated>
<author>
<name>Mitch Curtis</name>
<email>mitch.curtis@qt.io</email>
</author>
<published>2018-10-11T08:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=614d16d6f0e5e125b5572c4cd2bfe447f939a9b2'/>
<id>614d16d6f0e5e125b5572c4cd2bfe447f939a9b2</id>
<content type='text'>
It's common for users to bind to these properties and think that it's a
bug that it doesn't work, so we should make the note in the docs more
strongly worded and elaborate a bit.

Change-Id: I82c8d5644ed81cc616a3035f489344a491ea5a66
Reviewed-by: Andy Shaw &lt;andy.shaw@qt.io&gt;
Reviewed-by: Venugopal Shivashankar &lt;Venugopal.Shivashankar@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's common for users to bind to these properties and think that it's a
bug that it doesn't work, so we should make the note in the docs more
strongly worded and elaborate a bit.

Change-Id: I82c8d5644ed81cc616a3035f489344a491ea5a66
Reviewed-by: Andy Shaw &lt;andy.shaw@qt.io&gt;
Reviewed-by: Venugopal Shivashankar &lt;Venugopal.Shivashankar@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn, don't crash during nested delivery of mouse or touch presses</title>
<updated>2018-10-13T18:55:29+00:00</updated>
<author>
<name>Shawn Rutledge</name>
<email>shawn.rutledge@qt.io</email>
</author>
<published>2018-10-03T15:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7f57472e24a45a9cb56c7742f4c031405262ef98'/>
<id>7f57472e24a45a9cb56c7742f4c031405262ef98</id>
<content type='text'>
If during delivery of a mouse press, user code calls qApp-&gt;sendEvent()
with another mouse press, then when delivery of the nested event is
finished, we call QQuickPointerMouseEvent::reset(nullptr).  Then when
delivery of the original mouse press resumes, crashes are possible
because most of the code assumes that QQuickPointerEvent::m_event is
not null during delivery.

Change-Id: Id65b1f2f64351e40d03bcd4f4d16693d616729da
Fixes: QTBUG-70898
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If during delivery of a mouse press, user code calls qApp-&gt;sendEvent()
with another mouse press, then when delivery of the nested event is
finished, we call QQuickPointerMouseEvent::reset(nullptr).  Then when
delivery of the original mouse press resumes, crashes are possible
because most of the code assumes that QQuickPointerEvent::m_event is
not null during delivery.

Change-Id: Id65b1f2f64351e40d03bcd4f4d16693d616729da
Fixes: QTBUG-70898
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
