<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch v5.10.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>Fix QQmlImportsPrivate::resolvedUri()</title>
<updated>2017-11-30T15:10:22+00:00</updated>
<author>
<name>J-P Nurmi</name>
<email>jpnurmi@qt.io</email>
</author>
<published>2017-11-30T12:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=dac71f3d6f6bc4f159f6107c792bc70cfe7c308e'/>
<id>dac71f3d6f6bc4f159f6107c792bc70cfe7c308e</id>
<content type='text'>
Qt Quick Controls 2 styles have a version in the middle of the path/URI
(e.g. qml/QtQuick/Controls.2/Material). The resolvedUri() helper method,
which is used by addFileImport() for implicit imports, was never taught
to deal with this type of versioning. It was only attempting to remove
the version from the end.

Change-Id: Ibdf23dc6c3b0794527d5f9330602858291c23e01
Task-number: QTBUG-64868
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt Quick Controls 2 styles have a version in the middle of the path/URI
(e.g. qml/QtQuick/Controls.2/Material). The resolvedUri() helper method,
which is used by addFileImport() for implicit imports, was never taught
to deal with this type of versioning. It was only attempting to remove
the version from the end.

Change-Id: Ibdf23dc6c3b0794527d5f9330602858291c23e01
Task-number: QTBUG-64868
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with circular singleton instantiations</title>
<updated>2017-11-28T14:26:22+00:00</updated>
<author>
<name>Michael Brasser</name>
<email>mbrasser@ford.com</email>
</author>
<published>2017-11-21T18:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=cc46992fbb94f1775ac22aa23b42d76f810a5913'/>
<id>cc46992fbb94f1775ac22aa23b42d76f810a5913</id>
<content type='text'>
While a recursion check exists and works, it can lead to instanting
the same singleton multiple times (leaking all but one copy).

Change-Id: Icf342aad71c5cb225488262341517d95786e1f84
Reviewed-by: Erik Verbruggen &lt;erik.verbruggen@qt.io&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While a recursion check exists and works, it can lead to instanting
the same singleton multiple times (leaking all but one copy).

Change-Id: Icf342aad71c5cb225488262341517d95786e1f84
Reviewed-by: Erik Verbruggen &lt;erik.verbruggen@qt.io&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blacklist tst_qquickflickable::rebound on macOS</title>
<updated>2017-11-23T05:35:40+00:00</updated>
<author>
<name>Shawn Rutledge</name>
<email>shawn.rutledge@qt.io</email>
</author>
<published>2017-11-16T16:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=19f54245d35ee5eb66b991274908f780b103e3b4'/>
<id>19f54245d35ee5eb66b991274908f780b103e3b4</id>
<content type='text'>
It's not only on 10.10

Task-number: QTBUG-26696
Task-number: QTBUG-36804
Change-Id: I6652cc3c32cc0219e58f7bf6d9584e3041ad34e8
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not only on 10.10

Task-number: QTBUG-26696
Task-number: QTBUG-36804
Change-Id: I6652cc3c32cc0219e58f7bf6d9584e3041ad34e8
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>never skip updating passive grabbers, or ungrab, on mouse release</title>
<updated>2017-11-23T05:35:34+00:00</updated>
<author>
<name>Shawn Rutledge</name>
<email>shawn.rutledge@qt.io</email>
</author>
<published>2017-11-16T10:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=28893b5ab2ee0984d6caa813ac1bbecf6d9e583c'/>
<id>28893b5ab2ee0984d6caa813ac1bbecf6d9e583c</id>
<content type='text'>
If you drag a ListView with the right mouse button, it was reacting,
but not rebounding after release.  And if a PointHandler is used to
show feedback about mouse position, it also did not get the release.
This was due to returning early from deliverMouseEvent.

Change-Id: I24b39e4769d6824d3bd1f400dbf1f973bb29fbb6
Reviewed-by: Jan Arve Sæther &lt;jan-arve.saether@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you drag a ListView with the right mouse button, it was reacting,
but not rebounding after release.  And if a PointHandler is used to
show feedback about mouse position, it also did not get the release.
This was due to returning early from deliverMouseEvent.

