<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git, branch wip/pointerhandler</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 some bugs related to child mouse filtering</title>
<updated>2017-08-08T10:50:29+00:00</updated>
<author>
<name>Jan Arve Saether</name>
<email>jan-arve.saether@qt.io</email>
</author>
<published>2017-07-27T08:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=1b0c9b46ce13b0f9c533f18fb420ff10ad56e4f6'/>
<id>1b0c9b46ce13b0f9c533f18fb420ff10ad56e4f6</id>
<content type='text'>
- Only abort event delivery early if event that got filtered was accepted
  (previously we aborted as soon as the event got filtered, even if the
  event was filtered, but explicitly *not* accepted)

- If the event that got filtered was *not* accepted, we do not abort event
  delivery, but we need to remove the item from the list of target items that
  we will deliver to later

- If childMouseEventFilter returns true it should not automatically mean that
  the event was accepted.

Change-Id: I2f2415379061131af1d5102e03d01f010e1a8168
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Only abort event delivery early if event that got filtered was accepted
  (previously we aborted as soon as the event got filtered, even if the
  event was filtered, but explicitly *not* accepted)

- If the event that got filtered was *not* accepted, we do not abort event
  delivery, but we need to remove the item from the list of target items that
  we will deliver to later

- If childMouseEventFilter returns true it should not automatically mean that
  the event was accepted.

Change-Id: I2f2415379061131af1d5102e03d01f010e1a8168
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/dev' into wip/pointerhandler</title>
<updated>2017-08-08T10:49:44+00:00</updated>
<author>
<name>Shawn Rutledge</name>
<email>shawn.rutledge@qt.io</email>
</author>
<published>2017-08-08T06:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=2329a3145e59c16b5bbc37cedad7e67e16f14fb8'/>
<id>2329a3145e59c16b5bbc37cedad7e67e16f14fb8</id>
<content type='text'>
Change-Id: I0af7b0c3e0a21aae68c82ec11c5ca579c1661ce9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0af7b0c3e0a21aae68c82ec11c5ca579c1661ce9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add very basic compressed texture support</title>
<updated>2017-08-07T13:56:05+00:00</updated>
<author>
<name>Michael Brasser</name>
<email>michael.brasser@live.com</email>
</author>
<published>2017-04-18T14:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=432e27ae092397cb2154f48103e729852c38cf2d'/>
<id>432e27ae092397cb2154f48103e729852c38cf2d</id>
<content type='text'>
Allow direct loading of pkm texture files into Image. This can
be extended to additional texture types, and then eventually
turned into a full plugin architexture.

[ChangeLog][Qt Quick] Allow direct loading of pkm texture files
into Image. For example: Image { source: "myImage.pkm" }

Change-Id: I1baed6c3e85a15752da8adc675482d874c9355ab
Task-number: QTBUG-59872
Task-number: QTBUG-29451
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow direct loading of pkm texture files into Image. This can
be extended to additional texture types, and then eventually
turned into a full plugin architexture.

[ChangeLog][Qt Quick] Allow direct loading of pkm texture files
into Image. For example: Image { source: "myImage.pkm" }

Change-Id: I1baed6c3e85a15752da8adc675482d874c9355ab
Task-number: QTBUG-59872
Task-number: QTBUG-29451
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize dashOffset behavior between renderer backends</title>
<updated>2017-08-05T11:23:32+00:00</updated>
<author>
<name>Berthold Krevert</name>
<email>berthold.krevert@basyskom.com</email>
</author>
<published>2017-08-03T20:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5a6887ae8536c0b751e7b870ab629ecbf8784d22'/>
<id>5a6887ae8536c0b751e7b870ab629ecbf8784d22</id>
<content type='text'>
Software and tessellation backends assume that dashOffset is
defined in units of strokeWidth. That means the nvpr backend has
to scale the dashOffset by the strokeWidth to keep behavior
in sync.

Change-Id: Ie1735f8dcdc6ac89fc4425b29166f88ad2638a92
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Software and tessellation backends assume that dashOffset is
defined in units of strokeWidth. That means the nvpr backend has
to scale the dashOffset by the strokeWidth to keep behavior
in sync.

