<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom/?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom/?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-06-04T21:58:24Z</updated>
<entry>
<title>REBASE.md: generalize patch regen for multiple feature commits</title>
<updated>2026-06-04T21:58:24Z</updated>
<author>
<name>Conway</name>
<email>conway@fiftyfourth.xyz</email>
</author>
<published>2026-06-04T21:56:24Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8fb5c91e170d8cf25659454443ec332cf0599f4a'/>
<id>urn:sha1:8fb5c91e170d8cf25659454443ec332cf0599f4a</id>
<content type='text'>
The previous recipe grep'd for a single 'pixel scaling and filename'
commit, which silently dropped any other feature commits (e.g. the
KItemListWidget selection-alpha bump). Replace it with a loop that
cherry-picks every branch-only commit touching src/, in order.
</content>
</entry>
<entry>
<title>KItemListWidget: bump selection alpha and use Active palette group</title>
<updated>2026-06-04T21:58:24Z</updated>
<author>
<name>Conway</name>
<email>conway@fiftyfourth.xyz</email>
</author>
<published>2026-05-13T14:48:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4efbed4e6ad8bfd672a87afee8fd2c3bcd5f44cc'/>
<id>urn:sha1:4efbed4e6ad8bfd672a87afee8fd2c3bcd5f44cc</id>
<content type='text'>
Selection background was 0.32 alpha of QPalette::Highlight resolved
against the widget's current palette group. On dark color schemes the
Inactive group sources Highlight from Colors:Window (per KColorScheme's
ChangeSelectionColor effect), so a near-black Window at 0.32 alpha
leaves the selection nearly invisible. Force the Active group so the
scheme's Selection color is used, and raise the alphas (selected
0.32 → 0.70, selected+hovered 0.40 → 0.85, hover-only 0.06 → 0.12) for
adequate contrast on all-dark themes.

Co-Authored-By: Claude Opus 4.7 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add REBASE.md with the upstream-update workflow</title>
<updated>2026-06-04T21:58:24Z</updated>
<author>
<name>Conway</name>
<email>conway@fiftyfourth.xyz</email>
</author>
<published>2026-05-01T14:55:29Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=94f5d3c9c8da4a74b21e2a318920a7642cc1dff5'/>
<id>urn:sha1:94f5d3c9c8da4a74b21e2a318920a7642cc1dff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds options for pixel scaling and filename extensions</title>
<updated>2026-06-04T21:58:24Z</updated>
<author>
<name>Conway</name>
<email>conway@fiftyfourth.xyz</email>
</author>
<published>2026-05-01T14:25:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=36099c98979dfa8533a7b078dee907247a87b718'/>
<id>urn:sha1:36099c98979dfa8533a7b078dee907247a87b718</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DolphinNavigatorsWidgetAction: Let non-Breeze QStyles style the non-toolbar navbar how they want</title>
<updated>2026-06-04T08:52:56Z</updated>
<author>
<name>Filip Fila</name>
<email>filipfila.kde@gmail.com</email>
</author>
<published>2026-06-04T08:52:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=76f6eb07739290bd7e7a61946f51d7329fb75545'/>
<id>urn:sha1:76f6eb07739290bd7e7a61946f51d7329fb75545</id>
<content type='text'>
Currently when Dolphin's location bar is moved from the main toolbar, it stops being a nice `FrameLineEdit` that QStyles can style as they please.

That's because the current code is only adjusted for Breeze, which wants to fill the entire navbar frame with a plain rectangle.

Unfortunately, non-Breeze styles suffer from bad looks because this Breeze design is applied for them too.

In order to fix this, this MR restores the styling power back to QStyles by removing the rectangle, all the while keeping it for Breeze.

| Before (Breeze) | After (Breeze) |
| ------ | ------ |
|![DolphinURL-before_Breeze_](/uploads/b526076352023862e2f17cef744802a0/DolphinURL-before_Breeze_.png){width=698 height=134}        |  ![DolphinURL-after_Breeze_](/uploads/eb60d5c2a6dff129c4d200fef5f8c5ab/DolphinURL-after_Breeze_.png){width=715 height=138}      |

