<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt-labs/weather-app.git/qml/touch/ListViewDelegate.qml, branch master</title>
<subtitle>The "Quick Forecast" application
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/'/>
<entry>
<title>"function accessiblePressAction()" =&gt; "Accessible.onPressAction:"</title>
<updated>2014-10-28T15:39:53+00:00</updated>
<author>
<name>Jan Arve Saether</name>
<email>jan-arve.saether@theqtcompany.com</email>
</author>
<published>2014-10-28T14:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=c8d169fd209a1cf1fad2af8113b24757de344494'/>
<id>c8d169fd209a1cf1fad2af8113b24757de344494</id>
<content type='text'>
Change-Id: Ic9f8bdf531845a77e43cf526eb9256b85787da5b
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic9f8bdf531845a77e43cf526eb9256b85787da5b
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the city mouse area in the delegate up</title>
<updated>2014-10-15T11:47:31+00:00</updated>
<author>
<name>Frederik Gladhorn</name>
<email>frederik.gladhorn@digia.com</email>
</author>
<published>2014-10-15T11:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=cde75ab705b43c3512a594562e3742fa5f66da44'/>
<id>cde75ab705b43c3512a594562e3742fa5f66da44</id>
<content type='text'>
For accessibility purposes the mouse area represents the city-country line.
In the current order the delete button is found before the city, thus a
screen reader will first offer the delete button and then the city which is
confusing.

Change-Id: Id05a92d2f9526915bb04320436d489a8330a2c0a
Reviewed-by: Jan Arve Sæther &lt;jan-arve.saether@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For accessibility purposes the mouse area represents the city-country line.
In the current order the delete button is found before the city, thus a
screen reader will first offer the delete button and then the city which is
confusing.

Change-Id: Id05a92d2f9526915bb04320436d489a8330a2c0a
Reviewed-by: Jan Arve Sæther &lt;jan-arve.saether@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make delete button also available for accessibility</title>
<updated>2014-10-15T11:27:26+00:00</updated>
<author>
<name>Jan Arve Saether</name>
<email>jan-arve.saether@digia.com</email>
</author>
<published>2014-10-15T09:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=7d669145f9182ecc4604f2abc5e67157f3b3368b'/>
<id>7d669145f9182ecc4604f2abc5e67157f3b3368b</id>
<content type='text'>
Previously the gridlayout was the button, but then it would ignore
all its children (including the delete button)

Now we move the accessible button to the MouseArea, which is not
a parent of the delete button. This also ensures that the geometry of
the button is the same for both accessible and non-accessible users.

Change-Id: I139bee8836407ed3d8b6da08249eae351d7ecb56
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the gridlayout was the button, but then it would ignore
all its children (including the delete button)

Now we move the accessible button to the MouseArea, which is not
a parent of the delete button. This also ensures that the geometry of
the button is the same for both accessible and non-accessible users.

Change-Id: I139bee8836407ed3d8b6da08249eae351d7ecb56
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make city search results and list of cities accessible</title>
<updated>2014-10-08T15:11:29+00:00</updated>
<author>
<name>Jan Arve Saether</name>
<email>jan-arve.saether@digia.com</email>
</author>
<published>2014-09-26T11:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=778a1ea02b02971dea9d2f3bbc04db80704de325'/>
<id>778a1ea02b02971dea9d2f3bbc04db80704de325</id>
<content type='text'>
Change-Id: Ibc9fa8d4bb15019b2a4d5bc9a818b948c412a255
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibc9fa8d4bb15019b2a4d5bc9a818b948c412a255
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make remove city button accessible</title>
<updated>2014-07-07T14:31:08+00:00</updated>
<author>
<name>Frederik Gladhorn</name>
<email>frederik.gladhorn@digia.com</email>
</author>
<published>2014-07-07T12:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=a660ba6d2e3c56d8164058af4c0d9f19504acb47'/>
<id>a660ba6d2e3c56d8164058af4c0d9f19504acb47</id>
<content type='text'>
Change-Id: I6deae59b6b1f2fc40700f766563ec6e81e8fba8f
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6deae59b6b1f2fc40700f766563ec6e81e8fba8f
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the height of the row delegate an application constant</title>
<updated>2014-05-15T06:41:39+00:00</updated>
<author>
<name>Caroline Chao</name>
<email>caroline.chao@digia.com</email>
</author>
<published>2014-05-10T08:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=a767530b655658df18f95e66e85410e8eeb3c1be'/>
<id>a767530b655658df18f95e66e85410e8eeb3c1be</id>
<content type='text'>
Since it is used at different places.

Change-Id: I9cecc118871d948f0cabd80d35cb07a12ccd1b88
Reviewed-by: Andrew Knight &lt;andrew.knight@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it is used at different places.

Change-Id: I9cecc118871d948f0cabd80d35cb07a12ccd1b88
Reviewed-by: Andrew Knight &lt;andrew.knight@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix license headers</title>
<updated>2013-12-13T14:15:45+00:00</updated>
<author>
<name>Caroline Chao</name>
<email>caroline.chao@digia.com</email>
</author>
<published>2013-12-13T09:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=af7950fa94781c74184300de594046a22572b217'/>
<id>af7950fa94781c74184300de594046a22572b217</id>
<content type='text'>
Change-Id: I68dc519a7177810dcc39e9c648cf823904a949ef
Reviewed-by: Hanne Linaae &lt;hanne.linaae@digia.com&gt;
Reviewed-by: Sami Makkonen &lt;sami.makkonen@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>
Change-Id: I68dc519a7177810dcc39e9c648cf823904a949ef
Reviewed-by: Hanne Linaae &lt;hanne.linaae@digia.com&gt;
Reviewed-by: Sami Makkonen &lt;sami.makkonen@digia.com&gt;
Reviewed-by: Jens Bache-Wiig &lt;jens.bache-wiig@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2013-12-10T13:42:22+00:00</updated>
<author>
<name>Caroline Chao</name>
<email>caroline.chao@digia.com</email>
</author>
<published>2013-12-10T13:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt-labs/weather-app.git/commit/?id=9e2a27f41ab4b76851440fe0d5a11e1ae7ca9dde'/>
<id>9e2a27f41ab4b76851440fe0d5a11e1ae7ca9dde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
