<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch v5.3.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>Add changelog for 5.3.1</title>
<updated>2014-06-18T10:06:32+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@digia.com</email>
</author>
<published>2014-06-18T08:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=bbd8080e952e7fd4c98dd67a1523dd8fd1c0c006'/>
<id>bbd8080e952e7fd4c98dd67a1523dd8fd1c0c006</id>
<content type='text'>
Change-Id: I5d9c67a2f89c0c191de9e6de24d068fca17dba0e
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5d9c67a2f89c0c191de9e6de24d068fca17dba0e
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate renderer out in "OpenGL under QML" example.</title>
<updated>2014-06-16T07:12:48+00:00</updated>
<author>
<name>Gunnar Sletta</name>
<email>gunnar.sletta@jollamobile.com</email>
</author>
<published>2014-06-13T11:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=1e39eb5f701977ac3ea4b6d66f2ce304931a1085'/>
<id>1e39eb5f701977ac3ea4b6d66f2ce304931a1085</id>
<content type='text'>
The example was promoting very bad practice.

Change-Id: Ibb83780ec33e59ee5aabf65a775705dd0da681e6
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example was promoting very bad practice.

Change-Id: Ibb83780ec33e59ee5aabf65a775705dd0da681e6
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use newest QtQuick in rssnews demo</title>
<updated>2014-06-16T06:31:25+00:00</updated>
<author>
<name>Niels Weber</name>
<email>niels.weber@digia.com</email>
</author>
<published>2014-06-13T11:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=df2c91bfb1e70937725bf2da760dc9475cb04105'/>
<id>df2c91bfb1e70937725bf2da760dc9475cb04105</id>
<content type='text'>
Task-number: QTBUG-37203
Change-Id: I720e510b875f63eb5c184cd7d8b9eb127674d505
Reviewed-by: Alessandro Portale &lt;alessandro.portale@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-37203
Change-Id: I720e510b875f63eb5c184cd7d8b9eb127674d505
Reviewed-by: Alessandro Portale &lt;alessandro.portale@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/stable' into 5.3</title>
<updated>2014-06-14T16:19:53+00:00</updated>
<author>
<name>Sergio Ahumada</name>
<email>sahumada@blackberry.com</email>
</author>
<published>2014-06-14T16:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=f1536d179ade768923de91e53c87fd02ad87fc8a'/>
<id>f1536d179ade768923de91e53c87fd02ad87fc8a</id>
<content type='text'>
Change-Id: Id783915b0139a90ecfb99f8298b1ff5cf506a1dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id783915b0139a90ecfb99f8298b1ff5cf506a1dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copy-paste errors.</title>
<updated>2014-06-14T12:21:41+00:00</updated>
<author>
<name>Richard J. Moore</name>
<email>rich@kde.org</email>
</author>
<published>2014-04-18T10:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=098e09c1ce436eb40f9b9f2f0b8c186d20d7627d'/>
<id>098e09c1ce436eb40f9b9f2f0b8c186d20d7627d</id>
<content type='text'>
Fix two copy-paste errors identified by static analysis at
http://www.viva64.com/en/b/0251/

Change-Id: I359a4635a4a837995f9ed9bf0182a1ca543725df
Reviewed-by: Daniel Molkentin &lt;daniel@molkentin.de&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@digia.com&gt;
Reviewed-by: Jens Bache-Wiig &lt;jens.bache-wiig@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix two copy-paste errors identified by static analysis at
http://www.viva64.com/en/b/0251/

Change-Id: I359a4635a4a837995f9ed9bf0182a1ca543725df
Reviewed-by: Daniel Molkentin &lt;daniel@molkentin.de&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@digia.com&gt;
Reviewed-by: Jens Bache-Wiig &lt;jens.bache-wiig@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/stable' into 5.3</title>
<updated>2014-06-13T14:46:36+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@digia.com</email>
</author>
<published>2014-06-13T14:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=17ee404f2678684674b9c5c0c523602953146e37'/>
<id>17ee404f2678684674b9c5c0c523602953146e37</id>
<content type='text'>
Change-Id: I9cff3f4d42d58157fd8d17ec172b6a74dc386508
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9cff3f4d42d58157fd8d17ec172b6a74dc386508
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Stmt:Data object leak</title>
<updated>2014-06-13T13:50:06+00:00</updated>
<author>
<name>Liang Jian</name>
<email>jianliang79@gmail.com</email>
</author>
<published>2014-05-28T07:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=030635a554511669baa09445cc9b11cb18e40539'/>
<id>030635a554511669baa09445cc9b11cb18e40539</id>
<content type='text'>
call Stmt::destroyData() whenever a Stmt object is to be removed in
BasicBlock to delete the Stmt::Data object hold in the Stmt object.

