<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch r2d-5.6</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 Image smoothing not working</title>
<updated>2016-02-16T08:54:05+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2016-02-15T03:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=3a22766e8c4ea39836f197552e92b3cc78e77f62'/>
<id>3a22766e8c4ea39836f197552e92b3cc78e77f62</id>
<content type='text'>
Linear interpolation should be interpreted as smooth rather than nearest neighbor.

Task-number: QTBUG-51122
Change-Id: I6ac1fe806c16671aec383e0a235fef41e5e9105f
Reviewed-by: Andy Nichols &lt;andy.nichols@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linear interpolation should be interpreted as smooth rather than nearest neighbor.

Task-number: QTBUG-51122
Change-Id: I6ac1fe806c16671aec383e0a235fef41e5e9105f
Reviewed-by: Andy Nichols &lt;andy.nichols@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ThreadedRenderLoop crash when showing a previously hidden window</title>
<updated>2016-02-10T13:39:46+00:00</updated>
<author>
<name>Romain Pokrzywka</name>
<email>romain.pokrzywka@bluescape.com</email>
</author>
<published>2016-02-04T02:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=040d9da184f69ce548951e674353083967c137a2'/>
<id>040d9da184f69ce548951e674353083967c137a2</id>
<content type='text'>
cleanupNodesOnShutdown() was missing after the fireAboutToStop() call,
causing access to stale render nodes when the window is exposed again.
The crash occurs when accessing font cache data, which is stored
in thread-local storage for a thread that was exited a long time ago.

Change-Id: I1dab414106f17d08cd7d6a4e32ee50b3e57c2fd4
Reviewed-by: Andy Nichols &lt;andy.nichols@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cleanupNodesOnShutdown() was missing after the fireAboutToStop() call,
causing access to stale render nodes when the window is exposed again.
The crash occurs when accessing font cache data, which is stored
in thread-local storage for a thread that was exited a long time ago.

Change-Id: I1dab414106f17d08cd7d6a4e32ee50b3e57c2fd4
Reviewed-by: Andy Nichols &lt;andy.nichols@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move OpenGL/EGL headers into 3rdparty folder</title>
<updated>2015-11-24T14:26:55+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-11-23T12:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=849ee6c976ba3574b1856eb9d16c2bd740a6d2e3'/>
<id>849ee6c976ba3574b1856eb9d16c2bd740a6d2e3</id>
<content type='text'>
These headers are actually 3rd party code since they come directly from
the Khronos Group.  This fixes issues with the license checker as well.
Documentation and build script are updated to reflect the change in the
header location.

Change-Id: I1e513d7be580dcc3ea987d7fd0a5049fd7255d4e
Reviewed-by: Antti Kokko &lt;antti.kokko@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These headers are actually 3rd party code since they come directly from
the Khronos Group.  This fixes issues with the license checker as well.
Documentation and build script are updated to reflect the change in the
header location.

Change-Id: I1e513d7be580dcc3ea987d7fd0a5049fd7255d4e
Reviewed-by: Antti Kokko &lt;antti.kokko@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update headers to pass license check test</title>
<updated>2015-11-24T14:26:52+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-11-23T11:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=c7aa0be29858649b7c8ab8cae0aaae4ebedfad82'/>
<id>c7aa0be29858649b7c8ab8cae0aaae4ebedfad82</id>
<content type='text'>
Change-Id: I48623789ed483a9f8efe17fe398400ed29c87f3f
Reviewed-by: Antti Kokko &lt;antti.kokko@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I48623789ed483a9f8efe17fe398400ed29c87f3f
Reviewed-by: Antti Kokko &lt;antti.kokko@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Fix a couple of documentation issues</title>
<updated>2015-10-19T08:23:48+00:00</updated>
<author>
<name>Topi Reinio</name>
<email>topi.reinio@digia.com</email>
</author>
<published>2015-09-22T10:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=9b89316119bd06c14a4c2ee5828d7e24d9e26cd9'/>
<id>9b89316119bd06c14a4c2ee5828d7e24d9e26cd9</id>
<content type='text'>
    - Fix linking to Qt Quick QML types
    - Add url to .qdocconf, fix sourcedirs to allow
      template-added sources

