<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src, branch old/5.1</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Docs: fix QtQuick2::Item::layer.sourceRect type</title>
<updated>2013-09-21T06:13:22+00:00</updated>
<author>
<name>J-P Nurmi</name>
<email>jpnurmi@gmail.com</email>
</author>
<published>2013-09-20T20:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=387e8720fcbc60cd1798c9356a91d88077569c72'/>
<id>387e8720fcbc60cd1798c9356a91d88077569c72</id>
<content type='text'>
Change-Id: Ia02f451b07638ec2e3f0355b89bf9f7356da44a6
Reviewed-by: Gunnar Sletta &lt;gunnar.sletta@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia02f451b07638ec2e3f0355b89bf9f7356da44a6
Reviewed-by: Gunnar Sletta &lt;gunnar.sletta@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a crash in QQuickItem::nextItemInFocusChain()</title>
<updated>2013-09-19T12:28:23+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@digia.com</email>
</author>
<published>2013-09-19T11:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=986526d875e5188016ff4292126fe29755ead634'/>
<id>986526d875e5188016ff4292126fe29755ead634</id>
<content type='text'>
There is no window object yet when Component.onCompleted.

Task-number: QTBUG-33298
Change-Id: I0608d52ee9fe52a0e2c18e81ad7ba99b56078be4
Reviewed-by: J-P Nurmi &lt;jpnurmi@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no window object yet when Component.onCompleted.

Task-number: QTBUG-33298
Change-Id: I0608d52ee9fe52a0e2c18e81ad7ba99b56078be4
Reviewed-by: J-P Nurmi &lt;jpnurmi@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Reintroduce docs for Qt Quick Models and Views examples</title>
<updated>2013-09-18T13:28:06+00:00</updated>
<author>
<name>Topi Reinio</name>
<email>topi.reinio@digia.com</email>
</author>
<published>2013-09-13T12:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=52eb21be3dd3a76d018b5b86a8d72d68accb924a'/>
<id>52eb21be3dd3a76d018b5b86a8d72d68accb924a</id>
<content type='text'>
The .qdoc files/images for these examples were lost during
modularization. This change adds them back and fixes related
links.

Change-Id: Id5260daad1c38284e3aa8178ae82d24067f4e88c
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The .qdoc files/images for these examples were lost during
modularization. This change adds them back and fixes related
links.

Change-Id: Id5260daad1c38284e3aa8178ae82d24067f4e88c
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve QML Date object documentation.</title>
<updated>2013-09-17T12:35:53+00:00</updated>
<author>
<name>Mitch Curtis</name>
<email>mitch.curtis@digia.com</email>
</author>
<published>2013-09-17T09:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=97feace2aaaf08075c17ea175a5ed0c12aa40a0d'/>
<id>97feace2aaaf08075c17ea175a5ed0c12aa40a0d</id>
<content type='text'>
Carrying on from https://codereview.qt-project.org/#change,61255, I've
added documentation for the from*String() functions, as they weren't
actually documented. I've also formatted some arguments and linked to
Locale documentation where the format enums are mentioned. Note that,
because of QTBUG-32505, I can't link to the format enum directly, so I
just link to the Locale page itself.

The import QtQuick 2.0 should also be removed from the documentation
when that bug is fixed.

Task-number: QTBUG-32492

Change-Id: I19c6c8450746ef2a68bc55fd3ef7db776f4acc35
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Carrying on from https://codereview.qt-project.org/#change,61255, I've
added documentation for the from*String() functions, as they weren't
actually documented. I've also formatted some arguments and linked to
Locale documentation where the format enums are mentioned. Note that,
because of QTBUG-32505, I can't link to the format enum directly, so I
just link to the Locale page itself.

The import QtQuick 2.0 should also be removed from the documentation
when that bug is fixed.

Task-number: QTBUG-32492

Change-Id: I19c6c8450746ef2a68bc55fd3ef7db776f4acc35
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Move properties of Locale QML type to correct module</title>
<updated>2013-09-17T08:09:37+00:00</updated>
<author>
<name>Topi Reinio</name>
<email>topi.reinio@digia.com</email>
</author>
<published>2013-09-13T07:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=241886c1393656d9a109a46342fd4371e60ad138'/>
<id>241886c1393656d9a109a46342fd4371e60ad138</id>
<content type='text'>
Moves property and method documentation for QML Locale type
from Qt Quick to Qt Qml module, and fix a number of broken
links in locale-related docs.

Change-Id: Id9e01314ea867987f5159ca3bffcc40abb27b289
Reviewed-by: Mitch Curtis &lt;mitch.curtis@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves property and method documentation for QML Locale type
from Qt Quick to Qt Qml module, and fix a number of broken
links in locale-related docs.