Change-Id: Ie1735f8dcdc6ac89fc4425b29166f88ad2638a92
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qmlplugindump: fix "useQApplication set but not used" build error</title>
<updated>2017-08-04T13:18:30+00:00</updated>
<author>
<name>Mitch Curtis</name>
<email>mitch.curtis@qt.io</email>
</author>
<published>2017-08-04T12:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=2b7a9aa1c78483f13576685f4e130c58258da94d'/>
<id>2b7a9aa1c78483f13576685f4e130c58258da94d</id>
<content type='text'>
Change-Id: If6c3e513814a7fab62ecdf7de728939c7d61263b
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If6c3e513814a7fab62ecdf7de728939c7d61263b
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tabStopDistance property to QQuickTextEdit</title>
<updated>2017-08-03T10:33:16+00:00</updated>
<author>
<name>Paolo Angelelli</name>
<email>paolo.angelelli@qt.io</email>
</author>
<published>2017-06-08T09:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=6f3108b7b14a7a2844539b61ab357f8ee6d3c5d4'/>
<id>6f3108b7b14a7a2844539b61ab357f8ee6d3c5d4</id>
<content type='text'>
This change adds a new property to QQuickTextEdit, tabStopDistance,
to control the distance between tab stops in the underlying
QTextDocument.

[ChangeLog][QtQuick][QQuickTextEdit] Added tabStopDistance
property

Change-Id: Ib75838e9765e44c74e5055a738d2a0464a341509
Reviewed-by: Eskil Abrahamsen Blomfeldt &lt;eskil.abrahamsen-blomfeldt@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds a new property to QQuickTextEdit, tabStopDistance,
to control the distance between tab stops in the underlying
QTextDocument.

[ChangeLog][QtQuick][QQuickTextEdit] Added tabStopDistance
property

Change-Id: Ib75838e9765e44c74e5055a738d2a0464a341509
Reviewed-by: Eskil Abrahamsen Blomfeldt &lt;eskil.abrahamsen-blomfeldt@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore qqmldebugjs/profilerservice failures in win/gcc</title>
<updated>2017-08-02T18:17:57+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@qt.io</email>
</author>
<published>2017-07-31T08:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=8d09829fd445ef8c434fe184a9478d2015d096e7'/>
<id>8d09829fd445ef8c434fe184a9478d2015d096e7</id>
<content type='text'>
Amends 80e03bbd9a42401d50af450aff5351c3a0c95444 for dev, adapting
to tests in dev.

Task-number: Task-number: QTQAINFRA-1334
Change-Id: I1aede768f40f42bfc2af7caf342f7cf2d06c523a
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Amends 80e03bbd9a42401d50af450aff5351c3a0c95444 for dev, adapting
to tests in dev.

Task-number: Task-number: QTQAINFRA-1334
Change-Id: I1aede768f40f42bfc2af7caf342f7cf2d06c523a
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>shapes: Rip out more JS API leftovers</title>
<updated>2017-07-31T13:57:11+00:00</updated>
<author>
<name>Laszlo Agocs</name>
<email>laszlo.agocs@qt.io</email>
</author>
<published>2017-07-31T12:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e26ac7911613cb9c572b81820e427fbd0a5874f6'/>
<id>e26ac7911613cb9c572b81820e427fbd0a5874f6</id>
<content type='text'>
None of the removed code is ever hit in practice since the public JS API
has been removed some time ago. Let's follow it up with removing the
internal details since such an API is not going to come back in the near
future.

Change-Id: I721ab296a7a2acb3a5f61ce705da7aa66d3ad765
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
None of the removed code is ever hit in practice since the public JS API
has been removed some time ago. Let's follow it up with removing the
internal details since such an API is not going to come back in the near
future.

Change-Id: I721ab296a7a2acb3a5f61ce705da7aa66d3ad765
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move shapes-related shaders to under the shapes plugin</title>
<updated>2017-07-29T15:40:27+00:00</updated>
<author>
<name>Laszlo Agocs</name>
<email>laszlo.agocs@qt.io</email>
</author>
<published>2017-07-28T09:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5e8347fdbab98d721f031634a9f6c8b217072d34'/>
<id>5e8347fdbab98d721f031634a9f6c8b217072d34</id>
<content type='text'>
Do not leave them in quick/items' qrc.

Change-Id: I12360a54caa368219a7a80645f92af66aa9de9ba
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not leave them in quick/items' qrc.

Change-Id: I12360a54caa368219a7a80645f92af66aa9de9ba
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/5.9' into dev</title>
<updated>2017-07-28T19:33:17+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@qt.io</email>
</author>
<published>2017-07-28T19:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=182983943b76bc0e40ff7693853ef2262323fa80'/>
<id>182983943b76bc0e40ff7693853ef2262323fa80</id>
<content type='text'>
Change-Id: I7d092cce33cb009d63e7b0df7c71183089dea53f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7d092cce33cb009d63e7b0df7c71183089dea53f
</pre>
</div>
</content>
</entry>
</feed>
