<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src/quickcontrols/fusion/SearchField.qml, branch 6.10</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>SearchField: Adjust indicator background height to match control height</title>
<updated>2026-03-11T21:36:51+00:00</updated>
<author>
<name>Dilek Akcay</name>
<email>dilek.akcay@qt.io</email>
</author>
<published>2026-03-04T15:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=a49ba27b99f8c083514e606e0f727eaaf6092c3a'/>
<id>a49ba27b99f8c083514e606e0f727eaaf6092c3a</id>
<content type='text'>
When larger fonts are used, the SearchField indicator backgrounds become
visually smaller than the control. Update their background height so
it follows the control height.

Keep the icon sizes unchanged, since scaling them with the font would
make them look blurry at larger sizes.

Fixes: QTBUG-143298
Change-Id: I6d185401ffde53ed46fbb21bfc31e98da9f82d10
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit 04e3bc7a0d27646e14994b87c2bce44cb58d1feb)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit ea70a0501a1620ec37f9481a28e660169d89a6fb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When larger fonts are used, the SearchField indicator backgrounds become
visually smaller than the control. Update their background height so
it follows the control height.

Keep the icon sizes unchanged, since scaling them with the font would
make them look blurry at larger sizes.

Fixes: QTBUG-143298
Change-Id: I6d185401ffde53ed46fbb21bfc31e98da9f82d10
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit 04e3bc7a0d27646e14994b87c2bce44cb58d1feb)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit ea70a0501a1620ec37f9481a28e660169d89a6fb)
</pre>
</div>
</content>
</entry>
<entry>
<title>SearchField: Fix clipped text with larger fonts</title>
<updated>2026-03-04T15:19:37+00:00</updated>
<author>
<name>Dilek Akcay</name>
<email>dilek.akcay@qt.io</email>
</author>
<published>2026-02-27T15:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=1ef78f16724bddef285f3a91973d59f0951351c9'/>
<id>1ef78f16724bddef285f3a91973d59f0951351c9</id>
<content type='text'>
With larger fonts, SearchField text can be clipped because its
contentItem does not provide an implicitHeight. This change makes
the contentItem follow the same height calculation as TextField,
so the text can grow without being clipped.

This patch only fixes the text clipping issue; indicator sizing
issue will be fixed in another patch.

Fixes: QTBUG-143298
Change-Id: I56f9fc518b73b11ace632f4b9fdd5a839b41e179
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit 5e41c23f41e0b19f0cbfabafc4a1db0608dc3db8)
(cherry picked from commit 9ed6959bc89e8f9508aa1934d1d524958db00e70)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With larger fonts, SearchField text can be clipped because its
contentItem does not provide an implicitHeight. This change makes
the contentItem follow the same height calculation as TextField,
so the text can grow without being clipped.

This patch only fixes the text clipping issue; indicator sizing
issue will be fixed in another patch.

Fixes: QTBUG-143298
Change-Id: I56f9fc518b73b11ace632f4b9fdd5a839b41e179
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit 5e41c23f41e0b19f0cbfabafc4a1db0608dc3db8)
(cherry picked from commit 9ed6959bc89e8f9508aa1934d1d524958db00e70)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set explicit default security level of all files with default security</title>
<updated>2025-10-03T09:34:58+00:00</updated>
<author>
<name>Jan Arve Sæther</name>
<email>jan-arve.saether@qt.io</email>
</author>
<published>2025-09-16T13:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=c6cc918688029ac73b5970b19d4beda222e24acf'/>
<id>c6cc918688029ac73b5970b19d4beda222e24acf</id>
<content type='text'>
The files (folders) already processed are listed in each issue in epic
QTBUG-134547

These files were processed half a year ago. In order to make it clear
that all of these files are already processed, mark them with an
explicit default security header.

For the record, this was generated with this script:

find -E . -regex ".*\.(cpp|h|hpp|mm|qml|js)$" | xargs python3 ~/bin/add-cra-header.py

in the folders listed in each subtask of QTBUG-134547

(add-cra-header.py only exist at my desktop, but it simply adds the
default security header if it doesn't already have any existing security
header)

QUIP: 23
Fixes: QTBUG-134547
Pick-to: 6.8
Change-Id: Ieb8c78ea6561fdbdd27c7b13185ece853eedf80f
Reviewed-by: Oliver Eftevaag &lt;oliver.eftevaag@qt.io&gt;
(cherry picked from commit 01cd43d30e3ca2c4dd94a4a4711604adb9417517)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The files (folders) already processed are listed in each issue in epic
QTBUG-134547

These files were processed half a year ago. In order to make it clear
that all of these files are already processed, mark them with an
explicit default security header.

For the record, this was generated with this script:

find -E . -regex ".*\.(cpp|h|hpp|mm|qml|js)$" | xargs python3 ~/bin/add-cra-header.py

in the folders listed in each subtask of QTBUG-134547

(add-cra-header.py only exist at my desktop, but it simply adds the
default security header if it doesn't already have any existing security
header)

QUIP: 23
Fixes: QTBUG-134547
Pick-to: 6.8
Change-Id: Ieb8c78ea6561fdbdd27c7b13185ece853eedf80f
Reviewed-by: Oliver Eftevaag &lt;oliver.eftevaag@qt.io&gt;
(cherry picked from commit 01cd43d30e3ca2c4dd94a4a4711604adb9417517)
</pre>
</div>
</content>
</entry>
<entry>
<title>SearchField: Use highlightedIndex instead of currentIndex in styles</title>
<updated>2025-08-12T05:42:34+00:00</updated>
<author>
<name>Dilek Akcay</name>
<email>dilek.akcay@qt.io</email>
</author>
<published>2025-08-01T12:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=3e5d7f7125912c4212c4baa966dcc0fe923ddaf5'/>
<id>3e5d7f7125912c4212c4baa966dcc0fe923ddaf5</id>
<content type='text'>
As highlightedIndex property is added to SearchField, relevant style
implementations that previously relied on currentIndex have been updated
to use highlightedIndex.

Change-Id: Ib8bc065c92aa95a1ea5ea3cd5c3825bbd15c2f2d
Reviewed-by: Jan Arve Sæther &lt;jan-arve.saether@qt.io&gt;
(cherry picked from commit 0880b3a4d1631010048a33a9f9ef162bbb61cd21)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As highlightedIndex property is added to SearchField, relevant style
implementations that previously relied on currentIndex have been updated
to use highlightedIndex.

Change-Id: Ib8bc065c92aa95a1ea5ea3cd5c3825bbd15c2f2d
Reviewed-by: Jan Arve Sæther &lt;jan-arve.saether@qt.io&gt;
(cherry picked from commit 0880b3a4d1631010048a33a9f9ef162bbb61cd21)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Fusion style for SearchField</title>
<updated>2025-07-02T21:41:50+00:00</updated>
<author>
<name>Dilek Akcay</name>
<email>dilek.akcay@qt.io</email>
</author>
<published>2025-03-20T12:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=9c12dff1f9bb03350b675fe86a19963dd83f3f99'/>
<id>9c12dff1f9bb03350b675fe86a19963dd83f3f99</id>
<content type='text'>
Task-number: QTBUG-137318
Change-Id: I01112d5c37e49a2423249fb4065be91c6f7964f3
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit b3bba406674d833559173a7196bd90d2c195f2e0)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-137318
Change-Id: I01112d5c37e49a2423249fb4065be91c6f7964f3
Reviewed-by: Mitch Curtis &lt;mitch.curtis@qt.io&gt;
(cherry picked from commit b3bba406674d833559173a7196bd90d2c195f2e0)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