Change-Id: I59c939d79b935153e6f8613e54f149120f5198f5
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
Reviewed-by: Erik Verbruggen &lt;erik.verbruggen@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call Stmt::destroyData() whenever a Stmt object is to be removed in
BasicBlock to delete the Stmt::Data object hold in the Stmt object.

Change-Id: I59c939d79b935153e6f8613e54f149120f5198f5
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
Reviewed-by: Erik Verbruggen &lt;erik.verbruggen@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set StrongFocus on QQuickWidget</title>
<updated>2014-06-13T12:01:52+00:00</updated>
<author>
<name>Laszlo Agocs</name>
<email>laszlo.agocs@digia.com</email>
</author>
<published>2014-06-12T13:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=6bb3b94193d5e62dd9dcbb5f1ba63578296e2153'/>
<id>6bb3b94193d5e62dd9dcbb5f1ba63578296e2153</id>
<content type='text'>
Make text input functional out of the box.

Both QGraphicsView and QDeclarativeView (QQuick1) do this so there
is no reason to do this differently for QQuickWidget. For QQuickWindow
and QQuickView the issue does not exist in the first place, they will
accept the focus by default.

Task-number: QTBUG-39605
Change-Id: I74f01b85342df51aa3c0e80baf58ba1619c63438
Reviewed-by: Gunnar Sletta &lt;gunnar.sletta@jollamobile.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make text input functional out of the box.

Both QGraphicsView and QDeclarativeView (QQuick1) do this so there
is no reason to do this differently for QQuickWidget. For QQuickWindow
and QQuickView the issue does not exist in the first place, they will
accept the focus by default.

Task-number: QTBUG-39605
Change-Id: I74f01b85342df51aa3c0e80baf58ba1619c63438
Reviewed-by: Gunnar Sletta &lt;gunnar.sletta@jollamobile.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Clarify where JavaScript fits in QML code</title>
<updated>2014-06-13T01:39:56+00:00</updated>
<author>
<name>Sze Howe Koh</name>
<email>szehowe.koh@gmail.com</email>
</author>
<published>2014-06-11T23:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=193cdf2a341a08cdd78f7fc56d0d062fd1975cdd'/>
<id>193cdf2a341a08cdd78f7fc56d0d062fd1975cdd</id>
<content type='text'>
- Rewrite the introductory list.

- Rewrite the section about application startup code.

- Flatten sections. Previously, there were two \section1 headings:
  "JavaScript Expressions in QML Objects" and "Running JavaScript at
  Startup". This split wasn't very natural, as startup code needs to be
  called from an object, while imported JS files aren't in objects.

- Some minor formatting/wording changes in unrelated areas.

Change-Id: Ie08f94e2ea77ca84f80491c782bc30612f7ef698
Reviewed-by: Topi Reiniö &lt;topi.reinio@digia.com&gt;
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rewrite the introductory list.

- Rewrite the section about application startup code.

- Flatten sections. Previously, there were two \section1 headings:
  "JavaScript Expressions in QML Objects" and "Running JavaScript at
  Startup". This split wasn't very natural, as startup code needs to be
  called from an object, while imported JS files aren't in objects.

- Some minor formatting/wording changes in unrelated areas.

Change-Id: Ie08f94e2ea77ca84f80491c782bc30612f7ef698
Reviewed-by: Topi Reiniö &lt;topi.reinio@digia.com&gt;
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix EllipseShape for Affectors in QtQuick.Particle</title>
<updated>2014-06-12T15:15:11+00:00</updated>
<author>
<name>Daniel Oberländer</name>
<email>oberlaender.daniel@gmail.com</email>
</author>
<published>2014-05-29T19:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7eb4e701dd361f58edcdf9a74770938d6ffa75b0'/>
<id>7eb4e701dd361f58edcdf9a74770938d6ffa75b0</id>
<content type='text'>
EllipseShape was theated like rectangles if set as shape in an Affector
due to an unimplemented containment check (was marked as TODO in source
code). This fix implements the missing check.

Change-Id: I8df1406f147c56e799531fccf4963110c9fdd8ef
Reviewed-by: Alan Alpert (Personal) &lt;416365416c@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EllipseShape was theated like rectangles if set as shape in an Affector
due to an unimplemented containment check (was marked as TODO in source
code). This fix implements the missing check.

Change-Id: I8df1406f147c56e799531fccf4963110c9fdd8ef
Reviewed-by: Alan Alpert (Personal) &lt;416365416c@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
