<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/dolphinviewactionhandler.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-01-07T11:47:56Z</updated>
<entry>
<title>viewactionhandler: remove duplicate Sort by: text</title>
<updated>2026-01-07T11:47:56Z</updated>
<author>
<name>Oliver Schramm</name>
<email>oliver.schramm97@gmail.com</email>
</author>
<published>2026-01-07T11:47:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8827cc92c53422f2c3cf292557c998c9c8e26b57'/>
<id>urn:sha1:8827cc92c53422f2c3cf292557c998c9c8e26b57</id>
<content type='text'>
222c8eb5 has accidentally reverted 4deeb7bc. This re-applies this.
</content>
</entry>
<entry>
<title>DolphinView: open the property dialog on Alt+activated</title>
<updated>2025-11-21T09:25:26Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-11-21T08:56:55Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e114f654ed1216aaa64593354ca1306a53fefef0'/>
<id>urn:sha1:e114f654ed1216aaa64593354ca1306a53fefef0</id>
<content type='text'>
Similarly to Microsoft explorer.

FEATURE: 512383
</content>
</entry>
<entry>
<title>dolphinviewactionhandler: Add context to translatable string</title>
<updated>2025-11-18T18:52:54Z</updated>
<author>
<name>Philipp Kiemle</name>
<email>philippkiemle@fastmail.de</email>
</author>
<published>2025-11-18T18:52:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8bfd6cbc9035a28864c2a2238a28d144f69da9d2'/>
<id>urn:sha1:8bfd6cbc9035a28864c2a2238a28d144f69da9d2</id>
<content type='text'>
"Sort By field" could be understood as an extra field that contains a "Sort By" value
</content>
</entry>
<entry>
<title>viewactionhandler: Group roles actions under KActionCategory</title>
<updated>2025-10-25T08:40:28Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-10-19T16:53:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=222c8eb5263708d166360afcc2cea2fc866e833a'/>
<id>urn:sha1:222c8eb5263708d166360afcc2cea2fc866e833a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "dolphinviewactionhandler: Improve text for roles actions"</title>
<updated>2025-10-25T08:01:10Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-10-19T15:51:01Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4deeb7bc88339964f210d235a3d0c5b0f8fed73e'/>
<id>urn:sha1:4deeb7bc88339964f210d235a3d0c5b0f8fed73e</id>
<content type='text'>
This reverts commit 4b7d49dfca757e28a659bd01614b8f3ee3a03fc0.
</content>
</entry>
<entry>
<title>viewactionhandler: set parent to KActionMenu's menu with MenuButtonPopup</title>
<updated>2025-10-23T08:10:58Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-10-19T18:16:37Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1b292eb01c819d9a8cfcb28a5049ce074e8b3b5d'/>
<id>urn:sha1:1b292eb01c819d9a8cfcb28a5049ce074e8b3b5d</id>
<content type='text'>
Since the Menu will then be used in the chain of focused elements.
</content>
</entry>
<entry>
<title>dolphinviewactionhandler: Improve text for roles actions</title>
<updated>2025-09-26T09:21:21Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-09-24T12:16:44Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4b7d49dfca757e28a659bd01614b8f3ee3a03fc0'/>
<id>urn:sha1:4b7d49dfca757e28a659bd01614b8f3ee3a03fc0</id>
<content type='text'>
So that when those actions appear in toolbars or shortcut configuration,
users can know what they correspond to.
</content>
</entry>
<entry>
<title>dolphinview: add preferred sort order for roles</title>
<updated>2025-09-11T02:28:16Z</updated>
<author>
<name>Nathan Williams</name>
<email>dev@natedawg.net</email>
</author>
<published>2025-09-11T02:28:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ad6ccf2b86b3e97138d13518bd6ea8fd670d3530'/>
<id>urn:sha1:ad6ccf2b86b3e97138d13518bd6ea8fd670d3530</id>
<content type='text'>
BUG: 425457

This commit ensures that both the menu and column headers in table view
will have the same default sorting (ascending/descending) for each role.
It also saves the user's preferences for each role throughout the session.

Previously, sorting by "Modified" would always sort by "Oldest First."
If the user then changed to "Newest First" and sorted again by "Name,"
files would be sorted in reverse alphabetical order (Z-A).

Now, sorting by "Modified" defaults to "Newest First." If a user switches
between multiple roles, the default for each role will be used unless
the user changes to a non-default sort order. In that case, the user's
preference will be applied.

Defaults:

**Descending Order:**

Time-based roles
- modificationtime
- creationtime
- accesstime
- deletiontime
- imageDateTime
- releaseYear
 
Size/dimension roles
- size
- width
- height
- pageCount
- wordCount
- lineCount

Quality/Quantity roles
- rating
- duration
- bitrate
- frameRate

**Ascending order:**

- Text based roles (A-Z)
- All other roles
</content>
</entry>
<entry>
<title>Combine the zoom menu entries into one Line</title>
<updated>2025-06-27T07:47:21Z</updated>
<author>
<name>Gleb Kasachou</name>
<email>gkosachov99@gmail.com</email>
</author>
<published>2025-06-27T07:47:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=2e40aef45245bcc14bef59c4b93998d7ae2b0195'/>
<id>urn:sha1:2e40aef45245bcc14bef59c4b93998d7ae2b0195</id>
<content type='text'>
Replaced a KActionMenu that contained separate Zoom In, Zoom Out and
Reset Zoom actions with a single QWidgetAction that provides the same
functionality using three buttons arranged in a single line. Keyboard
shortcuts for the three actions are preserved, and the actions still
appear separately in the View submenu in the menubar.
</content>
</entry>
<entry>
<title>Clazy fix</title>
<updated>2025-04-29T10:33:44Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-04-29T10:33:44Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0464ea82a6850f58805bc4d6fc1df5369d83c3df'/>
<id>urn:sha1:0464ea82a6850f58805bc4d6fc1df5369d83c3df</id>
<content type='text'>
</content>
</entry>
</feed>
