<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-06-15T11:28:43Z</updated>
<entry>
<title>search/chip: Draw chip with QStyle instead of hardcoding Breeze</title>
<updated>2026-06-15T11:28:43Z</updated>
<author>
<name>Filip Fila</name>
<email>filipfila.kde@gmail.com</email>
</author>
<published>2026-06-15T11:28:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=eabed6e1f1d0aa9e25fc73f540250232ec9edc55'/>
<id>urn:sha1:eabed6e1f1d0aa9e25fc73f540250232ec9edc55</id>
<content type='text'>
Currently the code for the Dolphin chip, that gets used for filters with file indexing, is hardcoding Breeze.

We want it to support other styles too, all the while retaining the desired appearance for Breeze.

The port to use the `FrameLineEdit` accomplishes that. The results are that:

- Non-Breeze themes now get to style the chip properly
- the code is cleaner
- Breeze even looks better since there is no more of this hover glitch:

![image](/uploads/03707ad2e76cf702757c2e66ab49be34/image.png){width=173 height=72}

| Breeze before | Breeze after |
| ------ | ------ |
|  ![Dolphin-searchChip_Breeze-before_](/uploads/ef2809514e973ce5306ce78aca127cb9/Dolphin-searchChip_Breeze-before_.png){width=613 height=120}      |   ![Dolphin-searchChip_Breeze-after_](/uploads/ce0bcdc4ac766255e3d06627b9740085/Dolphin-searchChip_Breeze-after_.png){width=642 height=139}     |

| Oxygen before | Oxygen after |
| ------ | ------ |
|  ![Dolphin-searchChip_Oxygen-before_](/uploads/0b32b7a6d7849a13f46ed0e9a8c10b38/Dolphin-searchChip_Oxygen-before_.png){width=616 height=106}      |   ![Dolphin-searchChip_Oxygen-after_](/uploads/9fbce947e0c65726ddc118217ac34884/Dolphin-searchChip_Oxygen-after_.png){width=621 height=103}     |

| MSWindows9x before | MSWindows9x after |
| ------ | ------ |
|  ![Dolphin-searchChip_MSWindows-before_](/uploads/c8b7823f74de708e95eef8380eafb231/Dolphin-searchChip_MSWindows-before_.png){width=618 height=99}      |  ![Dolphin-searchChip_MSWindows-after_](/uploads/d1f1d390ffabbc21e3d734c7816b4fd0/Dolphin-searchChip_MSWindows-after_.png){width=606 height=89}      |
</content>
</entry>
<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>
</feed>
