<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src/quick/items/qquicktextinput.cpp, 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>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>Disable native glyph rendering on embedded</title>
<updated>2013-04-25T13:41:41+00:00</updated>
<author>
<name>Gunnar Sletta</name>
<email>gunnar.sletta@digia.com</email>
</author>
<published>2013-04-25T13:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=4d54326fece7fe915902e3bbac34aa0e2569f219'/>
<id>4d54326fece7fe915902e3bbac34aa0e2569f219</id>
<content type='text'>
Change-Id: I71769affe8f0138dd65f3b94fb27176bd069ab8d
Reviewed-by: Eskil Abrahamsen Blomfeldt &lt;eskil.abrahamsen-blomfeldt@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I71769affe8f0138dd65f3b94fb27176bd069ab8d
Reviewed-by: Eskil Abrahamsen Blomfeldt &lt;eskil.abrahamsen-blomfeldt@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the platform theme's password mask character for text input fields.</title>
<updated>2013-04-23T10:53:48+00:00</updated>
<author>
<name>Mitch Curtis</name>
<email>mitch.curtis@digia.com</email>
</author>
<published>2013-03-13T13:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=f711f9387544aabf21ec19a7dd1dcb91f3d947fc'/>
<id>f711f9387544aabf21ec19a7dd1dcb91f3d947fc</id>
<content type='text'>
Task-number: QTBUG-29871

Change-Id: I3b15dfab5ca6455df465c502c93aac7b85a64531
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-29871

Change-Id: I3b15dfab5ca6455df465c502c93aac7b85a64531
Reviewed-by: Jerome Pasion &lt;jerome.pasion@digia.com&gt;
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TextInput: Fix cursor navigation with mask</title>
<updated>2013-04-23T09:26:14+00:00</updated>
<author>
<name>Frederik Gladhorn</name>
<email>frederik.gladhorn@digia.com</email>
</author>
<published>2013-04-23T08:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5f7ba49e2501286670e19ee8ba7d48b169fa3330'/>
<id>5f7ba49e2501286670e19ee8ba7d48b169fa3330</id>
<content type='text'>
text().length() was used to check if a cursor movement
to the right was valid. The problem is that with a mask and
not text set yet (inputMask: "#0:00;*") pressing the right
arrow would not move the cursor.
The input and other functions use the actual d-&gt;m_text
since that includes the mask length.

Task-number: QTBUG-30740

Change-Id: Ic225778e5a49d80b754b63d0eb4a438eaa9818e2
Reviewed-by: Gabriel de Dietrich &lt;gabriel.dedietrich@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
text().length() was used to check if a cursor movement
to the right was valid. The problem is that with a mask and
not text set yet (inputMask: "#0:00;*") pressing the right
arrow would not move the cursor.
The input and other functions use the actual d-&gt;m_text
since that includes the mask length.

Task-number: QTBUG-30740

Change-Id: Ic225778e5a49d80b754b63d0eb4a438eaa9818e2
Reviewed-by: Gabriel de Dietrich &lt;gabriel.dedietrich@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TextInput: Fix cursor height</title>
<updated>2013-04-16T13:20:48+00:00</updated>
<author>
<name>Gabriel de Dietrich</name>
<email>gabriel.dedietrich@digia.com</email>
</author>
<published>2013-04-09T12:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=77dbda72b04eec6040a13791992af7a066383e6a'/>
<id>77dbda72b04eec6040a13791992af7a066383e6a</id>
<content type='text'>
On many platforms, the current cursor looks too tall. The logic used
in this patch is inspired by what we have in QTextLayout::drawCursor().
It still looks too tall on Mac, but so it does in Qt Widgets.

QQuickTextInput::positionToRectangle() has also been updated for consistency.

Change-Id: I69b8ad246238d54db370db639a319a3edba6d78a
Reviewed-by: J-P Nurmi &lt;jpnurmi@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On many platforms, the current cursor looks too tall. The logic used
in this patch is inspired by what we have in QTextLayout::drawCursor().
It still looks too tall on Mac, but so it does in Qt Widgets.

QQuickTextInput::positionToRectangle() has also been updated for consistency.

