<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/viewmodes, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom/src/settings/viewmodes?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom/src/settings/viewmodes?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-07-08T22:18:56Z</updated>
<entry>
<title>Adds options for pixel scaling and filename extensions</title>
<updated>2026-07-08T22:18:56Z</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=434ea40eb6bb37be776649fa220b9b080198efe2'/>
<id>urn:sha1:434ea40eb6bb37be776649fa220b9b080198efe2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow grouping by a separate criterion</title>
<updated>2026-06-11T10:30:18Z</updated>
<author>
<name>Ramil Nurmanov</name>
<email>ramil2004nur@gmail.com</email>
</author>
<published>2026-06-04T20:06:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=989c0f4f0319f7d8e573c8a88fe8011bd3315466'/>
<id>urn:sha1:989c0f4f0319f7d8e573c8a88fe8011bd3315466</id>
<content type='text'>
Add an explicit group role to Dolphin views so items can be grouped independently from the active sort role.
Previously, Dolphin's grouped view always used the current sort role as the grouping criterion. This meant that grouping and sorting were tied together, for example grouping by type also required sorting by type.
This change adds a separate Group By menu. It replaces the previous Show in Groups toggle and allows the user to disable grouping, keep the old Same as Sort behavior, or explicitly group by a selected criterion.
When an explicit group role is set, the model keeps groups stable and uses the normal sort role as a secondary key inside each group. The roles
updater also receives the active group role, so roles used only for grouping are still updated correctly.

BUG: 416134
CCBUG: 510670
CCBUG: 513235
CCBUG: 46393
</content>
</entry>
<entry>
<title>settings: make most settings page center aligned</title>
<updated>2026-03-05T09:45:47Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-03-05T09:40:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4c9500e42d143192ba73036f1d0f6a191ad80cf8'/>
<id>urn:sha1:4c9500e42d143192ba73036f1d0f6a191ad80cf8</id>
<content type='text'>
Limit the width of text labels.
</content>
</entry>
<entry>
<title>clang-tidy: use default for trivial constructor</title>
<updated>2026-01-22T15:14:16Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T15:04:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=174bc684603326de15e933b3bb24ffb739f3291e'/>
<id>urn:sha1:174bc684603326de15e933b3bb24ffb739f3291e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dolphinfontrequester: Do not apply custom view font to font mode combobox</title>
<updated>2026-01-20T08:17:19Z</updated>
<author>
<name>Pan Zhang</name>
<email>zhangpan@kylinos.cn</email>
</author>
<published>2026-01-13T06:34:20Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=38fb26518a14f68ce66a14a1197866fed865c430'/>
<id>urn:sha1:38fb26518a14f68ce66a14a1197866fed865c430</id>
<content type='text'>
When a user selects a custom font via the font dialog, the font mode combobox (showing System Font / Custom Font) was updated to use the selected font.

This caused an unintended visual inconsistency, as configuration UI elements should always be rendered using the system application font, independent of the font chosen for the content view.

Fix this by removing the setFont() call in openFontDialog(), ensuring the combobox remains visually consistent with the rest of the configuration interface.

BUG: 499783
</content>
</entry>
<entry>
<title>Dolphin: Inform user when italic filename style is not supported by the font</title>
<updated>2026-01-08T11:02:51Z</updated>
<author>
<name>Sushruta Das</name>
<email>sushrutadas0@gmail.com</email>
</author>
<published>2026-01-08T11:02:51Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5b6dfad767522060596ba2a76044e14ca99db57b'/>
<id>urn:sha1:5b6dfad767522060596ba2a76044e14ca99db57b</id>
<content type='text'>
Currently, Dolphin silently falls back to a non-italic variant because italics are reserved for symbolic links. The new message informs users that their selected style cannot be fully applied to avoid confusion.

BUG: 499784
</content>
</entry>
<entry>
<title>viewmodes: ensure font dialog retains last custom selection</title>
<updated>2026-01-07T14:06:51Z</updated>
<author>
<name>weinan li</name>
<email>liweinan@kylinos.cn</email>
</author>
<published>2025-11-03T07:57:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3752ab41ba32ab4cc8afb7defb2014ab98178da2'/>
<id>urn:sha1:3752ab41ba32ab4cc8afb7defb2014ab98178da2</id>
<content type='text'>
The font selection dialog for custom view fonts was always initialized with
the system default font instead of the previously selected custom font.
This occurred because QFontDialog::getFont() was not passed the current
custom font stored in DolphinFontRequester.

By initializing the dialog with currentFont() (which returns the stored
custom font when in Custom Font mode), users will now see their previous
font selection when reopening the dialog, enabling easier font finetuning.

BUG: 499786
</content>
</entry>
<entry>
<title>GeneralViewSettingsPage: Improve the wording "Browse archives as folders"</title>
<updated>2025-10-30T14:38:29Z</updated>
<author>
<name>yu shuoqi</name>
<email>yusq77@gmail.com</email>
</author>
<published>2025-10-30T14:38:29Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3dda2b703f03212d3c90597b01ba31a69db39941'/>
<id>urn:sha1:3dda2b703f03212d3c90597b01ba31a69db39941</id>
<content type='text'>
Replace the wording "Open archives as folder" to the wording "Browse archives as folders".

BUG: 499782
</content>
</entry>
<entry>
<title>CMakeLists.txt: make sure settings.kcfg are shared</title>
<updated>2025-10-23T13:46:37Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-10-22T17:09:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c7dd75500a1796c1d938be4d9c0ad089476b3951'/>
<id>urn:sha1:c7dd75500a1796c1d938be4d9c0ad089476b3951</id>
<content type='text'>
Between all dolphinprivate library users.
So that the KConfigSkeleton singleton have unique instances accross
libraries bounds.

To fully fix the bug, make sure to save the modified file to disk.

BUG: 368121
</content>
</entry>
<entry>
<title>GIT_SILENT: Don't duplicate headers between .h/.cpp</title>
<updated>2025-09-23T05:21:04Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2025-09-21T18:37:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=25f8d44aa01d13e616d74b5a745fda4b51dc6deb'/>
<id>urn:sha1:25f8d44aa01d13e616d74b5a745fda4b51dc6deb</id>
<content type='text'>
</content>
</entry>
</feed>
