<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/search, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom/src/search?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom/src/search?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-05-28T08:56:34Z</updated>
<entry>
<title>barsecondrowflowlayout: avoid virtual call in destructor</title>
<updated>2026-05-28T08:56:34Z</updated>
<author>
<name>Sebastian Englbrecht</name>
<email>sebastian.englbrecht@tum.de</email>
</author>
<published>2026-05-27T18:00:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=838688e00f638f70137102e2d1593eb9cc4a5484'/>
<id>urn:sha1:838688e00f638f70137102e2d1593eb9cc4a5484</id>
<content type='text'>
cppcheck warns about calling virtual functions during destruction
because dynamic dispatch is no longer reliable at that point.

Replace takeAt(0) with direct access to itemList.takeFirst()
to drain the list without going through the virtual interface.
</content>
</entry>
<entry>
<title>Search: Fix title being displayed percent-encoded for baloosearch</title>
<updated>2026-05-05T12:35:31Z</updated>
<author>
<name>Felix Ernst</name>
<email>felixernst@zohomail.eu</email>
</author>
<published>2026-05-02T20:50:10Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=372de07251d6693078fac42ee574b76b754e9e34'/>
<id>urn:sha1:372de07251d6693078fac42ee574b76b754e9e34</id>
<content type='text'>
Prior to this commit, searching in Dolphin using "File Indexing" results
in the location bar showing a percent-encoded title instead of a
human-readable one.
</content>
</entry>
<entry>
<title>search/popup: hide the popup when launching kfind</title>
<updated>2026-05-02T12:20:15Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-05-02T12:17:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f31adb1c65681083b2d539a8cb977bee304c8f04'/>
<id>urn:sha1:f31adb1c65681083b2d539a8cb977bee304c8f04</id>
<content type='text'>
Otherwise the focus can be passed.
</content>
</entry>
<entry>
<title>Search/Selectors: Prevent unexpectedly removing a chip</title>
<updated>2026-04-28T23:51:03Z</updated>
<author>
<name>Felix Ernst</name>
<email>felixernst@zohomail.eu</email>
</author>
<published>2026-04-27T20:25:02Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4a6d048a77d0954c350df5ce9b3657fc69c9ada4'/>
<id>urn:sha1:4a6d048a77d0954c350df5ce9b3657fc69c9ada4</id>
<content type='text'>
One can close a chip by pressing the "X" close button on it. Prior to
this commit, one could also close a chip somewhat unexpectedly by
choosing an option from the Chip's dropdown. This commit removes any
"empty" options from the Chips which would lead to the Chip disappearing.

Example: Choosing "Any Rating" would remove the rating chip because it
would no longer act as a restriction on what the search should find. Now
the "Any Rating" option is not added to the Chip in the first place.
</content>
</entry>
<entry>
<title>dolphinviewcontainer: Avoid adding an extra history entry when leaving search results</title>
<updated>2026-03-17T09:40:37Z</updated>
<author>
<name>Pan Zhang</name>
<email>zhangpan@kylinos.cn</email>
</author>
<published>2026-03-16T08:23:55Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=35b309aa3efac59b12e0c6bfc127516649f8cfa2'/>
<id>urn:sha1:35b309aa3efac59b12e0c6bfc127516649f8cfa2</id>
<content type='text'>
When navigating away from a search result, hiding the search bar unintentionally emitted urlChangeRequested(searchPath). This inserted an extra navigation step into the history, causing the “Back” button to require multiple presses to return to the search results.

Introduce Search::Bar::HideBehavior to allow callers to hide the search bar without triggering a URL change, and use it when the bar is automatically hidden due to non-search navigation.

BUG: 515236
</content>
</entry>
<entry>
<title>Fix incorrect app id for Kfind</title>
<updated>2026-03-11T09:41:17Z</updated>
<author>
<name>Yago Raña Gayoso</name>
<email>yago.rana.gayoso@gmail.com</email>
</author>
<published>2026-03-10T17:44:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=66bee9ee33a0127e55cd37b1e94c6d8b8c60882c'/>
<id>urn:sha1:66bee9ee33a0127e55cd37b1e94c6d8b8c60882c</id>
<content type='text'>
This removes the .desktop suffix to match https://invent.kde.org/utilities/kfind/-/blob/master/src/org.kde.kfind.appdata.xml?ref_type=heads#L3
BUG: 510370
</content>
</entry>
<entry>
<title>clang-format: readability-avoid-return-with-void-value</title>
<updated>2026-01-22T16:18:41Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T16:12:15Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e692a6a13c6dd7933a47d65046027530612a19d8'/>
<id>urn:sha1:e692a6a13c6dd7933a47d65046027530612a19d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang-tidy: fix unecessary-value-param</title>
<updated>2026-01-22T16:03:09Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T16:02:34Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3b89b43f097342bc76ab7b235f9649077a87deff'/>
<id>urn:sha1:3b89b43f097342bc76ab7b235f9649077a87deff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang-tidy: avoid copy, use const references</title>
<updated>2026-01-22T15:27:11Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T15:15:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1acd0dfe09a34817d8daf58db2c53b2262eec7b7'/>
<id>urn:sha1:1acd0dfe09a34817d8daf58db2c53b2262eec7b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang-tidy: remove unnecessary std::move</title>
<updated>2026-01-22T15:14:16Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T15:07:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a403c0c6058d5064b8cc439edb41eb52ae384046'/>
<id>urn:sha1:a403c0c6058d5064b8cc439edb41eb52ae384046</id>
<content type='text'>
</content>
</entry>
</feed>