Change-Id: Id9e01314ea867987f5159ca3bffcc40abb27b289
Reviewed-by: Mitch Curtis &lt;mitch.curtis@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the static intialized boolean of qquickitemsmodule.</title>
<updated>2013-09-05T08:05:31+00:00</updated>
<author>
<name>Dominik Holland</name>
<email>dominik.holland@pelagicore.com</email>
</author>
<published>2013-06-27T07:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b30d7c9ee8fbc3a395c74b618f2ab176ae1e7f7e'/>
<id>b30d7c9ee8fbc3a395c74b618f2ab176ae1e7f7e</id>
<content type='text'>
This prevents a reregistration of the all QQuick2 types when
qmlClearTypeRegistrations() is called

Task-number: QTBUG-32078
Change-Id: I33b4c069183d6344a2f14b4147eaa7056c3b72b9
Reviewed-by: Alan Alpert &lt;aalpert@blackberry.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a reregistration of the all QQuick2 types when
qmlClearTypeRegistrations() is called

Task-number: QTBUG-32078
Change-Id: I33b4c069183d6344a2f14b4147eaa7056c3b72b9
Reviewed-by: Alan Alpert &lt;aalpert@blackberry.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix qmlClearEnginePlugins() to clear engine plugins.</title>
<updated>2013-09-05T08:05:29+00:00</updated>
<author>
<name>Dominik Holland</name>
<email>dominik.holland@pelagicore.com</email>
</author>
<published>2013-06-27T07:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=8c5c5b05f96026c20efa890faf506d29148cb9a4'/>
<id>8c5c5b05f96026c20efa890faf506d29148cb9a4</id>
<content type='text'>
Task-number: QTBUG-32078

Change-Id: I2d3aeb6b91ffdb9b8c70ad93d1e43daada84fb7f
Reviewed-by: Alan Alpert (Personal) &lt;416365416c@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-32078

Change-Id: I2d3aeb6b91ffdb9b8c70ad93d1e43daada84fb7f
Reviewed-by: Alan Alpert (Personal) &lt;416365416c@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warning about unused variable</title>
<updated>2013-09-04T13:27:39+00:00</updated>
<author>
<name>Kai Koehne</name>
<email>kai.koehne@digia.com</email>
</author>
<published>2013-08-27T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=288da262889518432282181ee9d6b908ddd28076'/>
<id>288da262889518432282181ee9d6b908ddd28076</id>
<content type='text'>
Change-Id: I2dda2462170658a678a35a6fafdb5d39a8d8e9f4
Reviewed-by: Alan Alpert &lt;aalpert@blackberry.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2dda2462170658a678a35a6fafdb5d39a8d8e9f4
Reviewed-by: Alan Alpert &lt;aalpert@blackberry.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on QV8Engine destruction</title>
<updated>2013-08-30T16:32:28+00:00</updated>
<author>
<name>Josh Faust</name>
<email>jfaust@suitabletech.com</email>
</author>
<published>2013-06-07T00:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=0a29a82dfb04bafc8408e6d1843fde588b3d1b95'/>
<id>0a29a82dfb04bafc8408e6d1843fde588b3d1b95</id>
<content type='text'>
QObjects tracked by QV8Engine can end up causing bindings to execute
when the QV8Engine is being deleted, which can call through to
QV8Engine::fromVariant(). This change ensure that that is valid
while the QObjects are being destroyed.

Task-number: QTBUG-31555

Change-Id: Iaea402ff65993bb2322af403d3590653005e30fe
Reviewed-by: Alan Alpert &lt;aalpert@blackberry.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QObjects tracked by QV8Engine can end up causing bindings to execute
when the QV8Engine is being deleted, which can call through to
QV8Engine::fromVariant(). This change ensure that that is valid
while the QObjects are being destroyed.

Task-number: QTBUG-31555

Change-Id: Iaea402ff65993bb2322af403d3590653005e30fe
Reviewed-by: Alan Alpert &lt;aalpert@blackberry.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize variables in ShaderEffectSource's texture provider.</title>
<updated>2013-08-28T12:22:09+00:00</updated>
<author>
<name>Gunnar Sletta</name>
<email>gunnar.sletta@digia.com</email>
</author>
<published>2013-08-28T07:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=f11eee072ee0fea24dbef2a85d72f1d27807c166'/>
<id>f11eee072ee0fea24dbef2a85d72f1d27807c166</id>
<content type='text'>
Change-Id: I3d737b923ee0282f58d7a2ee96824f184469daf5
Reviewed-by: Yoann Lopes &lt;yoann.lopes@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3d737b923ee0282f58d7a2ee96824f184469daf5
Reviewed-by: Yoann Lopes &lt;yoann.lopes@digia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
