<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/viewmodes/generalviewsettingspage.cpp, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-03-05T09:45:47Z</updated>
<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>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>dolphinview: Add a dynamic view option</title>
<updated>2025-05-28T10:33:52Z</updated>
<author>
<name>Victor Blanchard</name>
<email>viblanc@proton.me</email>
</author>
<published>2025-05-28T10:33:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=edda24eb851c2647f7dde01885008ef60fcadd9a'/>
<id>urn:sha1:edda24eb851c2647f7dde01885008ef60fcadd9a</id>
<content type='text'>
Added a 'dynamic view' option, which allows to switch from a 'compact' or 'details' view to an 'icons' view if most of the files in the directory are images or videos. It reverts to the previous view mode when we switch to a directory which doesn't meet that criteria.

The view mode is only changed once so users don't have to undo that for specific folders when they don't want icon view.

A setting is added in the "Display style" section of the general view setting page.

BUG: 491139
</content>
</entry>
<entry>
<title>implement shortcut action for file creation</title>
<updated>2025-02-03T18:23:16Z</updated>
<author>
<name>Christian Schwarz</name>
<email>cmrs@cmrs.io</email>
</author>
<published>2025-02-03T18:23:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f81d73a7f3a851dc755ef0cd1fd2a2507587a900'/>
<id>urn:sha1:f81d73a7f3a851dc755ef0cd1fd2a2507587a900</id>
<content type='text'>
BUG: 462899
</content>
</entry>
<entry>
<title>generalviewsettingspage: Use qobject_cast instead of static_cast</title>
<updated>2024-11-13T09:42:25Z</updated>
<author>
<name>Akseli Lahtinen</name>
<email>akselmo@akselmo.dev</email>
</author>
<published>2024-11-13T09:41:45Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4f0bb805d2c3dfdfc87c5000a6a3675da1d8b6c2'/>
<id>urn:sha1:4f0bb805d2c3dfdfc87c5000a6a3675da1d8b6c2</id>
<content type='text'>
In generalViewSettingsPage, ActiveWindow is not necessarily a
mainWindow, which can cause dolphin to crash. For example when user
opens folder properties and then dolphin settings, this part thinks
the folder settings is mainWindow.

Instead of static_cast, use qobject_cast, since it will return nullptr
if the DolphinMainWindow is not found.

BUG:492741
</content>
</entry>
<entry>
<title>ViewProperties: Store view properties in extended file attributes</title>
<updated>2024-10-27T17:20:40Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2024-10-27T17:20:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fdf854bd81d9e42df2d8672d49a0b7fcdb7443a5'/>
<id>urn:sha1:fdf854bd81d9e42df2d8672d49a0b7fcdb7443a5</id>
<content type='text'>
Existing settings are converted.

Works on most FS except FAT/exFAT which fallback to .directory files.

If the extended file attributes (in ADS in Windows) can't be saved, they are saved to file as before.

BUG: 322922

You can see file xattr using for instance for Unix filesystems:

getfattr -d /home/meven
</content>
</entry>
<entry>
<title>view: Add setting to trigger user set action with double click</title>
<updated>2024-05-08T08:11:56Z</updated>
<author>
<name>George Florea Bănuș</name>
<email>georgefb899@gmail.com</email>
</author>
<published>2024-05-08T08:11:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=65d7ef184acf97e7881050df88ddace97bde4b93'/>
<id>urn:sha1:65d7ef184acf97e7881050df88ddace97bde4b93</id>
<content type='text'>
Default action is select-all.
</content>
</entry>
<entry>
<title>Touch up various user-visible strings</title>
<updated>2024-03-27T23:52:18Z</updated>
<author>
<name>Tem PQD</name>
<email>variable_valuables761@simplelogin.com</email>
</author>
<published>2024-03-27T23:52:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d1b06ab94f6936eee7f32f113f44f17b7477ac22'/>
<id>urn:sha1:d1b06ab94f6936eee7f32f113f44f17b7477ac22</id>
<content type='text'>
This improves consistency among wording. More clarity is achieved
by avoiding technical terms or terms with multiple meanings.

Notable changes:
-Specify full settings path: "Configure Dolphin &gt; View &gt; General"
in Show Hidden Files whatsThis
-Mention setting to hide files with application/x-trash MIME type
in "Show Hidden Files" whatsThis
-Mention Split View mode in "Copy/Move to Other View" whatsThis
-Reword "Activate Tab" actions to "Go to Tab" (Next, Previous,
Last, numbers)
-Add "Last Tab" iconText, consistent with "Next Tab" &amp; "Previous
Tab"
-Update Split View whatsthis to explain how to tell which view is
"in focus" visually
-Replace "pane" with "view" in split view settings text, and
clarify tooltip text
-Reword "objects" to "items" in whatsThis texts
-Reword "find bar" to "search bar" in Search button whatsThis text
</content>
</entry>
<entry>
<title>Save 'Open Archives as Folders' setting</title>
<updated>2024-03-16T14:23:11Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2024-03-16T14:23:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d7c17990575a77c406eec2c21f8f57268381d33b'/>
<id>urn:sha1:d7c17990575a77c406eec2c21f8f57268381d33b</id>
<content type='text'>
This got lost in 489b56b68bb29e81337e115c490eea4403001b71

BUG: 474500
</content>
</entry>
</feed>