| Before (Oxygen) | After (Oxygen) |
| ------ | ------ |
|  ![DolphinURL-before_Oxygen_](/uploads/2d8f19debbd5410b8f0882ed20b34f83/DolphinURL-before_Oxygen_.png){width=714 height=114}      | ![DolphinURL-after_Oxygen_](/uploads/fc6a1bed3de647534494951a7b113d5e/DolphinURL-after_Oxygen_.png){width=687 height=129}       |

| Before (MSWindows9x) | After (MSWindows9x) |
| ------ | ------ |
|   ![DolphinURL-before_MSWindows9x_](/uploads/88ebd20a2be5d9052165ea417517b4a3/DolphinURL-before_MSWindows9x_.png){width=715 height=107}     |  ![DolphinURL-after_MSWindows9x_](/uploads/575e7a944238113714c70b7705b3854a/DolphinURL-after_MSWindows9x_.png){width=702 height=100}      |

| Before (Darkly) | After (Darkly) |
| ------ | ------ |
|  ![DolphinURL-before_Darkly_](/uploads/76f28b8175498b6a611953c05554c4e8/DolphinURL-before_Darkly_.png){width=675 height=123}      |  ![DolphinURL-after_Darkly_](/uploads/7b9b15eaab10ee7731d55c60af7591bf/DolphinURL-after_Darkly_.png){width=705 height=144}      |

| Before (Fusion) | After (Fusion) |
| ------ | ------ |
|  ![DolphinURL-before_Fusion_](/uploads/de27a5028986d797407bfe66b2e9916b/DolphinURL-before_Fusion_.png){width=701 height=118}      |   ![DolphinURL-after_Fusion_](/uploads/7f5c7acd1c433fcba8b96e402cf12a21/DolphinURL-after_Fusion_.png){width=692 height=122}     |


| Before (Kvantum) | After (Kvantum) |
| ------ | ------ |
| ![DolphinURL-before_Kvantum](/uploads/21c2126044ba31c3bc00610e34a71ec1/DolphinURL-before_Kvantum.png){width=697 height=135}       |   ![DolphinURL-after_Kvantum](/uploads/ea5287e7ba59e1f9b449c1b002d3b634/DolphinURL-after_Kvantum.png){width=700 height=123}     |

BUG: 518285

FIXED-IN:
</content>
</entry>
<entry>
<title>GIT_SILENT Sync po/docbooks with svn</title>
<updated>2026-06-04T02:04:11Z</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2026-06-04T02:04:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ef31d1adc407b7cee6250b7d938f0f10563edd88'/>
<id>urn:sha1:ef31d1adc407b7cee6250b7d938f0f10563edd88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2026-06-03T02:24:32Z</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2026-06-03T02:24:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fe6bb8bd6a076d8293e2090935ee41577324c760'/>
<id>urn:sha1:fe6bb8bd6a076d8293e2090935ee41577324c760</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
</entry>
<entry>
<title>GIT_SILENT made messages (after extraction)</title>
<updated>2026-06-03T01:12:18Z</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2026-06-03T01:12:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e402e1211cae466c7ba906dcb9e6337cd33d63bc'/>
<id>urn:sha1:e402e1211cae466c7ba906dcb9e6337cd33d63bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GIT_SILENT Sync po/docbooks with svn</title>
<updated>2026-06-02T02:59:46Z</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2026-06-02T02:59:46Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=87c6e78e24286a209d2a32cceccfa6a127240b00'/>
<id>urn:sha1:87c6e78e24286a209d2a32cceccfa6a127240b00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2026-06-02T02:07:16Z</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2026-06-02T02:07:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4d74e6555482dc289f5b2c2e1c7c0af2f80399d5'/>
<id>urn:sha1:4d74e6555482dc289f5b2c2e1c7c0af2f80399d5</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
</entry>
</feed>