Change-Id: I2378f8fa0559bac125dc8ca930143c8fe54b300b
Reviewed-by: Topi Reiniö &lt;topi.reinio@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Fix linking to Qt Quick QML types
    - Add url to .qdocconf, fix sourcedirs to allow
      template-added sources

Change-Id: I2378f8fa0559bac125dc8ca930143c8fe54b300b
Reviewed-by: Topi Reiniö &lt;topi.reinio@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build on WinCE</title>
<updated>2015-10-14T15:20:14+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-10-14T15:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5aa0efd86a5379bd51c7a1195fd5c5d36f94dfda'/>
<id>5aa0efd86a5379bd51c7a1195fd5c5d36f94dfda</id>
<content type='text'>
Change-Id: Id252eeb0b140e58e74a84c97c9dde3f857f09d45
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id252eeb0b140e58e74a84c97c9dde3f857f09d45
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/5.5' into 5.6</title>
<updated>2015-10-13T08:52:32+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-10-13T08:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=97e6be5d5b218f537cf82f4ddf92007843001124'/>
<id>97e6be5d5b218f537cf82f4ddf92007843001124</id>
<content type='text'>
Change-Id: Iba0e12721ec9ab0fc70b078f73dc4ec89df05aa3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iba0e12721ec9ab0fc70b078f73dc4ec89df05aa3
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests directory to enable coin integration</title>
<updated>2015-10-13T08:44:15+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-10-13T08:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=4bce183390c6a4633dd46d0b0cd4c1c24877fe87'/>
<id>4bce183390c6a4633dd46d0b0cd4c1c24877fe87</id>
<content type='text'>
There are no actual tests yet though, but now we don't fail the build in
coin because there is no tests folder.

Change-Id: I7843fb78d1bd0986db69f2706d8738061762e6cb
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no actual tests yet though, but now we don't fail the build in
coin because there is no tests folder.

Change-Id: I7843fb78d1bd0986db69f2706d8738061762e6cb
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setTextureSize method to PainterNode</title>
<updated>2015-09-23T09:48:25+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-09-22T10:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=cae291161f323df54aabf5333f485352a8d84e6e'/>
<id>cae291161f323df54aabf5333f485352a8d84e6e</id>
<content type='text'>
PainterNodes now support having a textureSize property to handle the
highDPI scenario.  We still have to support both the old and the new
case though, so we have logic for both.  This fixes the build with the
latest Qt 5.6.

Change-Id: Ia9c9d65b187956271c98fb19f6e5bb5745273e0d
Reviewed-by: Eirik Aavitsland &lt;eirik.aavitsland@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PainterNodes now support having a textureSize property to handle the
highDPI scenario.  We still have to support both the old and the new
case though, so we have logic for both.  This fixes the build with the
latest Qt 5.6.

Change-Id: Ia9c9d65b187956271c98fb19f6e5bb5745273e0d
Reviewed-by: Eirik Aavitsland &lt;eirik.aavitsland@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that QQuickRenderControl is unsupported</title>
<updated>2015-09-11T12:44:41+00:00</updated>
<author>
<name>Andy Nichols</name>
<email>andy.nichols@theqtcompany.com</email>
</author>
<published>2015-09-11T12:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7895c6ffb026697ea167ead1cb92b79fb559a15f'/>
<id>7895c6ffb026697ea167ead1cb92b79fb559a15f</id>
<content type='text'>
QQuickRenderControl depends on OpenGL, and with QtQuick2DRenderer that
means there will be unexpected behavior when you try and use OpenGL
because there is no valid OpenGL context.  The expected behavior is that
it will just crash.

Change-Id: I413ed73884abd778efb5f0d91bd96a34c1679c23
Task-number: QTBUG-45306
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QQuickRenderControl depends on OpenGL, and with QtQuick2DRenderer that
means there will be unexpected behavior when you try and use OpenGL
because there is no valid OpenGL context.  The expected behavior is that
it will just crash.

Change-Id: I413ed73884abd778efb5f0d91bd96a34c1679c23
Task-number: QTBUG-45306
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
