<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtquick1.git, branch dev</title>
<subtitle>Qt Quick 1
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/'/>
<entry>
<title>Port away from QRegion::rects()</title>
<updated>2017-12-01T14:29:33+00:00</updated>
<author>
<name>Marc Mutz</name>
<email>marc.mutz@kdab.com</email>
</author>
<published>2017-12-01T09:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=fa02271a18837f20e82006de23c2af1899294aa1'/>
<id>fa02271a18837f20e82006de23c2af1899294aa1</id>
<content type='text'>
Use being()/end() instead.

Change-Id: Ie556bcb555be1f4024b70dff9653b1d00585fd17
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use being()/end() instead.

Change-Id: Ie556bcb555be1f4024b70dff9653b1d00585fd17
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use QRandomGenerator instead of q?rand"</title>
<updated>2017-10-26T16:32:07+00:00</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago.macieira@intel.com</email>
</author>
<published>2017-10-25T03:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=b2476dcd53f0dea1e9eb38df5add3a771d64c4a1'/>
<id>b2476dcd53f0dea1e9eb38df5add3a771d64c4a1</id>
<content type='text'>
This reverts commit 8a7b80ebea1fa30d892028e34696890d3321e816. Let's just
leave qtquick1 with the old qrand API.

Change-Id: Icaa86fc7b54d4b368c0efffd14f0b39b77f17d30
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8a7b80ebea1fa30d892028e34696890d3321e816. Let's just
leave qtquick1 with the old qrand API.

Change-Id: Icaa86fc7b54d4b368c0efffd14f0b39b77f17d30
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Q_NULLPTR with nullptr</title>
<updated>2017-09-27T08:05:55+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2017-09-24T21:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=4f7b6037720b21b8150f8495b7318d139d447541'/>
<id>4f7b6037720b21b8150f8495b7318d139d447541</id>
<content type='text'>
Change-Id: I1d645e10f702288ddd63f35df7c57d66533ffd6f
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1d645e10f702288ddd63f35df7c57d66533ffd6f
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Express dependency on QtScript</title>
<updated>2017-09-08T19:31:45+00:00</updated>
<author>
<name>Jake Petroules</name>
<email>jake.petroules@qt.io</email>
</author>
<published>2017-09-07T19:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=3f8cddf6208eedab70ff481dbefd90b7c1553d39'/>
<id>3f8cddf6208eedab70ff481dbefd90b7c1553d39</id>
<content type='text'>
This properly skips the module build if QtScript is not available. We
also remove the !winrt check since this is implied by and as a result of
!qtHaveModule(script).

Change-Id: Ia94e90ff65131a36f64e4839c4aeef9fd0d1c845
Reviewed-by: Gabriel de Dietrich &lt;gabriel.dedietrich@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This properly skips the module build if QtScript is not available. We
also remove the !winrt check since this is implied by and as a result of
!qtHaveModule(script).

Change-Id: Ia94e90ff65131a36f64e4839c4aeef9fd0d1c845
Reviewed-by: Gabriel de Dietrich &lt;gabriel.dedietrich@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use QRandomGenerator instead of q?rand</title>
<updated>2017-06-30T06:23:25+00:00</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago.macieira@intel.com</email>
</author>
<published>2017-06-13T01:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=8a7b80ebea1fa30d892028e34696890d3321e816'/>
<id>8a7b80ebea1fa30d892028e34696890d3321e816</id>
<content type='text'>
Change-Id: Icd0e0d4b27cb4e5eb892fffd14b5285d43f4afbf
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icd0e0d4b27cb4e5eb892fffd14b5285d43f4afbf
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>QDeclarativeTextEdit fix sign compare warning</title>
<updated>2017-04-26T16:42:41+00:00</updated>
<author>
<name>Nikita Baryshnikov</name>
<email>nib952051@gmail.com</email>
</author>
<published>2017-04-19T09:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=9bf0edd9bd46ecb900bcdc3349d14869b87ab7de'/>
<id>9bf0edd9bd46ecb900bcdc3349d14869b87ab7de</id>
<content type='text'>
in oldAlignment == opt.alignment()

Change-Id: Ie7672507d2ba0380fecada58c0cab6983c6e5afb
Reviewed-by: Robin Burchell &lt;robin.burchell@crimson.no&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in oldAlignment == opt.alignment()

Change-Id: Ie7672507d2ba0380fecada58c0cab6983c6e5afb
Reviewed-by: Robin Burchell &lt;robin.burchell@crimson.no&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/dev</title>
<updated>2017-04-05T12:27:41+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@qt.io</email>
</author>
<published>2017-04-05T12:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=e6e42c42d374c7a18a3affae822462931eaa0a71'/>
<id>e6e42c42d374c7a18a3affae822462931eaa0a71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>QRegExp include cleanup</title>
<updated>2017-03-26T21:37:53+00:00</updated>
<author>
<name>Samuel Gaist</name>
<email>samuel.gaist@edeltech.ch</email>
</author>
<published>2017-03-19T22:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=695460401d9a89d2f156016d51601b2e59b64105'/>
<id>695460401d9a89d2f156016d51601b2e59b64105</id>
<content type='text'>
This patch adds missing include statement where the QRegExp class is
used.

Change-Id: I059825d8d3a9b97775d88f429d7e45564c0b44f1
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds missing include statement where the QRegExp class is
used.

Change-Id: I059825d8d3a9b97775d88f429d7e45564c0b44f1
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/5.7' into dev</title>
<updated>2016-11-26T12:08:17+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@qt.io</email>
</author>
<published>2016-11-26T12:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=2ce3ad556d3e0d0af585fc3e6c62e1802c26a3b8'/>
<id>2ce3ad556d3e0d0af585fc3e6c62e1802c26a3b8</id>
<content type='text'>
Change-Id: I4de2529ce5a4ce8227c7f320cbee9610e5ac7594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4de2529ce5a4ce8227c7f320cbee9610e5ac7594
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/5.6' into 5.7</title>
<updated>2016-11-25T07:58:28+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@qt.io</email>
</author>
<published>2016-11-25T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtquick1.git/commit/?id=2bc722aedd28f004fe9a4400b24103bb7cc9716f'/>
<id>2bc722aedd28f004fe9a4400b24103bb7cc9716f</id>
<content type='text'>
Change-Id: Ic422029c32ed96c71c4b65f9afb184c2c4bc696d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic422029c32ed96c71c4b65f9afb184c2c4bc696d
</pre>
</div>
</content>
</entry>
</feed>
