<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch wip/nacl</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>QtDeclarative fixes and workarounds for NaCl</title>
<updated>2016-05-13T13:32:08+00:00</updated>
<author>
<name>Morten Johan Sørvig</name>
<email>morten.sorvig@digia.com</email>
</author>
<published>2014-09-15T19:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b6d3bae80317d854d78b5880d8d46cacd0d1a64e'/>
<id>b6d3bae80317d854d78b5880d8d46cacd0d1a64e</id>
<content type='text'>
Make QtDeclarative run on Native Client.

Some of these should be looked at more closely at
a later point in time, but will do as workarounds
from now.

Change-Id: Ifddcb45b190c3a80c6137772a05ababb5466ea22
Reviewed-by: Morten Johan Sørvig &lt;morten.sorvig@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make QtDeclarative run on Native Client.

Some of these should be looked at more closely at
a later point in time, but will do as workarounds
from now.

Change-Id: Ifddcb45b190c3a80c6137772a05ababb5466ea22
Reviewed-by: Morten Johan Sørvig &lt;morten.sorvig@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6</title>
<updated>2016-01-21T08:08:30+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@theqtcompany.com</email>
</author>
<published>2016-01-21T08:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=872a05475721ad771bd347d1526035e6e7479d30'/>
<id>872a05475721ad771bd347d1526035e6e7479d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>QQuickItem: fix an infinite loop nextItemInFocusChain()</title>
<updated>2016-01-20T12:44:46+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@theqtcompany.com</email>
</author>
<published>2016-01-20T11:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=d68a7e04f2a0c01e087190a6171e7c37ffb0359d'/>
<id>d68a7e04f2a0c01e087190a6171e7c37ffb0359d</id>
<content type='text'>
When isTabFence is set to true and no children.

Task-number: QTBUG-50516
Change-Id: I8430336fde7ab041797f8f9d9dfe5b9d56fecddd
Reviewed-by: J-P Nurmi &lt;jpnurmi@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When isTabFence is set to true and no children.

Task-number: QTBUG-50516
Change-Id: I8430336fde7ab041797f8f9d9dfe5b9d56fecddd
Reviewed-by: J-P Nurmi &lt;jpnurmi@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qmlplugindump: avoid generating conflicting types.</title>
<updated>2016-01-20T09:01:17+00:00</updated>
<author>
<name>Marco Benelli</name>
<email>marco.benelli@theqtcompany.com</email>
</author>
<published>2016-01-06T11:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=a28bf00a6c1faa550602b8d5b80de5e3ff79a0c0'/>
<id>a28bf00a6c1faa550602b8d5b80de5e3ff79a0c0</id>
<content type='text'>
qmlplugindump used to import QtQuick, therefore skipping all QtQuick
types when dumping.  Now that it imports only Qt, it is no longer the
case, and all QtQuick types would be dumped in the module's qmltypes
file.  It can be avoided by specifyng 'QtQuick' as dependency in qmldir
file or in a json file passed as -dependencies option.  It seems however
that people are not used to that, so in order to restore the old
behavior, the QtQuick dependency is automatically added when the
dependency list is empty.

Change-Id: I5fb2e57893607a877d284767b3fd09159b45ff42
Reviewed-by: Thomas Hartmann &lt;Thomas.Hartmann@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
qmlplugindump used to import QtQuick, therefore skipping all QtQuick
types when dumping.  Now that it imports only Qt, it is no longer the
case, and all QtQuick types would be dumped in the module's qmltypes
file.  It can be avoided by specifyng 'QtQuick' as dependency in qmldir
file or in a json file passed as -dependencies option.  It seems however
that people are not used to that, so in order to restore the old
behavior, the QtQuick dependency is automatically added when the
dependency list is empty.