Change-Id: I24b39e4769d6824d3bd1f400dbf1f973bb29fbb6
Reviewed-by: Jan Arve Sæther &lt;jan-arve.saether@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changes file for Qt 5.10.0</title>
<updated>2017-11-21T19:00:40+00:00</updated>
<author>
<name>Antti Kokko</name>
<email>antti.kokko@qt.io</email>
</author>
<published>2017-11-08T06:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=380e2fd1cd37c4d6e7ceb95998c62d7bcbec57ed'/>
<id>380e2fd1cd37c4d6e7ceb95998c62d7bcbec57ed</id>
<content type='text'>
Change-Id: I49d734212a4d9b4002db012c2149e1614292adeb
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
Reviewed-by: Alex Blasche &lt;alexander.blasche@qt.io&gt;
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I49d734212a4d9b4002db012c2149e1614292adeb
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@qt.io&gt;
Reviewed-by: Alex Blasche &lt;alexander.blasche@qt.io&gt;
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/5.9.3' into 5.10.0</title>
<updated>2017-11-21T09:58:51+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@qt.io</email>
</author>
<published>2017-11-21T09:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=848245c7d3e99f14f50417e45fcfdff2a7022502'/>
<id>848245c7d3e99f14f50417e45fcfdff2a7022502</id>
<content type='text'>
Change-Id: Id2b11dccb04fc99d10608f690f5827bfa9b2114c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id2b11dccb04fc99d10608f690f5827bfa9b2114c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 5.10 into 5.10.0</title>
<updated>2017-11-20T12:48:55+00:00</updated>
<author>
<name>Oswald Buddenhagen</name>
<email>oswald.buddenhagen@qt.io</email>
</author>
<published>2017-11-20T12:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=ef10b82a28114718591bcdabec031ce05caacf37'/>
<id>ef10b82a28114718591bcdabec031ce05caacf37</id>
<content type='text'>
Change-Id: I68e1137c57cdb4c585dd44b0528744bde7df047a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I68e1137c57cdb4c585dd44b0528744bde7df047a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when accessing pixmap on default QSGSoftwareInternalImageNode</title>
<updated>2017-11-17T18:15:09+00:00</updated>
<author>
<name>Allan Sandfeld Jensen</name>
<email>allan.jensen@qt.io</email>
</author>
<published>2017-11-16T16:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=08778586413adad7b3af35c7cb97416757d599c0'/>
<id>08778586413adad7b3af35c7cb97416757d599c0</id>
<content type='text'>
Task-number: QTBUG-64562
Change-Id: I52e07b0d8b7a5d1cc960431dcbd1a90dd3e7e518
Reviewed-by: Jüri Valdmann &lt;juri.valdmann@qt.io&gt;
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-64562
Change-Id: I52e07b0d8b7a5d1cc960431dcbd1a90dd3e7e518
Reviewed-by: Jüri Valdmann &lt;juri.valdmann@qt.io&gt;
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix outdated FDL license header</title>
<updated>2017-11-15T17:54:38+00:00</updated>
<author>
<name>Kai Koehne</name>
<email>kai.koehne@qt.io</email>
</author>
<published>2017-11-15T15:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=131a7e3a544a90035dcab5e1aa6aff509395e155'/>
<id>131a7e3a544a90035dcab5e1aa6aff509395e155</id>
<content type='text'>
Change-Id: I9ea98ccf98c7421818c40fe0128a435db0fa28e7
Reviewed-by: Liang Qi &lt;liang.qi@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9ea98ccf98c7421818c40fe0128a435db0fa28e7
Reviewed-by: Liang Qi &lt;liang.qi@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix outdated BSD license header</title>
<updated>2017-11-15T17:54:35+00:00</updated>
<author>
<name>Kai Koehne</name>
<email>kai.koehne@qt.io</email>
</author>
<published>2017-11-15T15:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=11d53337cffffeaa185b1e7ec816a52e07355c9c'/>
<id>11d53337cffffeaa185b1e7ec816a52e07355c9c</id>
<content type='text'>
Change-Id: Ib1fe267c23ea9fce9bcc0a91ed61081260338460
Reviewed-by: Liang Qi &lt;liang.qi@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib1fe267c23ea9fce9bcc0a91ed61081260338460
Reviewed-by: Liang Qi &lt;liang.qi@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