Change-Id: I69b8ad246238d54db370db639a319a3edba6d78a
Reviewed-by: J-P Nurmi &lt;jpnurmi@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use distance fields for text on retina displays</title>
<updated>2013-04-02T16:48:49+00:00</updated>
<author>
<name>Gunnar Sletta</name>
<email>gunnar.sletta@digia.com</email>
</author>
<published>2013-03-20T14:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=aa2475b25d08d1c4575b879aa1d51ee91ed8b5c4'/>
<id>aa2475b25d08d1c4575b879aa1d51ee91ed8b5c4</id>
<content type='text'>
Change-Id: I6d3f3e7e4813155f2abb3edc51b145fb709c485b
Reviewed-by: Morten Johan Sørvig &lt;morten.sorvig@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6d3f3e7e4813155f2abb3edc51b145fb709c485b
Reviewed-by: Morten Johan Sørvig &lt;morten.sorvig@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TextInput: Update text deselection on focus out event</title>
<updated>2013-03-07T10:58:50+00:00</updated>
<author>
<name>Caroline Chao</name>
<email>caroline.chao@digia.com</email>
</author>
<published>2013-03-05T10:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=04592dae5067b87b39e1ae9387e522fb394159d6'/>
<id>04592dae5067b87b39e1ae9387e522fb394159d6</id>
<content type='text'>
The text selection should not be cleared when the focus
out event received has one the following reasons:
- Qt::ActiveWindowFocusReason
- Qt::PopupFocusReason

When the user opens a menu or navigates to another window,
the eventual selection should not be clearer.

This also makes the behavior consistent with TextEdit.

Change-Id: Ibc6242cb2f8207cf5281925c8e20b88394f21eea
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The text selection should not be cleared when the focus
out event received has one the following reasons:
- Qt::ActiveWindowFocusReason
- Qt::PopupFocusReason

When the user opens a menu or navigates to another window,
the eventual selection should not be clearer.

This also makes the behavior consistent with TextEdit.

Change-Id: Ibc6242cb2f8207cf5281925c8e20b88394f21eea
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TextInput: Handle focus event directly</title>
<updated>2013-03-07T10:58:50+00:00</updated>
<author>
<name>Caroline Chao</name>
<email>caroline.chao@digia.com</email>
</author>
<published>2013-03-05T10:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=ffd48e1ff75f03fb4d684eeb5a47a526cc1b0d47'/>
<id>ffd48e1ff75f03fb4d684eeb5a47a526cc1b0d47</id>
<content type='text'>
Use focusInEvent and focusOutEvent instead of changeItem
to handle focus event. (One benefit is the focus events
have the focus reason and changeItem doesn't).

Change-Id: I164820f375f0ffddc529d59565a3e448b84c6042
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use focusInEvent and focusOutEvent instead of changeItem
to handle focus event. (One benefit is the focus events
have the focus reason and changeItem doesn't).

Change-Id: I164820f375f0ffddc529d59565a3e448b84c6042
Reviewed-by: Frederik Gladhorn &lt;frederik.gladhorn@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enablers for input methods on Android</title>
<updated>2013-03-04T08:16:07+00:00</updated>
<author>
<name>Paul Olav Tvete</name>
<email>paul.tvete@digia.com</email>
</author>
<published>2013-02-27T11:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=3b507d2c48a1637966a6e7537af7763824f0bef8'/>
<id>3b507d2c48a1637966a6e7537af7763824f0bef8</id>
<content type='text'>
Change-Id: Ic26722cf530e7a787e7a8f92b645e3c4883d9822
Reviewed-by: Eskil Abrahamsen Blomfeldt &lt;eskil.abrahamsen-blomfeldt@digia.com&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic26722cf530e7a787e7a8f92b645e3c4883d9822
Reviewed-by: Eskil Abrahamsen Blomfeldt &lt;eskil.abrahamsen-blomfeldt@digia.com&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing TextInput::remove(int start, int end) docs</title>
<updated>2013-02-15T16:23:34+00:00</updated>
<author>
<name>J-P Nurmi</name>
<email>jpnurmi@digia.com</email>
</author>
<published>2013-02-15T10:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eeaef0d8f50b40248636c0d2fe2997af72da725c'/>
<id>eeaef0d8f50b40248636c0d2fe2997af72da725c</id>
<content type='text'>
Change-Id: I0c98e713d53391a191435e5c17b58becddf6d451
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: I0c98e713d53391a191435e5c17b58becddf6d451
Reviewed-by: Jens Bache-Wiig &lt;jens.bache-wiig@digia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