Change-Id: I5fb2e57893607a877d284767b3fd09159b45ff42
Reviewed-by: Thomas Hartmann &lt;Thomas.Hartmann@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide access to signal parameters in SignalTransition::onTriggered.</title>
<updated>2016-01-19T14:54:12+00:00</updated>
<author>
<name>Michael Brasser</name>
<email>mbrasser@ford.com</email>
</author>
<published>2015-12-31T18:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=63652419b6098665aafb17f1175524685d504e24'/>
<id>63652419b6098665aafb17f1175524685d504e24</id>
<content type='text'>
Change-Id: Ib74d3f5e9a357a86b818e27dd7249e2ecdf1e513
Task-number: QTBUG-46897
Reviewed-by: Brett Stottlemyer &lt;bstottle@ford.com&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib74d3f5e9a357a86b818e27dd7249e2ecdf1e513
Task-number: QTBUG-46897
Reviewed-by: Brett Stottlemyer &lt;bstottle@ford.com&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/5.5' into 5.6</title>
<updated>2016-01-19T09:32:37+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@theqtcompany.com</email>
</author>
<published>2016-01-19T09:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=81b3d791b5920832eefb616720bccf5cd386cd57'/>
<id>81b3d791b5920832eefb616720bccf5cd386cd57</id>
<content type='text'>
Change-Id: Ieb48911638b5c1acdfd4dee8aa19dca9be99a1f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ieb48911638b5c1acdfd4dee8aa19dca9be99a1f6
</pre>
</div>
</content>
</entry>
<entry>
<title>QmlPluginDump: use QFileInfo::exist(f) instead of</title>
<updated>2016-01-19T08:04:45+00:00</updated>
<author>
<name>Anton Kudryavtsev</name>
<email>a.kudryavtsev@netris.ru</email>
</author>
<published>2016-01-18T19:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7c9e51e7e7b358fb9c4829ee8f02918ec4cfd016'/>
<id>7c9e51e7e7b358fb9c4829ee8f02918ec4cfd016</id>
<content type='text'>
... QFileInfo(f).exists(). It's faster.

Change-Id: Id9dd30f5532ed73c487caffcaad3860a6475e832
Reviewed-by: Lars Knoll &lt;lars.knoll@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... QFileInfo(f).exists(). It's faster.

Change-Id: Id9dd30f5532ed73c487caffcaad3860a6475e832
Reviewed-by: Lars Knoll &lt;lars.knoll@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>QSGDefaultImageNode: Only set DirtyGeometry if new texture</title>
<updated>2016-01-19T00:31:23+00:00</updated>
<author>
<name>Pär-Olof Håkansson</name>
<email>poe.hakansson@gmail.com</email>
</author>
<published>2015-12-11T09:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=9000c0465020c698e7ecebbe2f326c689f3ec112'/>
<id>9000c0465020c698e7ecebbe2f326c689f3ec112</id>
<content type='text'>
QSGDefaultImageNode::preprocess() always sets the
geometry to dirty even if no new texture was grabbed.

Change-Id: Ifb6ce160854aa0a5b9e0f87fbf517b21e86e0ade
Task-number: QTBUG-49904
Reviewed-by: Gunnar Sletta &lt;gunnar@sletta.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QSGDefaultImageNode::preprocess() always sets the
geometry to dirty even if no new texture was grabbed.

Change-Id: Ifb6ce160854aa0a5b9e0f87fbf517b21e86e0ade
Task-number: QTBUG-49904
Reviewed-by: Gunnar Sletta &lt;gunnar@sletta.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qmlplugindump test: added check.</title>
<updated>2016-01-18T12:31:37+00:00</updated>
<author>
<name>Marco Benelli</name>
<email>marco.benelli@theqtcompany.com</email>
</author>
<published>2016-01-15T09:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=c1bdf815494caafd618e52f3b9ef7558d61b5ec5'/>
<id>c1bdf815494caafd618e52f3b9ef7558d61b5ec5</id>
<content type='text'>
Added a check on meta object revisions, in order to verify regressions
on QTBUG-49284.

Change-Id: I616875157d2b36db0a984338ba9d6a7c5a83a240
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a check on meta object revisions, in order to verify regressions
on QTBUG-49284.

Change-Id: I616875157d2b36db0a984338ba9d6a7c5a83a240
Reviewed-by: Shawn Rutledge &lt;shawn.rutledge@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1b</title>
<updated>2016-01-16T10:32:23+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@theqtcompany.com</email>
</author>
<published>2016-01-15T15:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=d3311375a1a9dc9e8222e65411bd9d8fc6137be2'/>
<id>d3311375a1a9dc9e8222e65411bd9d8fc6137be2</id>
<content type='text'>
That commit changed qqmljsgrammar.cpp, which turns out to be a generated file.
Therefore it's important to also make the modification to the original grammar
file, to ensure that future re-generations of the file contain the new code.

Change-Id: Id913b29e4a70bfa0c2786073c46dcc206c28b6ee
Reviewed-by: Lars Knoll &lt;lars.knoll@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That commit changed qqmljsgrammar.cpp, which turns out to be a generated file.
Therefore it's important to also make the modification to the original grammar
file, to ensure that future re-generations of the file contain the new code.

Change-Id: Id913b29e4a70bfa0c2786073c46dcc206c28b6ee
Reviewed-by: Lars Knoll &lt;lars.knoll@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
